I wrote a simple licensing script that will have one part encoded in the users files and the other part sitting on my server. I have the users script calling my script everytime they run the script on their server. (This works fine.)
However, I don't want it to check the license every time they run the script as this will hammer my server and it's just not necessary. So, I'm wondering how I can have their script run every other day instead of every time the script runs by them. (That's why I can't do a cron job as it's not on my server.)
I can set the base date to whatever I want and encode that so they can't see it, but I'm now scratching my head.
Any ideas?