![]() |
Is there any way that someone could hack into the control panel and create a way for me to view something like the "Top 25 Posters for Today"? I've had some terrible spam problems lately (members with 300+ posts a day) and this could be helpful for determining if it's a problem.
|
i'd like to see this
[Edited by Mental Stamina on 11-29-2000 at 05:31 AM] |
Part of a hack I whipped up a few weeks ago...
Code:
<? |
That was pretty helpful! I've been able to make up a "Posts by users during the last xxx seconds" page from this, where xxx can be any value you can set from the URL.
|
care posting that hack?
|
Just change around the "time()-3600*24" section of the query statement. For example:
$seconds = time() - intval($seconds); ...query("SELECT...WHERE...dateline > '$seconds'..."); and call the page with ?seconds=3600 |
All times are GMT. The time now is 02:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|