Skip to content

Instantly share code, notes, and snippets.

@dhavalv
Created May 11, 2016 11:41
Show Gist options
  • Save dhavalv/526600c958efb4696c85067ac92e853f to your computer and use it in GitHub Desktop.
Save dhavalv/526600c958efb4696c85067ac92e853f to your computer and use it in GitHub Desktop.
For 360 video player

AjaxZoom play 360 Degree video

  • Install and configure Ioncube to Xampp REFERENCE

  • How to install Ioncube Loader on CentOS, Debian and Ubuntu REFERENCE

  • Installation steps: It's for xampp version

  1. Download Ioncube Into /opt/lampp directory For 64Bit x86_64 Linux:
sudo wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.bz2

For 64Bit x86_64 Linux:

wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
  1. Extract tar zip file
sudo tar xfz ioncube_loaders_lin_x86-64.tar.bz2
  1. Now copy loader-wizard in htdocs directory
sudo cp ioncube/loader-wizard.php htdocs/
  1. after run loader-wizard.php file, you'll get path of Put the Loader files in /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626 and then edit the file /opt/lampp/etc/php.ini and before any other zend_extension lines ensure that the following is included:
zend_extension = /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/ioncube_loader_lin_5.3.so
  1. Restart apache2/Php
sudo /opt/lampp/lampp restart

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment