|
|
|
|
/* ?>
prods added
|
groups added
|
party added
|
comments added
|
total
|
*/ ?>
for($i=0;$i");
} else {
print("");
}
$myyear=substr($users[$i]["quand"],0,4);
$mymonth=substr($users[$i]["quand"],5,2);
$myday=substr($users[$i]["quand"],8,2);
$myhour=substr($users[$i]["quand"],11,2);
$myminute=substr($users[$i]["quand"],14,2);
$mysecond=substr($users[$i]["quand"],17,2);
$age=time()-mktime($myhour,$myminute,$mysecond,$mymonth,$myday,$myyear);
$nbdays=floor($age/(60*60*24));
// $nbtotal[$users[$i]["id"]]=$nbprods[$users[$i]["id"]]+$nbgroups[$users[$i]["id"]]+$nbnews[$users[$i]["id"]]+$nbcomments[$users[$i]["id"]];
?>
|
print($nbdays." days"); ?> |
print($users[$i]["level"]); ?> |
$xglops=floor($users[$i]["glops"]*100/$maxglops);
/*
$xprods=floor($users[$i]["prods"]*100/$maxprods);
$xgroups=floor($users[$i]["groups"]*100/$maxgroups);
$xparty=floor($users[$i]["party"]*100/$maxparty);
$xcomments=floor($users[$i]["comments"]*100/$maxcomments);
$xtotal=floor($users[$i]["total"]*100/$maxtotal);
?>
DoBar($xprods); ?> |
DoBar($xgroups); ?> |
DoBar($xparty); ?> |
DoBar($xcomments); ?> |
DoBar($xtotal); ?> |
*/ ?>
DoBar($xglops,false,$users[$i]["glops"]); ?> |
}
if ($order=="name"): ?>
lettermenu($pattern); ?>
|
else:
$nextlink="userlist.php?order=".$order."&page=";
?>
|
endif; ?>
|