Page 3 of 3

Re: allow_url_fopen Issue

Posted: Tue Nov 22, 2011 5:28 am
by dt22
i think its all because the allow_url_fopen php function is placed in the list of disable_functions list in the server. anybody knows any way to change thats

Re: allow_url_fopen Issue

Posted: Tue Nov 22, 2011 5:39 am
by maxx99
edit php.ini:

Code: Select all

; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
; http://php.net/disable-functions
disable_functions =

Re: allow_url_fopen Issue

Posted: Tue Nov 22, 2011 5:45 am
by dt22
but how can we do thats php.ini edit in remote server because its a shared server right. if we change it that will cause trouble to others right..

Re: allow_url_fopen Issue

Posted: Tue Nov 22, 2011 5:50 am
by maxx99
No other way to change that :(

Are you able to access shell? E.g. to ping that service you need to send sms?