The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB3 Boardstatistic Version 2 Details »» | |||||||||||||||||||||||||
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. A deinstallation script you found here >> https://vborg.vbsupport.ru/showpost....47&postcount=2 For a first impression You find a English demonstration of the Statistic here >> http://at-lantis.de/statistic.php You find a German demonstration of the Statistic here >> http://boardszene.de/statistic.php 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.
More Infos soon PcFreak Show Your Support
|
Comments |
#382
|
||||
|
||||
@ 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) |
#383
|
|||
|
|||
I don't mean to sound stupid here ,,, but ...
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?! |
#384
|
|||
|
|||
Hi Z\in
Just remove the "//" in the begining of line so they are commands not coments |
#385
|
|||
|
|||
Fantastic hack.
Have it installed and working great on 3.0.3 Cheers! |
#386
|
|||
|
|||
Quote:
|
#387
|
||||
|
||||
I fixed my previous error, now one problem. How do I add a link into the nav bar? For everyone to see.
|
#388
|
|||
|
|||
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? |
#389
|
|||
|
|||
It's worth noting that the Arcade add on is 816 queries.
Yes, 816. It's not recommended for people on shared hosting to be making that page public, not unless you want a nasty email from your hosts. |
#390
|
|||
|
|||
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 |
#391
|
|||
|
|||
Quote:
I attached my version of this part here. It also needs to change STATISTIC template to correspond: $postername1 to $postername[1] $posterid1 to $posterid[1] $poster_beitragszahl1 to $poster_beitragszahl[1] $postername2 to $postername[2] etc. ................................. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|