Statistiche radio PHP

  • arlo
  • arlo's Avatar Topic Author
  • Offline
  • www.matteoarlotti.it
More
17 Dec 2010 09:34 #53298 by arlo
Statistiche radio PHP was created by arlo
Ciao a tutti, qualcuno è a conoscenza di qualche script php che permetta di analizzare uno stream e fornire dati su ascolti e cose varie visualizzabile sul web?
sia a pagamento che free :)

Grazieee

Please Log in or Create an account to join the conversation.

20 Dec 2010 11:58 #53369 by
Replied by on topic Re: Statistiche radio PHP
UPPETE!! ... sarei interessato anche io !!!  ;)

Please Log in or Create an account to join the conversation.

  • arlo
  • arlo's Avatar Topic Author
  • Offline
  • www.matteoarlotti.it
More
21 Dec 2010 19:24 #53420 by arlo
Replied by arlo on topic Re: Statistiche radio PHP
eheheh
lo seguono in parecchi mi sa....

una volta avevo trovato qualcosa su CasterClub che fa l'analisi del file log del server...
ma non lo trovo piu :(

Please Log in or Create an account to join the conversation.

  • ellepidi
21 Dec 2010 20:54 - 21 Dec 2010 21:10 #53422 by ellepidi
Replied by ellepidi on topic Re: Statistiche radio PHP
se usi shoutcast, se fai :   tuoip:tuaporta/7 vedrai una pagina che offre di seguito:

numero attuale degli ascoltatori
stato del server (1= online)
picco massimo raggiunto
numero di ascoltatori settati sul server
numero di ascoltatori unici
bitrate
brano in onda

fai una pagina .php con questo codice:


<?
$open = fsockopen("TUO_IP","TUA_PORTA");
if ($open)
{
  fputs($open,"GET /7.html HTTP/1.1\nUser-Agent:Mozilla\n\n");
  $read = fread($open,1000);
  $text = explode("content-type:text/html",$read);
  $text = explode(",",$text[1]);
}
else
{
  $Qualita="Non Disponibile";
  $Status="Non Disponibile";
  $Brano="Non Disponibile";
}
?>
</div>
<?
if ($text[1]==1)
{
  $Status="<font color=&#039;green&#039;><strong>On-Line</strong></font>";
  $Qualita=$text[5];
  $Brano=$text[6];
}

else
{
  echo "<div align=&#039;center&#039;>";
  echo "Stato: <font color=&#039;red&#039;>Off-Line</font>";
  echo "</div>";
  exit();
}

?>

e, se il tuo provider lo permette, vedrai i dati.

..ma se sei lo stesso Arlo di zio spock dovresti saperlo già, io questi dati li ho presi, a suo tempo da li.
Last edit: 21 Dec 2010 21:10 by .

Please Log in or Create an account to join the conversation.

  • arlo
  • arlo's Avatar Topic Author
  • Offline
  • www.matteoarlotti.it
More
26 Dec 2010 12:58 #53542 by arlo
Replied by arlo on topic Re: Statistiche radio PHP
si sono io ahah
no cercavo qualcosa che processasse proprio il file .log

ho trovato Caster Stat
e mi sa che lo compro visto che non c&#039;è di meglio :)

Please Log in or Create an account to join the conversation.

  • fgalli
29 Sep 2015 11:51 #78539 by fgalli
Replied by fgalli on topic Re: Statistiche radio PHP
Prova www.radiostat.it è gratis ;-)

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds

MB STUDIO HOME / LITE / PRO

MB STUDIO PRO / LITE MB STUDIO is a radio automation software that will allow you to create and manage your own radio station playing all your media files: jingles, commercials, news, songs, Files from internet, live streams, live inputs from your sound card, satellite feeds. Automatically download news and shows from Internet. Multiple overlapping files and/or live sources (mic, line, aux). Voice tracking. Integrated CD Ripper. Integrated jukebox to play songs requested via sms / email messages. Display current playlist on your web site.

MB RECASTER PRO

video reel32MB RECASTER features an audio recorder with scheduler, a webcast module to send streams to any Shoutcast, Icecast or Windows Media server, AutoDJ function to play randomly your own audio files from up to 4 folders, a stream receiver allowing to record or recast to your server (transcoder), an audio converter from/to any format.

MB LIVE

MB LIVEMB LIVE is a software that stream a live audio\video feed from any place to an MB STUDIO PRO automation in the main radio studio. MB LIVE make use of a TCPIP connection. This program is free for MB STUDIO PRO users