[Help] php.ini help for webthosting.com

Status
Not open for further replies.

sady92

Active Member
336
2009
15
10
Hi All !

I Have Bought a host at webthosting.

till now i am good but i hav a big problem.

i need a personal php.ini configuration .

i created one but when i upload it at public_html ioncube isnt installed,

my script is encodet with ioncube !!

now to fix that i need to add a line code that i found on internet. but the problem is that it needs the ioncube path.

so i am asking if one of the members here that hav anyhost at webthosting that can help me foe the ioncube path...

here is the öine code :
Code:
zend_extension = /<path>/ioncube_loader_<os type>_<php flavour>.so

Thankyou !
 
13 comments
You know the easyest way for you too fix that is create a php.ini for your public_html and upload too your host server

disabled_functions=
safe_mode=off

and save in note pad as php.ini <3 you could put in basically anything and it work.

I know you fixed it but was just leting you know
 
Status
Not open for further replies.
Back
Top