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.
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:
Originally Posted by Yorixz
Thanks a lot, very usefull to have some more info than the basic things vB gives.
(Confirmed to work 100% with vB3.5 Gold)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
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;
Quote:
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.
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.
I'll poke around.
Another note - For this to work on the VBA gallery will take a little more 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.
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:
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?
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].