http://ogame-online.cba.pl/tuningpc/1.php
i jak probuje dodac adres to przechodzi do
http://ogame-online.cba.pl/tuningpc/maillist.php
a adres i tak sie nie zapisuje
a tak wyglada poczatek pliku maillist.php reszta tego kodu raczej nie powinna zawiarac bledu
Kod
<html><head><title>PHPMailList</title></head><body>
<?php
// Set the username and password. CaSe SeNsItIvE.
$user = "admin";
$pass = "123";
// The title of the mailing list..
$list_name = "newstler pc tuning";
// The full server path to the data file.
$list_file = "http://ogame-online.cba.pl/tuningpc/list.dat";
// All emails from the list will be sent to this address.
$owner_email = "tizaro@interia.pl";
// Send a welcome message on subscription. Yes: 1 No: 0
$send_welcome = "0";
// The subject of the welcome message.
$welcome_subject = "Welcome to $list_name";
// The the content of the welcome message.
$welcome_msg = "witaj
The email address: $email has been subscribed to $list_name.
Please see below for info about unsubscribing.";
// Send a goodbye message on unsubscription. Yes: 1 No: 0
$send_goodbye = "0";
// The subject of the goodbye message.
$goodbye_subject = "Good bye from $list_name";
// The the content of the goodbye message.
$goodbye_msg = "
The email address: $email has been unsubscribed from $list_name.";
// No Need to edit below here.
$version = "1.0a";
$msg_footer ="
---
If you recieved this message by mistake and/or you wish to
unsubscribe yourself just go to this address:
http://$HTTP_HOST$PHP_SELF?action=unsub&email=$email
Message sent by:
PHPMailList
http://php.warpedweb.net/
";
<?php
// Set the username and password. CaSe SeNsItIvE.
$user = "admin";
$pass = "123";
// The title of the mailing list..
$list_name = "newstler pc tuning";
// The full server path to the data file.
$list_file = "http://ogame-online.cba.pl/tuningpc/list.dat";
// All emails from the list will be sent to this address.
$owner_email = "tizaro@interia.pl";
// Send a welcome message on subscription. Yes: 1 No: 0
$send_welcome = "0";
// The subject of the welcome message.
$welcome_subject = "Welcome to $list_name";
// The the content of the welcome message.
$welcome_msg = "witaj
The email address: $email has been subscribed to $list_name.
Please see below for info about unsubscribing.";
// Send a goodbye message on unsubscription. Yes: 1 No: 0
$send_goodbye = "0";
// The subject of the goodbye message.
$goodbye_subject = "Good bye from $list_name";
// The the content of the goodbye message.
$goodbye_msg = "
The email address: $email has been unsubscribed from $list_name.";
// No Need to edit below here.
$version = "1.0a";
$msg_footer ="
---
If you recieved this message by mistake and/or you wish to
unsubscribe yourself just go to this address:
http://$HTTP_HOST$PHP_SELF?action=unsub&email=$email
Message sent by:
PHPMailList
http://php.warpedweb.net/
";