Код: Выделить всё
Charset: iso-8859-1
{NOTICE} your board named {SITENAME}.
Username: {USERNAME}
Password: {PASSWORD}
Email: {EMAIL}
IP Address: {IP}
IP Look Up:
http://whois.domaintools.com/{IP}
http://www.nwtools.com/default.asp?prog=express&host={IP}
The user set off the following triggers(the fields he attempted to insert illegally):
{TRIGGERS}
Код: Выделить всё
// Start Anti-Spam ACP MOD
$lang['Anti_Spam'] = 'Anti-Spam';
$lang['Anti_Spam_ACP'] = 'Anti-Spam ACP';
$lang['Check_Version'] = 'Check lithiumstudios.org automatically for updates?';
$lang['Check_Version_Explain'] = 'Automatically accesses my server and checks to see if you have the latest version(just like phpBB does).';
$lang['Email_Address'] = 'Email Address';
$lang['Email_Address_Explain'] = 'Email address that the spam notifications will get sent to and that will be displayed if you have show email enabled.<br/>To enter multiple email addresses use a comma between each.';
$lang['Show_Email'] = 'Show Email';
$lang['Show_Email_Explain'] = 'Show your email address when a user gets the message die if they enter in something we don\'t allow.<br/>If this is disabled it will just say to contact the board administrator.';
$lang['Send_Email'] = 'Send notification email';
$lang['Send_Email_Explain'] = 'Sends out a notification email when someone attempts to insert illegal data.';
$lang['L_Test_Mail'] = 'Submit & Test Email';
$lang['L_Test_Mail_Explain'] = 'Send a test email to yourself, an example of one you would get if a spammer tries to do something they are not allowed to do.';
$lang['AS_Page_Settings'] = 'Anti-Spam ACP v%s Settings';
$lang['Anti_Spam_ACP_Created_By'] = 'Created By: <a href="http://www.lithiumstudios.org" style="text-decoration:none">EXreaction</a>';
$lang['Click_return_AS_ACP'] = 'Click %sHere%s to return to Anti-Spam Configuration';
$lang['Message_Sent'] = 'Test email has been sent.';
$lang['Always_Off'] = 'Always Off';
$lang['Reg_Off'] = 'Off For Registration';
$lang['On'] = 'Always On';
$lang['By_Post_Count'] = 'Set According to Post Count';
$lang['Post_Count'] = 'Post Count';
$lang['Test_Username'] = 'Test Username';
$lang['Test_Password'] = 'Test Password';
$lang['Test_Email'] = 'test@%s';
$lang['Test_Occupation'] = 'Email Tester';
$lang['Test_Interests'] = 'Sending out Emails';
$lang['Test_Signature'] = 'Thank you for testing the email feture of the Anti-Spam ACP mod. Please visit http://www.lithiumstudios.org if you need help.';
$lang['AS_Acp_Update_Error'] = 'Errors were reported, the rest of the ';
$lang['AS_ACP_up_to_date'] = 'Your version of Anti-Spam ACP is up to date.';
$lang['AS_ACP_not_up_to_date'] = 'You are not running the latest stable version of Anti-Spam ACP. The latest stable version is available at <a href="http://www.lithiumstudios.org/phpBB3/viewtopic.php?f=10&t=4">Lithium Studios</a>.';
$lang['AS_ACP_Latest_Version'] = 'The latest stable version is %s.';
$lang['AS_ACP_Current_Version'] = 'You are running %s.';
$lang['Num_Bots_Caught'] = 'Number of spammers stopped by this mod since installation';
// End Anti-Spam ACP MOD
Код: Выделить всё
// Start Anti-Spam ACP MOD
$lang['Spam_Bot_Yes'] = 'Are you an automated spam-bot? If not, please send an email to %s for help.';
$lang['Spam_Bot_No'] = 'Are you an automated spam-bot? If not, please contact the Board Administrator.';
$lang['Not_Available'] = 'Not available for profile editing.';
$lang['Test_Email_Header'] = 'You sent a test email from';
$lang['Not_Test_Email_Header'] = 'A user just attempted an illegal operation with their profile(while they were %s) on';
$lang['Registering'] = 'registering';
$lang['Editing_Profile'] = 'editing their profile';
$lang['Spam_Bot_Attempt'] = 'Spam Bot attempt at ';
// End Anti-Spam ACP MOD
скриншот
Описание:
Код: Выделить всё
##############################################################
## MOD Title: Anti-spam ACP
## MOD Author: EXreaction < exreaction@lithiumstudios.org > (Nathan Guse) http://www.lithiumstudios.org
##
## MOD Description: Prevents spam bots registering on your forum by
## removing fields you want in registration and profile form
## until users reach certain requirements. If spam bot is
## detected, it sends an email notification to you with username,
## IP address, and more.
##
## MOD Version: 1.1.02 (designed for phpBB 2.0.21)