Thread: Who's Online
View Single Post
  #16  
Old 01-26-2011, 08:23 PM
HIddenPanda's Avatar
HIddenPanda HIddenPanda is offline
I Am... Da Sheep
 
Join Date: Jul 2010
Posts: 52
Gender: Male
Credits: 7,691
HIddenPanda
Default

Below... Possible idea... may make a plugin if anyone says they want it, I will gladly code it

... Pseudo-code ACTIVATE

Code:
$var = Get Current Page

$res = Select all rows from table $prefix_activity

if Number of Rows in $res > 249 {
Delete oldest activity
}

Insert into $prefix_activity user, time, and current page

//Show page normally
ONly bad part is, you would have to insert on every page you want it to work on OR put it in functions.php or (if my idea is used...) templatedeff.php (or whatever i called it, i forgot)

This would work similar to the way you can view what the last activity on MyBB forums were, like whenever I go to HallOfFamer's profile, Majority of the time, hes lurking on the WHo's Online page... and i can see that

So on the Latest Activity page of this mod It will list UP TO 250 Latest page visits and who was it, and WHen they did it

You could optionally set it lower, just so it takes up less database space...


Comprende?

So HoF want me to write that out for 1.2 ? :D xD
__________________
dasheep.tk

Last edited by HIddenPanda; 01-26-2011 at 10:56 PM.
Reply With Quote