The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi all,
My host has recently changed the way they handle outbound HTTP requests and this has killed my RSS feeds. they told me that the fsockopen command will need to go through a proxy server. I have been gettin the following error: Warning: fsockopen(): unable to connect to feeds.feedburner.com:80 in /includes/class_rss_poster.php on line 85 Warning: Unable to fetch RSS Feed in /includes/class_rss_poster.php on line 212 I changed the following lines in the /includes/class_rss_poster.php line 85: $fp = fsockopen($url['host'], $url['port'], $errno, $errstr, 5); line 89: $fp = @fsockopen($url['host'], $url['port'], $errno, $errstr, 5); to line 85: $fp = fsockopen($url['proxy.proxy.proxy.com.au'], $url['3128'], $errno, $errstr, 5); line 89: $fp = @fsockopen($url['proxy.proxy.proxy.com.au'], $url['3128'], $errno, $errstr, 5); but still get an error on line 212. Any ideas? Any help would be great. |
#2
|
|||
|
|||
![]()
Remove your new code and update $url['host'] and $url['port'] so that they correspond to your new settings.
You should have the following set before calling fsockopen: PHP Code:
|
#3
|
|||
|
|||
![]()
No luck i just get a
XML Error: mismatched tag at Line 5 which would be referring to this: if (!isset($GLOBALS['vbulletin']->db)) { exit; } |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|