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

Reply
 
Thread Tools
vbulletin-ip Plotter Details »»
vbulletin-ip Plotter
Version: 1.00, by DrkFusion DrkFusion is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 08-14-2002 Last Update: Never Installs: 57
 
No support by the author.

Re-Release
This hack has been re released.

Description
What this does is allow you to plot an ip on a world map, it will tell you where the person lives, there isp etc.

Installation
Please see file for steps

Thanks
DrkFusion (Arunan)

Show Your Support

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

Comments
  #32  
Old 08-16-2002, 12:37 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

w00t!! Another Mod

This will resolve the IP and display it after the text with the location.

In vbipplot.php find:

PHP Code:
# START HTML 
And add directly before;

PHP Code:
unset($resolved);
unset(
$ipres);
$resolved gethostbyaddr($values["address"]);
if (
$values["address"] == $resolved) {
$ipres="The IP address <b>$values[address]</b> could not be resolved to a hostname.";
} else {
$ipres="The IP address <b>$values[address]</b> resolved to <b>$resolved</b>.";

Next find:
PHP Code:
if(isset($address)) {
print 
"$values[desc]"
And add directly after (and before the } which directly follows):
PHP Code:
print "<br>";
print 
"$ipres"
This will now display the resolved IP address (where it can be resolved of course )
Reply With Quote
  #33  
Old 08-16-2002, 01:30 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, I forgot to mention the firewall part :-/ Sorry guys, It can open in a page within a forum, I really intended to get the mods to use the mod-cp...the mods at my forum are quite...uhh loose, as in they don't know crap bout vbulletin. I was also aiming to make this work, with the fewest modifications.
Quote:
Originally posted by v-net
Updated Info :

In ipconf.inc I had to change
# set $use_firewall to "1" if behind a proxy
$use_firewall="1";
to the correct details

But I am still getting the above error
(minus Could not open socket to caida.org)

Also when you view an IP from within a post, and then select
'Click Here to find the location of this member'
Wouldnt that look better if it opened within a page of forum rather than how it crrently does ?

Umm, that was taken from the original file by Ivan, I renamed many files, and modified little bits of the code, replace that bit with
Code:
include("ipconf.inc");
include("ipplot.inc");
It is located in the locationip directory. I will update the zip.
Quote:
Originally posted by Znaper
In the plotimage.php are the files

Code:
include("plotconf.inc");
include("plot.inc");
included, where are the files.
In the ZIP-Package is none.


bye Znaper
Reply With Quote
  #34  
Old 08-16-2002, 01:32 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by NTLDR
w00t!! Another Mod

This will resolve the IP and display it after the text with the location.

In vbipplot.php find:

PHP Code:
# START HTML 
And add directly before;

PHP Code:
unset($resolved);
unset(
$ipres);
$resolved gethostbyaddr($values["address"]);
if (
$values["address"] == $resolved) {
$ipres="The IP address <b>$values[address]</b> could not be resolved to a hostname.";
} else {
$ipres="The IP address <b>$values[address]</b> resolved to <b>$resolved</b>.";

Next find:
PHP Code:
if(isset($address)) {
print 
"$values[desc]"
And add directly after (and before the } which directly follows):
PHP Code:
print "<br>";
print 
"$ipres"
This will now display the resolved IP address (where it can be resolved of course )
So Ntldr... :tired:<--Tired
hehe j/k
Drk
Reply With Quote
  #35  
Old 08-16-2002, 02:40 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by DrkFusion

So Ntldr... :tired:<--Tired
hehe j/k
Drk
hehe, I've been totally integrating this into my forums 100%, it looks like a built in vB feature
Reply With Quote
  #36  
Old 08-16-2002, 05:58 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
To Mist:
No, You cannot get full addresses, and credit card numbers with this.
++++ off - i already knew that fool lol

___________

great hack mate...
Reply With Quote
  #37  
Old 08-16-2002, 06:12 PM
beemer beemer is offline
 
Join Date: Mar 2002
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know the link to the GD app that DRKFusion is referring to in the readme.txt file? I guess Win2K doesn't support this by default.
Reply With Quote
  #38  
Old 08-16-2002, 07:11 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I emailed you the link Look for a binary version.

Good Luck
Drk
Reply With Quote
  #39  
Old 08-16-2002, 07:12 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Mist


++++ off - i already knew that fool lol

___________

great hack mate...

hehe
Thanks

Drk
Reply With Quote
  #40  
Old 08-16-2002, 07:13 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by NTLDR


hehe, I've been totally integrating this into my forums 100%, it looks like a built in vB feature
Mind making me a mod, so I may test it at your forums :smoke:
Reply With Quote
  #41  
Old 08-16-2002, 07:19 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Drk, you're more than welcome to install this at my forums.

Quote:
Originally posted by DrkFusion

Mind making me a mod, so I may test it at your forums :smoke:
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 04:13 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05029 seconds
  • Memory Usage 2,321KB
  • 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
  • (2)bbcode_code
  • (8)bbcode_php
  • (8)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_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