The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Multiple Account Detection & Prevention Details »» | |||||||||||||||||||||||||||||||||||||||
It happens all of the time. Some members will make multiple accounts to back their own opinion or get an extra vote in a poll. Here's a modification that will detect and prevent multiple accounts, as well as notify the administration about multiple accounts. Inspiration for this modification came from the work of MPDev (creator of the Multiple Account Login Detector) and randominity (creator of the Multiple Account Registration Prevention). This is basically a combination of those two modifications but with new and improved functionality.
This is not an update to the "Multiple Account Login Detector (AE Detector)" nor is it an update to the "Multiple Account Registration Prevention." If you have either one of these (or both of them) installed, you should uninstall them before installing this modification. With the initial release of Multiple Account Detection & Prevention, I believe that I have fixed previous bugs/complications as well as improved the efficiency and logic of the code. This is my first publicly released modification. I would appreciate any comments and suggestions! Confirmed! This works perfectly on all vBulletin 3.6, 3.7, and 3.8 versions. Unfortunately, I cannot give support right now. I may be able to help periodically, but until my schedule yields some more free time, I won't be much support. Please check back in a week or two. Basic Details File Edits: None Template Edits: None New Files: 6 Hooks/Plugins: 3 Global Phrases: 36 Install Time: 2 Minutes or Less Install Difficulty: None, Very Easy Features and Settings - Login Detection - Registration Prevention (Multiple Methods) - Ignore Child Accounts - Ignored Users - Ignored Usergroups - Ignored ISPs - Prevention Usergroup - IP Address Based Prevention - Extended IP Address Prevention - IP Address Time Inclusion - Banned Account Check - Primary Banned Usergroup - Cookie Expiration Time - Cookie Refreshing - Cookie Name - Cookie Reset - Multiple Account Reporter - Reports via PM - PM Report Recipients - Reports via New Thread - Forum for Report Threads - Verbose Mode - BB Codes: LIST, URL, CODE How it Works With every newly recognized login/registration, an account-counting cookie is set (or added onto) with the member's User ID. Depending on the settings, Multiple Account Detection & Prevention will analyze the cookie during login/registration to see if there are any multiple accounts. Login Detection offers cookie-checking and reporting. Registration Prevention offers the same thing, plus more advanced features. First of all, when it prevents an account from registering, it actually moves the registrant to the Prevention Usergroup so that the administration can review the case. This also allows for customized privileges for recognized multiple registrants. Registration Prevention also has IP address detection which finds out just as much information about users. Depending on an administrator's preference, this modification can also reban a new registrant if one of their previous accounts has been banned. In fact, if the administration wishes, multiple registrants can simply be denied registration all together. Whenever there is a detection/prevention, the modification will report the information to the administration through private messages, a new thread, or both (depending on settings). The Multiple Account Reporter can be any valid user. Known Issues - vB Optimise users: Reporting via thread seems to get messed up by vB Optimise, so try reporting via PM instead. - PhotoPost vBGallery users: The registration handling appears to not work properly when PhotoPost vBGallery is enabled. From what I can tell, these known clashes have been caused by the other modification's coding. The author of vB Optimise will not even work with me to fix it. Until they improve their coding, I'm not sure if I can do anything about these issues. As far as I know, administrators that do not use the above modifications will not have any problems. Installation / Upgrade Unzip the package (madp.zip), upload the files to your forum location, and import the product file (allow overwrite if upgrading). Please read the ReadMe.txt file that is packaged with the modification for more information. Please remember to mark this modification as installed if you use it! If you like it, nominate it for the Mod of the Month! Thank you! Download Now
Screenshots
Show Your Support
|
3 благодарности(ей) от: | ||
aeturner89, Filgga, ricardoNJ |
Comments |
#302
|
||||
|
||||
Quote:
Quote:
Quote:
Feel free to take my modification for a test-drive. You can always uninstall it and go back to the AE Detector if you want (everything will still work as it did before). Also, you should not have my modification installed while the AE Detector is installed. Just chose one or the other. Quote:
Get it? |
#303
|
||||
|
||||
Quote:
i'll try your mod..it seems promising. so do i have to uninstall AE detector mod first? and i fear if your mod will move users or prevent from registrations to non-spammers too? as if someone surf on cybercafe and multiple users register there but they arent same but then ur mod will prevent them from registering? i mean to ask wht does ur mod use to detect and prevent multiple registration? wll it prevent non-spammers too anyway? |
#304
|
|||
|
|||
Is there any plan to fix the glitch regarding vBOptimize being installed?
|
#305
|
||||
|
||||
Quote:
You can CHOOSE whether or not multiple accounts are moved to a prevention usergroup. Also, if you do choose to have multiple accounts moved to a prevention usergroup, you can always choose to move them to a new usergroup, after you verify they aren't a spammer/multiple account. (This does NOT stop them from registering.) It's pretty much impossible to tell the difference between Spammer and non-Spammer by simply checking IP addresses or cookies. If you're worried about real, unique users being moved to a prevention usergroup, you can always activate "silent mode" which will ONLY notify you. (It will not take any actions in silent mode) This will help you get an idea of how many reports you can be expecting and give you an idea of how it works. |
#306
|
|||
|
|||
how do I uninstall.. I did a test and now can't get into my admin...
Warning: require_once([path]/madp/detection.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions_login.php(185) : eval()'d code on line 3 |
#307
|
|||
|
|||
Quote:
Can you add this too ? What about my suggestion? Can a few $ put it in front of the cue ? |
#308
|
|||||
|
|||||
Quote:
Quote:
This modification will always check for a cookie that tracks which account the person has logged into. This happens for both registration and login. You can enable IP address detection for registration; this is to protect against someone clearing or modifying their cookies to get past the detection. Since IP addresses change and some (although very few) people may register while at a public place (i.e. library or cafe), I also include a time limit. This setting limits the time (in days) in which the modification will look for matching IP addresses. Take this scenario for example: You have the IP address checks enabled and you have the time limit set to 30 days. Someone registers on a public computer. Two months later, another person registers on the same computer. Although they might have matching IP addresses, the modification knows to ignore it since it is past the time limit of 30 days. So I would like to confirm this for you. You have nothing to worry about. You will be able to reverse anything (such as bans or changed usergroups) and you can uninstall it at any time and reinstall AE Detector with no permanent consequences. Quote:
Quote:
If you just want to uninstall it, you will need to add this line near the top of your config.php file: PHP Code:
Quote:
Also, yes, money always helps. I work on projects that I get paid for before I work on projects that I wouldn't get paid for. |
#309
|
||||
|
||||
It would be good to have more functions to deal with returning banned members / trolls that keep opening new accounts.
Here's a functionality request / suggestion: Have a usergoup that is not able to log out. Members in that usergroup are automatically forwarded to a site of your choice. This way, returning trolls could silently be moved to this usergoup. They would not be able to log out except by clearing cookies. Logician once created a code that disallowed banned members from logging out. |
#310
|
|||
|
|||
Quote:
|
#311
|
||||
|
||||
Yes, thats true. Such modification would be a wonderful addition to the functionality that the MAD&P is offering.
Please create this modification when you find the time. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|