The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
vB Statistic version 3.0.0 (directors Cut *g*)
![]() Developer Last Online: Mar 2015 ![]() ![]()
:nervous:
![]() How operates the vB statistics 3.0.0? The vB statistics 3.0.0 consist of two essential parts. One part is to log each visitor, serarchengines and keywords, browserlanguages, browser plugins, referer ect. The other part show Information of the existing vB database How extensive is the vB statistics 3.0.0? add 46 new templates add 15 new database tables over 1300 database inserts 400 new phrases 23 new PHP and one js file (7 PHP files only need for the installation) over 400 various images. Templates & Phrases: Fully phrased Templates/Phrases installed during install/upgrade; 100% Valid XHTML 1.0 Templates ![]() The installation. The installation continues maximum 30 sec and is fully automatically. No existing vBulletin database fields or tabels are changed Everything is complete over the admin CP adjustable. IMPORTANT NOTES ? If you do install this hack, please click on the INSTALL button There are going to be some updates for this which you're really not going to want to miss! ? And don't forget - BACKUP BEFORE YOU INSTALL! License vB statistics 3.0.0 is Copyright (C) 2005 by Andree Haupt (PcFreak) you may not distribute in part or whole any portion of the source code (apart from in this thread) or any file included in the zip.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 The vB Statistic is free. However, if you would like to donate a small amount, feel free. ![]() Download: Please download both files The image directory of the distribution package should be uploaded to the ./statistic directoy (/forum/statistic) Don't upload the content to the standard image directory of your forum (/forum/images)! Support: English support for this hack here English, German and French Support on At-lantis.de Credits. Many thanks to Onkel Tom which tested, approved and bugfixed the new Statistic Version. Many thanks to kall for the optimizing of the englisch phrases. (great work) Many thanks to finereader which translate this hack into french. (fantastic ![]() And last, thank you to the german vBulletin Comunity for help, good tips and feedback. PcFreak 19.1.2005 Add new version of the english phrases from kall into the zip.pack https://vborg.vbsupport.ru/showpost....9&postcount=20 sv1cec Solution for the Avatar Counter (If site's provided ones. Is changed in the new zip file) https://vborg.vbsupport.ru/showpost....7&postcount=47 20.1.2005 Add a new vbStatistic3_english.zip (some bugfixes) User which have install the statistic, just exchange the new statistic_counter.php with the old one. 1.02.2005 Add the new english phrases from kall. Copyright for the english_phrases by kall 2005 https://vborg.vbsupport.ru/showpost....&postcount=169 18.02.2005 To restrict the display of the Server type values on the main page. Solution by kall. Add the nederlands phrases from S@NL - BlackBik. Copyright for the nederlands phrases by S@NL - BlackBik Orginal Post here: https://vborg.vbsupport.ru/showpost.php?p=612759 Update for the vBulletin Version 3.51 07.11.2005 leonsio was so nice and has adapted this vbstatistic version to the 3.5 vbVersion Download the file and replace all the files from the statistic3.5.zip with the old statistic files. Important: Only use the new files if you plan to update your old vB 3.0 Version to 3.5 Version now. Dont forget to make a DB backup. No other changes are needed. All Credits go to leosino. You can find a demo on leosino's forum: http://www.c4u.to/forum/statistic.php? Note: This is the update for the old statistic version. A new professionell version will released early next year. For a first impression visit: http://vbstatistic.com Supporters / CoAuthors Show Your Support
|
Comments |
#312
|
||||
|
||||
![]()
Thats the way it already is Marco H. Thanks for the reply though. Any ideas where i can look?
Quote:
|
#313
|
|||
|
|||
![]()
I almost got booted of my host when I installed vbportal and had
include("./statistic_counter.php"); in my php start the shared server i was on almost crashed (cpu was at like 70!) as it was creating php calls continuasly i managed to get a peek at whos online while this was happening and saw about 200 guests with the ip of my server online this is not pcfreaks fault but an incompatibility with vbportal and I sure love this script but am only able to use the the browser resolution part Anyone have any ideas of how to get the 2 working? |
#314
|
||||
|
||||
![]()
Been asking for a while, doesn't seem like many are using vbPortal. I hate to but gonna have to do an uninstall. Not worth it to have it only half work.
|
#315
|
|||
|
|||
![]()
paratek u inspired me to give it one last shot
dont delete this awesome hack just yet think i found a solution |
#316
|
||||
|
||||
![]()
i am willing to try anything at this point, let me know
|
#317
|
|||
|
|||
![]()
this is what im doing and ive reset the stats so not sure every little thing is working but i do know its not killing the server anymore and it has logged a visit of mine
it was caught in and endless loop because it was calling the wrong global.php ive enclose some comments in < > brackets edit statistic_counter.php and change wherever it has require_once to the full path of the file like.. require_once('http://www.yoursite.com/forums/global.php'); <maybe only to ./forums/global.php if you have moved it to the root?> it may only be neccesarry for global.php but i moved my statistic_counter.php to the site root <dont know if i should even do this?> so i changed them all then in phpinclude_start, this is what i have... require_once('./../global.php'); include("./../statistic_counter.php"); <is the move to the site root necc or can it stay in forums?> My forums are located in /forums/ really dont have a clue what im doing, its just a trial and error thing ![]() hopefully some helpful person that knows and understands both scripts, and is experienced with mysql and php comes along and helps us do it the right way ![]() i'll get back to you after i have enough forum activity where i can see if every log function is working |
#318
|
|||
|
|||
![]()
after a day of running it for a day, this is what im finding
Statistics home - works Browsers / Operating Systems - not working Country of origin and browser language - works Search Engines - not sure yet ( i have one altavista hit in referrers but not here) Spider / Crawler - not sure yet Referrer - works Browser Plugins and Monitor Resolutions - works System check - works ------------------------------------------------------------------------ I also thought of way to not include yourself in the stats. Since your always on your site, it may be a good idea to not skew the stats with all your visits. Heres how: In headinclude wrap the script in a conditional....like: Code:
<if condition="!$show['admincplink']"><div style="display:none"><script type="text/javascript" src="./clientscript/statistic_java.js"></script></div></if> I just used admincplink since I believe it performs the exact same function as usergroupid == 6 and I'm the only admin In phpinclude_start, change it to this: Code:
if ($bbuserinfo['usergroupid'] != 6) {include("./statistic_counter.php");} |
#319
|
|||
|
|||
![]()
First Many thanks for the auther of this hack...
Now getting this error although the hack has been successfully instaled ?! when I move from the stat or the vb or CMPS it gives randomly this error massege ... when I refresh ..it disapear and the pages display normaly including the stat! what is the problem and how I can fix it ? Warning: main(./statistic/statistic_spider.php): failed to open stream: No such file or directory in /statistic_counter.php on line 99 Fatal error: main(): Failed opening required './statistic/statistic_spider.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/alderwa/public_html/vb/statistic_counter.php on line 99 |
#320
|
|||
|
|||
![]()
Is there any way to disable the parts that use Javascript?
The Javascript increased my bandwidth usage with about 50% - something I'm not really interested in. Is there perhaps another script that only collects stats from the database, and not from utilizing Javascript? |
#321
|
|||
|
|||
![]() Quote:
|
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|