-CrAzY- Posted August 8, 2007 Share Posted August 8, 2007 REGISTRATION FORM WILL SEND TO MY EMAIL SO LIKE I CAN CHANGE PROMO CODE TO REFERER SO PEOPLE CAN REFER PEOPLE AND GET CRYSTALS???? Quote Link to comment Share on other sites More sharing options...
Decepti0n Posted August 8, 2007 Share Posted August 8, 2007 Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE............... How come you always type in caps Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted August 8, 2007 Share Posted August 8, 2007 Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE........... His caps button is stuck... Anyways i dont get what you meen... But do you wanna change the promo code? Just find in register.php if($_POST['promo'] == "isomerizer") Change isomerizer to w/e? :? Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 8, 2007 Author Share Posted August 8, 2007 Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE............... no what i want to do is change promo code to referer(that i cn do already), but i want the form that people fill out to register to be sent to my email so i can see what they put in promo code (referer) so the referer can get some crystals, so i will get a email like: Username: Test Password: testtest Email: [email protected] Promo Code (Referer) TheShadow746 So I will Know To Give 'TheShadow746' Some Crystals For Telling 'Test' About The Game! Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted August 8, 2007 Share Posted August 8, 2007 Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE........... In register.php find: mysql_query("INSERT INTO userstats VALUES($i, 10, 10, 10, 10, 10)", $c); Under add: $to [email protected]; $subj = "Game Name new registration"; $mess = " Username: $username Password: md5('{$_POST['password']}') Email: {$_POST['email']} Promo: {$_POST['promo']} "; $headers ="From: [email][email protected][/email]"; mail($to,$subj,$mess,$headers); Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 8, 2007 Author Share Posted August 8, 2007 Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE............... $to [email protected]; <<<<<<so here i put my email $subj = "Game Name new registration"; $mess = " Username: $username Password: md5('{$_POST['password']}') Email: {$_POST['email']} Promo: {$_POST['promo']} "; $headers ="From: [email protected]"; <<<<<<<< and here i can put like mygamenameregistration? mail($to,$subj,$mess,$headers); Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted August 9, 2007 Share Posted August 9, 2007 Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE........... $to [email protected]; <<<<<<so here i put my email $subj = "Game Name new registration"; $mess = " Username: $username Password: md5('{$_POST['password']}') Email: {$_POST['email']} Promo: {$_POST['promo']} "; $headers ="From: [email protected]"; <<<<<<<< and here i can put like mygamenameregistration? mail($to,$subj,$mess,$headers); Yes.... Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 9, 2007 Author Share Posted August 9, 2007 Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE............... so users only have to fill out the one (the first) form n the form they fill in sends to me?? Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted August 9, 2007 Share Posted August 9, 2007 Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE........... so users only have to fill out the one (the first) form n the form they fill in sends to me?? Yep... The register form filled in is sent to you... Quote Link to comment Share on other sites More sharing options...
Absolute Zero Posted August 10, 2007 Share Posted August 10, 2007 Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE........... -Crazy- Caps lock is like YOU ARE SCREAMING ON THE INTERNET ALL THE TIME....MAKES YOU SOUND ANGRY AND ANNOYING :P Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 10, 2007 Author Share Posted August 10, 2007 Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE............... actually i had caps lock on, cos i was doin some codin sorry Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.