Jump to content

[Solved] CAN'T DOWNLOAD FILE FROM EXTERNAL URL


mfjchile

Recommended Posts

Hi, please help.

I can't download files from external url like before.

 

the function file_get_contents() is not working as before, i'm getting the error:

"failed to open stream: Connection refused"

 

i understand this could be a firewall block level, so please check it out.

Thanks!

Link to comment
Share on other sites

Can you post the full URL of the file being downloaded?

 

Connection refused usually means either the remote server is broken/blocking us (not our problem, you'd need to contact that server's owner) or the port you're connecting on is blocked (outbound connections are supported on all standard ports)

Link to comment
Share on other sites

Can you post the full URL of the file being downloaded?

 

Connection refused usually means either the remote server is broken/blocking us (not our problem, you'd need to contact that server's owner) or the port you're connecting on is blocked (outbound connections are supported on all standard ports)

Hi !

this is the url, is an iptv m3u list that i want to copy on my heliohost to get compatility with OttPlayer

http://tecnotv.club

 

this url in his header contains a location redirect to domain:

http://plexonline.club:25461/get.php?

to generate and deliver the list in m3u format

 

maybe i need to open the outbound port 25461 of the domain plexonline.club

 

 

Thanks for the fast reply!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...