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
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... ?
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
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?
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.
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?
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.