PDA

View Full Version : Help with Ioncube, .htaccess and php.ini


smiffy
02-14-2006, 02:55 AM
Does anyone know how to set up ioncube loaders? I'm tearing my hair out with it.

It appears I need to modify php.ini to set it to run and also the .htaccess file required for the site I'm trying to set up was modified by the server since it included a php_function, so I'm kinda lost.

As you may have noticed, I'm not a coder, just really good at cutting and pasting :o :p

Here's the .htaccess as it's supposed to be but as I said, it gets modified by the server.
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>

php_flag session.use_trans_sid off

RewriteEngine On

RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R,L]

RewriteRule ^profile\/([^\/]+)/([0-9]+) publicprofile.php?name=$1&id=$2
RewriteRule ^Category\/[^\/]+/([0-9]+) index.php?catid=$1&mode=category
RewriteRule ^Article/[^\/]+/([0-9]+)/?(.*) article.php?id=$1&act=$2
RewriteRule ^rss/[^\/]+/([0-9]+) rssarticle.php?id=$1
RewriteRule ^myarticles/(.*)$ index.php?mode=myarticles

RewriteRule ^(.*)topauthorslist/ topauthors.php?orderby=$1&ordertype=$2&namelike=$3&page=$4
RewriteRule ^(.*)popularlist/ populararticles.php?page=$2
RewriteRule ^(.*)searchresult/ indexser.php?page=$2

JCsDesignz
02-14-2006, 04:10 AM
Dont know if these links will help or not until someone in the know can get in to help you :)

http://www.ioncube.com/ipf/docs/using_htaccess_files.html
http://www.ioncube.com/ipf/docs/index.html
http://www.reviewpost.com/ioncube-loader.html

smiffy
02-14-2006, 05:47 AM
Thanks for the links, JCsDesignz, but they don't really help. I've been poring over the stuff at www.ioncube.com but haven't found anything specific to my situation with the .htaccess and php.ini stuff.

Keeping my fingers crossed someone here may be able to assist. :)

JCsDesignz
02-14-2006, 01:56 PM
Hopefully someone will be able to help you out. I shall need the same help sooner or later and it'll be nice to know where to look LOL :)

smiffy
02-14-2006, 04:45 PM
It looks like the problem is one that is going to require the assistance of Bluehost. The php.ini file needs modified with a zend_extension = and a restart of the server software ... I think.

Kilch
01-21-2007, 05:50 AM
It looks like the problem is one that is going to require the assistance of Bluehost. The php.ini file needs modified with a zend_extension = and a restart of the server software ... I think.


Was there any resolve in this matter? I am told that I need to restart of the server software, butI do not have that option.

I will contact Blue Host and post my reply.

~Kilch

cade
01-23-2007, 04:58 PM
Bluehost has a knowledge base entry that describes how to install ionCube. You do not need to restart the server.

http://helpdesk.bluehost.com/kb/index.php?x=&mod_id=2&id=171

sibudas
03-28-2008, 01:10 AM
Bluehost has a knowledge base entry that describes how to install ionCube. You do not need to restart the server.

http://helpdesk.bluehost.com/kb/index.php?x=&mod_id=2&id=171

This was helpful :-)

dragonsw
03-28-2008, 09:31 PM
Bluehost has a knowledge base entry that describes how to install ionCube. You do not need to restart the server.

http://helpdesk.bluehost.com/kb/index.php?x=&mod_id=2&id=171

Thank You. It helped me a lot too..