Lost your pool or user account password? No problem!

Password Recovery for SportsPool.com

Did you lose your pool or account password? If you lost or cannot remember your account information, you can retrieve your password here with our password retrieval tool.

To use our retrieval tool to recover your password, simply enter the email address you used to sign up with sportspool.com and then click the "Retrieve Info" button.

Provided you have remembered your account information correctly you will receive an email with your Account Login Information.

Should this not solve your problems, or if you have more questions please feel free to contact us.

Retrieve Account Information

We are retrieving your account information from our databases...

"; $query = "SELECT * FROM users where (email = '$retrieve_email')"; $query2 = mysql_query($query) or die("Select Failed!"); $query3 = mysql_fetch_array($query2); $useraccount = $query3['username']; $userpassword = $query3['password']; if ($useraccount) { echo "We have looked up your account information and are emailing it to you, please check your email shortly...

Your username and password have been sent to the email address you have provided.
Thank you for using Sportspool.com

"; $playermessage =" Sportspool.com - Your Account Information"; $playermessage .=""; $playermessage .=""; $playermessage .=""; $playermessage .=""; $playermessage .=""; $playermessage .="

Validated Request via Website

"; $playermessage .="This is just a quick message to inform you what your account login information is, if you did not request this information, do not be concerned, only you will receive it. Please contact your pool administrator and inform them of the incident.

Account Username: $useraccount
Account Password: $userpassword

You can login from the main page at http://www.sportspool.com, if you would like to change your password (please keep your password private and original), you may do so at at the Account Manager from the main login screen - just enter your username and existing password into the Player Account Editor and you can change your player information, including your password and email information.

Once again, glad to have you aboard, and thank you for playing on Sportspool.com - Feel free to pass on suggestions and comments :)


"; $playermessage .="-The Sportspool.com Staff"; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .="From: support@sportspool.com\r\nReply-To: $retrieve_email\r\n"; mail ($retrieve_email, "Sportspool.com - Your Account Information.", $playermessage, $headers); } else { echo "

We are sorry, but there is no account associated with that email address.

Please go back and re-enter the email you used when you signed up.

"; } } // end of check email is valid } // end of check email exists } // end of Retrieve Login check ?> We are resending your account activation email. Please check your email shortly.

"; $emailpasswordmessage ="Welcome to Sportspool.com"; $emailpasswordmessage .=""; $emailpasswordmessage .=""; $emailpasswordmessage .=""; $emailpasswordmessage .="

Activation Required

"; $emailpasswordmessage .="Welcome to Sportspool.com!!\n
"; $emailpasswordmessage .="Either you, or someone claiming to be you has signed up for this service. If you did not ask for this, just ignore this email and you will not receive any further contact from us.
If you did wish to create an account with us, you need to Activate your account by clicking on the link below.

Username: $resend_email
"; $emailpasswordmessage .="Password: $password

CLICK HERE FOR ACCOUNT ACTIVATION

"; $emailpasswordmessage .="

You can login from the main page at http://www.sportspool.com."; $emailpasswordmessage .="
"; $emailpasswordmessage .="-The Sportspool.com Staff"; $emailheaders = "MIME-Version: 1.0\r\n"; $emailheaders .= "Content-type: text/html; charset=iso-8859-1\r\n"; $emailheaders .="From: staff@sportspool.com\r\nReply-To: staff@sportspool.com\r\n"; mail ($resend_email, "Welcome to Sportspool.com - Account Activation Resent.", $emailpasswordmessage, $emailheaders); mail ("davebruning@gmail.com","Resent Activation Request Received","Resend Request was received today from $resend_email", $emailheaders); mail ("chris@indemand.net","Resent Activation Request Received","Resend Request was received today from $resend_email", $emailheaders); } else { echo "

We are sorry, but there is no account associated with that email address.
Please go back and re-enter the email you used when you signed up."; } } // end of valid email address check } // end of check email is empty } // end of if resend email check ?>