Search found 4 matches

by compwhiz212
Wed Oct 27, 2004 5:50 am
Forum: Radio Toolbox
Topic: Parse error :(
Replies: 14
Views: 23828

hey thanks
by compwhiz212
Sat Oct 02, 2004 10:30 pm
Forum: Radio Toolbox
Topic: Parse error :(
Replies: 14
Views: 23828

same errors

still getting the same errors with or without the server details
by compwhiz212
Fri Oct 01, 2004 4:46 pm
Forum: Radio Toolbox
Topic: Parse error :(
Replies: 14
Views: 23828

I Think I Might Have Fixed It...

Hey Jay, I think I might have found the problems:



for($i=0; $i<$list_size; $i++){

$server_vars=array('ip', 'type', 'listeners', 'max_listeners', 'bitrate', 'status', 'desc', 'current_song');

for($j=0; $j<count($server_vars); $j++){

$data.="\$server[$i]['$server_vars[$j]']=";

$data ...
by compwhiz212
Fri Oct 01, 2004 5:47 am
Forum: Radio Toolbox
Topic: Parse error :(
Replies: 14
Views: 23828

Same Problem

Hey, I'm also having the same problem with my radio toolbox on m site. Every time there is a song played that contains a singe apostrophe, things go haywire. The only way it gets fixed is if I go in and manually edit the includes.php files manually. Hopefully he gets this fixed.