Jump to content

Recommended Posts

Posted

I'm trying to get the current status of my radio, but php always gives error. Appears:

Warning: fsockopen () [function. fsockopen]: unable to connect to ... (Connection timed out) in ... on line ...

Connection Refused.

I have tested this code in another host and it results. It's a problem of host or am I doing something wrong?

Posted

We don't allow connections (in or out) on non-standard ports, so odds are our firewall is intentionally preventing that connection.

 

What are you connecting to?

Posted

What port number?

 

If it's not on a common web port (e.g. 21, 80, 443, etc.), it won't work. You would need to change the port used by the radio server to something we allow.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...