cheesecake
Regular Member
- Jan 12, 2009
- 270
- 232
I know this requires mysql.
I need this because I'm going to buy some junk traffic and I want to limit the traffic to exactly 200 UNIQUE hits a day. No more, no less.
I have a script that will limit the amount of times a certain ip can view my site per day (dropping the table with cron once a day) but how do I make it to limit the total amount of hits?
Basically:
Limit total UV hits per day. Not counting double hits from same ip, etc...
Any help guys?
Thanks.
I need this because I'm going to buy some junk traffic and I want to limit the traffic to exactly 200 UNIQUE hits a day. No more, no less.
I have a script that will limit the amount of times a certain ip can view my site per day (dropping the table with cron once a day) but how do I make it to limit the total amount of hits?
Basically:
Limit total UV hits per day. Not counting double hits from same ip, etc...
Any help guys?
Thanks.