Quote:
Originally Posted by KingPin6
Hello, thank you for the awesome "sounding" hack  , the problem i have is I'm on php 5.2 on windows 2003 server, and I keep getting
Code:
Warning: fopen(/forum/scast_home.xml) [function.fopen]: failed to open stream: No such file or directory in \includes\shoutcast\scast.php on line 101
Warning: fwrite(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 102
Warning: fclose(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 103
Warning: fopen(/forum/scast_home.xml) [function.fopen]: failed to open stream: No such file or directory in \includes\shoutcast\scast.php on line 106
My forum is in a /forum/ subdirectory. I have changed the line from /forum/scast_home.xml to \forum\scast_home.xml and just to scast_home.xml and a couple other combos but nothing so far.
on just scast_home.xml I get
Code:
Warning: fopen(scast_home.xml) [function.fopen]: failed to open stream: Permission denied in \includes\shoutcast\scast.php on line 101
Warning: fwrite(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 102
Warning: fclose(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 103
I even tried the full path to it from c:\
I am used to *nix and figured chmod was the problem... but as Im on windows Im not sure permissions might be a problem as i checked and its not marked readonly.
VB : 3.6.5
Php : 5.2.0
Mysql : 5.0.27
OS : Windows 2003
thank you for any help/tips.
|
Hello.
By default if you list only the file name it will automatically point to the "root" folder of the forums.
IE: scast_home.xml will point to you /vBulletin install root/scast_home.xml
- You should not have problems of CHMOD 777
- make sure you have write access to the file.