Quote:
Originally Posted by JWait
I'd set it up as a cron if I knew how. 
|
On most common retail hosting platforms something like this should work.
For your cron job commandline try this:
Code:
cd /home/useraccount/public_html/admin;php -q clean_stats.php
Of course substitute your own proper folder path in the above example.