Quote:
Originally Posted by kjhkjh
I think the problem is my hosting company blocking port 119.
So even the microsoft news forums wouldn't work at this time. Unless I can get the hack to work on a different port.
Has anyone else had this same problem with their host? Any work around changing the ports in this script. I've kinda tried changin every occurance of 119 with 80 in the php files, but it still doesnt work?
Any advice
|
It's a double edged sword you're fighting here... on one side you have your hosting company who won't open up port 119 which is the standard NNTP port while on the other hand you have to find a NNTP provider who supports different ports like 80.
Not every NNTP provider supports port 80 so you need to find out from them what other ports, if any, they offer connections on and then you need to take that list to your hosting company to see which ports they have open. You may or may not find any common ports. You just can't blindly change the PHP file to different port numbers because (a) your hosting company may be blocking it but even if they aren't then (b) your NNTP provider may not offer that port as an option.
Take a step back with this...
- Go to your NNTP provider and tell them that your hosting company is blocking port 119 and then ask if they (the NNTP provider) offer connections on port 80 since that port is open for just about every hosting company.
- If your NNTP provider offer connections on port 80 then try to get the software up & running with a test newgroup first.
- If your NNTP provider does not offer connections on port 80 then try to find a free open access NNTP provider that offers connections on port 80. Most likely the newsgroup you want won't be available but at leat you can get the software up & running as a proof of concept and go from. After you have it up & running then you can shop around for a different NNTP provider.