File size: 1.3Kb
<?
include"config.php";
echo"<LINK REL=STYLESHEET TYPE=\"text/css\" HREF=\"skin/$wthemes\">";
?>
<?
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
include "pass.php";
if (($_GET[pass] == $pass1)&&($_GET[login] == $pass2))
{
echo"<html><head><meta http-equiv=\"refresh\" content\"05;index.php\"></head><BODY>";
$file = fopen ("config.php","w");
if ( !$file )
{
echo("Ошибка открытия файла");
}
else
{
fputs ( $file,"
<?
\$logo=\"$_GET[logo]\";
\$image=\"$_GET[image]\";
\$atrib=\"$_GET[atrib]\"; ##расширение файлов
\$news=\"$_GET[news]\"; ##включить новости 1да 2 нет
\$reclam=\"$_GET[reclam]\"; ##включить рекламу
\$links=\"$_GET[links]\"; ##включить ссылки
\$baner=\"$_GET[baner]\"; ##включить банеры
\$home=\"$_GET[home]\"; ##адрес сайта
\$time=\"$_GET[time]\";
\$gen=\"$_GET[gen]\";
\$wthemes= \"$_GET[wthemes]\";
?> ");
}
fclose ($file);
echo "операция выполнена успешно
<br><a href=admin.php?pass=$_GET[pass]&login=$_GET[login]>назад</a>
";
}
else
echo "доступ закрыт";
?>
</body></html>