PDA

View Full Version : fsockopen disabled?


njunkies
01-06-2007, 10:13 PM
Hi, I was wondering if fsockopen is disabled because I am having some error using an SMF RSS poster Mod that uses fsockopen.

Thanks :)

cr0wonline
01-07-2007, 04:56 PM
Yeah, i can't use fsockopen() either...i tried to use it for my radio station to check if it's online, and it either does nothing, or says "fsockopen() has been disabled by the server for security reasons."

njunkies
01-07-2007, 05:19 PM
Aww damn :(

The RSS Mod I want to use uses fsockopen to download the RSS feeds to the forum.

UnlimitedMB
01-07-2007, 06:12 PM
rss feeds should use fopen not fsockopen.
It will not be enabled under any curcumstances.

njunkies
01-07-2007, 06:23 PM
It was the author of the Mod that told me it was fsockopen so I just took his word for it.

UnlimitedMB
01-07-2007, 06:51 PM
It was the author of the Mod that told me it was fsockopen so I just took his word for it.

Im sure he is correct about the script using fsockopen.
But he should be using fopen and not fsockopen.
Most hosts have fsockopen disabled, its a huge security risk.

njunkies
01-07-2007, 07:06 PM
Oh right.

*Off to see if there's another SMF RSS poster* :rolleyes: