Log in

View Full Version : most users ever online.php


ceo_tfw
09-16-2002, 02:27 PM
an anyone tell me how to add the query in the online.php so it shows the (Most users ever online was)

can anyone help please

Dean C
09-16-2002, 05:43 PM
that should already be in your forumhome_loggedinusers template?

and from wat i can see it is? :s

- miSt

ceo_tfw
09-16-2002, 05:49 PM
I want to add it to the online.php

ceo_tfw
09-17-2002, 04:02 PM
can anyone help me please

ceo_tfw
09-20-2002, 09:28 AM
I guess nobody knows how it is done

:'(

:'(

Logician
09-20-2002, 11:22 AM
I didnt test it out so dont know if it will work, but give it a try:

edit online.php, find:


eval("dooutput(\"".gettemplate("whosonline")."\");");


Before that add:


$maxusers=explode(" ", gettemplate('maxloggedin',0,0));


Now in your template use $maxusers[0] for max. user online number and $maxusers[1] for the time..