mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-23 03:27:14 +00:00
@@ -181,6 +181,14 @@ if($_GET['aid'])
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
// preload villages data
|
||||
$userIDs = [];
|
||||
foreach($aliusers as $user) {
|
||||
$userIDs[] = $user['id'];
|
||||
}
|
||||
$database->getProfileVillages($userIDs);
|
||||
|
||||
// display the page
|
||||
foreach($aliusers as $user)
|
||||
{
|
||||
$rank = $rank + 1;
|
||||
|
||||
Reference in New Issue
Block a user