Version: 1.00, by wolfe
Developer Last Online: Oct 2023
Version: 2.3.x
Rating:
Released: 06-12-2003
Last Update: Never
Installs: 20
Supported
// #######################################
What It Does:
This Hack allows you to add a hit counter to your footer template and it will be on all pages where it will record a recorded hit counter for everyone and when you click on the hit counter it will display a list of the hits:
The id of the hit.
The hit User Id.
The hit username.
The date of the hit.
The time of the hit.
Pm the hit maker.
The Script the hit was made.
The Action being used while it was made.
The Ipaddress of the hit maker.
The Resolved Ipaddress of the hit maker
For Everony Else:
The id of the hit.
The hit User Id.
The hit username.
The date of the hit.
The time of the hit.
Pm the hit maker
Viewing Hit Statistics Extra
For Admins Only:
Sort By The Script the hit was made.
Sort By The Action being used while it was made.
Sort By The Ipaddress of the hit maker.
Sort By The Resolved Ipaddress of the hit maker
Plus all of below
For Everony Else:
Sort By The id of the hit.
Sort By The hit User Id.
Sort By The hit username.
Sort By The date of the hit.
Sort By The time of the hit.
Pm the hit maker
page nav and stats
I have included the page nav and it will show 15 stats perpage and it will show you what page you are currently on, how many pages total and the total ammount of hits in a little stats box.
hope you all like it
// #######################################
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
i made something like this but it was admin only i called it vBTracker, never released it htough.
It basicaly tied into your whos online info and recorded everything the user did as they did iot and admisn could pull up a log on what that person did.
was going to add a thing that detected how often someoen 404ed, and then pm the admin if they did it often, to prevent hackers.
but the biggest problem is this is a DB hog, it uses a lot of space in the db though it adds only 1 query a page
Nice hack, but like, '*UFA*3M ' mentioned... This appears to add to the database with each reload. Is there a way to cap this at say 200 - 300 then just add to the top?
i dont really get this or why anyone would want to know how many times showthread.php o rany other page had been hit etc
Even worse is that it will do it for each members so really in my view is collecting a lot of useless info as what can you do with it ???
If you have web space then surely u get stats with that.
Not calling the hack in any way but what is its usefulness!
Today at 10:04 AM wolfe said this in Post #25 what do you mean d00d ? by add to the top
because i might make it so if its the same ipaddress then just update but that won't really be a hit counter
Lemme rephrase... Say I enter my site and the hit counter hits 200... Then maybe the oldest hits can be dropped off and new hits can be added to the top. It's a really nice hack but, Since I've installed it, I've got over 700 hits. I'll assume my database is going to keep growing.
More bad news. After installing this hack, people started to complain about their PM's no longer working. Once I removed the lines out of my Global.php file, the PM's started working again.
if ($bbuserinfo['userid']!=0) {
$DB_site->query("INSERT INTO counterplus (viewid,userid,username,dateline,script,action,ipaddress) VALUES (NULL,'$bbuserinfo[userid]','$bbuserinfo[username]',".time().",'".addslashes($script)."','$action','$REMOTE_ADDR')");
06-18-03 at 06:59 PM morrow said this in Post #27 Lemme rephrase... Say I enter my site and the hit counter hits 200... Then maybe the oldest hits can be dropped off and new hits can be added to the top. It's a really nice hack but, Since I've installed it, I've got over 700 hits. I'll assume my database is going to keep growing.
right d00d try the fix and i will work on the cap like you requested