Re: PHP Member System Help
here's some help: try finding the script that sends the confirmation email, change where it sends it to to your email address instead of what the user inputs. if it works right, it should send you the confirmation email instead. the default of where it sends it to will probably be like $_GET["email"] or $_POST["email"] or something similar. tell me if you need more help
|