Ok heres what I need but dont know how to do.
Users who play my online-game have an option to buy "points" for their account.
Points would be using real life money to buy the points and could use the points to get items where they couldn't find inside the game
Heres whatt I need a script that can do these.
I know how to use paypal for the transaction,if the money already sended to me through buy now button/donation button i would recieve the money then they will have a button named Return to the merchant's website so i need it the name to be like this www.mywebsite.com/code_generate.php ,after that he are sended into that website and the page started to automatically generate
Card Number [Not credit card] and Security Card Code
after that the page also put the card data into mysql/ssql and automatically set to unclaimed and also the page code dissapears to detect wether he brought the code or not coz i have a few reasons some people may try this...
Once the code is generated they'll keep it and try to refresh the page to try the next code...so they can try to cheat :S so i need this anti-cheating system too.
Then when he go to www.mywebsite.com/code_credit.php,he may have 2 options to make into it that is
Card Number : 20letters+numbers
Security Card Code : 20letters+numbers+hidden
Image Verification :
Account verification that already logged on,and also after he put those details inside and also start to confirm the code,the account that is logged into automatically gained the point,and also the card number that are used to prevent it automatically deletes itself or maybe set to claimed,finally he can continue playing without any problems
Regards,
error0024