mirror of
https://github.com/hklcf/MediaFire-Stream-API
synced 2026-01-13 13:24:29 -08:00
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Version: 1.2.0
|
Version: 1.2.1
|
||||||
Author: HKLCF
|
Author: HKLCF
|
||||||
Copyright: HKLCF
|
Copyright: HKLCF
|
||||||
Last Modified: 23/05/2018
|
Last Modified: 22/09/2018
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$url = isset($_GET['url']) ? htmlspecialchars($_GET['url']) : null;
|
$url = isset($_GET['url']) ? htmlspecialchars($_GET['url']) : null;
|
||||||
@@ -23,7 +23,7 @@ if($url) {
|
|||||||
|
|
||||||
$result = file_get_contents($url, false, stream_context_create(['socket' => ['bindto' => '0:0']])); // force IPv4
|
$result = file_get_contents($url, false, stream_context_create(['socket' => ['bindto' => '0:0']])); // force IPv4
|
||||||
|
|
||||||
preg_match('/kNO = "(.*)"/', $result, $matches);
|
preg_match('/<a href=\'(.*)\' onclick=\'DLP_mOnDownload\(this\); return true;\'>/', $result, $matches);
|
||||||
$result = urldecode($matches[1]);
|
$result = urldecode($matches[1]);
|
||||||
|
|
||||||
$output = [];
|
$output = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user