Version: 1.0.5, by TECK
Developer Last Online: Nov 2023
Version: 3.5.4
Rating:
Released: 05-18-2006
Last Update: 05-21-2006
Installs: 92
Uses Plugins Template Edits
Code Changes
No support by the author.
Finally, the vBMicroStats product for vBulletin 3.5.4 is here.
The previous versions of my mod were very solicited by vBulletin administrators...
I hope you will enjoy this new version as much you did the other ones.
This mod with 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:
? Server memory usage per page (in Kb)
? DEBUG mode status
? Browser GZIP library compression status
? Server average loads
? Uncached templates (useful to troubleshoot the code)
The code modifications listed below were tested into a clean installed vBulletin board. They work 100%.
If you encounter any problems, feel free to post your questions here.
Step by step install instructions are posted into vbmicrostats.html file.
In order to perform an efficient modification of your files, I recommend you to use Dreamweaver (Coder Mode) or Textpad.
Both editors will allow you to complete all steps without any coding errors.
I tried to use the plugin system as much as I could, in order to avoid any unnecessary code modifications.
In order to set the right query execution time, you will need to perform 2 small code changes to each of the following files:
? class_core.php (folder /includes)
? init.php (folder /includes)
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-plugin_vbmicrostats.xml file.
Once the product installed, don't forget to enable it.
Go to your vBulletin Options, click on BB MicroStats setting group and set all your options.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Read what it says in the Microstats options, when you enable the Memory Server.
If you want, I could come up with a custom script to display the right Server memory... however, it might create some problems for other users.
So I said, I will disable the memory script for all servers, until everyone is happy.
So far, only those with the function memory_get_usage() compiled in PHP will see the stats.
Read what it says in the Microstats options, when you enable the Memory Server.
If you want, I could come up with a custom script to display the right Server memory... however, it might create some problems for other users.
So I said, I will disable the memory script for all servers, until everyone is happy.
So far, only those with the function memory_get_usage() compiled in PHP will see the stats.
Did you add the (2.9MB) behind the KB memory usage in this version?
Did you add the (2.9MB) behind the KB memory usage in this version?
Your board should display the same results like before, Bobby.
You have PHP compiled with memory_get_usage(), the best way to display accurate memory usage.
I will make a little "mod", for those who are still interested having the memory usage, without memory_get_usage() function available.
Post here if you are interested on getting it.
I will let you know how to edit the Global Hook, in order to make it work.
Once we have enough people that tested the mod, we will include it into the regular version.
My goal with this version was to avoid any stress to the server by performing non needed operations.
Your board should display the same results like before, Bobby.
You have PHP compiled with memory_get_usage(), the best way to display accurate memory usage.
I will make a little "mod", for those who are still interested having the memory usage, without memory_get_usage() function available.
Post here if you are interested on getting it.
I will let you know how to edit the Global Hook, in order to make it work.
Once we have enough people that tested the mod, we will include it into the regular version.
My goal with this version was to avoid any stress to the server by performing non needed operations.
So I can stay with version 1.0.4 then? Or should I upgrade anyway?