|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
|
1) Script Title:
Pausing RSS scroller 2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ller/index.htm 3) Describe problem: - I got the much dreaded "Sorry: It's not possible to reach RSS file" - Then I searched this forum and found that it could be related to allow_fopen_url not being enabled on PHP. - I checked my php config and found that allow_url_fopen is indeed OFF 4) Request: - Is it possible for the very clever ddadmin to replace fopen with alternatives like file_get_contents or curl? Apparently, it is very common for web hosting companies to disable fopen for security reasons. So replacing the fopen codes with alternatives will solve the "problem" permanently. I am only an end-user, so am not clever enough to know what to change and how to change. If ddadmin could do us this favor, it will be GREATLY appreciated. THANKS! |
|
#2
|
||||
|
||||
|
Just glancing at the code in lastRSS.php, locate the following lines:
Code:
function Parse ($rss_url) {
// Open and load RSS file
Code:
function Parse ($rss_url) {
// Open and load RSS file
Hope this helps.
__________________
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989 The Testing Site | Atomic Yeti |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|