페이스북, 트위터, 카카오 계정으로 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); $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
"; } ?>