One Time Password
Moderator: General Moderators
Re: One Time Password
but if i sent them that link, they would be able to download more than once. and send it to other people. i dont want that
Re: One Time Password
Are you already processing payments through PayPal?
Re: One Time Password
How do you figure? Once the token has been used, you update the database to reject it.ebgames56 wrote:but if i sent them that link, they would be able to download more than once. and send it to other people. i dont want that
Re: One Time Password
but i dont wnat to do that manually, im going to have thousands of people downloading this album
Re: One Time Password
Do what manually? Why would you have to do anything manually?
Re: One Time Password
update database you said
Re: One Time Password
how do i make tokens
Re: One Time Password
Clearly, you'd have your PHP script do that for you.ebgames56 wrote:update database you said
Re: One Time Password
Probably easiest would be to use a hash of the customer's info. md5 of his email + time() or some such should suffice.ebgames56 wrote:how do i make tokens
Re: One Time Password
i think ill stick with my database with the code i have so far. i just want the text box be able to login with the code i already have in the database
Re: One Time Password
its just not letting me in with the code i have in the database
Re: One Time Password
I already pointed out a bunch of errors in the code you posted earlier. Have you corrected those yet?
Re: One Time Password
i didnt see the code
Re: One Time Password
you said in post that i have if ($peanut == $password)
but i dont have it declared so it wont work
but i dont have it declared so it wont work
Re: One Time Password
can you post the errors i should correct please