getProfileMedal($id);
$user = $database->getUserArray($id,1);
$varray = $database->getProfileVillages($id);
$refreshicon = "";
if($user)
{
$totalpop = 0;
foreach($varray as $vil)
{
$totalpop += $vil['pop'];
}
include('search2.tpl');
echo "
";
$deletion = false;
if($deletion)
{
include("playerdeletion.tpl");
}
include("playerinfo.tpl");
include("playeradditionalinfo.tpl");
echo "
";
include("playermedals.tpl");
include ("villages.tpl"); ?>
| Ban History () | |||||
|---|---|---|---|---|---|
| Start | End | Duration | Reason | '.date('d:m:Y H:i', $row['time']).' | '.date('d:m:Y H:i', $row['end']).' | '.round((($row['end'] - $row['time']) / 3600), 2).' minutes | '.$row['reason'].' | '; } ?>