Search found 4 matches
- Wed Oct 27, 2004 5:50 am
- Forum: Radio Toolbox
- Topic: Parse error :(
- Replies: 14
- Views: 23828
- 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
- 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 ...
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 ...
- 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.