PDA

View Full Version : most ever online


robflack
04-30-2003, 11:59 AM
could someone please tell me how to retreive most ever online

filburt1
04-30-2003, 12:49 PM
mysql> SELECT template FROM template WHERE title = "maxloggedin";
+----------------+
| template |
+----------------+
| 109 1044571768 |
+----------------+
1 row in set (0.28 sec)
The first number is the number, the second is when it happened (in epochs).

Dark_Wizard
05-01-2003, 12:36 AM
Today at 09:49 AM filburt1 said this in Post #2 (https://vborg.vbsupport.ru/showthread.php?postid=389372#post389372)

mysql> SELECT template FROM template WHERE title = "maxloggedin";
+----------------+
| template |
+----------------+
| 109 1044571768 |
+----------------+
1 row in set (0.28 sec)
The first number is the number, the second is when it happened (in epochs).

ROFLOL...I think he was looking for the code ;)

filburt1
05-01-2003, 12:38 AM
Search and ye shall find. If you don't know how to run a query yet then you definitely don't want to start immediately like this.