include("html.php"); siteheader(); ?>
Resend pin number |
if($keyboard == enter) { if(!$email){?> You must enter your e-mail address} elseif(!fetch("SELECT COUNT(email) FROM $tab[user] WHERE email='$email';")){?> That e-mail doesnt exist in our database!} elseif(fetch("SELECT COUNT(email) FROM $tab[user] WHERE email='$email' AND status!='unverified';")){?> You have already verified that account!} else{ $pin = md5($email.trucode); ?> Your pin # has been sent to mail_1("Resend Confirmation","\nThank you for using our resend confirmation. You pin # is listed below:\n\n Pin: $pin\n\nOr you can click this link below\n http://gangstersoftheworld.com/confirm.php?verify=yes&email=$email&pin=$pin\n\n Happy pimping!\n- Admin","$email"); mail_2("Resend Confirmation","\nThank you for using our resend confirmation. You pin # is listed below:\n\n Pin: $pin\n\nOr you can click this link below\n http://gangstersoftheworld.com/confirm.php?verify=yes&email=$email&pin=$pin\n\n Happy pimping!\n- Admin","$email"); } } ?> Enter in your e-mail address that you signed up with, and your pin # will be resent to you. If you do not have access to that e-mail address, use the other option below. if(($username) && ($password)) { if(!fetch("SELECT COUNT(email) FROM $tab[user] WHERE username='$username' AND password='$password';")){?> That account doesnt exist in our database!} elseif(fetch("SELECT COUNT(email) FROM $tab[user] WHERE username='$username' AND password='$password' AND status!='unverified';")){?> You have already verified that account!} elseif(!$email){?> You must enter your e-mail address} elseif(fetch("SELECT COUNT(email) FROM $tab[user] WHERE email='$email';")){?> That e-mail already exists in our database!} else{ mysql_query("UPDATE $tab[user] SET email='$email' WHERE username='$username' AND password='$password'"); ?> Your pin # has been sent to $pin = md5($email.trucode); mail_1("Resend Confirmation","\nThank you for using our resend confirmation. You pin # is listed below:\n\n Pin: $pin\n\nOr you can click this link below\n http://wildwest-outlaws.com/confirm.php?verify=yes&email=$email&pin=$pin\n\n Happy pimping!\n- Admin","$email"); mail_2("Resend Confirmation","\nThank you for using our resend confirmation. You pin # is listed below:\n\n Pin: $pin\n\nOr you can click this link below\n http://wildwest-outlaws.com/confirm.php?verify=yes&email=$email&pin=$pin\n\n Happy pimping!\n- Admin","$email"); } } ?> If you dont have access to the e-mail address you signed up with, enter your username, password, and the e-mail you would like the pin # to be sent to. |