include 'members/config.php'; // change affiliates to whatever directory you installed the software to
mysql_connect($hostname, $username, $dbpass);
mysql_select_db($dbname);
$refid = (! empty($_REQUEST['refid'])) ? $_REQUEST['refid'] : null;
$query="SELECT * FROM Affiliates WHERE AffID='$refid'";
$results=mysql_query($query);
if ($row=mysql_fetch_array($results)) {
$fname=$row[FName];
$lname=$row[LName];
$affid=$refid;
} else { // this part is if there is no referer.
$fname="Carlos"; // change this to any name you wish
$lname="Garcia"; // change this to any name you wish
$affid="1"; // change this to any name you wish
}
?>
If people are subscribed to another one of your autoresponders,
you can drop them from there, so they’re not subscribed to
multiple responders.
Allow duplicate subscriptions
Allow duplicate subscriptions from the same e-mail address?
If you
want people to subscribe themselves to the same autoresponder.
I recommend leaving this unchecked.
Use double opt-in?
Check this
box if you want people to confirm their subscription. Meaning,
they’re going to be sent an email, and they’ll have to click on
a link to confirm their subscription. I normally leave this
unchecked.
Double opt-in confirmation page
Optional
If
you use Double Opt in, this is where people are sent after
confirmation.
Double opt-in failure page
Optional
If
you use Double Opt in, this is where people are sent if their
confirmation fails.
Double Opt-In Confirmation E-mail Text
The text of the message asking new subscribers to confirm their
subscription
This is the text people would see if they were to confirm
their account.
» What happens on completion?
Action
On completion of follow-up sequence
When
the autoresponder series is finished, this is the action that
will be taken. I recommend, Remain Active Status.
Loop to autoresponder
This
means, once the series is over, you can send them to another
autoresponder.
Loop to message #
-
Loop to message, means if you want to start the messages all
over again. ( Not recommended )
Loop interval
days
How many days after they finished their messages, should they
receive messages again.
» Subscriber self-edit
Subscriber can edit format preference?
If you have
both Text and Html emails, your subscriber can choose which
format to receive emails in.
» Notification
Subscribe notification?
Notify you when someone subscribes?
Check
this box to receive an email, every time a new person subscribes
to your autoresponder.
Unsubscribe notification?
Notify you when someone unsubscribes?
Check
this box to receive an email, every time a new person
unsubscribes from your autoresponder.