<?php // CONFIGURATION $ip = 'radios.cabreuvoip.com.br'; // IP $port = '8040'; // Port $sid = '1'; // StreamID // PHP $shoutcast = simplexml_load_file("http://".$ip.":".$port."/stats"); $listeners = $shoutcast->CURRENTLISTENERS; $song = $shoutcast->SONGTITLE; $dj = $shoutcast->SERVERTITLE; // EXAMPLES //echo $listeners; // Listeners $Color = "white"; echo '<div style="Color:'.$Color.'" align = "center">'.$song.'</div>'; //song //echo $dj; // DJ ?>
You have javascript disabled. You will not be able to edit any code.