= timestamp AND $to_time < timestamp) AND id>5"; }elseif ($h==2) { // 3 days and before 7 days $from_time=time() - (86400*3); $to_time = time() - (86400*7); $q = "SELECT * FROM ".TB_PREFIX."users where ($from_time >= timestamp AND $to_time < timestamp) AND id>5"; }elseif ($h==3) { //7 days and after $from_time=time() - (86400*7); $q = "SELECT * FROM ".TB_PREFIX."users where $from_time > timestamp AND id>5"; } $result = $database->query($q); $active = $database->mysqli_fetch_all($result); for ($i = 0; $i <= count($active)-1; $i++){ $uid = $database->getUserField($active[$i]['username'],'id',1); $varray = $database->getProfileVillages($uid); $totalpop = 0; foreach($varray as $vil){ $totalpop += $vil['pop']; } if($active[$i]['tribe'] == 1){ $tribe = "Roman"; $img = ""; }else if($active[$i]['tribe'] == 2){ $tribe = "Teuton"; $img = "1"; }else if($active[$i]['tribe'] == 3){ $tribe = "Gaul"; $img = "2"; } $getmin=((time()-$active[$i]['timestamp'])/60); $gethr=((time()-$active[$i]['timestamp'])/3600); $getday=intval((time()-$active[$i]['timestamp'])/86400); echo " "; } } ?>
Inactive users
Name [access] Time Tribe Population Villages Gold
".$active[$i]['username']." [".$active[$i]['access']."] ".$getday." days ".intval($gethr-$getday*24)." hours \"$tribe\" ".$totalpop." ".count($varray)." \"Gold\" ".$active[$i]['gold']."