Multiple Account Detection Tools [Paid] [Deleted]

truonglv

Well-known member
Nobita.Kun submitted a new resource:

Tools Account Detection Essential - Tools account detection essential

Description: This Addon auto dection when multiple login, register from user on single computer ;)
- This Addon supports 2 action to detection: Cookie and IP of User
- This Addon using database to save some information so when someone clearly cookie Addon also working ;)

How to install:
- Upload all file to host then inport xml
- Config at option of Add-on

Please see somescreen shots to view more information.

Read more about this resource...
 
The screenshots make a little more sense than the resource title and description.
 
Many thanks for creating this!

Here are my feature requests:
  1. identify multiple accounts by browser fingerprinting
  2. identify multiple accounts by evercookie (please allow us to turn this on per user)
  3. identify multiple accounts by mac address through javascript
  4. For IP identifications, list if the IP is static or dynamic
  5. IP identifications may be coincidental. The review of all reports is labor intensive. My site gets thousands of reports. This can be solved. Please add a calculation to show if the accounts are operated by the same person by comparing:
    1. similar usernames
    2. similar email address
    3. similar username of one account as the email address in another account
    4. similar DoB
    5. similar user profile fields
    6. same email domain
    7. similar contact details
    8. posts in same forums
    9. visits or posts to the same threads
    10. accounts give likes to each other
    11. accounts do not have conversations with each other
    12. one or more accounts have warnings / bans
    13. IP address is dedicated or not.
    14. Email address is active or not (if the site requires active email to post)
  6. Set automatic staff actions:
    1. merge accounts
    2. send warning
    3. ban accounts
    4. make account discouraged user
    5. disallow registration
    6. ban IP
    7. ban browser fingerprint
    8. give evercookie
    9. remove likes traded between the accounts
    10. assign the report to a moderator
    11. ignore the report
    12. ignore reports about the user forever
 
Many thanks for creating this!

Here are my feature requests:
  1. identify multiple accounts by browser fingerprinting
  2. identify multiple accounts by evercookie (please allow us to turn this on per user)
  3. identify multiple accounts by mac address through javascript
  4. For IP identifications, list if the IP is static or dynamic
  5. IP identifications may be coincidental. The review of all reports is labor intensive. My site gets thousands of reports. This can be solved. Please add a calculation to show if the accounts are operated by the same person by comparing:
    1. similar usernames
    2. similar email address
    3. similar username of one account as the email address in another account
    4. similar DoB
    5. similar user profile fields
    6. same email domain
    7. similar contact details
    8. posts in same forums
    9. visits or posts to the same threads
    10. accounts give likes to each other
    11. accounts do not have conversations with each other
    12. one or more accounts have warnings / bans
    13. IP address is dedicated or not.
    14. Email address is active or not (if the site requires active email to post)
  6. Set automatic staff actions:
    1. merge accounts
    2. send warning
    3. ban accounts
    4. make account discouraged user
    5. disallow registration
    6. ban IP
    7. ban browser fingerprint
    8. give evercookie
    9. remove likes traded between the accounts
    10. assign the report to a moderator
    11. ignore the report
    12. ignore reports about the user forever

That's some list I have to say with some damn fine suggestions. +1.
 
@Nobita.Kun

Registered a new member at received the following error:

Code:
ErrorException: Undefined offset: 0 - library/Nobita/AccountDetection/Model/Cookie.php:42
Generated By: registered User 2, 1 minute ago
Stack Trace
#0 /home/xxxx/public_html/el/library/Nobita/AccountDetection/Model/Cookie.php(42): XenForo_Application::handlePhpError(8, 'Undefined offse...', '/home/xxxx/...', 42, Array)
#1 /home/xxxxx/public_html/el/library/Nobita/AccountDetection/XenForo/ControllerPublic/Register.php(40): Nobita_AccountDetection_Model_Cookie->checkSpecialViewingUser()
#2 /home/xxxxx/public_html/el/library/XenForo/FrontController.php(337): Nobita_AccountDetection_XenForo_ControllerPublic_Register->actionRegister()
#3 /home/xxxxx/public_html/el/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/xxxx/public_html/el/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
  ["url"] => string(40) "http://domain.com/register/register"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(14) {
    ["username"] => string(17) "registered User 2"
    ["email"] => string(30) "xxxx@domain.com"
    ["password"] => string(8) "********"
    ["password_confirm"] => string(8) "********"
    ["dob_month"] => string(1) "6"
    ["dob_day"] => string(2) "13"
    ["dob_year"] => string(4) "1974"
    ["gender"] => string(4) "male"
    ["timezone"] => string(15) "America/Chicago"
    ["recaptcha_challenge_field"] => string(185) "03AHJ_Vus8uI0aZXOrsrCg-WhU7ldcS8_oyh-WVObREtpqYZtWQ_Yg6YgeG3pCy64JEPAeOiOtHkIEe5nkMgDcGHBavnZMDPgVGkQMkxw1JXXZRRjSFoiQy3fEtkhmKSmsIOuVs_xOkDs3rISOxsI_gV2Lpc_nLWPCBrpkkRF-mv2XhKmC8k0_D4Y"
    ["recaptcha_response_field"] => string(12) "Thus Envolby"
    ["agree"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["reg_key"] => string(32) "7637ff96e5a9a786daf4a99444a0c58f"
  }
}

This is obviously without an excluded user group set (so I could test). Choosing an excluded usergroup fixes the problem.
 
Last edited:
Top Bottom