This commit is contained in:
2022-06-07 00:30:34 +03:00
commit 5f4b2cbf77
1784 changed files with 327645 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
//die('×òî-òî òóò íå òàê...');
define('GAME',true);
include('_incl_data/class/__db_connect.php');
//ðåéòèíã ïåðñîíàæåé
$sp = mysql_query('SELECT * FROM `users_rating` ORDER BY `id` DESC');
while( $pl = mysql_fetch_array($sp) ) {
echo '['.$pl['uid'].']<br>';
}
?>