error

Discussion in 'PHP' started by Nerve, May 12, 2007.

  1. #1
    Hello, I am using php proxy on http://www.sinproxy.com/ and whenever someone types in a url it says:

    URL Error (0): An error has occurred while trying to browse through the proxy.
    Failed to connect to the specified host. Possible problems are that the server was not found, the connection timed out, or the connection refused by the host. Try connecting again and check if the address is correct.

    Btw, I am on a dedicated server. And yes I have put http:// and www. in front.
     
    Nerve, May 12, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    This could be the problem. Run the following tell me what you get:
    
    <?php
    
    echo 'allow_url_fopen: ' . (ini_get('allow_url_fopen') ? 'OK' : 'Disabled');
    
    ?>
    
    PHP:
     
    nico_swd, May 12, 2007 IP
  3. Nerve

    Nerve Peon

    Messages:
    467
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Fixed, thanks.
     
    Nerve, May 12, 2007 IP