Размер файла: 9.19Kb
<?
#----------------------------------------------#
# MOTOR 16.1 Site Rating #
# Mod by Voland #
# WAP-Site : http://wapdel.net.ru #
#----------------------------------------------#
require_once "../template/start.php";
require_once "../template/regglobals.php";
require_once "../template/config.php";
require_once "../template/functions.php";
require_once "../template/maincore.php";
require_once "../template/antidos.php";
require_once "../template/cookies.php";
require_once "../template/gzip.php";
require_once "../template/header.php";
require_once "../template/referer.php";
require_once "conf.php";
include_once "../themes/$config_themes/index.php";
echo '<div class=a>'.$topname.'</div><hr><div>';
if(empty($action))
{
echo '<form method="post" action="prof.php?action=enter&'.SID.'">';
echo 'Номер регистрации: <br><input name="n" maxlength="5" value=""/><br>Пароль:<br><input name="pass" maxlength="15" type="password" value=""/><br><br>';
echo '<input value="Войти" name="do" type="submit"></form></div><hr><div>';
}
if($action=="enter")
{
$file=file_get_contents("../local/datatop/site/$n.dat");
$data=explode("|",$file);
$par=trim($data[3]);
$pas=md5($pass);
if ($pas == $par)
{
echo '<form method="post" action="prof.php?action=ok&n='.$n.'&pass='.$pass.'&'.SID.'">';
echo 'Название сайта: <br><input name="name" maxlength="50" value="'.$data[0].'"/><br>Адрес сайта: <br><input name="url" maxlength="100" value="'.$data[1].'"/><br>Описание сайта: <br><input name="opis" maxlength="200" value="'.$data[2].'"/><br>Пароль: <br><input name="password" maxlength="15" value="'.$pass.'"/><br><br>';
echo '<input value="Изменить" name="go" type="submit"></form></div><hr>Выберете тип счёрчика:<hr size="1">
Счётчик № 1<br><img src="/top/count.php?id='.$n.'" alt="1"><br><font color="red"><a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'" alt=""></a></font><br>Скопировать адрес:<br><input name="text" value="<a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'" alt=""></a>"/>
<hr size="1"> Счётчик № 2<br><img src="/top/count.php?id='.$n.'&v=2" alt="1"><br><font color="red"><a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=2" alt=""></a></font><br>Скопировать адрес:<br><input name="text" value="<a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=2" alt=""></a>"/>
<hr size="1"> Счётчик № 3<br><img src="/top/count.php?id='.$n.'&v=3" alt="1"><br><font color="red"><a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=3" alt=""></a></font><br>Скопировать адрес:<br><input name="text" value="<a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=3" alt=""></a>"/>
<hr size="1"> Счётчик № 4<br><img src="/top/count.php?id='.$n.'&v=4" alt="1"><br><font color="red"><a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=4" alt=""></a></font><br>Скопировать адрес:<br><input name="text" value="<a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=4" alt=""></a>"/>
<hr size="1"> Счётчик № 5<br><img src="/top/count.php?id='.$n.'&v=5" alt="1"><br><font color="red"><a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=5" alt=""></a></font><br>Скопировать адрес:<br><input name="text" value="<a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=5" alt=""></a>"/>
<hr size="1"> Счётчик № 6<br><img src="/top/count.php?id='.$n.'&v=6" alt="1"><br><font color="red"><a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=6" alt=""></a></font><br>Скопировать адрес:<br><input name="text" value="<a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=6" alt=""></a>"/>
<hr size="1"> Счётчик № 7<br><img src="/top/count.php?id='.$n.'&v=7" alt="1"><br><font color="red"><a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=7" alt=""></a></font><br>Скопировать адрес:<br><input name="text" value="<a href="'.$config_home.'/top/index.php?id='.$n.'"><img src="'.$config_home.'/top/count.php?id='.$n.'&v=7" alt=""></a>"/>
<hr size="1">
<div>';
}
else
{
echo '<center><blink>Неверный пароль!</blink></center></div><hr></div>';
echo '<meta http-equiv="refresh" content="2;URL=prof.php?'.SID.'">';
echo '<img src="../images/back.gif"> <a href="" onclick=back()>Назад</a><br>';
}
}
if($action=="ok")
{
$name=htmlspecialchars(stripslashes($name));
$url=htmlspecialchars(stripslashes($url));
$opis=htmlspecialchars(stripslashes($opis));
$password=htmlspecialchars(stripslashes($password));
if($password!="")
{
if($url!="")
{
if($opis!="")
{
if($name!="")
{
$all = file_get_contents("../local/datatop/all.dat");
for($i=0; $i < $all; $i++)
{
if($i!=$n)
{
$file = file_get_contents("../local/datatop/site/$i.dat");
$site = explode('|', $file);
$str=strcmp ($site[1], $url);
if($site[1]==$url)
{
$tr=1;
}
}
}
if($tr==1)
{
echo 'Сайт '.$url.' уже зарегистрирован!</div><hr><div>';
}
else
{
$pas=md5($password);
$tr1=array('<','>','"','&','|');
$tr2=array('<','>'.'&','');
$name=str_replace($tr1, $tr2, $name);
$url=str_replace($tr1, $tr2, $url);
$opis=str_replace($tr1, $tr2, $opis);
$zap="$name|$url|$opis|$pas";
$fp=fopen("../local/datatop/site/$n.dat","w");
fputs($fp,"$zap \r\n");
fclose($fp);
chmod ("../local/datatop/site/$n.dat", 0777);
echo 'Профиль изменен!</div><hr><div>';
echo '<meta http-equiv="refresh" content="1;URL=index.php?'.SID.'">';
}
}
else
{
echo 'Вы не ввели название сайта!</div><hr><div>';
echo '<img src="../images/img/back.gif"> <a href="" onclick=back()>Назад</a><br>';
}
}
else
{
echo 'Вы не ввели описание!</div><hr><div>';
echo '<img src="../images/img/back.gif"> <a href="" onclick=back()>Назад</a><br>';
}
}
else
{
echo 'Вы не ввели адрес сайта!</div><hr><div>';
echo '<img src="../images/img/back.gif"> <a href="" onclick=back()>Назад</a><br>';
}
}
else
{
echo 'Вы не ввели пароль!</div><hr><div>';
echo '<img src="../images/img/back.gif"> <a href="" onclick=back()>Назад</a><br>';
}
}
echo '<img src="../images/img/dir.gif"> <a href="index.php?'.SID.'">Топ сайтов</a><br>';
echo '<img src="../images/img/act_home.gif" alt=""> <a href="../index.php?'.SID.'">На главную</a></div>';
include_once "../themes/$config_themes/foot.php";
?>