The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Admin CP UserTools and ServerStats Details »» | |||||||||||||||||||||||||
This hack will replace your server average loads with a more detailed table schema.
The following options are available: - quick user finder (placed at the top) - useful links (reorganised) - members online (now viewable even if your sever is not Linux) - server type (with php and mysql version) - server uptime - host name - host IP address - your IP address (port number also) - load averages - database (name) usage (data and index) - attachment usage (if enabled) - custom avatar usage (if enabled) - users awaiting moderation - attachments awaiting moderation - new users today - registered visitors today - new threads today - new posts today [high]CREDITS:[/high] Freddie Bingham Integration of Admin Quick Stats options. I decided to integrate Freddie's hack because I anticipated that several users will ask for it. ESTIMATED INSTALL TIME: 2 minutes REQUESTED BY: Nobody TESTED IN VERSION: 2.2.7 [high]NOTE:[/high] If your server does not support @exec('uptime'), the following stats will be disabled: - server uptime - host name - host IP address (only) - load averages The way it was written the code before, you couldn't see any 'members online' stats, if you didnt run(host) a linux box. I enabled it so it's viewable all the time. Also, notice the way it changes the plural of words, based on the value. for example, if the 'hour' value is higher then 1, it will show as 'hours'. This is available for all words that change, depending on the number variable. NOTE: If you installed PPN's Attachments as Files, read this post. HACK UPDATES Version 1.1 ------------------------------------ Changes: - added 'Your IP Address' option. If you installed the hack, go here to view the changes. To download the latest version of this hack, click on the link below: Show Your Support
|
Comments |
#12
|
|||
|
|||
I figured as much. Just wanted to touch base with you to make sure.
Your hacks are always awesome, thanks for your hard work. |
#13
|
||||
|
||||
np SpeedStreet, but is always better to check first:
"did he really removed something from the VB info code, or is only on his CP?" installing the hack takes 30secs, the way i did it in the install file. i edit my admin CP the way i want. if i wanna put naked women on it, i will just because i like it. i dont see why VB would care how it looks my CP, as long as i keep the copyright at the bottom... |
#14
|
||||
|
||||
Nice.
|
#15
|
||||
|
||||
Very, very nice!
|
#16
|
||||
|
||||
glad you like it guys... did anyone had problems? the stats work great on apache.
|
#17
|
||||
|
||||
No problems here, a very nice addon for the ACP
|
#18
|
||||
|
||||
ok, i added now also the user's IP address and the port that he(she)'s using to connect to the server.
Example: Your IP Address: 27.0.0.1 (port 4300) find this code: Code:
makelabelcode('Host Name:', hostname()); makelabelcode('Host IP Address:', ipaddress()); makelabelcode('Load Averages:', $serverload); } makelabelcode('Database <font face="Courier New" size="2">' . $dbname . '</font> Usage:', $databasesize); Code:
makelabelcode('Load Averages:', $serverload); makelabelcode('Host Name:', hostname()); makelabelcode('Host IP Address:', ipaddress()); } makelabelcode('Your IP Address:', $REMOTE_ADDR . ' (port ' . $REMOTE_PORT . ')'); makelabelcode('Database <font face="Courier New" size="2">' . $dbname . '</font> Usage:', $databasesize); i will update the .txt file right now. |
#19
|
||||
|
||||
Awesome, Nakkid released another hack
[high]* Velocd clicks install [/high] |
#20
|
||||
|
||||
heh.. who's Nakkid? :speechless: :knockedout:
|
#21
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|