You can integrate this into your who's online by opening root/online.php
first find
case 'printthread.php':
$userinfo[activity] = 'printthread';
$blowup = explode('=', $token1);
$threadid = intval($blowup[1]);
$threadids .= ",$threadid";
$userinfo[threadid] = $threadid;
break;
+++++++ do not add this divider ++++++++
and AFTER THAT add
++++++ do not add this divider +++++++++
case 'tetris.php':
$userinfo[activity] = 'tetris';
break;
++++++ do not add this divider +++++++++
then find
+++++++do not add this divider ++++++++
case 'calendar':
$userinfo[where] = "Viewing <a href='calendar.php?s=$session[sessionhash]'>Calendar</a>";
break;
+++++++ do not add this divider ++++++++++++
and AFTER IT ADD
+++++++ do not add this divider ++++++++++++
case 'tetris':
$userinfo[where] = "Going for the King of Tetris Crown";
break;
++++++do not add this divider ++++++++++++++
save , and upload.
** As always , when you are installing a new hack , create a new folder called ' backup ( name of hack ) ' and before you do ANYTHING put the files that you are modifying in there. ALWAYS back your file up , that way if the modded file does not work , you simply upload the one from your new folder.
I added this to my root/online.php on version 2.2.6 and it works just fine.
I put " Going for the King of Tetris Crown " because I also have the crown hack installed.
enjoy.
|