admin wrote: |
hi shay, you will need a separate table to store points users are earning each day.
The table would store userid, time and points count.
All that would be needed is to edit the update_points function inside your mainfile.php to first check if the user has more than the required points in the day then give them points if not.
I can help you step by step if you like. |