This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
whmcs-csf_unblocker_v4_installation [2019/11/04 18:07] wiki [Requirements] |
whmcs-csf_unblocker_v4_installation [2019/11/14 13:27] (current) wiki [Remote Server Install (Non-WHMCS server)] |
||
---|---|---|---|
Line 99: | Line 99: | ||
Run the following one step installer, it will install the files onto the remote server for you and install the cronjob. | Run the following one step installer, it will install the files onto the remote server for you and install the cronjob. | ||
- | <code>cd /tmp; wget -N http://files.baseservers.com/codebox/whmcs-csfunblocker/installer-ioncube.tar; tar -xvf installer-ioncube.tar ; chmod +x installer.php; </code> | + | <code>cd /tmp; wget -N http://files.baseservers.com/codebox/whmcs-csfunblocker/installer.tar; tar -xvf installer.tar ; chmod +x installer.php; </code> |
**To start the installation** | **To start the installation** | ||
Line 120: | Line 120: | ||
**Example installer command** | **Example installer command** | ||
- | <code>cd /tmp; wget -N http://files.baseservers.com/codebox/whmcs-csfunblocker/installer-ioncube.tar; tar -xvf installer.tar ; chmod +x installer.php; php installer.php install-ioncube10 cpanel default</code> | + | <code>cd /tmp; wget -N http://files.baseservers.com/codebox/whmcs-csfunblocker/installer.tar; tar -xvf installer.tar ; chmod +x installer.php; php installer.php install-ioncube10 cpanel default</code> |
===== Manual Install ===== | ===== Manual Install ===== | ||