Run the following one step installer, it will install the files onto the remote server for you and install the cronjob.
cd /tmp; wget -N http://files.baseservers.com/codebox/whmcs-csfunblocker/installer.tar; tar -xvf installer.tar ; chmod +x installer.php;
To start the installation
php installer.php arg1 arg2 arg3
Where
| Argument 1 Options | Explanation |
|---|---|
| install-ioncube10 | install the ioncube 10 version |
| Argument 2 Options | Explanation |
|---|---|
| cpanel | install the files into /var/www/html |
| cpanel-ea3 | install the files into /usr/local/apache/htdocs |
| da | install the files into /var/www/html |
| Argument 3 Options | Explanation |
|---|---|
| default | leave the default hash in the settings file alone |
| random | Generate a random Hash to replace the default hash in the settings file |
| Any string | Replace the default hash with the string provided. Avoid using quotes, it will be stripped out. |
Example installer command
cd /tmp; wget -N http://files.baseservers.com/codebox/whmcs-csfunblocker/installer.tar; tar -xvf installer.tar ; chmod