//-------------------------------------------------------------- // J-J Guegan email-protect.com // version 1.00 email-protect.com/vars (variable usage) //-------------------------------------------------------------- $EmailProtectAddress ='name@Site.com'; $EmailProtectText ='Email me !'; include ('email-protect.inc.php'); //--------------------------------------------------------------
For more advanced configuration, you can use the following code and set it up for your needs :
//-------------------------------------------------------------- // J-J Guegan email-protect.com // version 1.00 email-protect.com/vars (variable usage) //-------------------------------------------------------------- $EmailProtectAddress ='name@Site.com'; $EmailProtectText ='Email me !'; $EmailProtectCssClass =''; $EmailProtectCache =false; // $EmailProtectCache =date('h'); // $EmailProtectCache =date('d'); $EmailProtectCacheDir =$_SERVER['DOCUMENT_ROOT'].'/'; $EmailProtectDebug =false; include ('email-protect.inc.php'); //--------------------------------------------------------------