PDA

View Full Version : php.ini


adllop
09-02-2006, 05:38 PM
Does this service allow the editing of the php.ini config file?

Tyler
09-02-2006, 05:51 PM
No, what do you need in it?

UnlimitedMB
09-02-2006, 05:51 PM
No hosting service lets you edit the php.ini file, its a system file you need root access (ie. your own server) to edit it.

Please explain what you are trying to do, there is probably another way.

adllop
09-02-2006, 07:54 PM
Oh, I was following the instructions that Coppermine provides. And it said that by editing the php.ini file, you could change the allowed file size, etc.,etc.

I installed my gallery, the problem now consists that it won't allow uploads. The admins said to edit the php.ini, but by what you just told me, I guess I misunderstood them.

Tyler
09-02-2006, 08:09 PM
We do not allow uploads of large files via php.

adllop
09-02-2006, 09:52 PM
No, no, I only allow picture uploads on my gallery. My members will have to find their own way of uplaoding larger files.

UnlimitedMB
09-02-2006, 11:32 PM
You cannot upload any files bigger then 100KB with php scripts that you install. You can upload files upto 2MB using our file manager or ftp.

xbllizzdx
09-03-2006, 04:04 AM
No hosting service lets you edit the php.ini file, its a system file you need root access (ie. your own server) to edit it.

Please explain what you are trying to do, there is probably another way.

Acually this is not true,

godaddy.com webhosting lets you have custom php.ini.

don't ask how they do it, but they do.

Tyler
09-03-2006, 04:16 AM
On their VPS or on their normal hosting packages?

xbllizzdx
09-03-2006, 05:19 AM
On their VPS or on their normal hosting packages?

No, there shared hosting packages.

just like everyother hosting company offers.

you can look here, when you look at compare linux specs, scroll down and you shlould see "Custom PHP.ini/PHP5.ini"

look here.

https://www.godaddy.com/gdshop/hosting/shared.asp?se=%2B&ci=260

UnlimitedMB
09-03-2006, 03:11 PM
Godaddy use a modified/unofficial version of php.

xbllizzdx
09-03-2006, 06:55 PM
Godaddy use a modified/unofficial version of php.

I don't think they do,

Ive did some searching on this and i found that if you copy a php.ini file in your web space and change it to what you want, php will search your webspace and use that one instead of the hostes defaults.

Heres a better one that tells about it, and i saw that site5.com is pretty much doing this.
http://forums.site5.com/showthread.php?t=3689


http://www.washington.edu/computing/web/publishing/php-ini.html
theres some info about it.

UnlimitedMB
09-03-2006, 06:59 PM
That only works when php is run under cgi, which is very slow.

googie
10-18-2006, 01:39 PM
Acually this is not true,

godaddy.com webhosting lets you have custom php.ini.

don't ask how they do it, but they do.


i have a custom php.ini file that i have to place in my directory's
because my site's scriptin uses some functions that arnt available or turned on or what have you. with out it site is full of errors