Alter Ego Detector

Alter Ego Detector 1.7.8

No permission to download
Is there any way to prevent duplicate reports all the time? Apart from IP whitelisting as that does not work in my country.

screenshot-www.marineaquariumsa.com-2017-06-17-16-35-52.webp
 
It would be time saving if the report information included the user's warning point total and join date. Very useful info to see quickly.
 
HI, I installed and verified the detection cookie is making it to browser, but when testing I get no thread created and no conversation message. Not sure what I might have set wrong, pretty sure I have everything configured correctly. How should I troubleshoot this? Thanks
Screen Shot 2017-07-06 at 11.33.25 AM.webp Screen Shot 2017-07-06 at 11.33.02 AM.webp
 
This phrase is empty?

aed_thread_message_user_single
It exists in the latest XML file;
Code:
<phrase title="aed_thread_message_single" version_id="1070000" version_string="1.7.0"><![CDATA[On {detectionType}, it looks like @{username2} is an alter ego of @{username1}...]]></phrase>

Try installing another add-on, or using "rebuild cache" option of add-on installer add-on. It might not have compiled properly.
 
The phrase you posted is aed_thread_message_single

But the empty phrase is aed_thread_message_user_single
 
  • Like
Reactions: Xon
Only using the cookie detection because nowadays ip adresses are interchangeable and smartphones are used more on public places ip.

So we get many hits with ip detection on that is of no use. We use the cookie detection in combination with the xenforo ip check to be sure.
 
Thanks @Xon for a great free addon.

I have email confirmation enabled for user registration. I want to know if this option does anything different, or is only useful if email confirmations are otherwise not enabled?

Require email confirmation (always notifies)
 
Thanks @Xon for a great free addon.

I have email confirmation enabled for user registration. I want to know if this option does anything different, or is only useful if email confirmations are otherwise not enabled?
This allows you to push a user in the user moderation queue to requiring email confirmation. Otherwise they skip the email confirmation stage when you "approve" them.
 
Hey @Xon - an error here,

Code:
XenForo_Exception: Please enter at least one valid recipient. - library/XenForo/DataWriter.php:1359
Generated By: Skato, 1 minute ago

Code:
#0 /var/www/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1401): XenForo_DataWriter->_haveErrorsPreventSave()
#1 /var/www/wweforums.net/httpdocs/library/LiamW/AlterEgoDetector/XenForo/Model/SpamPrevention.php(737): XenForo_DataWriter->save()
#2 /var/www/wweforums.net/httpdocs/library/LiamW/AlterEgoDetector/XenForo/ControllerPublic/Login.php(45): LiamW_AlterEgoDetector_XenForo_Model_SpamPrevention->processAlterEgoDetection(Array, Array, Object(XenForo_Phrase))
#3 /var/www/wweforums.net/httpdocs/library/XenForo/FrontController.php(351): LiamW_AlterEgoDetector_XenForo_ControllerPublic_Login->actionLogin()
#4 /var/www/wweforums.net/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /var/www//wweforums.net/httpdocs/index.php(13): XenForo_FrontController->run()
#6 {main}

any idea?
 
Hey @Xon - an error here,

Code:
XenForo_Exception: Please enter at least one valid recipient. - library/XenForo/DataWriter.php:1359
Generated By: Skato, 1 minute ago

Code:
#0 /var/www/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1401): XenForo_DataWriter->_haveErrorsPreventSave()
#1 /var/www/wweforums.net/httpdocs/library/LiamW/AlterEgoDetector/XenForo/Model/SpamPrevention.php(737): XenForo_DataWriter->save()
#2 /var/www/wweforums.net/httpdocs/library/LiamW/AlterEgoDetector/XenForo/ControllerPublic/Login.php(45): LiamW_AlterEgoDetector_XenForo_Model_SpamPrevention->processAlterEgoDetection(Array, Array, Object(XenForo_Phrase))
#3 /var/www/wweforums.net/httpdocs/library/XenForo/FrontController.php(351): LiamW_AlterEgoDetector_XenForo_ControllerPublic_Login->actionLogin()
#4 /var/www/wweforums.net/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /var/www//wweforums.net/httpdocs/index.php(13): XenForo_FrontController->run()
#6 {main}

any idea?

I'm getting this too when I enable "Send PM" to send a PM to myself. In my case, the Username to create the notifications of an alter-ego and the PM recipient is the same. Could this be the problem, or maybe the usernames aren't being parsed correctly?
 
Top Bottom