Zedge dload games

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Zedge dload games

    Warning: fsockopen() [function.fsockopen]: unable to connect to beta.hovr.com:8080 (Connection timed out) in /home/a8458325/public_html/fun.php on line 10

    anyone can fix this?

    PHP Code:
    $sock fsockopen($link_parts['host'], (isset($link_parts['port']) ? (int)$link_parts['port'] : 80), $errno$errstr30); 

    #2
    PHP Code:
       $sock fsockopen($link_parts['host'], (isset($link_parts['port']) ? (int)$link_parts['port'] : 80), $errno$errstr30);
       if (!
    $sock) return false

    Comment

    Working...
    X