"; } function add_asrvcodecss() { echo ""; } function checklogin_asrvcode() { if(get_option('asrverifycode_wplogin')) { if(!empty($_POST['log'])) { if ($_SESSION['asr_verifycode'] !== $_POST['asrvcode']) { die("Verify Code is error
\nBack"); } } } } function showinlogin_asrvcode() { if(get_option('asrverifycode_wplogin')) { echo "\n

\n"; echo ""; echo "

\n"; } } function show_asrvcode(){ if(get_option('asrverifycode_comment')) { add_prototype(); echo "\n"; } } function check_asrvcode($commentdata){ if(get_option('asrverifycode_comment')) { if ($_SESSION['asr_verifycode'] !== $_POST['asrvcode']) { die(__(' Error

Error:

Sorry!Your Verify Code is wrong.Please go back and try again!

Back ' )); } } return $commentdata; } function check_asrvcode_2($commentdata) { if ($_SESSION['asr_verifycode'] !== $_POST['asrvcode']) { die(__(' Error

Error:

Don\'t use the Comment Robot. Thank you!

Back ' )); } return $commentdata; } function asr_verify_code_settings() { ?>

Asr Verify Code Configuration

/> Use Asr Verify Code in submitting comment
/> Use Asr Verify Code in WP Login
Set the length of the verify code :

' . sprintf( __('Asr Verify Code is disabled. Please go to the plugin admin page to enable it.', 'asr_verify_code' ), admin_url( 'options-general.php?page=asr_verify_code' ) ) . '

'; } } ?>