vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - FractalizeR: IP Tools - get extended information about IP addresses (https://vborg.vbsupport.ru/showthread.php?t=241406)

FractalizeR 04-27-2010 10:00 PM

FractalizeR: IP Tools - get extended information about IP addresses
 
1 Attachment(s)
What does it do?
This hack allows to fetch additional information about particular IP address at standard VBulletin information dialog in posts (see attached screenshot). Information is got from public internet services. List of services can be easily extended by user.

The following default tools are included into distribution:
  • WhoIs Information
  • GeoIP
  • SpamDB lookup
  • TracePath
  • TraceRoute


How to install?

1. Install *.xml file via Admin Control Panel (Product management)

Version history:
Code:

1.0 (05/09/2008)
  • Initial release


If you know a link to a good IP information service, please send it to me. I will be included into next release of IPTools.

sulasno 04-28-2010 09:51 AM

tagged and thanks

is this Mod for Admins and Moderators only ?

KURTZ 04-28-2010 10:08 AM

just tagged :)

FractalizeR 04-28-2010 11:59 AM

Quote:

Originally Posted by sulasno (Post 2028467)
tagged and thanks

is this Mod for Admins and Moderators only ?

Only for those, you allowed to view IP addresses. If they can view IPs, they can view this extended info as well.

Da-Vinci 04-29-2010 02:12 PM

Change the who is link to for a better who is look up.

Code:

http://www.dnsstuff.com/tools/ipall/?ip=
And change the Geo IP to.

Code:

http://www.geobytes.com/IpLocator.htm?GetLocation&IpAddress=
so in your options for the plug in it should look like.

Code:

WhoIs Information|http://www.dnsstuff.com/tools/ipall/?ip={FRIP}
GeoIP|http://www.geobytes.com/IpLocator.htm?GetLocation&IpAddress={FRIP}
SpamDB lookup|http://www.iptools.com/dnstools.php?tool=spam_db&user_data={FRIP}
TracePath|http://www.iptools.com/dnstools.php?tool=tracepath&user_data={FRIP}
TraceRoute|http://dns-tools.domaintools.com/?q={FRIP}&m=traceroute

I'll keep looking for better links.

FractalizeR 04-30-2010 08:42 AM

Thanks ;) I will count that in next version

BadgerDog 06-01-2010 11:44 AM

Installed on v4.03, but I don't see the screen as indicated ... :confused:

Is it possible this mod conflicts with IPinfo v2.0 mod. also for v4?
https://vborg.vbsupport.ru/showthread.php?t=238291

Thanks ... :)

Regards,
Badger

Marv 06-01-2010 12:33 PM

Quote:

Originally Posted by Da-Vinci (Post 2029036)
Change the who is link to for a better who is look up.

Code:

http://www.dnsstuff.com/tools/ipall/?ip=
And change the Geo IP to.

Code:

http://www.geobytes.com/IpLocator.htm?GetLocation&IpAddress=
so in your options for the plug in it should look like.

Code:

WhoIs Information|http://www.dnsstuff.com/tools/ipall/?ip={FRIP}
GeoIP|http://www.geobytes.com/IpLocator.htm?GetLocation&IpAddress={FRIP}
SpamDB lookup|http://www.iptools.com/dnstools.php?tool=spam_db&user_data={FRIP}
TracePath|http://www.iptools.com/dnstools.php?tool=tracepath&user_data={FRIP}
TraceRoute|http://dns-tools.domaintools.com/?q={FRIP}&m=traceroute

I'll keep looking for better links.

GeoIP is highly inaccurate. My own IP is located about 500 miles away. ip-adress.com seems to be better but you can only do one search per day - or you have to pay a yearly fee (35 bucks).

Tagged for later use.

ProFifaLeagues 06-01-2010 01:56 PM

Great work thanks!

daveaite 06-05-2010 09:41 PM

If the person uses proxies, will this ignore the proxy and get the correct info?

fluidswork 06-06-2010 08:35 AM

Quote:

Originally Posted by daveaite (Post 2048950)
If the person uses proxies, will this ignore the proxy and get the correct info?

Yes he is right ???

what will then this script dooo......................

FractalizeR 06-06-2010 08:38 AM

It does no additional IP parsing. So, if VBulletin can determine real IP, mod will operate on it. It only provides you additional info on IP, recognized by VB.

KURTZ 07-01-2010 06:30 PM

Hey Vlad, just a question: is there any conflict with this product? https://vborg.vbsupport.ru/showthrea...82#post2062882

edit: yes there is, can you do something to make the 2 products compatible?

FractalizeR 07-02-2010 07:40 AM

What is this conflict like?

KURTZ 07-02-2010 09:06 AM

Quote:

Originally Posted by FractalizeR (Post 2063101)
What is this conflict like?

if i install together this product doesn't works ...

FractalizeR 07-03-2010 09:08 AM

Quote:

Originally Posted by KURTZ (Post 2062895)
Hey Vlad, just a question: is there any conflict with this product? https://vborg.vbsupport.ru/showthrea...82#post2062882

edit: yes there is, can you do something to make the 2 products compatible?

I cannot do anything. The author of the product replaces a link to standard VBulletin IP information page by his own in every postbit template:

PHP Code:

$post['iplogged'] = "$vbphrase[ip]: <a href=\"ipinfo.php?$session[sessionurl]p=$post[postid]\">$post[ip]</a>"

I don't see why because you can attach your own HTML to standard page via implementing threadmanage_getip hook.... So, you should contact original author. I am sorry.

gsmph 07-06-2010 02:27 AM

hi vlad

can this trace even a user with proxy?

br
gsmph

FractalizeR 07-06-2010 06:37 AM

I already answered somewhere that it uses IP determined by forum engine. Nothing else is done on it.

whitedd 09-05-2010 10:27 PM

<a href="http://www.ipaddresslocation.org/" target="_blank">http://www.ipaddresslocation.org/</a>

Alan_SP 11-17-2010 09:42 PM

Quote:

Originally Posted by FractalizeR (Post 2063726)
I don't see why because you can attach your own HTML to standard page via implementing threadmanage_getip hook.... So, you should contact original author. I am sorry.

Is there a way to put hook location in his template? That way we could use your product with his by adding hook location. But, how is hook location added?

EDIT:

I found the way. You need to edit IPinfo's ipinfo.php file. And just add hook location there.

Hook location looks like:
PHP Code:

($hook vBulletinHook::fetch_hook('threadmanage_getip')) ? eval($hook) : false

I added it end of file, so it looks like that:

PHP Code:

($hook vBulletinHook::fetch_hook('threadmanage_getip')) ? eval($hook) : false;

$navbits construct_ipinfo_nav($foruminfo$threadinfo);
$navbar render_navbar_template($navbits); 

Now I have both products working fine.

dougdirac 07-24-2013 05:09 AM

Does this work with vB 4.2.1, or is there another more recent mod that does similar?

I'm most interested in a one click geolocation look up. That helps me decide the likelihood that a poster is a spammer.

acast 07-25-2013 04:16 PM

:up:
Quote:

Originally Posted by Alan_SP (Post 2122969)
Is there a way to put hook location in his template? That way we could use your product with his by adding hook location. But, how is hook location added?

EDIT:

I found the way. You need to edit IPinfo's ipinfo.php file. And just add hook location there.

Hook location looks like:
PHP Code:

($hook vBulletinHook::fetch_hook('threadmanage_getip')) ? eval($hook) : false

I added it end of file, so it looks like that:

PHP Code:

($hook vBulletinHook::fetch_hook('threadmanage_getip')) ? eval($hook) : false;

$navbits construct_ipinfo_nav($foruminfo$threadinfo);
$navbar render_navbar_template($navbits); 

Now I have both products working fine.

:up::up: Thank you!

Bubble #5 08-12-2013 02:18 AM

This works amazingly well on 4.21. THANK YOU so much for this. It will make life so much easier. Should be BUILT-IN to vB :up:

Bubble #5 08-12-2013 02:00 PM

Is there a way to make this option available only to the Admin(s)? :confused:

scottct1 08-13-2013 12:56 PM

The last three selections do not work anymore.

SpamDB lookup
TracePath
TraceRoute

Bubble #5 08-13-2013 02:18 PM

Quote:

Originally Posted by scottct1 (Post 2438640)
The last three selections do not work anymore.

SpamDB lookup
TracePath
TraceRoute


Correct. Not only that but I tried to remove the links and received errors from the script. Can someone explain how to properly remove these faulty links? Thanks.

tagline 08-15-2013 08:27 AM

Installed and work great!

ForceHSS 08-18-2013 10:01 PM

Quote:

Originally Posted by Bubble #5 (Post 2438650)
Correct. Not only that but I tried to remove the links and received errors from the script. Can someone explain how to properly remove these faulty links? Thanks.

remove them from the xml then uninstall xml and reinstall edited one

Bubble #5 08-18-2013 10:22 PM

Quote:

Originally Posted by ForceHSS (Post 2439625)
remove them from the xml then uninstall xml and reinstall edited one

That was the first thing I tried. Got errors.

ForceHSS 08-18-2013 11:09 PM

1 Attachment(s)
Quote:

Originally Posted by Bubble #5 (Post 2439628)
That was the first thing I tried. Got errors.

Try this but uninstall the other one first

MrsTryst 09-28-2013 11:37 AM

Quote:

Originally Posted by ForceHSS (Post 2439632)
Try this but uninstall the other one first


Loads better, all links work and duds removed, thanx

SuperTaz 11-13-2013 04:53 AM

Works great, thanks.

webmastersitesi 12-27-2013 02:12 PM

works fine

mudrunner 04-23-2014 06:19 PM

IP Tools is down

So SpamDB, TracePath, don't work

Also TraceRoute doesn't seem to work either, the domain name and path has changed.
Here is the proper path and it can be updated in AdminCP, Options, Fractalizer IP Tools Options

TraceRoute|http://domaintools.com/research/traceroute/?query={FRIP}&search=traceroute

Any updates in the future possibly?

So here is what I added to replace some of the non-working tools:

Spam Blacklist Check|http://network-tools.com/default.asp?prog=sbl&host={FRIP}

Network Lookup|http://network-tools.com/default.asp?prog=network&host={FRIP}

TraceRoute|http://domaintools.com/research/traceroute/?query={FRIP}&search=traceroute


All times are GMT. The time now is 06:47 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.01429 seconds
  • Memory Usage 1,823KB
  • 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
  • (7)bbcode_code_printable
  • (5)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete