vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Admin CP UserTools and ServerStats (https://vborg.vbsupport.ru/showthread.php?t=43232)

SpeedStreet 09-06-2002 04:09 PM

I figured as much. Just wanted to touch base with you to make sure.

Your hacks are always awesome, thanks for your hard work.

TECK 09-06-2002 04:14 PM

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...

Neo 09-06-2002 05:27 PM

Nice.

Tim Wheatley 09-06-2002 06:24 PM

Very, very nice!

TECK 09-06-2002 07:21 PM

glad you like it guys... did anyone had problems? the stats work great on apache.

NTLDR 09-06-2002 07:50 PM

No problems here, a very nice addon for the ACP :D

TECK 09-06-2002 07:56 PM

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);

replace it with:
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);

voila, youre done. now you can also check your current IP, in case you need it.

i will update the .txt file right now.

Velocd 09-07-2002 12:21 AM

Awesome, Nakkid released another hack :p

[high]* Velocd clicks install ;)[/high]

TECK 09-07-2002 12:22 AM

heh.. who's Nakkid? :speechless: :knockedout:

Neo 09-07-2002 12:51 AM

Quote:

Originally posted by TECK
heh.. who's Nakkid? :speechless: :knockedout:
I am wondering the same thing... I think I heard of him.. but then again :bunny:


All times are GMT. The time now is 01:42 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00997 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete