keep in mind the following is super simplified and should
NOT be used without modifying it as this could be exploited very easily in such a simple form
action example:
Code:
1 2 3 1001 0 gamecard = >= etc [number u choose for donation item]
2 0 0 126 4 press~ok~for~your~reward
3 0 0 126 0 you~dont~have~an~active~donation
4 0 0 0 0 your award action goes here
you could also add an entry for gm logging to be able to keep a record.
using ball_card and the two gamecard tables you can take advantage of the system already created by tq for ep cards.... it would help provide a more secure verification system... however would involve a much more complex action
as far as my preference on which method to use i dont use either one of the methods mentioned myself
....just offering a valid way that it could be accomplished automaticly ....
the other part of this is what to do when someone donates to get it in cq_user... which involves a security risk if you dont write your website script properly so having it save to a text sql file to run on a timed task might be more secure than using a form on ur site to insert into your database. also would involve specific permissions only to allow insert to that column in cq_user to help prevent unauthorized access via some website exploit
however thats a whole different discussion