View Single Post
  #15  
Old 28th December 2009, 12:10
yoligim yoligim is offline
Senior Member
 
Join Date: Nov 2009
Spain
Posts: 43
Default Still having problems
I,m afraid I get this errors in shoutcast addon:

Code:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in E:\xampp\htdocs\shoutcast.php on line 265
[0] in function mysql_fetch_assoc in E:\xampp\htdocs\shoutcast.php on line 265
[1] in function sc_infobox in E:\xampp\htdocs\fts-contents\fts-plugins\index-elements\shoutcast.php on line 15
[2] in function _index_element_shoutcast
[3] in function call_user_func_array in E:\xampp\htdocs\include\plug.php on line 214
[4] in function do_action in E:\xampp\htdocs\index.php on line 41
and when I click on Listen with Media Player i get this error

Code:
404 Page Not Found
in this page http://trackerlatino.sytes.net/radio/listen.wmx
the same when I click on Listen with Winamp or Listen with Real Player

I changed the data in the radio folder files, this is what I have:
PHP Code:
<ASX version="3.0">
<
PARAM name="HTMLView" value="http://trackerlatino.sytes.net"/>
<
ENTRY>
<
REF href="http://192.168.1.101:8000"/>
</
ENTRY>
</
ASX
I don,t know what the problem is

I still having these errors

in shoutcast addon:


Code:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in E:\xampp\htdocs\shoutcast.php on line 265
Code:
[0] in function mysql_fetch_assoc in E:\xampp\htdocs\shoutcast.php on line 265
[1] in function sc_infobox in E:\xampp\htdocs\fts-contents\fts-plugins\index-elements\shoutcast.php on line 15
[2] in function _index_element_shoutcast
[3] in function call_user_func_array in E:\xampp\htdocs\include\plug.php on line 214
[4] in function do_action in E:\xampp\htdocs\index.php on line 41
But I solved the other issue, so now when I click on Listen, I get the correct effect.
Reply With Quote