<div dir="ltr">Hi everybody,<br><br>I go back to a topic discussed and started by me.<br><br>I need to make automatic vhost suspension for customers who does not pay bills after the expiration date of the domain.<br><br>My idea was to build up a small MySQL DB which stores information about domains hosted by my BO server and through PHP scripts, CRON and shell commands I should suspend that vhost.<br>
<br>I've tried different commands like cmodvsite, but there is no way to set a host suspended.<br><br>Is it right or i'm missing something?<br><br>Can i do something via PHP using CCED?<br><br>For example i can call periodically a shell script using cron. This script can check MySQL DB for expiring domains and send warning mail to customers.<br>
<br>For expired ones i can suspend them.<br><br>Thanks</div>