View Single Post
Old 10-09-2009, 03:43 PM   #81 (permalink)
Sharksfan
Senior Member
 
Sharksfan's Avatar
 
Join Date: May 2009
Location: WI
Posts: 1,048
iTrader: 11 / 100%
Sharksfan has a reputation beyond reputeSharksfan has a reputation beyond reputeSharksfan has a reputation beyond reputeSharksfan has a reputation beyond reputeSharksfan has a reputation beyond reputeSharksfan has a reputation beyond reputeSharksfan has a reputation beyond reputeSharksfan has a reputation beyond reputeSharksfan has a reputation beyond reputeSharksfan has a reputation beyond reputeSharksfan has a reputation beyond repute
Fuckyeah

I bought this plugin and my hosting is on GoDaddy (move in progress) - initally the plugin would not activate.

Fortunately it just took some nuts and bolts work to get it fixed. Here's what I did - but you have to be on Linux hosting.

Go here and download the x86 zip version for Linux:
PHP Encoder, protection, installer and performance tools from ionCube: Loader Download

Unzip it. Inside will be a folder named ioncube. FTP this to the root of your GoDaddy account (not the install directory for whatever domain you happen to be messing with).

Rename your php.ini file to php.ini.old

Create a new file named php5.ini. Put these contents inside:

Quote:
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fields et="
[Zend]
zend_extension=/home/content/1/2/3/MyUserID/html/ioncube/ioncube_loader_lin_5.2.so
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
You need to change your...

zend_extension=/home/content/1/2/3/MyUserID/html/ioncube/ioncube_loader_lin_5.2.so

...line to match your account - the portion that has /1/2/3/MyUserId - if you can't find it just try activating the plugin w/o doing any of these steps first - you'll get an error with the full path.

Then upload this file to the root of hosting account and everything should be fine.

This slowed me down a bit today but I should still have a site up later today.

EDIT: This obviously assumes you have PHP5 as well. But at this point you should anyway....
Sharksfan is offline   Reply With Quote