Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Better IP Trace Hack... Easy install Details »»
Better IP Trace Hack... Easy install
Version: 1.00, by ranger2kxlt ranger2kxlt is offline
Developer Last Online: Jan 2011 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 01-10-2003 Last Update: Never Installs: 103
 
No support by the author.

This hack is a better version of a hack created by drkFusion. This one does not add any queries and uses a third party site to do the tracing for you. Everything is done through the whosonline. Im not a huge php coder so if anyone would like to add onto this my feelings will not be hurt.

As per request... it has been added to a txt file to be dled. Enjoy :nervous: I have also added the hack that was later added in this thread adding this hack to posts. :banana:

SCREEN SHOTS:
Picture of Map and Details (IP Blurred)
Picture of Whos Online Area
Picture of Whos Online Area 1

Edit: For some god awful reason you cannot download the txt file by clicking it, but you can right click and click save target as... not sure why. Maybe just me.

Show Your Support

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

Comments
  #42  
Old 01-13-2003, 12:33 PM
madhouse's Avatar
madhouse madhouse is offline
 
Join Date: Nov 2001
Location: USA
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know there was no need I was wanting to know the purpose of why the changes to the PHP file...
Reply With Quote
  #43  
Old 01-13-2003, 12:47 PM
ranger2kxlt ranger2kxlt is offline
 
Join Date: Jan 2003
Location: Plano, TX
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If we did not add the php, the host address was sent to the site instead of the ipaddress. (thru the whosonline part anyway). Adding the php allowed for the host address to be displayed while allowing for the ipaddress to be passed.
Reply With Quote
  #44  
Old 01-13-2003, 12:51 PM
madhouse's Avatar
madhouse madhouse is offline
 
Join Date: Nov 2001
Location: USA
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not true for me, I stil was able to see the ip info for who ever was online with no problems.
Reply With Quote
  #45  
Old 01-13-2003, 03:52 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's right, you are able to see the "IP" address on who's online, not the Host's address. With the php addition, you see the host's address (the IP address resolved) and the IP is passed.
Reply With Quote
  #46  
Old 01-14-2003, 05:35 AM
Cyberhouse Cyberhouse is offline
 
Join Date: Jun 2002
Location: Sweden
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice hack

Installs
Reply With Quote
  #47  
Old 01-15-2003, 10:39 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool. I can do the same with just a template mod, using the URL you provided. Thanks.
Reply With Quote
  #48  
Old 01-15-2003, 10:49 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To achieve a similar result without hacking, just do this:

Replace the template "threads_displayip" with this content:

Code:
The IP Address is: $postinfo[ipaddress]. The host name is: $postinfo[hostaddress]. Please click <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid">here</a> to return to the thread.<br><br><b><a href="http://www.networldmap.com/TryIt.htm?GetLocation&Template=demo.htm&ipaddress=$postinfo[ipaddress]">Click here to get LOCATION of member.</a></b><br><br>
Replace the template "whosonlinebit_ip" with this:

Code:
<td bgcolor="$backcolor" align="left"><smallfont><a href="http://www.networldmap.com/TryIt.htm?GetLocation&Template=demo.htm&ipaddress=$userinfo[ipaddress]">$userinfo[ipaddress]</a></smallfont></td>
Now, when you click on the IP link in a post, or the IP address in Who's Online, you get the same info. No need hacking.
Reply With Quote
  #49  
Old 01-15-2003, 11:17 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's great, Erwin, but how can we get the host address to show in who's online with just a template hack? I think that was the reason for the php hack part of this.
Reply With Quote
  #50  
Old 01-15-2003, 11:50 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Erwin, I changed one of your lines of code a little to add the username of the person who's post you select the view the IP address in and also to center it. Makes it a little nicer to have the name in front of you, too.

Quote:
<center>The IP Address is: $postinfo[ipaddress]. The host name is: $postinfo[hostaddress].<br /><br />Please click <b><a href="showthread.php?s=$session[sessionhash]&threadid=$threadid">here</a></b> to return to the thread.&nbsp;&nbsp;<b><a href="http://www.networldmap.com/TryIt.htm?GetLocation&Template=demo.htm&ipaddress= $postinfo[ipaddress]" target="_blank">Click here to get <i>$postinfo[username]'s</i> location.</a></b><br /></center>
Reply With Quote
  #51  
Old 01-16-2003, 01:47 AM
Gaffer's Avatar
Gaffer Gaffer is offline
 
Join Date: Nov 2001
Location: Australia
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great for addresses in the US but we have members from all over the world several from New Zealand and heaps from England and even onw from the UAE and well i'm from AUZ

but i found a error on that site.. one member i know is from just outside of chicargo(SP?) but his IP address came up as phillidelphia(SP?)
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 05:34 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.04549 seconds
  • Memory Usage 2,299KB
  • Queries Executed 27 (?)
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
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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