Version: 1.00, by PcFreak
Developer Last Online: Mar 2015
Version: 3.0.3
Rating:
Released: 07-01-2004
Last Update: 08-28-2004
Installs: 184
DB Changes
No support by the author.
no more support for statistic version 2
In the next days we will release a new statistic Version (vB Statistic 3). For this reason I give from today on, no more support for the Statistic Version 2
This version is bigger, faster and we want to publish the statistic in two languages. (german and english).
In order to use the new Statistic Version, the old version must be unfortunately removed.
May someone will translate our Phrases from the new version 3.0 into other languages. If you are interested please send me or Onkel_Tom a PM with your eMail Address and we will sent you the phrases file in english to be translated into other languages.
The vB Statistic is free. However, if you would like to donate a small amount, feel free.
Statistic Version 3 have more as 7000 Lines of code and possibly, one of the largest Hacks that was ever written for vBulletin.
More as 450 different images
46 new Templates are provided
More than 350 phrases are needed.
Everything is completely adjustable over the AdminCp
More than 350 phrases are needed.
No much server load. Maximally 5 querys for logging. (normal 3 querys.)
The start side of the statistics needs approx. 15 querys (only if this is indicated)
More than 350 phrases are needed.
Possibility for later updates (e.g. new Spider and Crawler implements)
The installation is very, very simply, been made by an installscript and does not need more than 30 seconds. All attitudes and changes take maximally 5 minutes.
no changes of the existing vBulletin data base tables
15 new data base tables with more than 1100 inserts are provided
Support for international time formats implements.
Detect now browser plugins, resolutions and more with javascript.
vB Statistic Version 3 show Information about your System on a special side.
Detect now browser plugins, resolutions and more with javascript
More Infos soon
PcFreak
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
@ Punktek.com
Your forum installation is not in a /forum directory !
Please check if you have enaugh rights to execute script in your wwwroot dir.
Also all scripts should habe read and execute rights for al (chmod 755)
Additional step 1
================================================== =============
Addition for showing Statistics only for Admins and Moderators
================================================== =============
open statistik.php and find:
=============================
// ######################### CHECK PERMISSIONS ###########################
// uncomment the following 4 lines if you want provide statistics only for Admins and Moderators
// if (!($permissions['adminpermissions'] & CANCONTROLPANEL) AND !can_moderate())
// {
// print_no_permission();
// }
================================================== =================
uncomment the lines as written in the code above to look like:
================================================== =================
// ######################### CHECK PERMISSIONS ###########################
// uncomment the following 4 lines if you want provide statistics only for Admins and Moderators
if (!($permissions['adminpermissions'] & CANCONTROLPANEL) AND !can_moderate())
{
print_no_permission();
}
I don't understand step 1, what do you mean by uncomment?!
I get an error message on the first visit to my site:
Fatal error: Failed opening required './includes/functions_statistik.php' (include_path='.:/usr/share/pear') in /home/playit/www/forum/statistik_counter.php on line 190
Removing it from phpinclude_start will get rid of the problem.
It only happens once, and a refresh will fix it for the duration of the visit. Any ideas?
Only thing that dosent seem to work right is visitors from Hong Kong show up as unknown.
I would be great to be able to assign which usergroups can view stats