on line 71 of product-ae_detection.xml, it says something like:
Code:
$subject = $vbulletin->userinfo['username'] . " tripped the AE detector";
now, I changed it to:
Code:
$subject = $vbulletin->userinfo['username'] . , $andids " tripped the AE detector";
hoping that it will show all the tripped members on the subject line instead of opening all the threads.
what happened instead... my admin panel site is not working anymore.

how do i fix it please? I can' t login into my admin panel to undo my mistakes.
its says:
Parse error: syntax error, unexpected ',' in /home/fas/public_html/forum/includes/functions_login.php(185) : eval()'d code on line 56
Unable to add cookies, header already sent.
File: /home/fas/public_html/forum/includes/functions_login.php(185) : eval()'d code
Line: 56
Thanks so much for your help.