" . $xname . ""; default: return "" . $xnameF . ""; } } /// //////////////////////////////////////////////////////////////////////////// function spamtrap_echo_options() { $admin = 0; if( current_user_can( 'administrator' ) ) { $admin = 1; } $tmpD = "http://" . spamtrap_domain_id( ) . "." . SPAMTRAP_DOMAIN; $options_page = get_option( 'siteurl' ) . '/wp-admin/options-general.php?page=spamtrap/spamtrap.php'; if( $admin && isset( $_POST[ 'Submit'] ) && $_POST[ 'Submit' ] == 'Save' ) { $v = 0; if( isset( $_POST[ "SPAMTRAP_SHOW_LINK" ] ) ) $v = $_POST[ "SPAMTRAP_SHOW_LINK" ]; update_option( "SPAMTRAP_SHOW_LINK", $v ); } ?>

SpamTrap Settings

Spamtraps are usually e-mail addresses that are created not for communication, but rather to lure spam. In order to prevent legitimate email from being invited, the e-mail address will typically only be published in a location hidden from view such that an automated e-mail address harvester (used by spammers) can find the email address, but no sender would be encouraged to send messages to the email address for any legitimate purpose. Since no e-mail is solicited by the owner of this spamtrap e-mail address, any e-mail messages sent to this address are immediately considered unsolicited. ( for more information read here )

Put a link to spamtrap? \n"; } else { echo "\n\n"; } ?> link to

Behind this link there are web pages with random text and random email addresses.

Email e.g.:

' . __('Settings') . ''; array_unshift( $links, $settings_link ); return $links; } /// //////////////////////////////////////////////////////////////////////////// function spamtrap_echo_trap() { $spamtrap_show_link = get_option( "SPAMTRAP_SHOW_LINK" ); ?>
' . $tmpD . ''; } ?>