View Single Post
  #2 (permalink)  
Old 12-08-2006, 03:45 PM
jsnape jsnape is offline
Registered User
 
Join Date: Mar 2002
Posts: 174
jsnape
Quote:
Originally Posted by DWHS.net View Post
Too many bad crons are happening with word press type scripts everywhere.

Any ideas how to remove all the cpanel based user cron jobs and how to disable users from being able to add them. And a way for us to still add them manually as the server admin?

I know it will be allot of work but it's better then our server getting wrecked.
Its not hard, just put the word ALL in /etc/cron.deny and create a file called cron.allow and put users you want to be allowed to run cron jobs. Or just create a cron.allow file and all others will automatically be denied.

Then maybe remove or edit the cpanel theme page for cron jobs telling people it wont work until they contact you to have cron activated.

Last edited by jsnape; 12-08-2006 at 03:50 PM.
Reply With Quote