![]() |
ipInfo -- Extra user IP information
# ipInfo v. 1.2 for vBulletin 3.5.x
# ---------------------------------------------------------------- # Copyright ?2004 Jordi Romkema. All Rights Reserved. # # Ported to VB 3.5 by: Zachariah - http://www.gzhq.net Old VB 3.x can be found here 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. ================================================== ===== Edit: 1 template Upload: 1 file Add: 3 templates Added: 9 phrases Added: Admin setting ================================================== ===== Changelog: 1.2 - added option to limit how far back to get posts. 1.1 - Added option If the user that posts is a guest use the old standard VB IP info page. - To upgrade replace postbit_ip template with new code. -------------------------------------------------------*/ Quote:
|
Great! I'll test it out now.
EDIT: works great! |
best of all, and quite easy to install for a complete IP report...!!!
|
Quote:
:cool: |
Nice one. Would it be possible to show users that share any of the additional IP addresses?
|
Great hack!
|
Works great, very helpful for rooting out trolls with multiple accounts.
|
Quote:
|
Thanks for the great hack, one question though, would it be very difficult to use geotargeting, or tracking, to automatically determine the physical location of the IP address, sort of like a IP or DNS reversal? I had a situation on my boards where we were banning allot of people, it took a while before we realized they were all from India and this would have made the process much much quicker.
|
It's great to see the return of this! Thanks so much!
|
Quote:
cpe-xx.xxx.xx.xx.socal.res.rr.com S. California - socal Roadrunner - rr You can always do "tracert" on the IP to find where it is. Quote:
|
Thanks, you know, I never really realized that socal was south california, and I assume res is residential, and rr is roadrunner.... well with that said this is perfect, thanks!
|
Good one buddy! Now I can trash the one I was working on. Good job! ;)
|
very useful. nice work.
*installed |
When I try to import product I get this,
Warning: xml_get_error_code(): 18 is not a valid XML Parser resource in \includes\class_xml.php on line 276 Warning: xml_get_current_line_number(): 18 is not a valid XML Parser resource in \includes\class_xml.php on line 266 |
it might be a plugin :-/
|
ah I figured it out. Im such an idoit, lol I was trying to import the php file whoppsy
|
that might help XD
|
Quote:
|
Any luck on getting the additional IP address usernames, Zach?
|
Installed here: www.MakeupTalk.com/forums
thanks! Quote:
|
Quote:
|
Quote:
|
I would like to see whether the IP is a proxy or not. Could this be added easily?
|
Quote:
|
Quote:
It would have been nice to know this was in the works seeing as I just paid for it to be ported. |
Quote:
|
Does this work with Gold (about to test out on my dev server)?
|
Quote:
|
Thanks a lot, very usefull to have some more info than the basic things vB gives. (Confirmed to work 100% with vB3.5 Gold - hardly different from vB 3.5 RC3 anyway ;))
|
Quote:
[high]* Zachariah heart is raceing[/high] |
I found a major problem on this mod. When you click the IP on an unregistered user who posted in a forum it takes minutes to load and the reason is, after its done loading it generates what seems to be hundreds of IP's under the All IP's for this user. Im assuming it pulls all ips for the name unregistered user.
Can you modify this so it wont pull any additional IP's for unregistered posts? |
nice job. works fine under gold :) THX!
|
Quote:
|
Thanks, just let me know when you have it updated. I think it pulled over 1000-2000 IP's on it. I have a big board, so it probably went back like 2 years worth of IP lol
|
great hack!!!
i had to change _SERVER['REMOTE_ADDR'] to $_SERVER['HTTP_X_REMOTECLIENT_IP']. because my host uses a loadbalancer. before i changed that all users had the same ip (from the host). now all users appear in the Users sharing the same IP Address. because the old wrong ip is still in the database. is it possible to clear all stored ip adresses? |
Quote:
|
Quote:
Template: postbit_ip: == REPLACE WITH: ================================================== ======= Code:
<if condition="$show['ip']"> Avalon111, TonysDesigns - I'll look @ it. |
Quote:
|
Quote:
Code:
UPDATE `post` SET `ipaddress` = '' WHERE `ipaddress` ='xxx.xxx.xxx.xxx'; |
All times are GMT. The time now is 05:08 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|