vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Multiple Account Detection & Prevention (https://vborg.vbsupport.ru/showthread.php?t=199077)

Kiros72 01-02-2009 11:12 PM

In theory, it should. I haven't heard anyone complain. I'll be doing some official testing on vBulletin 3.5 through 3.8 within the next few days.

Kiros72 01-03-2009 03:29 PM

Just to let you all know, I'm working on the next major version, which will include some new methods for the Login Detection (much like Registration Prevention), IP address detection for logins, administrator protection, a settings diagnostic tool, some recommendations on how to get the best out of this modification, and anything else I can fit in.

I will also do further testing with different vBulletin versions. Though as of right now, this seems to work just fine on versions 3.6, 3.7, and 3.8.

Please let me know about bugs or requests as soon as possible so I can fix up the next version to be purely awesome.

HUMMERh3 01-04-2009 10:49 PM

Right now when I use post the report via new thread it creates a new thread under a super admins account...which increases his post count. Is there a way to change the username?

apiasto 01-05-2009 10:13 AM

Quote:

Originally Posted by Kiros72 (Post 1698631)
Could you please enable Verbose Mode, then copy and paste the report here? If you want to censor out the usernames, please just rename them separately (i.e. SomeGuy1, SomeGuy2, etc.) so I can tell if it's identifying reporting incorrectly. You can also censor your Cookie Name if you'd like.

ok i enable d the verbose and everything looks fine so far.and now its giving the right info when 2 users login with the same ip.so far so good,thnx:D

Kiros72 01-05-2009 02:53 PM

Quote:

Originally Posted by HUMMERh3 (Post 1701820)
Right now when I use post the report via new thread it creates a new thread under a super admins account...which increases his post count. Is there a way to change the username?

Sure thing. If you want to change the reporter to be a different user, go to the reporting options, and change the "Multiple Account Reporter" to the ID number of the user that you want to report everything. If you want to keep the user but just change the username, then you can always edit the user's username within your AdminCP.

Quote:

Originally Posted by apiasto (Post 1702183)
ok i enable d the verbose and everything looks fine so far.and now its giving the right info when 2 users login with the same ip.so far so good,thnx:D

Oh, that's good to hear! :) There shouldn't be any difference in the detection method whether verbose mode is on or not, so maybe the issue was just a fluke.

thunderclap82 01-06-2009 04:59 PM

I've just encountered this for the first time. I have a listing of two users possibly being the same but the last three IP numbers are different: XX.XXX.XXX.230 vs XX.XXX.XXX.132. Is this plugin foolproof or can it make a mistake in detection?

Kiros72 01-06-2009 07:21 PM

Hmm... That hasn't happened to me.

Do you have access to phpMyAdmin?

thunderclap82 01-06-2009 08:12 PM

Quote:

Originally Posted by Kiros72 (Post 1703553)
Hmm... That hasn't happened to me.

Do you have access to phpMyAdmin?

I do, yes.

Kiros72 01-06-2009 10:31 PM

Alright. I have just reread your post and I'm actually wondering exactly what you meant. Did you mean that there was a detection of matching IP addresses, but the IP addresses didn't actually match? If so, prep and run this SQL:

Code:

SELECT  userid
FROM %table_prefix%user
WHERE ipaddress = '%problem_ip%'

Be sure to replace the %table_prefix% with the table prefix (like 'vb_' or 'vbulletin_' or something else) that your database uses for vBulletin. Replace %problem_ip% with the IP address that was reported as the matching IP address.

After you run it, you should get 2 results if it's actually working properly.

If you meant that you wanted it to catch the incident, but it didn't, then there's not much that I can do for that. The entire IP address of everyone is checked because there can be hundreds of people that have a matching first three numbers (i.e. 124.78.20.100 could be the same person as 124.78.20.201, but it could also be someone else entirely). Checking only the first three numbers would make for a lot of false positives over the years.

Markos 01-08-2009 06:22 PM

hi I've had this on my forum for a few weeks now and it just detected 3 users 2 of them r banned but it seems it didn't ban or send to the specific user group but the prob is this user was registered before i installed this and this must have been the first time hes logged in since so dose this send to specific user group or ban them if they were all ready registered


All times are GMT. The time now is 09:45 AM.

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.02165 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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