03laceys Posted January 2, 2009 Posted January 2, 2009 Ok so i decided to add to my game a "mailing list" this allow members to add their email addres to your data base for you to send an email once your game opens. You will have to edit the following code to suite your games appearance. Save as mailinglist.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. SQL: CREATE TABLE `mailinglist` ( `useremail` varchar( 255 ) NOT NULL default '', KEY `useremail` ( `useremail` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =0 **NOTE** This is a simple modification of Killah's staff contact script. Quote
John99 Posted January 2, 2009 Posted January 2, 2009 Re: [All Versions] Mailing list, for games under development. Why not add there users id there :) Quote
03laceys Posted January 2, 2009 Author Posted January 2, 2009 Re: [All Versions] Mailing list, for games under development. Because they are not registered to the game. http://www.hitmanslegacy.co.uk/mailinglist.php ^^ That is the mod there, as you can see it is for when the game has the register closed. Quote
John99 Posted January 2, 2009 Posted January 2, 2009 Re: [All Versions] Mailing list, for games under development. Oh yeah i didn't look propley lol and i just typed v in there so make it so people have to have an valid email :D other wise people can flood ur mailing list table :P Quote
03laceys Posted January 2, 2009 Author Posted January 2, 2009 Re: [All Versions] Mailing list, for games under development. I really don't care if they do, i'm too busy refining my game. Just means the spammed email addresses will get the email aswell, i may add for it to check for the @ later but a little buy now. Quote
Djkanna Posted January 2, 2009 Posted January 2, 2009 Re: [All Versions] Mailing list, for games under development. Nice job +1 Quote
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.