(01-17-2018, 12:30 AM)TGates Wrote: It is done by design. (To keep deleted records.) There are many reasons, one of the most important is to keep track of who/what was on your server for legal purposes to help protect yourself. It is also there to prevent spammers from re-registering, etc. There is no cron created to remove these entries.
I suppose you could make a cron to do this, but it is not recommended.
I suppose that makes sense, although, surely a log would be better instead of database entries. Anyway, I wouldn't know the best way to set up a cron without blowing up my entire installation.. any ideas?
I'm familar with cron, just wouldn't know how to program it.
ALSO, on the subject of CRON, I've NEVER figured out how to use the cron section of sentora panel to run lets say:
Code:
*/5 * * * * php -q /var/sentora/hostdata/userabc/public_html/domainname/crons/cron.php
Could you be as kind to advise how to do this? I've just been using crontab, which is fine.. but you know, would be nice to figure out the panel side too.