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 login detector (AE Detector) (https://vborg.vbsupport.ru/showthread.php?t=183268)

AusPhotography 01-11-2012 10:36 PM

Yes, works well on 4.1.8.

As for testing you need two regular user accounts, clear cache, login using 1st account, then logout and login using the 2nd account (in the same browser), that should trip the detector.

gamaken 02-05-2012 08:35 AM

Has anyone ever noticed if you run an IP address search on your admin account (the account you have set to report the Alternate accounts), the names and IP addresses of every AE Detector reported member shows up as your's? I thought it was strange. Anyone know why that happens?

Alan_SP 02-05-2012 05:11 PM

Yes, because you're the one that reports it. :)

You need to understand that IP address you get are those used when you made posts. And here we have posts made by user you decided to use to report about clone. This user's IP address is same as clone's as this mod is programmed in this fashion. It could be programmed to use some fixed IP address or some random IP address.

Anyway, on my forum I have special account created for this purpose only, to report MA. :)

RedPoint 02-09-2012 12:31 PM

Run this addon with vers 4.1.10 ?

charalampos 02-09-2012 09:22 PM

:)

installed thanks !

:up:

AusPhotography 02-10-2012 01:37 AM

Quote:

Originally Posted by RedPoint (Post 2297882)
Run this addon with vers 4.1.10 ?

Yes!

tpearl5 03-17-2012 01:29 PM

If anyone is using this on php 5.3 and is getting deprecated errors with the split function, which prevents people from logging in, all you have to do is replace the split functions with explode. split occurs 4 times. Nothing else should need to be changed.

squidsk 03-20-2012 02:19 AM

The better solution would be to replace the function call to split with a call to preg_split, as per the php documentation for the split command.

Boofo 03-20-2012 02:23 AM

Quote:

Originally Posted by squidsk (Post 2311239)
The better solution would be to replace the function call to split with a call to preg_split, as per the php documentation for the split command.

Actually, explode is the better call. As per the TIP for split:

Quote:

preg_split(), which uses a Perl-compatible regular expression syntax, is often a faster alternative to split(). If you don't require the power of regular expressions, it is faster to use explode(), which doesn't incur the overhead of the regular expression engine.

tpearl5 03-27-2012 03:24 PM

right, and since we don't need to evaluate regular expressions here, explode it is :)


All times are GMT. The time now is 09:30 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.01483 seconds
  • Memory Usage 1,735KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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