Root://test/site/module/top100.php
 
 
<?php
include("module/stat-menu.php");
mysql_connect($L2JBS_config["mysql_host"],$L2JBS_config["mysql_login"],$L2JBS_config["mysql_password"]) or die('Error Mysql.');
mysql_select_db($L2JBS_config["mysql_db"]) or dir('Error DB.');

//Получàем дàнные èз бàзы
$data=mysql_query("SELECT * FROM characters WHERE $where and accesslevel<50  ORDER BY  level  DESC LIMIT $top ") or die('Error DB info.');

//Зàголовок
echo '<br><center><b>..:: Top Players ::..</b></center><br><hr>';
include(
"module/table.php");
?>