vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Whois IP Output (https://vborg.vbsupport.ru/showthread.php?t=114602)

Frapegliko 05-01-2006 10:00 PM

Whois IP Output
 
Description:
Whois Ip integrated with ARIN in : Who's Online Template > IP Address Column

CLICK INSTALL

Snake 05-02-2006 05:56 PM

Nice I like that idea! :)

Boofo 05-02-2006 06:18 PM

Could you please explain this a little more in your first post? I have no idea what this is about. ;)

C_P 05-02-2006 07:05 PM

The link of the person's IP takes you t the ARIN link with the IP inofo:
http://ws.arin.net/cgi-bin/whois.pl

Frapegliko 05-02-2006 07:13 PM

Quote:

Originally Posted by C_P
The link of the person's IP takes you t the ARIN link with the IP inofo:
http://ws.arin.net/cgi-bin/whois.pl

what? :cross-eyed:

Frapegliko 05-02-2006 07:15 PM

Quote:

Originally Posted by Lil Ripsta
Nice I like that idea! :)

thx Lil Ripsta :D

Kihon Kata 05-02-2006 07:29 PM

woot! This is a HOTTIE HACK! Installed!

wizardan 05-02-2006 07:32 PM

worked well on my own IP.
I'm not in the ARIN db!
*installed*

COBRAws 05-02-2006 07:52 PM

wont be easier to use the country flag hack? Just displays the country flag where the user is connecting from and voilá

Boofo 05-02-2006 08:10 PM

Quote:

Originally Posted by COBRAws
wont be easier to use the country flag hack? Just displays the country flag where the user is connecting from and voil?

Maybe if you knew all the flags by heart. ;)

Frapegliko 05-02-2006 08:19 PM

Quote:

Originally Posted by COBRAws
wont be easier to use the country flag hack? Just displays the country flag where the user is connecting from and voil?


thats not the same with this Mod. ;)

Frapegliko 05-02-2006 08:20 PM

Quote:

Originally Posted by Boofo
Could you please explain this a little more in your first post? I have no idea what this is about. ;)


Yes Boofo :rolleyes: Soon

Gizmo5h1t3 05-02-2006 09:00 PM

i had 22 ppl online a while back, installed this, and not one of them worked when the link was clicked..ie....no details could be found on any of them??

Kihon Kata 05-02-2006 09:01 PM

We sometimes have hundreds online at once(350+). We don't allow regular users to view IPs. So the IPs are only for us staff. We wouldn't need the flags but this is a great hack for whois'ing

Gizmo5h1t3 05-02-2006 09:03 PM

Quote:

Originally Posted by Kihon Kata
We sometimes have hundreds online at once(350+). We don't allow regular users to view IPs. So the IPs are only for us staff. We wouldn't need the flags but this is a great hack for whois'ing

fair comment, im admin on mine, and its only available to staff...

but out of 22, none of them showed the path??

id question its effectiveness if none of them worked.........

Rickie3 05-02-2006 10:30 PM

works well *installed* thanx

dknelson 05-03-2006 12:48 AM

Very nice. Simple and effective. Clicks INSTALL. :)

TheoMessinis 05-03-2006 12:57 PM

nice one thanks :)

BoYagoob 05-03-2006 01:22 PM

Many thanks ..
and install :)

I think it is better to use this site:

http://whois.domaintools.com/

which will be:

http://whois.domaintools.com/$userinfo[host]

because, the site you gave, does not shows from where some ips come from.

Frapegliko 05-03-2006 01:59 PM

Quote:

Originally Posted by BoYagoob
Many thanks ..
and install :)

I think it is better to use this site:

http://whois.domaintools.com/

which will be:

http://whois.domaintools.com/$userinfo[host]

because, the site you gave, does not shows from where some ips come from.

;)
i m working on next Version with more sites

SCORPION1 05-03-2006 11:22 PM

works like a charm cheers m8:banana: i am starting to get my head around these still the master of breaking my site thow but i have work out now if i make a child version of the forum and try the hack on that the main forum is ok

ComputerVitals 07-09-2006 03:54 AM

Quote:

Originally Posted by BoYagoob
Many thanks ..
and install :)

I think it is better to use this site:

http://whois.domaintools.com/

which will be:

http://whois.domaintools.com/$userinfo[host]

because, the site you gave, does not shows from where some ips come from.


Love the hack.. I too like that site you listed. I switched mine to reflect the domaintools.com

johnrizz 07-10-2006 10:22 PM

That was a good one! thanks..

Rickie3 07-11-2006 01:21 AM

This is the one i chose to use it also gives you a map
Code:

<a target="_blank" href="http://www.dnsstuff.com/tools/ipall.ch?domain=$userinfo[host]&submit=Search+WHOIS">$userinfo[host]</a>

WAHMama 07-19-2006 09:12 AM

I installed this one and it works, thanks :)

One quick question though, is there a way to do this for anyone, not just the people currently online?

Thomas P 07-30-2006 11:00 AM

Hello,

very nice idea! :)

Is it possible to integrate a whois link or output to the IP page, which is reached when clicking on the IP icon within the postbit?
I mean this page: http://www.mcseboard.de/postings.php?do=getip&p=xyz

Thanks Frapegliko,
-Tom

TheBlackPoet 08-06-2006 02:23 AM

i installed... but for whatever reason... the IP addresses on my forum are all "-" instead of "." NO FAULT OF YOUR HACK.. JUST SOMETHING I HADNT PREVIOUSLY NOTICED..

ComputerVitals 08-08-2006 04:46 PM

Hope you dont mind me adding this bit of info.

In whosonlinbit
find
Code:

                                <a href="online.php?$session[sessionurl]do=resolveip&amp;ipaddress=$userinfo[host_encoded]" id="resolveip_$count" title="$vbphrase[resolve_ip_address]">$userinfo[host]</a>
                        <else />
                                $userinfo[host]

Replace with
Code:

<a target="_blank" href="http://whois.domaintools.com/$userinfo[host]">$userinfo[host]</a>
I used the Domain Toos Url just because I like it better. Otherwise just the same code given in the zip file

johnrizz 02-19-2010 07:03 PM

Hope you dont mind! I got this to work with 4.0.x The coding is probably wrong but it still works for me.

In whosonlinbit

find
Code:

<a href="online.php?{vb:raw session.sessionurl}do=resolveip&amp;ipaddress={vb:raw userinfo.host_encoded}" id="resolveip_{vb:raw count}" title="{vb:rawphrase resolve_ip_address}">{vb:raw userinfo.host}</a>
Replace with
Code:

<a target="_blank" href="http://www.dnsstuff.com/tools/ipall.ch?domain={vb:raw userinfo.host}&submit=Search+WHOIS">{vb:raw userinfo.host}</a>


All times are GMT. The time now is 07:14 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.01246 seconds
  • Memory Usage 1,773KB
  • 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
  • (5)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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