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*) Details »» | |||||||||||||||||||||||||||
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 |
#152
|
|||
|
|||
Threads in hidden forums are shown to users who don't have access when listing the top replied to threads, etc. - this is a *BIG* flaw for anyone with "secret" subforums!
Other than that, great add-on... |
#153
|
||||
|
||||
Quote:
|
#154
|
||||
|
||||
PcFreak you shoud say that its SO easy to add new browser to statistic code....
just add Code:
elseif(strpos($agent, 'links') !== false) $browser = "Links"; Code:
elseif(strpos($agent, 'mozilla') !== false) $browser = "Mozilla"; //Mozilla Regards |
#155
|
|||
|
|||
Thanks PCfreak.
Installed on vb3.0.x with no issues Thanks Kall for showing how to hide sever details for selected users. Viks |
#156
|
|||
|
|||
Hello,
Is there some sort of caching feature I'm missing? If I haven't hit the stats page all day, it usually takes between 120-200 seconds to generate the page. After that lag, the pages usually load up a bit quicker but this could definitely benefit from some form of a statscache. |
#157
|
||||
|
||||
Quote:
Quote:
@Sir_Yaro Ups. Sorry. It could be that i have forgot to define the Links Browser. I cant remember. Quote:
I have make tests on my forum, but this funktion works well for me. User without the permission to see a hidden forum cant see a hidden thread. Perhaps, it could be you have not set the userpermission correctly or you have build new usergroups which have this permissions. My tip. Check the userpermissions of your forum. I think, there is set something wrong. PcFreak |
#158
|
|||
|
|||
Code:
Database error in vBulletin 3.0.6: Invalid SQL: SHOW TABLE STATUS FROM toontowncentral_com_-_database LIKE 'pm' mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '-_database LIKE 'pm'' at line 2 mysql error number: 1064 Date: Saturday 29th of January 2005 04:50:21 AM Script: http://www.toontowncentral.com/forums/statistic.php Referer: Username: Nick IP Address: 203.173.16.50 |
#159
|
||||
|
||||
@Anarchy
in statistic/sides/forum.php found PHP Code:
PHP Code:
(toontowncentral_com_-_database is not a good database name. This "-" is a the sign for subtraction. Better is to use this "_".) Greets PcFreak |
#160
|
|||
|
|||
Is there uninstallation script as well?
|
#161
|
|||
|
|||
Quote:
After much playing around, i back quoted the `$dbname` This fixed the problem. Maybe you want to add this to your next release. Code:
$pm_speicher_groesse = $DB_site->query("SHOW TABLE STATUS FROM `$dbname` LIKE 'pm'"); |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|