Размер файла: 2.61Kb
<? //<!-- СКРИПТ НАПИСАН>>> INFOR <<<
// infor.chatgrad.ru
// E-mail: [email protected]
// СКРИПТ НЕ ИСПОЛЬЗОВАТЬ В КОММЕРЧЕСКИХ ЦЕЛЯХ!
// РАСПРОСТРАНЯЕТСЯ БЕСПЛАТНО ДЛЯ НАРОДА
//-->
Error_Reporting(E_ALL & ~E_NOTICE);
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">
<html xmlns=\"http://www.w3.org/1999/xhtml\">
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
<title>ВХОД</title>
</head>
<body bgcolor=\"#66CC33\" text=\"#990033\">";
include "config.php";
$currHour=date("H",time());
$currDate=date("d F Y", time());
$curr=date("i:s", time());
$currTime=date("$currHour:i:s", time());
$currDate = str_replace("January","Января",$currDate);
$currDate = str_replace("February","Февраля",$currDate);
$currDate = str_replace("March","Марта",$currDate);
$currDate = str_replace("April","Апреля",$currDate);
$currDate = str_replace("May","Мая",$currDate);
$currDate = str_replace("June","Июня",$currDate);
$currDate = str_replace("July","Июля",$currDate);
$currDate = str_replace("August","Августа",$currDate);
$currDate = str_replace("September","Сентября",$currDate);
$currDate = str_replace("October","Октября",$currDate);
$currDate = str_replace("November","Ноября",$currDate);
$currDate = str_replace("December","Декабря",$currDate);
session_start();
if (empty($_SESSION['universum'])) {
srand ((double) microtime()*1000000);
$uni=uniqid (rand());
$_SESSION['universum'] = $uni;}
else {
$_SESSION['not'] = 1;
}
echo "<p align=\"center\">";
print"<b><font color=\"#000000\">$currTime</font></b><br/><small><font color=\"#000000\">$currDate</font></small>";
print"<form method=\"post\" action=\"imp.php?uni=$uni&imja=$imja&pas=$pas\"><br/>";
print "<font color=\"#006633\">Логин</font><br/>";
print"<input name=\"imja\" maxlength=\"200\" value=\"\"/><br/>";
print "<font color=\"#006633\">Пароль</font><br/>";
print"<input name=\"pas\" maxlength=\"200\" value=\"\"/><br/>
<input value=\"Войти\" name=\"do\" type=\"submit\"/></form>";
print "<br/><a href=\"$gl\"><font color=\"#990000\">$zag</font></a><p>
</body>
</html>";
//<!-- СКРИПТ НАПИСАН>>> INFOR <<<
// infor.chatgrad.ru
// E-mail: [email protected]
// СКРИПТ НЕ ИСПОЛЬЗОВАТЬ В КОММЕРЧЕСКИХ ЦЕЛЯХ!
// РАСПРОСТРАНЯЕТСЯ БЕСПЛАТНО ДЛЯ НАРОДА
//-->
?>