Alter Ego Detector

Alter Ego Detector 1.7.8

No permission to download
Liam, will you check this please?
Code:
#0 /var/www/vhosts/domain.com/publicsite/library/XenForo/Model/User.php(2156): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/vhosts...', 2156, Array)
#1 /var/www/vhosts/domain.com/publicsite/library/XenForo/Model/Conversation.php(1203): XenForo_Model_User->canBypassUserPrivacy(NULL, Array)
#2 /var/www/vhosts/domain.com/publicsite/library/XenForo/DataWriter/ConversationMaster.php(152): XenForo_Model_Conversation->canStartConversationWithUser(Array, NULL, Array)
#3 /var/www/vhosts/domain.com/publicsite/library/LiamW/AlterEgoDetector/Extend/ControllerPublic/Login.php(154): XenForo_DataWriter_ConversationMaster->addRecipientUserNames(Array)
#4 /var/www/vhosts/domain.com/publicsite/library/LiamW/AlterEgoDetector/Extend/ControllerPublic/Login.php(66): LiamW_AlterEgoDetector_Extend_ControllerPublic_Login->_alterEgoDetected(18506, 18506)
#5 /var/www/vhosts/domain.com/publicsite/library/XenForo/FrontController.php(347): LiamW_AlterEgoDetector_Extend_ControllerPublic_Login->actionLogin()
#6 /var/www/vhosts/domain.com/publicsite/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /var/www/vhosts/domain.com/publicsite/index.php(13): XenForo_FrontController->run()
#8 {main}
 
Hello,
the questions has been asked before: Is it possible to display both user names in the thread title?
Thank you
Fabian
 
Liam, will you check this please?
Code:
#0 /var/www/vhosts/domain.com/publicsite/library/XenForo/Model/User.php(2156): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/vhosts...', 2156, Array)
#1 /var/www/vhosts/domain.com/publicsite/library/XenForo/Model/Conversation.php(1203): XenForo_Model_User->canBypassUserPrivacy(NULL, Array)
#2 /var/www/vhosts/domain.com/publicsite/library/XenForo/DataWriter/ConversationMaster.php(152): XenForo_Model_Conversation->canStartConversationWithUser(Array, NULL, Array)
#3 /var/www/vhosts/domain.com/publicsite/library/LiamW/AlterEgoDetector/Extend/ControllerPublic/Login.php(154): XenForo_DataWriter_ConversationMaster->addRecipientUserNames(Array)
#4 /var/www/vhosts/domain.com/publicsite/library/LiamW/AlterEgoDetector/Extend/ControllerPublic/Login.php(66): LiamW_AlterEgoDetector_Extend_ControllerPublic_Login->_alterEgoDetected(18506, 18506)
#5 /var/www/vhosts/domain.com/publicsite/library/XenForo/FrontController.php(347): LiamW_AlterEgoDetector_Extend_ControllerPublic_Login->actionLogin()
#6 /var/www/vhosts/domain.com/publicsite/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /var/www/vhosts/domain.com/publicsite/index.php(13): XenForo_FrontController->run()
#8 {main}
Getting the same

Also this
ErrorException: Undefined index: extraContent - library/LiamW/AlterEgoDetector/ReportHandler/AlterEgo.php:30

Can you help @Liam W
 
No idea about that, why would it show up on your add on though?
So with this add on disabled when creating a new account the error doesn't happen as per my post above
But once enabled and I create a new account then the error as per my post above happens.
But no idea why...
 
I've got the plugin installed and it's working correctly...but the "reports" are viewable by ALL of my Moderators, not just the Admin team. Is there a setting somewhere I haven't found?

Thanks!
 
Thank you for doing this.

edit... Sorry I didn't read through the others posts before hand. I see the following suggestion is not new.

Suggestion... Change the subject line...

Before: {username} is an alter ego!
After: AE: {username1}, {username2}

Tried changing it but the subject doesn't recognize username1 / username2 values, only username.
 
Last edited:
Perhaps your board isn't blessed with the devious so-and-so's we have to endure.
Mine is. With that....

Suggestion: If the cookie registers more than two ID's on the computer, posts them all on the AE report. Not separate posts for A-B, A-C, etc.. but A, B, C, D, E, F all included. It takes care of the next step which is associating a group, or group of puppet accounts.

Scenario one most are familiar with, which is the troll who has multiple puppet accounts. The second scenario, for me, is a shop (store) spamming or attacking. While this AE add-on focuses on puppet accounts, group association can be equally as useful especially when dealing with flareups. I've seen as many as 7 puppet accounts, and over 10 active ID's playing angles during an attack from a shops computer.
 
Last edited:
Is it possible to show a log for when alter ego catches an account, specifically whether it's due to cookie or IP?
 
I keep getting these errors

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Duplicate entry 'someusername' for key 'username' - library/Zend/Db/Statement/Mysqli.php:214
#0 /var/www/skial.com/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/skial.com/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /var/www/skial.com/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /var/www/skial.com/library/XenForo/DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_user', Array)
#4 /var/www/skial.com/library/XenForo/DataWriter.php(1613): XenForo_DataWriter->_insert()
#5 /var/www/skial.com/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#6 /var/www/skial.com/library/XenForo/ControllerPublic/Register.php(416): XenForo_DataWriter->save()
#7 /var/www/skial.com/library/LiamW/AlterEgoDetector/Extend/ControllerPublic/Register.php(84): XenForo_ControllerPublic_Register->actionRegister()
#8 /var/www/skial.com/library/XenForo/FrontController.php(347): LiamW_AlterEgoDetector_Extend_ControllerPublic_Register->actionRegister()
#9 /var/www/skial.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /var/www/skial.com/index.php(13): XenForo_FrontController->run()
 
can u add the option to move the detecter user upon registration on a new usergroup instead of putting him in the moderation queue ?
 
Back
Top Bottom