PDA

View Full Version : ipInfo -- Extra user IP information


Zachariah
09-23-2005, 10:00 PM
# 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 (https://vborg.vbsupport.ru/showthread.php?t=66824)

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.
-------------------------------------------------------*/

Thanks a lot, very usefull to have some more info than the basic things vB gives.
(Confirmed to work 100% with vB3.5 Gold)

Daniel
09-24-2005, 07:47 PM
Great! I'll test it out now.

EDIT: works great!

nexialys
09-24-2005, 07:50 PM
best of all, and quite easy to install for a complete IP report...!!!

Zachariah
09-24-2005, 08:08 PM
best of all, and quite easy to install for a complete IP report...!!!

Yes Sir, the extra info does help root out trouble makers.

:cool:

Kirk Y
09-24-2005, 08:42 PM
Nice one. Would it be possible to show users that share any of the additional IP addresses?

.Tim
09-24-2005, 08:43 PM
Great hack!

BradE
09-24-2005, 09:43 PM
Works great, very helpful for rooting out trolls with multiple accounts.

Zachariah
09-24-2005, 11:13 PM
Nice one. Would it be possible to show users that share any of the additional IP addresses?

Ill take a look.

jribz
09-24-2005, 11:24 PM
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.

Alien
09-24-2005, 11:24 PM
It's great to see the return of this! Thanks so much!

Zachariah
09-24-2005, 11:33 PM
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.

This will tell the Host name - look @ image.

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.


C:\Documents and Settings\Zman>tracert yahoo.com

Tracing route to yahoo.com [66.94.234.13]
over a maximum of 30 hops:

1 1 ms 1 ms 1 ms xx.xxx.xxx.xxx
2 6 ms 11 ms 8 ms xx.xxx.xx.xx
3 7 ms 9 ms 7 ms GIG2-2.CNPKCA2-RTR2.socal.rr.com [24.24.192.73]

4 9 ms 9 ms 11 ms SRP1-1.CHSWCA1-GSR1.socal.rr.com [24.24.192.158]

5 9 ms 10 ms 10 ms SO-0-0-1.TUSTCA1-RTR1.socal.rr.com [24.24.192.5]

6 15 ms 17 ms 13 ms so-0-1-2.lsanca1-rtr1.socal.rr.com [66.75.161.49
]
7 11 ms 12 ms 12 ms so-4-2-0-0.gar2.LosAngeles1.Level3.net [4.78.202
.25]
8 14 ms 11 ms 14 ms ae-1-52.bbr2.LosAngeles1.Level3.net [4.68.102.33
]
9 30 ms 24 ms 23 ms as-2-0.bbr2.SanJose1.Level3.net [4.68.128.157]
10 26 ms 23 ms 23 ms ge-10-0.ipcolo3.SanJose1.Level3.net [4.68.123.11
]
11 25 ms 23 ms 25 ms unknown.Level3.net [64.152.69.30]
12 23 ms 37 ms 23 ms UNKNOWN-66-218-82-219.yahoo.com [66.218.82.219]

13 24 ms 32 ms 21 ms w2.rc.vip.scd.yahoo.com [66.94.234.13]

Trace complete.

C:\Documents and Settings\Zman>

jribz
09-24-2005, 11:53 PM
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!

Boofo
09-25-2005, 02:11 AM
Good one buddy! Now I can trash the one I was working on. Good job! ;)

The Wise One
09-25-2005, 03:18 PM
very useful. nice work.

*installed

WNxWakko
09-25-2005, 05:17 PM
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

Blaine0002
09-25-2005, 05:18 PM
it might be a plugin :-/

WNxWakko
09-25-2005, 05:28 PM
ah I figured it out. Im such an idoit, lol I was trying to import the php file whoppsy

Blaine0002
09-25-2005, 05:29 PM
that might help XD

Zachariah
09-25-2005, 10:03 PM
ah I figured it out. Im such an idoit, lol I was trying to import the php file whoppsy

:laugh: I did that last week. Moven real fast trying to get something done and select the wrong file ......

Kirk Y
09-26-2005, 01:11 AM
Any luck on getting the additional IP address usernames, Zach?

Kihon Kata
09-26-2005, 02:00 AM
Installed here: www.MakeupTalk.com/forums (http://www.MakeupTalk.com/forums)

thanks!



hehe, great! I'll test it out now.

EDIT: works great!

Mone'
09-26-2005, 02:06 AM
Installed here: www.MakeupTalk.com/forums (http://www.MakeupTalk.com/forums)

thanks!

Nice one thank you :)

Zachariah
09-26-2005, 06:59 AM
Any luck on getting the additional IP address usernames, Zach?

Nope, I have some crazy days :tired: , I'll try and make some time to work on it.

ImportPassion
09-26-2005, 12:17 PM
I would like to see whether the IP is a proxy or not. Could this be added easily?

Zachariah
09-26-2005, 06:54 PM
I would like to see whether the IP is a proxy or not. Could this be added easily?

I'll read up on it and see what we can do.

Xplorer4x4
09-27-2005, 11:54 PM
I would like to see whether the IP is a proxy or not. Could this be added easily?

I don;t believe this can be ported into this hack directly, but there is a proxy hack that can be combined with this.

It would have been nice to know this was in the works seeing as I just paid for it to be ported.

Paul M
09-28-2005, 12:31 AM
I would like to see whether the IP is a proxy or not. Could this be added easily?Combine it with this (https://vborg.vbsupport.ru/showthread.php?s=&threadid=95198). A number of people have, both in 3.5, and the 3.0.x versions. :)

Mac Write
09-29-2005, 05:22 AM
Does this work with Gold (about to test out on my dev server)?

Zachariah
09-29-2005, 11:03 AM
Does this work with Gold (about to test out on my dev server)?

I do not see a problem :D (I have not tested yet, but It works since RC1-RC3)

Yorixz
09-29-2005, 11:29 AM
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 ;))

Zachariah
09-29-2005, 12:21 PM
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 ;))

Thanks for the test I was installing Gold as I type :D


* Zachariah heart is raceing

WNxWakko
09-29-2005, 11:37 PM
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?

havefun
09-29-2005, 11:47 PM
nice job. works fine under gold :) THX!

Zachariah
09-30-2005, 12:00 AM
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?

OK ill add an <if> statment - if guest no link just show IP that should work.

WNxWakko
09-30-2005, 12:03 AM
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

Avalon111
09-30-2005, 02:31 PM
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?

Kihon Kata
09-30-2005, 02:33 PM
is it possible to clear all stored ip adresses?

Yes I would need this also

Zachariah
09-30-2005, 02:46 PM
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


Template: postbit_ip:

== REPLACE WITH: ================================================== =======
<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&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
</if>
</if>

I updated the 1st post

Avalon111, TonysDesigns - I'll look @ it.

Kihon Kata
09-30-2005, 02:52 PM
Template: postbit_ip:

== REPLACE WITH: ================================================== =======
<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&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
</if>
</if>

I updated the 1st post

Avalon111, TonysDesigns - I'll look @ it.

Thanks

Zachariah
09-30-2005, 03:00 PM
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?

So basicly every user's post ip must be reset. This hack looks @ the IP recorded on each post. If all your posts have the same IP then we could Null the posts that are currently on you forum to "enpty or blank" value and all the new posts will be ok.

UPDATE `post` SET `ipaddress` = '' WHERE `ipaddress` ='xxx.xxx.xxx.xxx';

xxx.xxx.xxx.xxx fill in the IP you want to remove.

Zachariah
09-30-2005, 03:42 PM
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.
-------------------------------------------------------*/

Boofo
09-30-2005, 04:11 PM
Where's the file?

ippocrate
09-30-2005, 04:25 PM
Where's the file?

I don't see the file. Have you remove it? Problems?

Zachariah
09-30-2005, 04:42 PM
Where's the file?

Opps? lol - updated

1.0 to 1.1

The basic is:

Template: postbit_ip:

== REPLACE WITH: ================================================== =======
<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&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
</if>
</if>

I placed an option to show the old VB style page if a guest posts.

Reason:

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?

XtremeOffroad
09-30-2005, 06:00 PM
Great work
Clicks Install

WNxWakko
10-01-2005, 12:00 AM
oh thank you very much. Works perfectly.

imported_magjr
10-03-2005, 12:06 AM
haha I have a contest where I pay 100.00 cash, I'm amazed and saddened at the number of people who created fake names and voted for themselves.

*clicks install*

Zachariah
10-03-2005, 12:46 AM
haha I have a contest where I pay 100.00 cash, I'm amazed and saddened at the number of people who created fake names and voted for themselves.

*clicks install*

Glad to hear it worked for you.
It sucks people are not honest. :ermm:

cmiller1014
10-03-2005, 01:48 AM
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

Question: I have a major problem with people registering with false info and then accessing restricted info that is only meant for certain usergroups. These individuals arent worried about posting, but instead access info that isnt meant for them. I try to audit accounts on a weekly basis but the default VB admin doesnt give me much to work with.

Will your hack help with this? Keep in mind these people use false info to sign up so that they can access info that is meant ONLY for other users.

WNxWakko
10-03-2005, 01:53 AM
haha I have a contest where I pay 100.00 cash, I'm amazed and saddened at the number of people who created fake names and voted for themselves.

*clicks install*


That is why I have my board setup so members cant vote on polls until they have been a member for 30days. :)

Zachariah
10-03-2005, 02:17 AM
Question: I have a major problem with people registering with false info and then accessing restricted info that is only meant for certain usergroups. These individuals arent worried about posting, but instead access info that isnt meant for them. I try to audit accounts on a weekly basis but the default VB admin doesnt give me much to work with.

Will your hack help with this? Keep in mind these people use false info to sign up so that they can access info that is meant ONLY for other users.


This hack gets it's info from post IP's.

add this to your Admin Tools also :)
https://vborg.vbsupport.ru/showthread.php?t=91633

Avalon111
10-03-2005, 05:10 AM
So basicly every user's post ip must be reset. This hack looks @ the IP recorded on each post. If all your posts have the same IP then we could Null the posts that are currently on you forum to "enpty or blank" value and all the new posts will be ok.

UPDATE `post` SET `ipaddress` = '' WHERE `ipaddress` ='xxx.xxx.xxx.xxx';

xxx.xxx.xxx.xxx fill in the IP you want to remove.
thank you!
but where do i have to add this code?

***edit***
i got it. its ans sql command

anyone knows where the registration ip adresses were stored? i need do clear this ip there too.

Zachariah
10-03-2005, 02:03 PM
thank you!
but where do i have to add this code?

***edit***
i got it. its ans sql command

anyone knows where the registration ip adresses were stored? i need do clear this ip there too.

UPDATE `user` SET `ipaddress` = '' WHERE `ipaddress` ='xxx.xxx.xxx.xxx';

The next time the member looks @ your site "loged in" the site will update their new IP.

Avalon111
10-03-2005, 03:14 PM
UPDATE `user` SET `ipaddress` = '' WHERE `ipaddress` ='xxx.xxx.xxx.xxx';

The next time the member looks @ your site "loged in" the site will update their new IP.
thank you!! worked!

cmiller1014
10-04-2005, 04:42 AM
This hack gets it's info from post IP's.

add this to your Admin Tools also :)
https://vborg.vbsupport.ru/showthread.php?t=91633

Good stuff! Thank you :)

glorify
10-04-2005, 04:28 PM
Thank you. A must for a sports fan site :)

Keyser S?ze
10-04-2005, 06:28 PM
what about adding the feature that tells u if the users IP is based off a proxie, and maybe if possible telling their real IP

Zachariah
10-04-2005, 06:58 PM
what about adding the feature that tells u if the users IP is based off a proxie, and maybe if possible telling their real IP

I'll talk to Paul M, he coded "real IP" hack vs. proxy and see what I can do.

csidlernet
10-05-2005, 02:34 AM
thanks!!!
/me installs

Oblivion Knight
10-15-2005, 06:08 AM
What an incredibly useful tool.! Installed and running flawlessly.. :D

Andyrew
10-15-2005, 07:54 AM
Thanks, installed works great.

RobK
10-19-2005, 03:30 PM
Nice work, but my mysql-server needs a long to query's the database 1200k+ posts). would ne nice to limit the number of total showed ip to XX month oder XX posts.

Zachariah
10-19-2005, 05:24 PM
Nice work, but my mysql-server needs a long to query's the database 1200k+ posts). would ne nice to limit the number of total showed ip to XX month oder XX posts.

Good idea I'll poke around w/ the code.

RobK
10-19-2005, 05:35 PM
Good idea I'll poke around w/ the code.
Sounds nice, I'm looking forward to the new release :)

Zachariah
10-23-2005, 07:09 PM
Shameless Plug

HOTM ? - Perhaps ?
https://vborg.vbsupport.ru/showthread.php?t=98444

ipInfo -- Extra user IP information :rolleyes:

The VB3.0 Ver. (https://vborg.vbsupport.ru/showthread.php?s=&threadid=66824) made by Jordeh has 202 Installs.

I have a lot of use out of this. Thanks Jordeh.

SnowBot
10-31-2005, 06:22 AM
Works greak, thanks very much

RobK
10-31-2005, 06:37 AM
well, there are still different bugs. i.e. with the rewrite-mod its no longer possible to join 2 threads together in a new one :/

I'll look forward to fix this in the next days ..

Zachariah
10-31-2005, 12:09 PM
well, there are still different bugs. i.e. with the rewrite-mod its no longer possible to join 2 threads together in a new one :/

I'll look forward to fix this in the next days ..

Unsure I understand. Did you post of the wrong thread ? Was this an error in the VB3.0 ver. I missed ?

RobK
10-31-2005, 12:20 PM
Uhhh, sorry. Yes I did ;)

mark99
11-01-2005, 11:53 AM
Good idea I'll poke around w/ the code.

Managed to find a way of doing this yet? The mod is wonderful, but I'm too scared to install it on my public forum due to how many posts there are =).

Zachariah
11-01-2005, 11:36 PM
Managed to find a way of doing this yet? The mod is wonderful, but I'm too scared to install it on my public forum due to how many posts there are =).

Working on that now ;D

Zachariah
11-04-2005, 02:39 AM
https://vborg.vbsupport.ru/external/2005/11/1.php?attachmentid=36995

Changelog:

1.2
- added option to limit how far back to get posts.


AdminCP => vBulletin Options => vBulletin Options => Message Posting and Editing Options
=> IP Info

Down @ the bottem. => Input Days. IE: 60
This will be how far the posts from NOWTIME -> back XX Days.

All IPs for this user - 60 Days

This should put less of a toll on the server.

Add what you want - 30,60,180,365 Days - The 1st ver of this script went to the "start" of all posts. This killed the server w/ a huge load.

Kihon Kata
11-04-2005, 03:02 AM
https://vborg.vbsupport.ru/attachment.php?attachmentid=36995

Changelog:

1.2
- added option to limit how far back to get posts.


AdminCP => vBulletin Options => vBulletin Options => Message Posting and Editing Options
=> IP Info

Down @ the bottem. => Input Days. IE: 60
This will be how far the posts from NOWTIME -> back XX Days.

All IPs for this user - 60 Days

This should put less of a toll on the server.

Add what you want - 30,60,180,365 Days - The 1st ver of this script went to the "start" of all posts. This killed the server w/ a huge load.

What is the best way to update it? Uninstall and reinstall this one?

Zachariah
11-04-2005, 03:14 AM
What is the best way to update it? Uninstall and reinstall this one?

1)
Import XML-product - over the old one.

2)
upload ipinfo.php over old.

3)
AdminCP => vBulletin Options => vBulletin Options => Message Posting and Editing Options => IP Info
** by default it will be blank - set w/ a value in number of Days. (IE: 60)

The template edit in the readme.txt - you can skip.

Kihon Kata
11-04-2005, 04:20 AM
1)
Import XML-product - over the old one.

2)
upload ipinfo.php over old.

3)
AdminCP => vBulletin Options => vBulletin Options => Message Posting and Editing Options => IP Info
** by default it will be blank - set w/ a value in number of Days. (IE: 60)

The template edit in the readme.txt - you can skip.

Thank you very much for the details on how to update this. I worked like a charm!

SnowBot
11-04-2005, 06:05 AM
Great update, thanks very much :)

lairnoc
11-04-2005, 07:44 AM
this hack works perfect!!!! thanx a lot

Oblivion Knight
11-04-2005, 07:46 AM
Flawless upgrade, many thanks.! :)

RobK
11-06-2005, 06:27 AM
Thx a lot, my database-server really loves it :)

Sculli
11-06-2005, 07:45 AM
I am new at this, and I really don't know what this means:

## TEMPLATE MODIFICATIONS

Template: postbit_ip:

I know I am using postbit legacy, but I have no idea what file I need to edit and where it is located. Any help would be appreciated.

Sculli
11-06-2005, 08:14 PM
I actually found where I need to edit stuff. Is there a way to apply this modification to all style templates installed at once?

Zachariah
11-06-2005, 08:54 PM
I actually found where I need to edit stuff. Is there a way to apply this modification to all style templates installed at once?

Edit the same postbit_ip in each skin.

Hit install to keep track of updates.

royouth
11-07-2005, 05:44 PM
It works fine for the forum but I'm also using vbAdvanced Gallery and it doesn't work in there. So is there a way of having the url in postbit_ip point to ipinfo.php only if it's in the forums and work as before everywhere else?

Zachariah
11-07-2005, 06:01 PM
It works fine for the forum but I'm also using vbAdvanced Gallery and it doesn't work in there. So is there a way of having the url in postbit_ip point to ipinfo.php only if it's in the forums and work as before everywhere else?

I could work on a add-on to add the gallery posts to the mix. I too have vbAdvanced gallery, I forgot it also uses the same type of format. :nervous:

Or, limit the option to only the forums.

royouth
11-07-2005, 06:30 PM
The add-on sounds like a great idea. I think that when doing an IP/username search using the vbulletin ACP it doesn't search the gallery posts so if you can somehow get add the gallery posts to IpInfo that would be great, since some users post only in the gallery and don't even visit the forums.

Boss-Hog
11-09-2005, 11:29 AM
Hello,

I installed this hack but cannot access the additional information that should be provided when clicking on the IP button in a particular post. When I do that, it pulls up the standard vB IP information screen instead of the hacked version. I have doublechecked that I did everything correctly - the ipinfo.php is in my root forums directory, I successfully imported product-ipinfo.xml as a product and I made the template modifications to all styles in postbit_ip and I set the necessary variable in the admin CP to 60 days. However, the problem is that the link that the IP button in a postbit is not linking to the ipinfo.php file - it's merely linking to the generic IP information, despite my postbit_ip template having the proper code. Am I accessing the hack the proper way? (by clicking on the IP image directly to the right of the "Report Bad Post" image in a postbit) If I am, could the problem be related to the fact that I have Paul M's "Use real ip when proxy server is detected" hack installed, as well? Thanks!

Zachariah
11-09-2005, 11:50 AM
Hello,

I installed this hack but cannot access the additional information that should be provided when clicking on the IP button in a particular post. When I do that, it pulls up the standard vB IP information screen instead of the hacked version. I have doublechecked that I did everything correctly - the ipinfo.php is in my root forums directory, I successfully imported product-ipinfo.xml as a product and I made the template modifications to all styles in postbit_ip and I set the necessary variable in the admin CP to 60 days. However, the problem is that the link that the IP button in a postbit is not linking to the ipinfo.php file - it's merely linking to the generic IP information, despite my postbit_ip template having the proper code. Am I accessing the hack the proper way? (by clicking on the IP image directly to the right of the "Report Bad Post" image in a postbit) If I am, could the problem be related to the fact that I have Paul M's "Use real ip when proxy server is detected" hack installed, as well? Thanks!

Well every things sounds good. I have not played w/ Paul's hack yet been busy. :tired:

Please: Disable Paul's hack to see if this one works. If so give me a yell. I'll take a look @ his hack and see if I can see whats going on. :)

Boss-Hog
11-09-2005, 12:18 PM
Well every things sounds good. I have not played w/ Paul's hack yet been busy. :tired:

Please: Disable Paul's hack to see if this one works. If so give me a yell. I'll take a look @ his hack and see if I can see whats going on. :)

I disabled the product for Paul's hack and that allowed your hack to work properly. However, others have said in this thread that they have both hacks installed. I tried installing yours before his and his before yours and neither seems to solve the problem of yours not working without disabling his.

royouth
11-09-2005, 06:16 PM
I disabled the product for Paul's hack and that allowed your hack to work properly. However, others have said in this thread that they have both hacks installed. I tried installing yours before his and his before yours and neither seems to solve the problem of yours not working without disabling his.

how about when editing postbit_ip don't replace any code but just add it underneath. What that should do is add two ip.gif buttons. Well at least that's what I did to get around ipInfo not working in gallery, One of the ip.gif leads to the regular postings.php or moderate.php page and the other leads to ipInfo.php . It's not the best solution but that's all I could come up with.

joeychgo
11-09-2005, 06:44 PM
I like this hack - thank you.

biggjoe
11-13-2005, 11:06 PM
Zachariah, awesome hack! Works perfectly!

A FEW NOTES:

- It's not *really* compatible with Pau'ls mod Use real ip when proxy server is detected (https://vborg.vbsupport.ru/showthread.php?t=95198), meaning...they both work fine but not at the same time.

You do have to 'disable' paul's mod to get this one to work, which I don't really mind.

As far as this suggestion by royouth;

how about when editing postbit_ip don't replace any code but just add it underneath. What that should do is add two ip.gif buttons. Well at least that's what I did to get around ipInfo not working in gallery, One of the ip.gif leads to the regular postings.php or moderate.php page and the other leads to ipInfo.php . It's not the best solution but that's all I could come up with.

This only works if Paul's mod is disabled. If Paul's mod is disabled, then you do get two 'ip.gifs' one with the standard info and the other with the 'extra ip info', but the 'red.gif' from Paul's mod doesn't show up either way.

Just thought this might help you guys in making your mods work together.

QUESTION: Other than clicking on the 'view users ip' in the post, does this mod add any extra functionality in the AdminCP? Just curious.

Thanks again for the nice hack!

J.

Zachariah
11-13-2005, 11:28 PM
Zachariah, awesome hack! Works perfectly!

A FEW NOTES:

- It's not *really* compatible with Pau'ls mod Use real ip when proxy server is detected (https://vborg.vbsupport.ru/showthread.php?t=95198), meaning...they both work fine but not at the same time.

You do have to 'disable' paul's mod to get this one to work, which I don't really mind.

As far as this suggestion by royouth;



This only works if Paul's mod is disabled. If Paul's mod is disabled, then you do get two 'ip.gifs' one with the standard info and the other with the 'extra ip info', but the 'red.gif' from Paul's mod doesn't show up either way.

Just thought this might help you guys in making your mods work together.

QUESTION: Other than clicking on the 'view users ip' in the post, does this mod add any extra functionality in the AdminCP? Just curious.

Thanks again for the nice hack!

J.


@ the moment nothing in AdminCP.

There is only 1 template edit, I'll make another template on the installer vs. edit and see if we can do a templateless install.
:D

I'll poke around.

Another note - For this to work on the VBA gallery will take a little more time.

biggjoe
11-13-2005, 11:51 PM
Zach, thanks again for the great hack!

J.

Paul M
11-14-2005, 12:08 AM
Zachariah, awesome hack! Works perfectly!

A FEW NOTES:

- It's not *really* compatible with Pau'ls mod Use real ip when proxy server is detected (https://vborg.vbsupport.ru/showthread.php?t=95198), meaning...they both work fine but not at the same time.

.
.

This only works if Paul's mod is disabled. If Paul's mod is disabled, then you do get two 'ip.gifs' one with the standard info and the other with the 'extra ip info', but the 'red.gif' from Paul's mod doesn't show up either way.

Actually they can work together quite well, I tested it before this was released - I privately converted ipinfo for someone before Zac released this, the only real problem is the postbit. If you have any 3.5 version of Proxy to Real installed and then disable the product/plugins, it will still do the actual proxy > real ip conversion, and use/record the real ip address - what it won't do is store/use the proxy address.

I *think* that if you have the latest version of the proxy hack installed (2.11) - fully enabled - and then just manually disable the Proxy to Real IP (2) plugin, and leave the others active, they should co-exist nicely.

Zachariah
11-14-2005, 01:22 AM
Actually they can work together quite well, I tested it before this was released - I privately converted ipinfo for someone before Zac released this, the only real problem is the postbit. If you have any 3.5 version of Proxy to Real installed and then disable the product/plugins, it will still do the actual proxy > real ip conversion, and use/record the real ip address - what it won't do is store/use the proxy address.

I *think* that if you have the latest version of the proxy hack installed (2.11) - fully enabled - and then just manually disable the Proxy to Real IP (2) plugin, and leave the others active, they should co-exist nicely.

Great info Sir. :bunny:
- good for a quick fix.

I'll still work on a fix so that you do not need to disable anything. I hate to install new toys and then have to jump through hoops just to make it work. :cry:

biggjoe
11-14-2005, 02:00 AM
Thanks for this effort Zach!

J.

mark99
11-14-2005, 11:27 AM
Is it possible to add a second row under the "Duplicate IPs" bit where 'Registered IP Addresses' (dates too) and not just 'Post' IPs can also be factored in?

davidw
11-14-2005, 01:41 PM
<font color="SeaGreen">* christianb clicks install</font>

Snake
11-15-2005, 01:56 PM
Thank you, all installed!

Chadi
11-24-2005, 11:42 PM
When I click on the IP icon below postbit (thread view) it shows this:

$postinfo[username]'s information stored for post: $postinfo[postid]
IP Address : $postinfo[ipaddress].
Host Address : $postinfo[hostaddress].
Alt IP Address : $postinfo[altip].
Alt Host Address : $postinfo[althostaddress].
User Agent : $postinfo[useragent].

How do I correct this?

Rickie3
11-25-2005, 01:27 AM
this is just what i was looking for thankyou *installed*

Zachariah
11-25-2005, 03:58 PM
Is it possible to add a second row under the "Duplicate IPs" bit where 'Registered IP Addresses' (dates too) and not just 'Post' IPs can also be factored in?

Dates - good idea.

- I'll take a look on other IP's

Snake
11-25-2005, 04:36 PM
Oh yes that's definitely a good idea! :)

twincamfxd
11-25-2005, 04:46 PM
Very nice hack, Thanks!!

Code Monkey
11-28-2005, 12:25 AM
Why?

Moparx
11-28-2005, 01:26 AM
Where My:Hacks (http://www.gzhq.net/forums/forumdisplay.php?f=757) Went.

why are you moving all your stuff off of vb.org?

i personally am not joining another forum just for one person's hacks.. and i think most will agree with me.

Code Monkey
11-28-2005, 01:28 AM
Plenty of other hacks in the sea.

Zachariah
11-28-2005, 01:28 AM
I can host here I can not do tons of support here the hacks are turning into a mess.

I'll set up a support system tickets or something.

- I got a few other toys in the mix w/ this hack soon :D

did anyone get this to work w/ Real IP hack - Paul put out ?

Chadi
11-28-2005, 02:45 AM
I installed some IP mods for 3.51 and now anytime I click on the pc icon for IP info in postbit I get something like this:

$postinfo[username]'s information stored for post: $postinfo[postid]
IP Address : $postinfo[ipaddress].
Host Address : $postinfo[hostaddress].
Alt IP Address : $postinfo[altip].
Alt Host Address : $postinfo[althostaddress].
User Agent : $postinfo[useragent].

The IP related hacks installed:

ipInfo
https://vborg.vbsupport.ru/showthread.php?t=96834

Track all Duplicate IP Addresses via Admin CP
https://vborg.vbsupport.ru/showthread.php?t=91633

Use real ip when proxy server is detected.
https://vborg.vbsupport.ru/showthread.php?t=95198

Which could cause this and how do I go about correcting the problem?

Thank you.

Zachariah
11-28-2005, 02:50 AM
have you tryed to disable Products untill something worked ?
- I know both Paul and this hack uses the IP image and there awas a mess I did not get to yet.
- https://vborg.vbsupport.ru/showpost.php?p=820681&postcount=94

Hey Paul I am behind bad man - what is in the plugin you said to disable? (so I can look @ the ip info for a fix.) whats in the plugin ? - pm me is cool - or post if cool

Thanks Sir.

Paul M
11-28-2005, 03:20 AM
did anyone get this to work w/ Real IP hack - Paul put out ?It's quite easy to do, but you have to put up with two IP icons instead of one.

First of all you need the latest version of Proxy to Real IP installed (v2.11), once you have installed this you then edit the 'postbit_proxyip' template - replacing this ;

</else></if>
</if>
with this ;

</else></if>
<a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ipx.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
</if>
and upload this 'ipx.gif' to your images/buttons/ folder (or an image of your choice with the same name).

Zachariah
11-28-2005, 03:48 AM
Paul M - Master Coder

/me bows to Paul M. :bunny:

Congrats on da Master Sir.

Yorixz
11-28-2005, 12:48 PM
I must moved all of my hacks here to my personal site and off - vBulletin.org

To do's:
- Upload all the current hacks.
- Install Bug system

All updates will be @
http://www.gzhq.net/
Could you explain that mail? It's not really clear to me (and most likely to otherS) what's the reason of that move, myself I'd prefer to have all hacks collected at one site, in this case vB.org.

Zachariah
11-28-2005, 01:06 PM
It was an error.

There are 2 hacks for a gallery that was here at vb.org that must be moved off the site, not all of them.

[vB 3.5.x] Module CMPS vBA Gallery
[vB 3.5.x] vBa Gallery - Forum Home

They will be moved to photopost.com

Acido
12-03-2005, 03:58 PM
Hi Zachariah

I have this hack downloaded and installed today. But i can't gent the IP info option in AdminCP => vBulletin Options => vBulletin Options => Message Posting and Editing Options => IP Info

That option simply doesn't appear in any place after the install (and uninstall and reinstall)
Can you help ?

Zachariah
12-03-2005, 04:38 PM
Updated.

I uploaded 1.1 :nervous: and not 1.2.


Sory for the mess.

Hi Zachariah

I have this hack downloaded and installed today. But i can't gent the IP info option in AdminCP => vBulletin Options => vBulletin Options => Message Posting and Editing Options => IP Info

That option simply doesn't appear in any place after the install (and uninstall and reinstall)
Can you help ?

Acido
12-03-2005, 06:29 PM
Updated.

I uploaded 1.1 :nervous: and not 1.2.


Sory for the mess.

All fine Now. Thank you ! :)

Snake
12-04-2005, 11:51 AM
Thanks lol.

havefun
12-06-2005, 11:31 AM
Updated.

I uploaded 1.1 :nervous: and not 1.2.


Sory for the mess.

no problem :)
THX

WNxWakko
12-17-2005, 10:48 PM
It's quite easy to do, but you have to put up with two IP icons instead of one.

First of all you need the latest version of Proxy to Real IP installed (v2.11), once you have installed this you then edit the 'postbit_proxyip' template - replacing this ;

</else></if>
</if>
with this ;

</else></if>
<a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ipx.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
</if>
and upload this 'ipx.gif' to your images/buttons/ folder (or an image of your choice with the same name).

Why does there have to be 2 IP images now?

Zachariah
12-17-2005, 11:26 PM
Why does there have to be 2 IP images now?

@ the moment if you have Paul M's proxy hack installed also.
- the 2 hacks use the same area to show data.

WNxWakko
12-17-2005, 11:44 PM
I found a solution to all of this madness lol.


Ok check this out. There is several if conditions here to deal with. In the last page suggestion it didnt account for the guest forum unregistered members posting problem as well. If a guest posts you dont want the advanced ip pulling all that info(some cases hundreds of ips)

Also instead of having 2 IP icons showing all the time. Here is the solution to have it only show 1 icon, unless a proxy is detected and then only on that case will you see two icons.

Replace all in postbit_proxyip with this below.

<if condition="$show['ip']">
$vbphrase[ip]: $post[ip]
<else />
<if condition="($post[proxyip] != '')">
<a href="postings.php?$session[sessionurl]do=getip&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/px.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
<else />
<a href="postings.php?$session[sessionurl]do=getip&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/blank.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
</else></if>
<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&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
</if>
</if></if>

EDIT-- cant upload a blank image.

Just upload a blank transparent image into your images/buttons folder called blank.gif. make it 1px by 1px and its basically invisible.

Zachariah
12-18-2005, 03:44 AM
hmmmm ........... interesting :)
Nice WNxWakko I'll take a look at your concept.

Thank You.

AWI
12-21-2005, 12:25 PM
Installed on 3.5.2 works great, thanks

Cloud Strife
12-24-2005, 12:12 PM
I installed on 3.5.2, but it doesnt give any info for "All IPs for this user" ive checked many members, and the table just comes up empty.

Cloud Strife
12-25-2005, 03:34 AM
ah, its ok. didnt realise the admincp option :)

lanc3lot
01-06-2006, 08:53 AM
Another great product

* lanc3lot installed:)

LBSources
01-18-2006, 12:08 AM
great tool.. thanks as always zach
/me clicks install

Julie
01-18-2006, 07:33 PM
Works very vell! Nifty tool! But;

Unknown Location
/ipinfo.php?p=152272

*installs*

Zachariah
01-18-2006, 07:49 PM
Works very vell! Nifty tool! But;

Unknown Location
/ipinfo.php?p=152272

*installs*

:alien: - Fix soon
- Thanks for the info.

puertoblack2003
01-18-2006, 07:53 PM
have a question some guys was telling me that there's is a program that's call hide ip with that program can they still block ip to gain access to board when u ban a member :ermm: ? is there a solution to that? :ermm:

Zachariah
01-18-2006, 08:00 PM
have a question some guys was telling me that there's is a program that's call hide ip with that program can they still block ip to gain access to board when u ban a member :ermm: ? is there a solution to that? :ermm:

Perhaps?
https://vborg.vbsupport.ru/showthread.php?s=&threadid=95198

dodgechargerfan
01-19-2006, 01:44 PM
Very nice! I've installed it and it works great. Thanks.

Megareus Rex
01-22-2006, 05:59 PM
How do you set the # of days for IP Info to go back? You have a screenshot of it included in the zip file, but I cant find where in the admin CP the option is...

Zachariah
01-22-2006, 08:56 PM
AdminCP => vBOptions => Message Posting and Editing Options => IP Info

Megareus Rex
01-23-2006, 12:04 PM
AdminCP => vBOptions => Message Posting and Editing Options => IP Info

Thanks! :)

saree
01-23-2006, 08:33 PM
thank you for the hack great work man.....

i have a question this is addon which will link things to geather but for me 100% of the user logon to my site use proxy which is a must from the internet provider is there is a way to use the real ip instaed of the the ip that will be proxy ip and it make many many user have the same ip which will make this addon useless for me.

i so this havk and it might be usefull in the case of proxy users please have a look and tell me if it will be ok to install both of them.

https://vborg.vbsupport.ru/showthread.php?t=95198&highlight=ipinfo

thank you in advance.

Gripemaster
02-02-2006, 11:44 PM
Very nice... I like it alot. *Clicks Install*

ztempuser
03-07-2006, 12:07 AM
i know im late on this, but when i installed it it seemed very simple, but yet it does not work.
matter of fact, after i did the edits and the uploads, everything was still the same as if i did not edit or do anything.
where should i start trouble shooting from?
or any ideas can help:) thanks

Nathan2006
03-13-2006, 12:04 PM
Great!

Just what I've been looking for :D

Thank you

Install

Nova99
03-16-2006, 10:02 AM
i know im late on this, but when i installed it it seemed very simple, but yet it does not work.
matter of fact, after i did the edits and the uploads, everything was still the same as if i did not edit or do anything.
where should i start trouble shooting from?
or any ideas can help:) thanks

Same here..
It worked on v3.5.1, but I don't think it works on 3.5.4 (at least not for me)...

Freesteyelz
03-16-2006, 10:03 AM
Very useful mod. Thank Zachariah. :) *Clicked Install*

JGNYC
03-21-2006, 11:36 AM
Does this work on 3.5.4?

Nathan2006
03-29-2006, 01:56 PM
Does this work on 3.5.4?

It did work for me on 3.5.4 for about 4 days then looks like its vanished :(

I have checked the edits and upload again and no luck at all :(

Zachariah
03-29-2006, 11:06 PM
I have installed to 3.5.4 w/o a problem.
- There is something on a new install.

Goto:
* AdminCP => VBoptions => Message Posting and Editing Options
- IP Info is set to Zerro on install, it need to be set to a value in Days greater than 1. I set mine to 30.

hyony
03-30-2006, 04:06 AM
I set it to 60, but when view ip, still have
The IP Address is: 58.186.118.xxx. The host name is: 58-186-118-xxx-dynamic.xxx....

Nathan2006
03-30-2006, 06:54 AM
I have installed to 3.5.4 w/o a problem.
- There is something on a new install.

Goto:
* AdminCP => VBoptions => Message Posting and Editing Options
- IP Info is set to Zerro on install, it need to be set to a value in Days greater than 1. I set mine to 30.

I have just changed it to 30 and checked it again and it still comes up with the old show with

The IP Address is: 86.xxx.xx2.xx. The host name is: XXXXXXXXXXXX.com.

:(

EDIT:

It started working for about 1 minute and then stopped again after I uploaded the ipinfo.php and re-installed everything again :(

Nathan2006
03-30-2006, 07:37 AM
OK I have found out what the problem is,

I went through all my plugins with ip on them and I found what it was:

If you have installed this> Use real ip when proxy server is detected (https://vborg.vbsupport.ru/showthread.php?t=95198)
It does not work with this one.

So if you hover over your ip icon next to a users name in the status bar it should say

www.your-domain-name.com/ipinfo.php?xxx

If it comes up with something like:

www.your-domain-name.com/postings.php?do=getip&p=43

Its wrong and not pointing to the ipinfo.php and its another product that conflicting with it.

Mine is working great now:D

Thanks again Zachariah;)

Zachariah
03-30-2006, 01:18 PM
I set it to 60, but when view ip, still have

This hacks still has 1 template edit take a look in the readme.

hyony
03-31-2006, 09:32 AM
ya, i installed "use real ip when proxy server is detected", so now can I fix it?

Nathan2006
03-31-2006, 09:52 AM
ya, i installed "use real ip when proxy server is detected", so now can I fix it?

Well the best way is to disable the product Use real ip when proxy server is detected (https://vborg.vbsupport.ru/showthread.php?t=95198) and check to see if its working then :)

If it is then remove it :)

AlexUK
03-31-2006, 11:01 AM
Installed, very useful :)

Mikecp421
04-08-2006, 06:55 PM
ok I dont have any other IP related hacks on my 3.5.4 board and this doesn't work but it works on my 3.5.3 board. What gives?

Jordan17
04-10-2006, 06:23 PM
/me clicks Install! Thanks!

geezmo
04-11-2006, 02:15 PM
What other way do I have to uninstall this hack aside from choosing "Uninstall" in Product Manager? I'm having problems with my hacks, I can't uninstall all of them, I only get blank space after uninstalling a hack but the hack's still there.

If you can tell me other ways to fully uninstall this hack, I'll appreciate it.

kurtbarker
04-29-2006, 10:12 AM
hey mate,

it says you can edit the number of days it looks at, and other options.

where can these be configured?

it is an ACP setting?

kurtbarker
04-29-2006, 10:24 AM
found it :D

thx guyz

Normandi2
04-29-2006, 11:15 AM
Good

i'll install it today

thank's

Eagle Creek
05-04-2006, 09:43 PM
- added option to limit how far back to get posts.
When I leave this field empy, how many days we will be showed?

Zachariah
05-05-2006, 12:04 AM
When I leave this field empy, how many days we will be showed?

It should give you a DB error. The day limit is needed (at the moment). Under a large load (500k+ posts over years) it has been reported to crash the server with out a limiter. I have not had any problems reported @ 120-180 days depending on site activity.

kurtbarker
05-05-2006, 08:11 AM
When I installed it, that field was empty, and it showed no data, like it was set at 0 days

Dr.Viggy
05-05-2006, 02:19 PM
worked beautifully, this will definitely help watch for the troublemakers. thanks alot

*clicks install

Neal-UK
05-12-2006, 03:52 PM
will this work along with "Real IP if using proxy" mod?

bruss
05-12-2006, 06:33 PM
any way to run a guest post againt any registered users? I dont want to see every guest post but it would be cool to see if any registered users have posted under that specific IP that specific guest post was made under..

EasyTarget
05-23-2006, 03:49 PM
thanks, Installed.

redlabour
06-08-2006, 03:52 PM
Will it work in the Future with vBulletin 3.6 (http://www.vbulletin.com/forum/showthread.php?t=187654) ?

Zachariah
06-08-2006, 04:02 PM
Will it work in the Future with vBulletin 3.6 (http://www.vbulletin.com/forum/showthread.php?t=187654) ?

This will.
https://vborg.vbsupport.ru/showthread.php?t=117966

Neo_obs
06-13-2006, 03:25 AM
AWESOME great add on

I have one idea thou. maybe have it set up to use the usersid also instead of just postid.

Example:
/ipinfo.php?p=60

to

/ipinfo.php?u=2

MissKalunji
06-16-2006, 04:39 PM
Its not working for me :(

badboyz
06-17-2006, 07:25 PM
well i dont see this setting.

i can not see the things which is in the image i download

where do i find the setting?

oberheimhaven
06-17-2006, 08:05 PM
One ? Do I do anything with the gif file, I know rookie however Im learning and great hack this will really come in handy for my forums thanks for doing mate!!!

MArk:banana:

oberheimhaven
06-17-2006, 08:18 PM
well i dont see this setting.

i can not see the things which is in the image i download

where do i find the setting?


I installed mine dont look l ike that either unless Im looking in the wrong area? seach users IP maybe I forgot something?


I got B E A Utiful hey its called that lil button down to the right cough cough Ummmmm INSTALL lmao Iim such a well never mind thanks mate for sharing this is priceless!!!!
Mark

Installede 10 times still no different? Hmmmmmmmmmmmm back to work i go!!

Neo_obs
06-18-2006, 06:17 AM
if you look in the postbit(thats right <----there) near the report button for a post it will show the ipbutton. click that and thats what this hack replaces.

PS. you must be an admin to see the ip button

MissKalunji
06-18-2006, 10:42 AM
Well my problem is i only see MY IP not anyone else

and other users can see their IP not anyone elses

badboyz
06-18-2006, 01:06 PM
https://vborg.vbsupport.ru/external/2006/06/11.jpg

https://vborg.vbsupport.ru/external/2006/06/11.jpg

Where do i see this option?

sam anders
06-18-2006, 02:20 PM
just what i needed thank you :)

MissKalunji
06-19-2006, 01:02 AM
https://vborg.vbsupport.ru/attachment.php?attachmentid=36995&d=1131079064

https://vborg.vbsupport.ru/attachment.php?attachmentid=36993&d=1131079033

Where do i see this option?


first one in admincp

second one when u click on the icon ip on the msg board

RFViet
06-19-2006, 02:33 PM
Right now I have Real IP dectector hack , will it conflict with this hack ???

Gsmmind
06-19-2006, 02:49 PM
Thanks Nice Hack.........;)

sam anders
06-20-2006, 12:39 PM
first one in admincp

second one when u click on the icon ip on the msg board

installed and working great but i can not see the admincp part, which setting in admincp do i look at?

MissKalunji
06-20-2006, 03:40 PM
installed and working great but i can not see the admincp part, which setting in admincp do i look at?

i cant remember WHERE exacly so just go to vbulletin all options

search for ip address and u'll find it

Zachariah
06-20-2006, 05:20 PM
i cant remember WHERE exacly so just go to vbulletin all options

search for ip address and u'll find it

Goto:
* AdminCP => VBoptions => Message Posting and Editing Options
- IP Info

MissKalunji
06-20-2006, 07:35 PM
*dumb Dumb* thankz Dear

bjstiefel
06-22-2006, 05:52 PM
When showing what other IP addresses this user has used, it sure would be great if the Reverse DNS lookup (showing the host name) were shown for these IP addresses also.

Thanks!

Zachariah
06-22-2006, 06:06 PM
When showing what other IP addresses this user has used, it sure would be great if the Reverse DNS lookup (showing the host name) were shown for these IP addresses also.

Thanks!

good idea, I thought about this a few times.

Eagle Creek
09-28-2006, 10:48 AM
Is this hackin working with 3.6.1?

EDIT: https://vborg.vbsupport.ru/showthread.php?t=117966 :) thx.

Zachariah
09-28-2006, 12:41 PM
Is this hackin working with 3.6.1?

EDIT: https://vborg.vbsupport.ru/showthread.php?t=117966 :) thx.

yes :)

Kiwi76
11-29-2006, 04:21 PM
The plug-in itself is working fine, but I have a customization question.

On a few of my styles, I have all instances of cellspacing="$stylevar[spacing]" replaced with cellspacing="0".

This is to remove all of the inner borders. It was fine with the default postbit_ip template, but now after adding this, there's cellspacing on this page. It's not a huge deal, but I'd prefer to remove it if I easily can. I looked through the postbit_ip template and found none of the instances above, so I wouldn't know how to remove it. If you need a pictoral example of what I mean, just ask.

Otherwise, a very nice plug-in. I was with a phpBB board before and liked the way it handed tracing users through IP addresses better than vBulletin did, and this just about does the same. Nice work.

Edit: Nevermind my question. I see it's done through it's own template. I got it all worked out. Nice job again.

lheliosl
05-27-2007, 02:40 AM
Oh this is such a great script. I been looking for this for a very long time, it's clean and user friendly I love it! Thank you! ;):up:

I just have 3 requests, please reply to let me know if you can add them or not:

1) Can you please have it store a record of their host names as well?
2) If a user registers under an IP close to the one he uses in case this person has a dynamic IP then can you make it so that the script knows it?s the same person?
3) Could you add a place that tells you the country for that IP?

Again great job man, I love this script! Thanks a lot!

Best Regards,
John. :D

MickDoneDee
07-27-2007, 01:56 AM
*Install* A favourite hack of mine. I used the 3.0.x version and would like to thankyou for porting to 3.6.X. It works on my 3.6.7 forum. The readme text file says:
Added: Admin setting

The setting can be found in vBulletin Options > Message Posting and Editing Options > IP Info.

The two image files in the download are not part of the installation - just screenshots.

Update: *Uninstalled* so I can install v1.3 for vB Version: 3.6.x (https://vborg.vbsupport.ru/showthread.php?t=117966).