Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Remote Server Installation Video using One Step Install method

Widget Connector
urlhttp://youtube.com/watch?v=NJ36660fVig

One Step Install

Run the following one step installer, it will install the files onto the remote server for you and install the cronjob.

...

Info
titleNote 2

To check if the installation is completed properly, check the crontab for root.

If there is a see a new entry at the bottom of the crontab that runs php CSFUnblockremote.php, then the installer completed successfully. Otherwise, you wil need to temporary comment out the disable_function option in the the native PHP's php.ini file (Usually at /usr/local/lib/php.ini).

Once installed, you can enable disable_function in the native php.ini file.

To complete the installation, comment out the disable_function in /var/www/php.ini. This php.ini is a of the native php.ini the installer had made. You can comment the disable_function line in this php.ini (/var/www/php.ini) and it won't affect your system's security as only the cronjob will be using this php.ini file.

Manual Install

If you want to install it manually, you can upload the files in remoteUpload folder to the remote server's documentroot. Note that the uploaded files must be web accessible using the Web Address listed in the Admin interface.

...

system() posix_getpwuid() fileowner() filegroup() fileperms()

Module Removal From Remote Server

If you installed the module using the one step installer then run the following commands to remove the module.

...