1
Dr Usage • Module:
Dr Usage • Version:
1.4 • Author:
Simon Roberts • Compatible:
All Versions - 2.0.x / 2.2.x / 2.3.x • Download:
xoops2_mod_dr-usage_1.4.zipxoops2_mod_dr-usage_1.4.zip • MD5: b4e35a86fe3f866bec305b2caa134b4f
• SHA1: 8c2214c42a623b8dfefab3d05e8b6e40d0c676a5
• RIPEMD160: 54dbd597c4b4b7ac25e11a645d8b4a169c03f168
• CRC32: cee85ab8
• Date: 27-June-2008 (8:25 AEST)
RequirementThis will require Frameworks 1.35 which contain the jpgraph system you can download that from here
xoops2_frameworks_1.35.zipRelease notesThis is a simple graphing system for system visits and usage, it will be extended further in the future but I hope you like this simple graph. You will need to add the block to the pages you want it to track the usage on.
With Dr Usage you can follow the progress of your XOOPS Usage with visits and click with this useful tool. This module requires the XOOPS Framework version of 1.35
This also tracks is integrity which should never drop below 100% unless you have some form of paranormal activities happening within your domain which in this graphs early stages of deployment we even noticed there was in our system.
This will display a graph over 10 hours which will show you the user usage of your system.
Installation Notes • Download Dr Usage
• Unzip into the module directory
• Display the Usage Graph Block on Modules you want to monitor Usage
Silent MonitoringYou may want to monitor the usage of your system with Dr Usage this will mean you have to do a hack to the footer.php with the following code.
require(XOOPS_ROOT_PATH.'/modules/usage/class/usage.php');
$usage = new Usage();
This will always fire the Usage Recording System every time the footer is called.