GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Remove Script for Mailers!!! Anyone has it?? (https://gfy.com/showthread.php?t=266133)

spamofon 04-07-2004 10:01 PM

Remove Script for Mailers!!! Anyone has it??
 
well anyone? php or cgi?!

EvaPharmacy 04-09-2004 12:18 AM

We have it for all our mailers

If interested, contact me by icq:4705290

ZakAttack 04-09-2004 02:19 AM

PHP Code:

<? 
$file = "remove.txt";
$log = "log.txt";


$email = $_POST['email'];
$ip = $_SERVER['REMOTE_ADDR'];
$date = date("h:i d-F-Y", time());

if($_POST['email'] && $_POST['Submit']){
    $fp = fopen($file, 'a');
    if(!$fp){
        echo "Can not open file $file";
    }else{
        fputs($fp, "$email\n");
        print ("You email has been removed from our mailling list, thank you for your time.<BR>");
        }
    fclose($fp);
    $fp = fopen($log, 'a');
    if(!$fp){
        echo "Can not open file $log";
        }else{
        fputs($fp, "$ip\t$email\t$date\n");
        }
    fclose($fp);
}    
?>


erehwon 04-09-2004 11:49 AM

Give this a try! :thumbsup

http://www.removelinks.com/


All times are GMT -7. The time now is 03:09 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123