웹마스터 팁


사용법은 첨부화일에 있는 아래내용(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] urhow1 2007.08.29
분류가 있는 게시판에서 전체분류모드로 게시물 클릭시 딜레이 현상 [2] Sx3 2007.08.30
페이지수정 안되시는 분들께 드리는 팁 [2] 다케루 2007.08.30
구글광고넣기....(재밌는경험담 본문에 광고 넣으시려는분 꼭 읽어 보세요...) [2] kangho 2007.08.30
회원 단축 메뉴 보여주기 file Simulz 2007.08.30
(최근글목록) 분류명 표시하기 & 이미지 [7] Simulz 2007.08.31
서버이전하고 마이그레이션하고 경험담 [3] 팔공산 2007.08.31
(최근글목록) 게시판 이름 출력하기 #2 [12] file Simulz 2007.08.31
관리자 아이디 사용제한 체크하는 어이없는 실수 & 해결 [5] refree 2007.09.01
(0.1.2) 이모티콘 삽입 후 그림 안보일 때 [5] Simulz 2007.09.02
랜덤 배경 이미지 [7] Simulz 2007.09.04
(설문조사) 회원만 설문 조사 하도록 [8] Simulz 2007.09.04
회원에게는 구글 애드센스 보이지 않게 하기 [2] 스컬리지금어디야 2007.09.05
글이 중간에 짤릴 경우.. 송암 2007.09.06
확장변수 이용해서 2차 3차 분류 항목 만들기 [3] VagaBond 2007.09.08
(게시판) 목록에 확장 변수를 출력하기 [18] file Simulz 2007.09.08
메인 페이지 링크 www. 주소 표시, 로그인 링크 문제.... [5] 마덴나 2007.09.08
(파일 첨부) 파일명 안보일 때 ... 없애기 [9] Simulz 2007.09.10
랭킹에 순위 넣기! ㅋ~ (꼼수;) file 다케루 2007.09.11
파일 업로드시에 403에러 발생시 해결방법. [12] WhiteAT 2007.09.12