vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   ipInfo -- Extra user IP information (https://vborg.vbsupport.ru/showthread.php?t=66824)

Jordeh 07-03-2004 10:00 PM

ipInfo -- Extra user IP information
 
ipInfo is a replacement for the standard 'view users ip' option in
vBulletin. Normally when you click on the view ip button in a user's post
you'll only see his or hers ip address and host name.

With ipInfo you'll get more information. Besides the ip address and host
name you will also see what other users have posted with the same ip
address. That feature can be really good for spotting clones.

Another thing ipInfo will show you is what other ips this user has posted
with and how many times. Could be useful when you want to ban all of the
ips of a user and not just the one of that post.

Instructions, screenshot & php file attached!

Note: Parts of the IPs on the screenshot are hidden, this is obviously not the case when you install it on your site. They're hidden for security :D

It will probably look familiar to those that had or have a phpBB board. This was one of the features I missed so much in vBulletin, not anymore :D

Update: I forgot to add a phrase in the instructions. Instruction text file is updated. If you already have the hack installed add this phrase to the phrase group GLOBAL:
Varname: host_name
Text: Host Name

Thanks to Boofo for letting me know!

Mijae 07-03-2004 11:22 PM

Very nice! Will install this later :D

???`S?LV?R???` 07-04-2004 12:07 AM

nice one, ill definitly use this :)

Boofo 07-04-2004 02:10 AM

Any way to add proxy detecetion to this also? I have the proxy IP hack installed and I would have to uninstall it for this. ;)

kall 07-04-2004 02:38 AM

Quote:

Originally Posted by Boofo
Any way to add proxy detecetion to this also? I have the proxy IP hack installed and I would have to uninstall it for this. ;)

From looking at it briefly, it looks as though the stuff that the proxy detector does isn't fundamentally changed, so should be easily integrated with this.

:)

Merjawy 07-04-2004 03:04 AM

Cool hack thnx.. will install later :)

alkatraz 07-04-2004 04:10 AM

very useful!! thank you

Skaterscafe.com 07-04-2004 05:34 AM

Very nice, thanks!!

msimplay 07-04-2004 08:56 AM

i like this installed :)

Jordeh 07-04-2004 05:04 PM

Boofo is testing my addon for the proxy hack and the ipinfo hack, I hope it's going to work. If it's working I'll post it here :)

Thanks for all the kind comments!

The Realist 07-04-2004 05:37 PM

Installed - Nice one.

Dan P. 07-04-2004 08:34 PM

Great mod. I installed without a problem.

RMS-Chef 07-04-2004 09:17 PM

Nice.
Any way to get this to list all instances of multiple accounts per per user or IP on like a seperate "Multiple Account's" page, maybe in the ACP? It would be a great tool to just have a listing of linked accounts.

ttlgDaveh 07-05-2004 05:18 AM

That is an excellent hack! Installed!

Jordeh 07-06-2004 10:53 AM

Quote:

Originally Posted by RMS-Chef
Nice.
Any way to get this to list all instances of multiple accounts per per user or IP on like a seperate "Multiple Account's" page, maybe in the ACP? It would be a great tool to just have a listing of linked accounts.

That could get really difficult, it'll probably need lots of complicated SQL queries. I figure it would be relaly resource intensive too. I'll think about it but I'm not going to promise anything ;)

YLP1 08-09-2004 08:09 PM

Dumb question: The last step says New Templates...

I'm new to VB what does this mean?

The Realist 08-09-2004 08:22 PM

## NEW TEMPLATES ################################################## #######

Means just that.

Where it says: Title: ipinfo_otherip

Make a new template called ipinfo_otherip

And copy the text below it in this new template and follow on with the other 3.

Laters

Quote:

Originally Posted by YLP1
Dumb question: The last step says New Templates...

I'm new to VB what does this mean?


Logan70 08-11-2004 05:08 PM

Any news on using this with the proxy hack?

would love to hear if it works.

sully02 08-12-2004 04:44 PM

Quote:

Originally Posted by Logan70
Any news on using this with the proxy hack?

would love to hear if it works.

My Super Moderators and Moderators are unable to see this. I'll check their settings, but if they appear to be fine, how would I make it so they can see everything? Right now, they can just see the IP.

redlabour 08-20-2004 09:05 AM

Nice Hack......

@sully02 - ???? For what reason is a mod needing to see the IP from User ?

dutchbb 08-20-2004 11:21 AM

very usefull hack thanks

Wential 08-21-2004 04:30 AM

Excellent hack for Admins! You get my vote for security hack of the year.

integra99 08-21-2004 06:27 AM

Quote:

Originally Posted by Logan70
Any news on using this with the proxy hack?

would love to hear if it works.

What's the proxy hack?

Hh75 08-22-2004 05:51 PM

Very nice Hack. Thanks a lot!

CLICKED @ INSTALL :)

Onkel_Tom 08-22-2004 08:06 PM

well done Jordeh, thanks
[high]* Onkel_Tom clicks install ;)
[/high]

For instance the "proxy IP hack" Users can do a workaround.

In Template postbit_ip instead of changing the line
<a href="postings.php?$session[sessionurl]do=getip&amp;p=$post[postid]">

add a separate line at the end of this Template.

find in Template postbit_ip:
[code]<img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="IP-Address: $post[ip] ......... etc. etc. </if>" border="0" /></a>[code]

add after:
Code:

nbsp;<a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip2.gif" alt="$vbphrase[ip]" title="click here to show all IP-Addresses for User $post[username]" border="0" /></a>
pay attention that the code "</if>" is still at the end of this template !

After that copy the attached image ip2.gif to your /forum/images/buttons directory.

Now you have both Hacks working on your forum.

RacerX 08-23-2004 02:02 AM

Quote:

Originally Posted by redlabour
Nice Hack......

@sully02 - ???? For what reason is a mod needing to see the IP from User ?

My Super Mods do all sorts of detective work, as do my senior mods and some forum leaders... We only have a few admins and to make this a real strong tool people other than admins would be a huge plus if you cannot already select.

Limey-YMR 08-23-2004 03:29 AM

Very nice Hack.
I'll use it in conjunction with the Geobytes IP address locator, http://www.geobytes.com/IpLocator.htm

of course, AOL proxied users generate false positives, those AOL proxies always screw up webmaster stats....

Limey-YMR 08-23-2004 01:49 PM

When perusing, "Who's online" users that are using ipinfo.php are flagged as being in an unknown location, and the syntax passed to ipinfo.php is shown.

Can normal users access this file if they observe the full URL on the whos online page?

Is it possible to change the whos online variable to, "running security checks" or something similar.

And would it be advisable to place the ipinfo.php in the admincp folder, or at least somewhere that's protected by username/password such as an .htaccess/.htpasswd protected directory on an apache server?

Wential 08-23-2004 02:42 PM

Good points Limey.

Pseudomizer 08-27-2004 05:10 AM

Nice Hack. A combination of the proxy IP hack and of this one would be great because right now, i have 2 buttons in each post. Just one button and one template showing all information would be great. Give it a try !!!

Cheers,

Theater 08-27-2004 11:33 PM

Quote:

Originally Posted by Onkel_Tom
well done Jordeh, thanks
[high]* Onkel_Tom clicks install ;)
[/high]

For instance the "proxy IP hack" Users can do a workaround.

In Template postbit_ip instead of changing the line
<a href="postings.php?$session[sessionurl]do=getip&amp;p=$post[postid]">

add a separate line at the end of this Template.

find in Template postbit_ip:
[code]<img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="IP-Address: $post[ip] ......... etc. etc. </if>" border="0" /></a>[code]

add after:
Code:

nbsp;<a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip2.gif" alt="$vbphrase[ip]" title="click here to show all IP-Addresses for User $post[username]" border="0" /></a>
pay attention that the code "</if>" is still at the end of this template !

After that copy the attached image ip2.gif to your /forum/images/buttons directory.

Now you have both Hacks working on your forum.

I assume this is "the proxy hack" you are referring to?

Thanks for this hack, *clicks install*

Pseudomizer 08-28-2004 12:22 AM

Quote:

Originally Posted by Theater
I assume this is "the proxy hack" you are referring to?

Thanks for this hack, *clicks install*

Thanks Theater, but i have seen this already. My request would be not to have 2 icons to click, but only 1 icon where you have the information of both hacks combined. Got me ?

Cheers,

y2krazy 08-30-2004 03:15 AM

/me clicks install!

AnhTuanCool 08-30-2004 10:44 PM

Cool, I clicked install ;) thanks lots bro

Yelper 08-31-2004 03:21 AM

[high]* Yelper clicks install. :D
[/high]

Extremely handy not going all the way to AdminCP to check all this, and you can easily see with IP address is primary (most posts). Nice work!

iflux 09-05-2004 01:19 PM

thanks. Great Hack.

Overlord 09-27-2004 06:00 AM

Installed this hack.. very useful as we have had loads of clones lately.. :)

Buczilla 09-30-2004 08:34 PM

Installed.......great work!

MickDoneDee 10-03-2004 01:50 PM

*install* on vB3.0.3. I used Onkel Tom's workaround in template postbit_ip because postbit_ip has Paul Marsden's Proxy IP Hack Modification v1.1 code in it. His hack is at
https://vborg.vbsupport.ru/showthread.php?t=69295

I've also got Proxy Detector v3.1

Paul Marsden's modification provides a red coloured gif in place if ip.gif when the post was posted by a user with a proxy server. Has other benefits as well.

Onkel Tom's workaround provides an additional gif to call-up the template information provided in this hack. With all three hacks installed I'm much better informed about my members and which ones may be using other names. Even if they use a proxy server I can see them in Who's Online. I had no problems with the installs but there were quite a few file and template changes and some new templates were created.

:Judge: 10-15-2004 08:37 PM

thankyou this hack rocks

(installed on vb 3.0.3)


All times are GMT. The time now is 05:24 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.01399 seconds
  • Memory Usage 1,818KB
  • 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
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete