Code Radio của Zing tự động lấy nhạc!

Thảo luận trong 'Source code' bắt đầu bởi oye.vn, 15 Tháng năm 2012.

  1. Offline

    oye.vn

    • Friends

    • fb kìa! yahoo a ít khi online lamwsm nếu có việc cần thì sms 01692691313 thì a sẻ online ^_^
    Số bài viết:
    204
    Đã được thích:
    123
    Điểm thành tích:
    190
    Demo: http://oye.vn
    Code khá đơn giản gồm 2 file:
    file .htaccess
    HTML:
    RewriteEngine on
    RewriteRule ^(.*).html$ index.php?url=$1 ***91;QSA***93;
    File index.php
    Mã:
    [URL="http://www.mediafire.com/?pububt9eri08ojl"]<?php error_reporting(NULL);
    [/URL]$zurl = 'http://mp3.zing.vn/radio/';
    $path = 'http://oye.vn/radio/';
    if($_GET['url']){
        $url = array_shift($_GET).'.html';
        $query = http_build_query($_GET);
        $zurl .= $url.(($query)?'?'.$query:'');
    }
        $data = file_get_contents($zurl);
        $data  = str_replace("'zing.vn'","'oye.vn'",$data);
        $data  = str_replace("</title>"," - Oh yeah Việt Nam! [".$_SERVER['HTTP_HOST']."]</title>",$data);
        $data  = str_replace('</head>','<script type="text/javascript"> var _gaq=_gaq||[];_gaq.push(["_setAccount","UA-18506635-11"]);_gaq.push(["_setDomainName",".oye.vn"]);_gaq.push(["_trackPageview"]);(function(){var a=document.createElement("script");a.type="text/javascript";a.async=true;a.src=("https:"==document.location.protocol?"https://ssl":"http://www")+".google-analytics.com/ga.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)})();</script></head><style>html,body{margin: 0;outline: 0;padding: 0;background: url(https://lh5.googleusercontent.com/-lGKtvKiz2IA/TsSnlC14-_I/AAAAAAAABsk/KJlck0504es/s100/bg1.jpg)!important;}.radio-function{display: none;}.radio-player h1 span {position: relative;float: right;top: -40px;}</style>',$data);
        $data  = str_replace('    ','',$data);
        $data  = str_replace('._radioMenuItem','._NKCradioMenuItem',$data);
        $data  = str_replace('<span><strong>FM</strong></span>',' - <a href="/" title="Oh yeah Việt Nam! Radio">Oh yeah Việt Nam! Radio</a> <span><strong>FM</strong></span>',$data);
        $p1 = '#<!-- Google Analytics - mp3.zing.vn -->(.*?)<!-- End -->#is';
        $data  = preg_replace($p1,'</body></html>',$data);
        $p2 = '#<body class="radio">(.*?)<div class="wrapper grid980">#is';
        $data  = preg_replace($p2,'<body class="radio"><div class="wrapper grid980">',$data);
        $p3 = '#<!--(.*?)-->#is';
        $data  = preg_replace($p3,'',$data);
        $p4 = '#<div class="footer">(.*?)</body></html>#is';
        $data  = preg_replace($p4,'</body></html>',$data);
    echo $data;
    [URL="http://www.mediafire.com/?pububt9eri08ojl"]exit;
    [/URL]

    chỉ cần chỉnh domain oye.vn thành domain của bạn thế là xong!
    Đổi hình nền tìm "https://lh5.googleusercontent.com/-lGKtvKiz2IA/TsSnlC14-_I/AAAAAAAABsk/KJlck0504es/s100/bg1.jpg" đổi hình khác
    Chúc thành công!
    Down file :http://www.mediafire.com/?pububt9eri08ojl
    namtaynguyen, sunset_glowChIpKut3 thích bài này.
  2. Offline

    ChIpKut3

    • Super Moderator

    • ٩(•̮̮̃•̃)۶̶ K̶̶u̶̶C̶̶h̶̶I̶̶p̶ ٩(•̮̮̃•̃)۶
    Số bài viết:
    851
    Đã được thích:
    832
    Điểm thành tích:
    732
    Khi nghe nhạc không kéo Tua qua được hả cậu ?
  3. Offline

    oye.vn

    • Friends

    • fb kìa! yahoo a ít khi online lamwsm nếu có việc cần thì sms 01692691313 thì a sẻ online ^_^
    Số bài viết:
    204
    Đã được thích:
    123
    Điểm thành tích:
    190
    Uh! hình như không được, phiên bản gốc sao thì nó ý vậy http://mp3.zing.vn/radio ... đây chỉ là hàng nhái thôi cậu!
  4. Offline

    ChIpKut3

    • Super Moderator

    • ٩(•̮̮̃•̃)۶̶ K̶̶u̶̶C̶̶h̶̶I̶̶p̶ ٩(•̮̮̃•̃)۶
    Số bài viết:
    851
    Đã được thích:
    832
    Điểm thành tích:
    732
    hj nhái mà có thêm chức năng đó nữa thì hay nhỉ !
  5. Offline

    namtaynguyen

    • Friends

    • ABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABAB
    Số bài viết:
    359
    Đã được thích:
    200
    Điểm thành tích:
    240
    Hay đấy ! tks for Share
  6. Offline

    why

    • Windows 1.0

    Số bài viết:
    31
    Đã được thích:
    15
    Điểm thành tích:
    10
    bản quyền của anh
  7. Offline

    oye.vn

    • Friends

    • fb kìa! yahoo a ít khi online lamwsm nếu có việc cần thì sms 01692691313 thì a sẻ online ^_^
    Số bài viết:
    204
    Đã được thích:
    123
    Điểm thành tích:
    190
    câu này ý là sao nhĩ!
  8. Offline

    why

    • Windows 1.0

    Số bài viết:
    31
    Đã được thích:
    15
    Điểm thành tích:
    10

Chia sẻ trang này

Advertising: Linux system admin | nukeviet | nukeviet 4 | Upload ảnh miễn phí