Atropos4
Wed 4th Jul '07, 4:06am
Godaddy migrated my site to a new server,
and now when I go to the RSS Feed Manager
in my admin panel I get this error.
Warning: fsockopen(): unable to connect to networks.org:80 in /includes/class_rss_poster.php on line 78
Warning: Unable to fetch RSS Feed in /includes/class_rss_poster.php on line 205
I also use magpieRSS w/feed2js to display feeds on html pages.
that too is broke!
After several emails to their support
(them saying they have nothing to do with the problem, me saying it worked fine for the last 9 months, until you moved me)
Godaddy support finally admited they
will not allow outbound connections on port 80
and
you will need to correct your code to use the appropriate information
They gave me this
For both fsockopen and curl in our linux based shared hosting you will use the following server and port to make these connections on:
Server: http://proxy.shr.secureserver.net
Port: 3128
Can someone here please, explain how I am supposed to use this proxy
with my forum?
Do I need to edit class_rss_poster.php somewhere?
I tried to string the address like this
http://proxy.shr.secureserver.net:3128/http/newsrss.bbc.co.uk/rss/newsonline_uk_edition/latest_published_stories/rss.xml
in the rss input field.....just got the "no page to display" error.
and now when I go to the RSS Feed Manager
in my admin panel I get this error.
Warning: fsockopen(): unable to connect to networks.org:80 in /includes/class_rss_poster.php on line 78
Warning: Unable to fetch RSS Feed in /includes/class_rss_poster.php on line 205
I also use magpieRSS w/feed2js to display feeds on html pages.
that too is broke!
After several emails to their support
(them saying they have nothing to do with the problem, me saying it worked fine for the last 9 months, until you moved me)
Godaddy support finally admited they
will not allow outbound connections on port 80
and
you will need to correct your code to use the appropriate information
They gave me this
For both fsockopen and curl in our linux based shared hosting you will use the following server and port to make these connections on:
Server: http://proxy.shr.secureserver.net
Port: 3128
Can someone here please, explain how I am supposed to use this proxy
with my forum?
Do I need to edit class_rss_poster.php somewhere?
I tried to string the address like this
http://proxy.shr.secureserver.net:3128/http/newsrss.bbc.co.uk/rss/newsonline_uk_edition/latest_published_stories/rss.xml
in the rss input field.....just got the "no page to display" error.