PatJustPat
Senior Member
- Apr 26, 2019
- 817
- 361
Hello,
I am planning a CPA locker that is a bit unusual. For that, I need to verify if the customer has actually filled out the locker before allowing him to access his reward.
Was thinking of getting a programmer to do this, but for the start I need a cheap solution. One that will not be bypassed by every idiot
I don’t know the first thing about coding, but I guess it would work something like this:
- User enters site, and a cookie is given out
- User completes locker, cookie gets updated with something unique, like some hash. This gets saved in an SQL database.
- User is sent to “Get Your Reward” URL. Script checks if user is marked in database as successful -> Reward is given out.
Seems simple enough. Can I code something like this myself or at the very least outsource it for a few bucks, or am I thinking way to simple here?
I am planning a CPA locker that is a bit unusual. For that, I need to verify if the customer has actually filled out the locker before allowing him to access his reward.
Was thinking of getting a programmer to do this, but for the start I need a cheap solution. One that will not be bypassed by every idiot
I don’t know the first thing about coding, but I guess it would work something like this:
- User enters site, and a cookie is given out
- User completes locker, cookie gets updated with something unique, like some hash. This gets saved in an SQL database.
- User is sent to “Get Your Reward” URL. Script checks if user is marked in database as successful -> Reward is given out.
Seems simple enough. Can I code something like this myself or at the very least outsource it for a few bucks, or am I thinking way to simple here?