24 hour login rewards

Hello,
I am looking to create a consecutive login rewards for all users on my website.
Im wanting to do a whole script so that when a user logs in every day they will receive a random reward of my choice.
On top of that I want to do is so its consecutive days, maximum 5 and each day they login the higher the reward is, however if they dont log in consecutively the count will start from 0 again.

Anyone know of any basic scripts that contain 24 hour daily rewards or what PHP systems I can use in order to create this script?

Kind Regards
Steven

You would need to have a complicated database and it would go something like this:

  1. Check for consecutive day
  2. Check date for one day after database entry day
  3. Check date if not one day after database entry day, then reset the database entry
    [I’m not saying this is purely 100% correct…]
Sponsor our Newsletter | Privacy Policy | Terms of Service