Файл: _gladiators2_/gladiators2/gladiators/gladiators/connect.php
Строк: 24
<?
/* This file decoded and nulled by NukLeoN [AnTiSh@Re] */
$db = @mysql_connect ('localhost', 'user', 'pass');
$table = @mysql_select_db ('bd_gladiators');
if (!(($db AND $table)))
{
echo '<html>
<head>
<link rel=stylesheet href=/css/index.css>
<meta http-equiv="Content-type" content="text/css; charset=window-1251;">
</head>
<body bgcolor=#e5e1be>
<br>
<table border=0 width=100% height=100%>
<tr>
<td align=center valign=middle><b>Сервер сильно перегружен!</b><br> Это временное явление, попробуйте обновить страницу через пару минут!</b><br><input type=button value='Обновить' onclick='window.location=window.location.href' class=button></td>
</tr>
</table>
</body>
</html>';
exit ();
}
?>