allow_url_fopen Issue
Moderator: General Moderators
Re: allow_url_fopen Issue
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
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
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
No other way to change that 
Are you able to access shell? E.g. to ping that service you need to send sms?
Are you able to access shell? E.g. to ping that service you need to send sms?