Quote:
Originally posted by Jawelin
Mystics, please, could you explain better those steps
|
The records are stored in the Template
maxloggedin
Before the hack: only the number and the Time of the
"Most users ever online at the same time" was stored in this Template.
Therefore the content looked like:
21 = $maxusers[0] = $totalonline = Number of the
"Most users ever online at the same time"
1010710015 = $maxusers[1] = $time = Unix-Time of the moment when the record was reached
After the Hack: First the number and the Time of the
"Most users ever online at the same time" and
then the number and the Time of the
"Most users ever online on a day" is stored in this Template.
Therefore the content look like:
Code:
21 1010710015 84 1010530336
84 = $maxusers[2] = $numbertodayonline = Number of the
"Most users ever online on a day"
1010530336 = $maxusers[3] = $time = Unix-Time of the moment when the record was reached