I created an addon for whmcs in whmcs/modules/addons directory which I want to run it by the system's cron job.
WHMCS's cron job uses this:
php -q /var/www/html/whmcs/whmcs/admin/cron.php
to automate module functions (suspension, termination) and billing settings.
Any ideas to add function to automate my addon using the same cron job while cron.php is encrypted?