Файл: login.php
Строк: 54
<?
include 'files/ini.php';
include 'files/antixak.php';
echo '<title>l2mo.ru</title>';
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link rel="stylesheet" type="text/css" href="css/new/style.css?"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta content="noindex, nofollow" name="robots" />';
echo "<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38152348-1']);
_gaq.push(['_setDomainName', 'l2mo.ru']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>";
echo '</head><body><table>
<tr>
<td class="lt1"></td><td class="t1"><div><b>Wap LineAge</b></div></td><td class="rt1"></td>
</tr>
<tr>
<td class="l"></td>
<td class="centertd">';
echo'<form method="get" action="enter.php?">';
echo "Ник:<br/>";
echo "<input class="txt" name="log" maxlength="20" title="nick" emptyok="true"/><br/>";
echo "Пароль:<br/>";
echo "<input class="txt" name="pas" type="password" maxlength="20" title="password" emptyok="true"/><br/><br>";
echo '<input class="button_medium2" class="button" type="submit" value="Войти в игру"/></form><br/>';
echo "<a href="reg.php?"> Зарегистрироваться </a><br/>";
echo "<a href="vostn.php?"> Восстановить пароль </a><br/>";
echo"<a href="index.php?">Вернутся</a><br>";
include_once 'files/nogi.php';
?>