Window플레이어
멜론차트
최신
장르
멜론DJ
멜론TV
스타스포츠
매거진
뮤직어워드
멜론HI-FI
더보기▼
Your browser does not support HTML5 video.
메뉴 바로가기
본문 바로가기
하단 정보 바로가기
genie 로그인
genie 로그인
로그인
로그인 상태 유지
회원가입
아이디/비밀번호 찾기
개인정보 보호를 위해
개인 PC에서만 사용해 주세요.
도움말 보기
닫기
페이스북, 트위터, 카카오 계정으로 genie를 이용 할 수 있습니다.
페이스북
로그인
트위터
로그인
카카오톡
로그인
닫기
$chart = str_replace('1시간마다 스트리밍 + 다운로드', '', $chart);
멜론 TOP100
순위
앨범이미지
곡정보
듣기
다운
', '
', 1); $_count = explode('
', $data2); $_count = count($_count); for($i = 1; $i<$_count; $i++) { $chart = splits($data, '
닫기
', '
', $i); $chart = str_replace('href="/resources', 'href="https://www.genie.co.kr/resources', $chart); $chart = str_replace('href="/chart', 'href="https://www.genie.co.kr/chart', $chart); $chart = str_replace('href="?', 'href="https://www.genie.co.kr/chart/top200?', $chart); $chart = str_replace('src="//', 'src="http://', $chart); $chart = str_replace('href="// ', 'href="http://', $chart); $chart = str_replace('1시간마다 스트리밍 + 다운로드', '', $chart); $chart = str_replace('비율 합산 방식으로 집계됩니다.', '', $chart); $chart = str_replace('(단, 매일 1시 ~ 7시 차트 운영 안함)', '', $chart); $remove = splits($chart,'
','
', $i); $remove2 = splits($chart,'
','
', $i); $remove3 = splits($chart,'
','
', $i); $chart = str_replace($remove, '', $chart); $chart = str_replace($remove2, '', $chart); $chart = str_replace($remove3, '', $chart); $chart = str_replace('닫기', '', $chart); $chart = str_replace('실시간', '', $chart); $chart = str_replace('일간', '', $chart); $chart = str_replace('주간', '', $chart); $chart = str_replace('월간', '', $chart); $chart = str_replace('누적', '', $chart); echo "$chart"; } for($i = 1; $i<$_count; $i++) { $lmage = splits($data2, '
', '', $i); $lmage = splits($lmage, 'src="', '"', 1); $title = splits($data2, 'select-check" title="', '"', $i); $artist = splits($data2, '
', $i); $artist = splits($artist, 'return false;">', '
', 1); $album = splits($data2, ';" alt="', '"', $i); $album = str_replace("javascript:melon.link.goAlbumDetail('", 'http://www.melon.com/album/detail.htm?albumId=', $album); $album = str_replace("');", '', $album); $up_down = splits($data2, '
', '
', '
', 1); $down = splits($data2, "fnDownSong('", "'", $i); $id = splits($data2, "fnDownSong('", "'", $i); echo "
$up_down
$title
$artist
$album
"; } ?>