Hello Game Dev community!
Based on what I've read over the Internet, it seems that the following question has many answers:
How can I create a website where users can redeem codes that I've generated? I'm looking for a system/service that will allow me to generate such codes, and to manage my giveaways.
Any good recommendations? Solutions?
Thanks!
System to create redeem codes
#1 Members - Reputation: 111
Posted 24 February 2013 - 06:55 PM
#2 Members - Reputation: 3708
Posted 25 February 2013 - 12:26 AM
2) pick a database server
3) generate a bunch of random strings.
4) store the random strings in the database.
5) create a website with a form.
6) write a serverside script that checks if whatever the user entered into the form is in the database.
7) mark the code as used, give the user whatever it is the user should get.
8) profit ?
The voices in my head may not be real, but they have some good ideas!
#4 Members - Reputation: 218
Posted 25 February 2013 - 03:44 PM
1) pick a serverside scripting language
2) pick a database server
3) generate a bunch of random strings.
4) store the random strings in the database.
5) create a website with a form.
6) write a serverside script that checks if whatever the user entered into the form is in the database.
7) mark the code as used, give the user whatever it is the user should get.
8) profit ?
no no no
8)???
9) profit
but really... I do agree with him that is the way to do it.
#5 Members - Reputation: 665
Posted 25 February 2013 - 07:29 PM
There are also be some tools for this built in to banking tools, like Google Checkout. That would be my first choice, if it's suitable to your use.






