The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBMicroStats Details »» | |||||||||||||||||||||||||
This hack will add at the bottom of each vBulletin (powered) page, the statistics listed below.
Also, it will help you troubleshoot and optimize your vBulletin board by viewing or comparing PHP/MySQL options and other statistics that are normally hidden in your forum pages. Regular Users: ? Load time of specified page in microseconds ? Number of queries executed ? PHP percent page usage ? MySQL percent page usage Administrators Only: ? Active users browsing the forum (members and guests) new in 1.1.0 ? Server memory usage per page (in Kb) ? Display DEBUG mode status ? Browser GZIP library compression status ? Server average loads ? Uncached templates (useful to troubleshoot the code) The code modifications were tested into a clean installed vBulletin board. They work 100%. The hack was tested in vBulletin 3.6.4 and 3.6.5. If you want to test it into a lower version (3.6.x), let me know. Also, if you encounter any problems, feel free to post your questions here. Step by step install instructions are posted into readme.html file. In order to perform an efficient modification of your files, I recommend you to use Komodo Edit or Textpad. Both editors will allow you to complete all steps without any coding errors. The code changes are very safe and designed not to interfere in any way with the vBulletin performance/functionality. Make sure you modify, save and upload one file at the time to your server. Then, simply run the product-vbmicrostats.xml file. [high]The PLUGIN itself is DISABLED by default.[/high] This was done in order to make sure you properly edit your code first and to avoid surprises. You will need to enable it, once your code modifications are completed: Plugins and Products > Manage Products > vB Microstats > Enable (dropdown) Then, go to your vBulletin Options, click on BB MicroStats setting group and set all your options. Upgrade to version 1.0.2. Upgrade to version 1.0.3. Upgrade to version 1.1.0. Want to be a guinea pig and try this hack into a higher vBulletin version? Post your results, so others can read your feedback. Show Your Support
|
Comments |
#112
|
||||
|
||||
Quote:
The hack does not modify nothing related your board functionality, shape or form, it simply displays what already exists built into vBulletin. In version 1.0.3 it emulated the Debug line you add into your config.php file. In 1.1.0 this option was removed and the old option was brought back, simply to display the Debug status. Did you disabled all hacks? Disable the product manager completly, you need to start methodically. When you upgraded, did you disabled all hacks as vBulletin requests (Enable Disable Plugin/Hook System)? You will need to uninstall all hacks, not just disable them and make sure you upload all original files from vBulletin. What hacks you have now installed? |
#113
|
|||
|
|||
Quote:
Nope i did not disable all hacks. Didn;t know we had to. List of installed hacks: http://img119.imageshack.us/img119/6995/tablege2.gif |
#114
|
||||
|
||||
<i>At the moment no, but if i do disable them globally via config.php it takes away the debug mode.</i>
Show me exacly how you do this (code insert). Also, make me a favor, go to Admin CP: vBulletin options > Plugin/Hook System > Enable Plugin/Hook System Make sure this option is set to NO. Let me know if you can manage to turn it off and the options are saved properly. |
#115
|
|||
|
|||
Quote:
PHP Code:
|
#116
|
||||
|
||||
Ok, we will force it to turn OFF.
Run this query: [sql]UPDATE `setting` SET `value` = '0' WHERE `varname` = 'enablehooks';[/sql] Value 0 is like selecting the No option. |
#117
|
|||
|
|||
I can already turn it off via the file edit above so is there a reason i need to do it via this query? I just can not disable it via the vbulletin options.
|
#118
|
|||
|
|||
I am in the process of deleting some of my hacks. Even though I delete them they still function. The odd thing is there is no trace of them in the plugin table. I looked through the table, and see the hack, then delete the hack yet the hack still functions.
|
#119
|
|||
|
|||
You shall disable template cache plugin
|
#120
|
|||
|
|||
I already did that along time ago. It has made no difference.
|
#121
|
||||
|
||||
Xplorer4x4, I think is best you start a new thread in the support area here at vBulletin.org, or even better, open a ticket to vb.com to have them restore everything default.
My hack has nothing to do with your current problems. However, I will help you if you want, but into a new thread. In this way we don"t highjack the current thread. PM me the link. I strongly recommend you to cantact VB Team, they have a set of toold to clean your board of all hacks in no time. Then, once everything works fine, start installing the hacks one by one and see what causes problems. Also, make sure you always ask in the forums if you are not sure of something. Look at the mess you are into. Still, you have to relax, it's just code, you will not lose any data. It's just few annoyng steps you have to go through, that's all. See you on the other side of the thread. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|