• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn grab trình phát nhạc https Nhaccuatui phiên bản mới nhất

Admin

Well-Known Member
Staff member
Administrator
Hôm nay tuoitreit.vn xin chia sẻ cách grab trình phát nhạc của
Code:
https://nhaccuatui.com
Để grab được bạn làm như sau
Tạo 1 tập tin .php ví dụ tuoitreit.php và dán code sau vào:

PHP:
<?php
$diachi = 'https://www.nhaccuatui.com/bai-hat/xin-loi-vi-da-yeu-nhau-hoai-lam.TemsCB02kc1R.html';
$laydulieu = file_get_contents($diachi);
preg_match_all('/file=(.+?)"/', $laydulieu, $lay);
$laydulieu1 = file_get_contents($lay[1][0]);
$laydulieu1 = htmlspecialchars($laydulieu1);
preg_match_all('/https(.+?)]]/', $laydulieu1, $lay1);
echo '<audio controls autoplay><source src="https'.$lay1[1][0].'" type="audio/mpeg"></audio>';
?>

Mọi thắc mắc vui lòng phản hồi bên dưới
Chúc các bạn thành công!
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top