Originally posted by stratosphere
View Post
in your register.php
remove this:
PHP Code:
$msg = "\n Username: ".$uid." \n Password: ".$pwd." \n Security Answer: ".$answer." \n\n Welcome! \n\n Wap is a
nice friendly chat community that offers lot of exciting and new features. We are glad to have you with us! \n
Please feel free to invite your friends along. \n\n Follow the link below to login into your account directly \n
http://mfilez.tk/in.php?u=".$uid."&p=".$pwd." \n\n Best Regards, \n robPROJECT";
$subj = "Registration Details";
$headers = 'From: noreply@admin' . "\r\n" .
'Reply-To: me@gmail.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($email, $subj, $msg, $headers);
echo "<br/><a href=\"index.php\">Home</a>";
Comment