How to install ioncube for single account on linux server
Hello,
If you want to install ioncube loaded for any account on linux server, Please go through following steps
Login to your server as a root then go to the users account
#cd /home/username/
Download ioncube from the source.
#wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
extract the source file.
# tar -zxvf ioncube_loaders_lin_x86.tar.gz
change the ownership of ioncube to the user for which you are installing it
# chown username.username ioncube
[/home/username/ioncube]# chown username.username *
copy ioncube files under user’s doccument root
[/home/username/ioncube]# cp ioncube-encoded-file.php ../public_html/
[/home/username/ioncube]# cp ioncube-loader-helper.php ../public_html/
[/home/username]# cd public_html/
[/home/username/public_html]# chown username.username ioncube*
Now Ioncube loaded is is installed for your domain and you can access ioncube by http://yourdomain.com/ioncube-loader-helper.php

















Leave a Reply
You must be logged in to post a comment.