![]() |
I just put the hack in my forums and also placed it throughout my website. Works great, thanks!
|
just tried this hack and it was doing fine for a few minutes and then reset itself again to zero?
|
I get exact the same error at different times.... now 879 hits and a few minutes later it starts over at 0
|
Its working fine for me, I just installed it. It may reset, but you never know. :p
|
Well, just installed it, too :D
nicely done mate. any chance of making this part of the database? -Alex |
I have installed bbqfan's hack and it works great!! I wanted to keep a running history
of my page views and unique IP's so I made the following hack and attached a picture of what it looks like. There may be a better way to do this...but this is as simple a hack as I could create! NOTE: I could only figure out how to get this to work for daily stats. Weekly/Monthly don't calculate correctly. If anyone knows what to add/change in the query to get Weekly/Monthly to show correctly, please post the changes here! Here's what you need to do: First create a table called 'ip_views' in your vbulletin database, and add the following fields: 'date' as INT(10), 'views' as INT(6), 'uip' as INT(6) Note: You can run the following query in phpMyAdmin to create the table: CREATE TABLE ip_views ( date int(10) NOT NULL, views int(6) NOT NULL, uip int(6) NOT NULL ) ================================================== ============ ** In bbqfan's hack in global.php Find: PHP Code:
PHP Code:
** Open admin/stats.php Find: PHP Code:
PHP Code:
Find: PHP Code:
PHP Code:
Find: PHP Code:
PHP Code:
This works on vBulletin 2.0.1...any other 2.x versions should work, but I can't verify. Hopefully someone will know how to make the weekly and monthly stats add up the views/ip's correctly for the week/month! AJ |
Strange...the picture didn't attach in the above post. Here it is:
|
This hack was working great for almost a full 24hrs and then it started resetting itself at random times back to zero (Both the visitor stats and the page view stats) So I removed it from my site.
|
Quote:
|
After afew hours I was at about 1500 page views, then I checked back the next morning and it was at like 250. Reset is occuring with me too.
|
All times are GMT. The time now is 06:46 AM. |
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:
|