The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
||||||||||||||||||||||||||
# 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:
Show Your Support
|
Comments |
#32
|
||||
|
||||
![]() Quote:
![]() [high]* Zachariah heart is raceing[/high] |
#33
|
||||
|
||||
![]()
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? |
#34
|
||||
|
||||
![]()
nice job. works fine under gold
![]() |
#35
|
||||
|
||||
![]() Quote:
|
#36
|
||||
|
||||
![]()
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
|
#37
|
|||
|
|||
![]()
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? |
#38
|
|||
|
|||
![]() Quote:
|
#39
|
||||
|
||||
![]() Quote:
Template: postbit_ip: == REPLACE WITH: ================================================== ======= Code:
<if condition="$show['ip']"> $vbphrase[ip]: $post[ip] <else /> <if condition="$post['userid'] > 0"> <a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a> <else /> <a href="postings.php?$session[sessionurl]do=getip&p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a> </if> </if> Avalon111, TonysDesigns - I'll look @ it. |
#40
|
|||
|
|||
![]() Quote:
|
#41
|
||||
|
||||
![]() Quote:
Code:
UPDATE `post` SET `ipaddress` = '' WHERE `ipaddress` ='xxx.xxx.xxx.xxx'; |
#42
|
||||
|
||||
![]()
Changelog:
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. -------------------------------------------------------*/ |
#43
|
||||
|
||||
![]()
Where's the file?
|
#44
|
|||
|
|||
![]() Quote:
|
#45
|
||||
|
||||
![]() Quote:
1.0 to 1.1 The basic is: Template: postbit_ip: == REPLACE WITH: ================================================== ======= Code:
<if condition="$show['ip']"> $vbphrase[ip]: $post[ip] <else /> <if condition="$post['userid'] > 0"> <a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a> <else /> <a href="postings.php?$session[sessionurl]do=getip&p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a> </if> </if> Reason: Quote:
|
#46
|
|||
|
|||
![]()
Great work
Clicks Install |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|