Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

allow_url_fopen=Off recently changed

Options
  • 04-06-2008 2:17pm
    #1
    Closed Accounts Posts: 5


    Hi

    I have a script that operated successfully until the host provider changed the php.ini to allow_url_fopen=Off recently changed, (it was until then allow_url_fopen=On)

    It basically pulls in pages from another website and strips away and makes some changes to the html.

    Although the host provider says we can fall back on the curl functions,

    This is all a little over my head.

    Is there anyone who can help with this, as it is quite urgent ( for a fee of course)

    Regards
    Colin


Comments

  • Registered Users Posts: 1,452 ✭✭✭tomED


    Shouldn't be too difficult to change your code - example below:

    http://www.phpit.net/article/using-curl-php/


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Or change to a provider who does allow it?


  • Subscribers Posts: 9,716 ✭✭✭CuLT


    blacknight wrote: »
    Or change to a provider who does allow it?
    Yes, because that wouldn't be a massive kneejerk reaction that would introduce an whole myriad of new problems; such as setting up databases afresh, checking everything else you have works on a new host, new uptimes, data center policies, support contracts, usernames, passwords, control panels...

    Honestly bk, bit of a sledge hammer to crack a nut suggestion.


  • Closed Accounts Posts: 5 Colinsher


    Thanks tomED ill have a go and try to suss it out.


Advertisement