vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Track all Duplicate IP Addresses via Admin CP (by Jolten) (https://vborg.vbsupport.ru/showthread.php?t=91633)

tamarian 07-04-2005 10:00 PM

Track all Duplicate IP Addresses via Admin CP (by Jolten)
 
This is a port from the 3.0.7 version by Jolten. He doesn't plan to upgrade to 3.5, and I do, so I'm releasing it for 3.5 with his permission:

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

Quote:

Originally Posted by Jolten
What's this do?
This hack is an admin control panel addition. It will render a complete list of all users with duplicate IP addresses in your forums. And adds very little in terms of queries and sever load. This is designed to help those site admins, who wish to, to track users which may have duplicate accounts.

Be aware that many internet service providers (AOL, JUNO, NetZero) may assign the same IP to many different users. A duplicate listing is not an immediate indication of a duplicate account by the same user.

Files to edit -- 0
Phases to add -- 2
Files to upload -- 2
Database alterations -- None
Total Queries -- 3

Time to install -- Less than 5 minutes

Installation
Step 1: Upload the file dupip.php to your admin control panel directory (adminCP)

Step 2:Upload cpnav_dupip.xml to includes/xml

Step 3: Add 2 new phrases

Phrase type: Control Panel Global
Varname: dup_ip
Text: Duplicate IPs

Phrase type: Control Panel Global
Varname: dup_ip_max
Text: Maximum username per page

Screen shot from the 3.0.7 version

Dream 07-05-2005 02:12 AM

very nice, thanks for sharing. just had to change the background-color:#EBC7C7 to work with the default style.

would be nice if you could sort the list by "last active" and "name" in a future version.

tamarian 07-05-2005 02:50 AM

Quote:

Originally Posted by Dream
very nice, thanks for sharing. just had to change the background-color:#EBC7C7 to work with the default style.

would be nice if you could sort the list by "last active" and "name" in a future version.

Sure thing. The initial release just converts it from vB 3.0.7 to 3.5, but there are a few things planned to enhance it.

Snake 07-05-2005 08:33 AM

OMG That's hot! Thanks for the conversion. I can't wait for the next version. :D

Capslockman 07-05-2005 05:31 PM

Thanks a Lot for sharing this with us Jolten/tamarian !

Spinball 07-15-2005 02:36 PM

Hi tamarian,
I use this hack with 3.0.7 and I'll be using it with 3.5 when a load of other hacks have been upgraded.
However, in the mean time, and thinking of the future, would you be willing to tweak this hack?
The problem I have is that with 250 users per page, I have 51 pages!!!
And there is no way to track the activity of a specific user.
I have put a suggestion here:
https://vborg.vbsupport.ru/showthread.php?t=91006
and would appreciate you taking a look.
I know a particular user has several duplicate registrations, but he shares and IP address with about 50 others. Bit of a problem.

tamarian 07-15-2005 03:29 PM

Quote:

Originally Posted by Spinball
Hi tamarian,
I use this hack with 3.0.7 and I'll be using it with 3.5 when a load of other hacks have been upgraded.
However, in the mean time, and thinking of the future, would you be willing to tweak this hack?
The problem I have is that with 250 users per page, I have 51 pages!!!
And there is no way to track the activity of a specific user.
I have put a suggestion here:
https://vborg.vbsupport.ru/showthread.php?t=91006
and would appreciate you taking a look.
I know a particular user has several duplicate registrations, but he shares and IP address with about 50 others. Bit of a problem.

I know what you mean, and I get a lot more pages :) Will add some more twaks soon.

darksoulz 08-28-2005 07:37 AM

Has this been tested/is it compatible with 3.50RC2? I'm getting an error.

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /admincp/dupip.php on line 66

EDIT: nevermind, just figured it out. We're using the new mysqli support instead of mysql. just needed a few quick edits.

Sadie Frost 09-09-2005 10:20 PM

Okay I know I'm being majorly thick here, but I can't find a link in the admincp to this? Can someone tell me where it is? lol

tamarian 09-10-2005 02:07 AM

Quote:

Originally Posted by Sadie Frost
Okay I know I'm being majorly thick here, but I can't find a link in the admincp to this? Can someone tell me where it is? lol

It's in the includes directory under xml in the zip file.

Boofo 09-10-2005 06:02 AM

The nav isn't showing up in the Admin CP anywhere. I have been messing with it for an hour and it does not show up.

Boofo 09-10-2005 06:38 AM

Here is the fixed cpnav file. You can't use text in phrases. vB doesn't really like that for some strange reason. ;)

Also, I added it in the User cpnav right under Search IP Addresses.

tamarian 09-10-2005 02:11 PM

Quote:

Originally Posted by Boofo
Here is the fixed cpnav file. You can't use text in phrases. vB doesn't really like that for some strange reason. ;)

It used to :)

hotrod1 10-10-2005 02:09 PM

Cool hack, thanks!

vibe 10-11-2005 03:39 AM

I love it!

Lea Verou 10-11-2005 04:14 AM

It would also be interesting to show WHEN they had this IP address :)

Also, it doesn't display all the duplicate IPs. I had found a member that had the same IP with 4 others and it doesn't display any of them!

Telegon80 10-19-2005 01:44 PM

ill be installing this during lunchtime :D

Snake 10-19-2005 06:54 PM

I know you will. :P

Telegon80 10-20-2005 12:05 AM

this thing rawks!!!!!

cmiller1014 10-23-2005 08:34 PM

This is great but why does it refresh the entire control panel when clicking on a users name? Shouldnt it just update that frame? This makes it so that you cant use the back button.

Is there a work around?

ndahiya 10-25-2005 12:41 AM

Wonder if it possible to (extend the hack to) check for dupips when the "base" members belong to a particular user group... eg, i have a banned group, and i want to make sure none of them is registering using pseudo ids. tough to go thru the entire list... ?

tamarian 10-25-2005 01:17 AM

Quote:

Originally Posted by ndahiya
Wonder if it possible to (extend the hack to) check for dupips when the "base" members belong to a particular user group... eg, i have a banned group, and i want to make sure none of them is registering using pseudo ids. tough to go thru the entire list... ?

Yes, shouldn't be that hard. Feel free to bump if you don't hear from me in a week or so :)

ndahiya 10-31-2005 08:28 PM

Quote:

Originally Posted by tamarian
Yes, shouldn't be that hard. Feel free to bump if you don't hear from me in a week or so :)

bump! :)

Colejo 11-01-2005 08:10 AM

I have this installed and the extra IP information hack installed. https://vborg.vbsupport.ru/showthread.php?t=96834

The extra IP information hack shows other users that have used the same IP but those users don't show up in the duplicate IP information in the admincp. Does the duplicate IP hack only check the IP that shows up under the user manager in the admincp and if so could it check all the IPs a user has used to add them to the duplicate IP address list?

tamarian 11-01-2005 02:27 PM

Quote:

Originally Posted by Colejo
I have this installed and the extra IP information hack installed. https://vborg.vbsupport.ru/showthread.php?t=96834

The extra IP information hack shows other users that have used the same IP but those users don't show up in the duplicate IP information in the admincp. Does the duplicate IP hack only check the IP that shows up under the user manager in the admincp and if so could it check all the IPs a user has used to add them to the duplicate IP address list?

You will get that info when you click the IP link. Otherwise, the list would be too long, since some users have dynamic IP's, and it would take several pages just to display one user. :)

ndahiya 11-02-2005 12:22 AM

thanks tamarian..

think there is a bug in the latest version in that it only searches the chosen "primary" member group, not all groups for duplicates...

for eg, if i have a "banned" group, i would like to search for all banned members who might have created other accounts in "regular" groups...

TIA.

xheliox 11-07-2005 12:34 PM

I know it'd be next to impossible, but it'd sure be nice to filter out AOL proxy's. They make up 80% of my duplicate posts. :(

Or better yet, just filter by date. If they haven't posted in X days, it won't show up?

biggjoe 11-13-2005 11:49 PM

tamarian;

Great hack! Works beautifully on vb 3.5.1! One small note: In the AdminCP the title is mispelled, see attached image. Other than that, it works great!

J.

mark99 11-15-2005 08:05 AM

Under one of the older DupeIP mods for vB2, the script also had the ability to list duplicate passwords (albeit the encrypted output only for security). I found this more useful for spotting multiple accounts since people like that tend to use an identical password, would it be possible to add this as an option?

tamarian 11-15-2005 04:31 PM

Quote:

Originally Posted by mark99
Under one of the older DupeIP mods for vB2, the script also had the ability to list duplicate passwords (albeit the encrypted output only for security). I found this more useful for spotting multiple accounts since people like that tend to use an identical password, would it be possible to add this as an option?

I remember the vB2 version. (I think) it's impossible to do with vB3.x, due to the introduction of "slat" to md5 of the password.

tamarian 11-15-2005 04:33 PM

Quote:

Originally Posted by biggjoe
One small note: In the AdminCP the title is mispelled

That's my unfortunate trademark. I made a spell checking hack, and the button for "thesaurus" was misspelled!

Milesian 12-04-2005 04:30 PM

I can't see the link for viewing duplicate ip addresses. Where is the option in the ACP?

Milesian 12-04-2005 04:36 PM

Nevermind, I re-loaded the ACP and see it now.

AWI 12-21-2005 12:45 PM

Installed on 3.52 and works, thanks

dreamer81 12-21-2005 02:26 PM

so I installed this hack, and it works great. But how on EARTH do i change that ugly pink background color?????

Screenshot available here
http://img467.imageshack.us/img467/8...vngivet5fm.jpg

Silvio 12-21-2005 11:13 PM

Cool hack,

I installed it but it can't find duplicates... querys are always --> System message : "No Matches Found"

:tired: and there are a lots of :tired:

what I did wrong?

ty 4 help

hex1848 12-27-2005 04:16 AM

Is this script just looking at the signup information in the users table? Anyway to cross search the posts table as well?

tamarian 12-27-2005 12:46 PM

Quote:

Originally Posted by hex1848
Is this script just looking at the signup information in the users table? Anyway to cross search the posts table as well?

Just the user table. It will show a link to do ip checke for the user in posts.

tamarian 12-27-2005 12:47 PM

Quote:

Originally Posted by Silvio
I installed it but it can't find duplicates... querys are always --> System message : "No Matches Found"

:tired: and there are a lots of :tired:

what I did wrong?

I missed this post. Do you still have a problem?

Silvio 12-27-2005 10:52 PM

Yes Sir,

It always reply "No Matches Found"

... really strange as is so easy to install

board is brandnew, fresh imported from phpbb to vbulletin 3.5.2. so now I am learning tons of thing but I would also like to set this hack up.

A very Nice and Happy New Year

ciao


I apologize for my broken english


All times are GMT. The time now is 04:49 PM.

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.02629 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
  • (12)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