Installation

  • Just download the script
  • Upload email-protect.inc.php on your server
  • Add the following code to your page where you want the email link to appear:
     
  • //--------------------------------------------------------------
    //    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');
    
    //--------------------------------------------------------------
    	
  • Configure the variable (more information on variables here)
  • Run and enjoy your privacy...

 

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');
    
    //--------------------------------------------------------------
    

 

 

 

 

 

 

 

Fatal error: Website monitoring: LOG_DIR not defined in /homez.27/siteprop/_inc/website.monitoring.inc.php on line 8