ianp Posted August 17, 2012 Share Posted August 17, 2012 So I am trying to connect to this and I am using this: $url = '[..]'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); $data = curl_exec($ch); curl_close($ch); echo $data; The server allows outgoing requests, I can connect to it but the server times out. Can someone try connecting and tell me if it works or not. [..] Edit (Philip): Links removed since a click would crash the server. wuttt. Quote Link to comment https://forums.phpfreaks.com/topic/267245-cant-connect-to-address/ Share on other sites More sharing options...
requinix Posted August 17, 2012 Share Posted August 17, 2012 http://www.downforeveryoneorjustme.com/api.justmcservers.com Quote Link to comment https://forums.phpfreaks.com/topic/267245-cant-connect-to-address/#findComment-1370324 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.