Displaying 1 result from an estimated 1 matches for "dallypostradio".
2007 Mar 04
2
Parsing /admin/stats with PHP
I am trying to connect to my icecast server with the following php
script and I keep getting an error. Script and errot follow:
$server = "www.dallypost.com:8000";
$user = "admin";
$passw = "my_pass_word";
$mountpoint = "/DallyPostRadio.ogg";
$fp = fopen("http://$user:$passw@$server/admin/stats","r")
or die("Error reading Icecast data from $server.");
______________________________________________
*Warning*: fopen(http://...@www.dallypost.com:8000/admin/stats)
[function.fopen <ht...