|
|
 |
if($action == "no"){?>
Congratulation on your first step
|
| |
|
Quicklister.net is a subsidiary of Cybernet Marketing LLC...
All images and content on this site is copyrighted in the US & Canada with
Patent Pending on "Task Marketing System®".
If you have any questions regarding our marketing campaigns or site please get
back to the person who referred you. Membership is by referral only so you must
have a referral code to join.
|
| |
| |
|
**** In order to join, you must have cookies enabled. Click Here For Instructions
Cookies are tiny text files stored on your computer when you visit certain web pages.
Cookies cannot harm your computer and do not contain any personal or
private information. |
|
|
} elseif($action == "step2"){
$query = "select id from referals where email = '$_POST[email]' and code = '$_POST[code]'";
include("$db");
$row = mysql_fetch_array($result);
if($row['id'] == ""){?>
| We could not locate your invitation code and or email address it was sent to. Please go back and make sure this information was entered correctly. |
} else {
$referid = $row['id']; ?>
|
} ?>
} elseif($action == "step3") {
//if($_POST['product'] == "1"){?>
//$query = "insert into ip_addr (name,phone,email,ip) values ('$_POST[name]','$_POST[dphone]','$_POST[email]','$_SERVER[REMOTE_ADDR]')";
//include("$db");
//$message = "The following person tried to register with only buying the Liberty League Website.\n\nName: $_POST[name]\nDay Phone: $_POST[dphone]\nEvening Phone: $_POST[ephone]\nEmail: $_POST[email]\n\n";
//mail("don@quicklister.net","Registration Attempt",$message,"From: reg@quicklister.net");
//} else {
$possibil="23456789abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ";
$stringa="";
while(strlen($stringa) < 8) {
$stringa .= substr($possibil, mt_rand(0, strlen($possibil) -1), 1);
}
$badstr = array("-"," ",".");
$uname = str_replace($badstr,"",$_POST['name']);
if(strlen($uname) > 9){
$uname = substr($uname, 0,9);
}
$pufd = mktime();
$query = "insert into members (puf,pufd,name,sname,address,city,state,zip,dphone,ephone,pphone,email,referred,lsite,lid,fromaddr,bought,uname,pass,referby,ebay,fax,found) values (1,'$pufd','$_POST[name]','$_POST[sname]','$_POST[address]','$_POST[city]','$_POST[state]','$_POST[zip]','$_POST[dphone]','$_POST[ephone]','$_POST[pphone]','$_POST[email]','$_POST[referred]','$_POST[lsite]','$_POST[lid]','$_POST[from_addr]','$bought','$uname','$stringa',$_POST[referid],'$_POST[ebay]','$_POST[fax]','$_POST[found]')";
include("$db");
$query = "select max(id) as mid from members where name = '$_POST[name]' and email = '$_POST[email]'";
include("$db");
$row = mysql_fetch_array($result);
$mid = $row['mid']; ?>
Please click on the paypal button below to submit your payment.
|
} ?>
|
|
|
 |
|
|