Oliver Briggs Posted August 15, 2016 Posted August 15, 2016 hi there can you allow my ip address to the firewall for my music website http://www.purevolume.ml/ so i can test to see if the genre php function works and thanks.
wolstech Posted August 15, 2016 Posted August 15, 2016 If your site makes an outbound connection, it will already work provided you use a normal port, we suggest 80 or 443 for content, and 3306 for database connections. We don't permit inbound connections on custom ports. We also don't block IPs in or out except when they are abusive (overloading FTP, DoS, etc.) If this were the case, you would not be able to access your site at all. What is your site trying to do?
Oliver Briggs Posted August 15, 2016 Author Posted August 15, 2016 oh i see ok my radio port is 23264
wolstech Posted August 15, 2016 Posted August 15, 2016 Can you change the radio port? If so, try 51990. Then, modify your site to make the connection to the radio server on that port. We don't like opening custom ports for security reasons, and since I'm assuming you have control over the radio server that is hosting on 23264, I would suggest simply reconfiguring that server to host on a port that is already open on our end.
Oliver Briggs Posted August 15, 2016 Author Posted August 15, 2016 oh i see ok will do thanks and i use listen2myradio for shoutcast v1
wolstech Posted August 15, 2016 Posted August 15, 2016 I'm not sure how to change the port for that program since I've never used it. However, the manual or possibly support forum (if they have one) for the program might be able to explain the procedure. The port the server listens on is often an option in the settings of server programs, or in the config file if the program uses one. If you have issues with it once you get the port changed and your code updated on your site, let us know and we'll be happy to help
Oliver Briggs Posted August 15, 2016 Author Posted August 15, 2016 hi there it is still the same > Warning: fsockopen() [function.fsockopen]: unable to connect to 5.133.182.174:18544 (Connection timed out)
Krydos Posted August 15, 2016 Posted August 15, 2016 18544Port 18544 isn't open. Try the port wolstech suggested.
Oliver Briggs Posted August 15, 2016 Author Posted August 15, 2016 Warning: fsockopen() [function.fsockopen]: unable to connect to 192.168.1.150:51990 (Connection timed out)
wolstech Posted August 15, 2016 Posted August 15, 2016 That's because 192.168.1.150 is an internal IP on your home network. That will never work from the outside world. You need to forward the radio ports in your router settings, then use your public IP address (you can just google "IP Address" and it will show it at the top).
Oliver Briggs Posted August 15, 2016 Author Posted August 15, 2016 oh yeah sorry hold on i will do that now and what port range do i need to enter.
Oliver Briggs Posted August 15, 2016 Author Posted August 15, 2016 error opening source socket! FATAL ERROR! Some other process is using this port!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now