Advertisement
YeiZeta

musicstoreinc.com

Nov 21st, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. http://www.musicstoreinc.com/admin.php
  2.  
  3. '; } } else {print mysql_error();} } if ($found==1) //Send Password { $myname = "Music Store, Inc."; $myemail = "[email protected]"; $replyemail = "[email protected]"; $contactname = "Musicstoreinc.com Member"; $contactemail = $email_address; $message = $passwordx; $subject = '**MusicStoreInc.com Lost Password**'; $headers = "MIME-Version: 1.0\r\n"; $headers = $headers . "Content-type: text/html; charset=iso-8859-1\r\n"; $headers = $headers . "From: " . $myname . "<" . $myemail . ">\r\n"; //$headers = $headers . "To: " . $contactname . "<" . $contactemail . ">\r\n"; $headers = $headers . "CC: \r\n"; $headers = $headers . "BCC: \r\n"; $headers = $headers . "Reply-To: " . $myname . "<$replyemail>\r\n"; $headers = $headers . "X-Priority: 1\r\n"; $headers = $headers . "X-MSMail-Priority: High\r\n"; $headers = $headers . "X-Mailer: The Music Store, Inc."; mail($contactemail, $subject, $message, $headers); print '
  4. Your password was e-mailed to you at ' . $email_address . '. Please check your e-mail to recover your password.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement