Quote:
Originally Posted by cyco_cc
Yes, of course they can. So, log the IP of the user and the date of the access. Make that check on page load, if they've accessed content in the last 24 hours (or whatever) redirect them to the join page.
Note, at that point, the SQL query can do cleanup on the log or you can set up cron job to do it.
|
that might actually work, I am already logging their ip for something else