Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Webmaster Tools (WMT4vB) Details »»
Webmaster Tools (WMT4vB)
Version: 1.0.1, by toonysnn toonysnn is offline
Developer Last Online: Sep 2011 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.8.x Rating:
Released: 08-16-2009 Last Update: 08-17-2009 Installs: 27
Additional Files Is in Beta Stage  
No support by the author.

Webmaster Tools

These tools are for administrators to check their pagerank, whois domains, and looking up IP addresses. This may all be done easily, but if you're in the Admin CP, it's that much handier. Brought to you by vBWMS.com

I want to make this clear, this modification will (at some point) request information from a remote server. This is not a bug, this is not an exploit. This is a simple data request, basically version checking (when requested) and all the functionality on the mod.
I'll find a way to eliminate this in the future, but this is a beta release. Probably will eliminate the need for it (except for version checking) soon.

Features
  • Lookup IP
  • Whois Domain
  • Check PageRanks
  • [Product] Check for WMT Updates
  • To come:
    • Server Stats (Implemented)
      • Process List
    • Load Time Averages (On Hold)
    • IP Lookup (Implemented)
      • IP Location (On Hold)
Server Sided

This modifications relies on three different methods of checking via WHOIS and IP Lookup. One method for PageRank.
For Whois/IP Lookup, you'll either need php's shell_exec(), system(), or fopen() available.
For PageRanks, you'll be required to have php's fopen() available, otherwise you cannot check the pagerank. (Unless visiting manually)
This is a *nix modification only. Windows based systems will NOT work with this modification.

Please click Install if you install this modification.

Version History
  • 1.0.1
    • Removed bug where, even if having shell_exec or system but not fopen() (whois / ip lookup)
    • Added functionality that removes options from the main stats page should the functions not be available.
    • Added Server Statistics / Status
  • 1.0.0
    • Initial Release
Screenshots
http://vbwms.com/screenshots/wmtools/

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 08-17-2009, 04:26 PM
apiasto's Avatar
apiasto apiasto is offline
 
Join Date: Oct 2006
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by toonysnn View Post
Sure, I'll add IP Location in the next release.
that will be cherry on top thnx
Reply With Quote
  #13  
Old 08-17-2009, 05:23 PM
pein87's Avatar
pein87 pein87 is offline
 
Join Date: Sep 2008
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice to see you got it all working good job.
Reply With Quote
  #14  
Old 08-17-2009, 05:39 PM
toonysnn toonysnn is offline
 
Join Date: Sep 2006
Location: Texas
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. I had everything done, I just needed to test it a little bit and get more features implemented.
Reply With Quote
  #15  
Old 08-18-2009, 05:50 AM
toonysnn toonysnn is offline
 
Join Date: Sep 2006
Location: Texas
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Upgraded to 1.0.1. Added a feature or two.
Reply With Quote
  #16  
Old 08-18-2009, 11:23 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Small typo line 120 of the admincp file
Code:
print_cp_message("None of the methods attempted are availble. Please contact your host about enabling system, fopen, or shell_exec.");
availble = available
Reply With Quote
  #17  
Old 08-18-2009, 12:05 PM
Scovic Scovic is offline
 
Join Date: Jan 2007
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice toonysnn,
Installed and working fine.
Reply With Quote
  #18  
Old 08-18-2009, 01:32 PM
toonysnn toonysnn is offline
 
Join Date: Sep 2006
Location: Texas
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Floris for reporting that. I've been coding more late at night, typos are unavoidable. Lol.
Reply With Quote
  #19  
Old 08-19-2009, 01:48 AM
bleros's Avatar
bleros bleros is offline
 
Join Date: Oct 2008
Location: Macedonia
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whois a domain / Lookup IP

Warning: shell_exec() [function.shell-exec]: Cannot execute using backquotes in Safe Mode in [path]/admincp/whtools.php on line 105

Warning: shell_exec() [function.shell-exec]: Cannot execute using backquotes in Safe Mode in [path]/admincp/whtools.php on line 122

Server Statistics / Status

$$$$$$$ RAM INFO $$$$$$$
$ cat /proc/meminfo

Warning: shell_exec() [function.shell-exec]: Cannot execute using backquotes in Safe Mode in [path]/admincp/whtools.php on line 70

$$$$$$$ CPU INFO $$$$$$$
$ cat /proc/cpuinfo

Warning: shell_exec() [function.shell-exec]: Cannot execute using backquotes in Safe Mode in [path]/admincp/whtools.php on line 73

$$$$$$$ DISKINFO $$$$$$$
$ df -aH

Warning: shell_exec() [function.shell-exec]: Cannot execute using backquotes in Safe Mode in [path]/admincp/whtools.php on line 76

$$$$$$$ LOADAVGS $$$$$$$
$ cat /proc/loadavg

Warning: shell_exec() [function.shell-exec]: Cannot execute using backquotes in Safe Mode in [path]/admincp/whtools.php on line 79
Reply With Quote
  #20  
Old 08-19-2009, 02:08 AM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you upload a screenshot?
is the something that only admin can see, if all members
Reply With Quote
  #21  
Old 08-19-2009, 02:29 AM
Faizan Faizan is offline
 
Join Date: Mar 2008
Location: fullmaza.com
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice Hack
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:43 PM.


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.04671 seconds
  • Memory Usage 2,299KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete