J2TEAM Security: A must-have extension for Chrome users. Install now!

Share code get link download MediaFire

Share code get link download MediaFire | Juno_okyo's Blog
 <?php
if(isset($_GET['url'])){
    $source = file_get_contents($_GET['url']);// Get source html của link mediafire
    $dl  = explode('kNO = "',$source);// Tách chuỗi để lấy link
    $dl  = explode('";',$dl[1]); // Kết thúc của chuỗi
    header('location: '.$dl[0]); // Dùng hàm header để chuyển tới link download trực tiếp của mediafire
}
?> 
Leader at J2TEAM. Website: https://j2team.dev/

Đăng nhận xét

Cảm ơn bạn đã đọc bài viết!

- Bạn có gợi ý hoặc bình luận xin chia sẻ bên dưới.

- Hãy viết tiếng Việt có dấu nếu có thể!