웹마스터 팁


사용법은 첨부화일에 있는 아래내용(view.php)을 참고하세요

<?

echo "<meta http-equiv=Content-Type content=text/html;charset=euc-kr>";


include("class_w_info.php");

$winamp = new winamp_cast_info;



//$url = "http://www.foxcast.co.kr/listen.pls";

//$url = "http://RED316YY.diodeo.com/listen.pls";

//$url = "http://www.mukulcast.com/listen.pls";

//$url = "http://fox.inlive.co.kr:2020/listen.pls";


//$url = "http://TINA24.diodeo.com/listen.pls";

$url = "http://miin.jukeonfm.com/listen.pls";

//$url = "http://www.saycast.com/raspberi1004.pls";


$winamp->set_cast_url($url);

echo "서버의 갯수: ";
echo $winamp->cast_info["server_amount"];
echo "<br>";

echo "현재청취인원: ";
echo  $winamp->cast_info[now_listen];
echo "<br>";

echo "최대청취가능 인원: ";
echo  $winamp->cast_info[max_listen_persons];
echo "<br>";
  
echo "최대청취자수: ";
echo  $winamp->cast_info[peak];
echo "<br>";

echo "방송음질: ";
echo  $winamp->cast_info[kbps];
echo "<br>";

echo "평균청취시간: ";
echo $winamp->cast_info[a_l_time];
echo "<br>";

echo "방송타이틀: ";
echo  $winamp->cast_info[title];
echo "<br>";


echo "방송장르: ";
echo  $winamp->cast_info[genre];
echo "<br>";


echo "URL: ";
echo  $winamp->cast_info[url];
echo "<br>";


echo "aim: ";
echo  $winamp->cast_info[aim];
echo "<br>";

echo "IRC: ";
echo  $winamp->cast_info[irc];
echo "<br>";

echo "현재나오는음악제목: ";
echo  $winamp->cast_info[song];
echo "<br>";



# 방송히스토리를 알고 싶을경우

$history_array =  $winamp->cast_info[history];

for($i=0;$i <= sizeof($history_array["time"])-1;$i++){


  
  echo $history_array["time"][$i];
  echo " :::: ";
  echo $history_array["title"][$i];
  echo "<br>";

}

?>
제목 글쓴이 날짜
최신이미지 추출시 사진 아래 내용들 중간 정돈 방법 [4] file 팔공산 2007.08.23
상단메뉴 개수를 지정한 만큼만 보여주고자 할 경우 [9] 똑디 2007.08.23
여러 개의 메뉴를 달아보자! [5] file 고라리 2007.08.23
제로보드 관리자 레벨이 관리자 레벨로 안나올때 [5] 나무넷 2007.08.23
위지웍에디터가 갑자기 작동을 안할때 팔공산 2007.08.23
w3c.org의 웹페이지 유효성 검사기 file 바람처럼831 2007.08.24
(달력/Archive 문제해결법) 날짜로 검색하는 것이 제대로 안될때 [8] 베니 2007.08.25
확장변수 [2] 다케루 2007.08.25
0.1.1 패치하시면 가입시 기본 회원 그룹 선택해야해요. [2] 다케루 2007.08.26
로그인 불가 - APM 관리자일 때 (일반적인 경우 아님) [3] Sx3 2007.08.26
플래쉬 화일을 헤더와 푸터에 넣어보기 [11] file choi2007 2007.08.27
분류(카테고리) 색상 지정하기. [12] file 송암 2007.08.27
올블로그에서 제로보드가 깨질때.. [1] file 스컬리지금어디야 2007.08.27
홈페이지에 게시판을 iframe, include로 이용하시는분들 느까끼 2007.08.27
썸네일 크기 줄이는 법 [6] 느까끼 2007.08.27
템플릿 컴파일 파일 지우기 귀찮을때 [1] 젬스송 2007.08.28
최신댓글에 닉네임 출력하기... [5] 똑디 2007.08.28
템플릿 파일에서 일반 PHP 코드 사용 [3] 화니군 2007.08.28
게시판 분류(카테고리)를 텍스트&이미지로 나열 하기 [11] Simulz 2007.08.29
xe_layout 을 자신의 웹 첫화면과 연결 [2] justrue 2007.08.29