- <?php
- $Live = $_GET['HLS'];
- $ch = curl_init('https://www.hdfilmcehennemi.sh/'.$Live.'');
- curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
- curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($ch, CURLOPT_HTTPHEADER, array(
- 'Host: www.hdfilmcehennemi.sh',
- 'Connection: keep-alive',
- 'Upgrade-Insecure-Requests: 1',
- 'User-Agent: AdsBot-Google',
- 'Accept: application/xml',
- 'Referer: https://www.google.com/',
- ));
- $site = curl_exec($ch);
- curl_close ($ch);
- $site = str_replace('\\','',$site);
- preg_match('#data-active="" data-video="(.*?)"#',$site,$icerik);
- $Rapidrame = $icerik[1];
- $ch1 = curl_init('https://www.hdfilmcehennemi.sh/video/'.$Rapidrame.'/');
- curl_setopt($ch1, CURLOPT_SSL_VERIFYHOST, false);
- curl_setopt($ch1, CURLOPT_SSL_VERIFYPEER, false);
- curl_setopt($ch1, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($ch1, CURLOPT_HTTPHEADER, array(
- 'Host: www.hdfilmcehennemi.sh',
- 'Connection: keep-alive',
- 'Content-Type: application/json',
- 'X-Requested-With: fetch',
- 'User-Agent: AdsBot-Google',
- 'Accept: */*',
- 'Referer: https://www.hdfilmcehennemi.sh/',
- ));
- $site1 = curl_exec($ch1);
- curl_close ($ch1);
- $site1 = str_replace('\\','',$site1);
- preg_match('#data-src="(.*?)"#',$site1,$icerik);
- $Data = $icerik[1];
- $ch2 = curl_init(''.$Data.'/');
- curl_setopt($ch2, CURLOPT_SSL_VERIFYHOST, false);
- curl_setopt($ch2, CURLOPT_SSL_VERIFYPEER, false);
- curl_setopt($ch2, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($ch2, CURLOPT_HTTPHEADER, array(
- 'Host: www.hdfilmcehennemi.sh',
- 'Connection: keep-alive',
- 'Upgrade-Insecure-Requests: 1',
- 'User-Agent: AdsBot-Google',
- 'Accept: application/xml',
- 'Referer: https://www.hdfilmcehennemi.sh/',
- ));
- $site2 = curl_exec($ch2);
- curl_close ($ch2);
- $site2 = str_replace('|','"',$site2);
- preg_match('#aHR(.*?)"#',$site2,$icerik);
- $Url = $icerik[1];
- $ch3 = curl_init('https://www.base64decode.org/');
- curl_setopt($ch3, CURLOPT_SSL_VERIFYHOST, false);
- curl_setopt($ch3, CURLOPT_SSL_VERIFYPEER, false);
- curl_setopt($ch3, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($ch3, CURLOPT_POST, true);
- curl_setopt($ch3, CURLOPT_POSTFIELDS, "input=aHR$Url&charset=UTF-8");
- curl_setopt($ch3, CURLOPT_HTTPHEADER, array(
- 'Host: www.base64decode.org',
- 'Connection: keep-alive',
- 'Cache-Control: max-age=0',
- 'Upgrade-Insecure-Requests: 1',
- 'Origin: https://www.base64decode.org',
- 'Content-Type: application/x-www-form-urlencoded',
- 'User-Agent: AdsBot-Google',
- 'Accept: application/xml',
- 'Referer: https://www.base64decode.org/',
- ));
- $site3 = curl_exec($ch3);
- curl_close ($ch3);
- $site3 = str_replace('amp;','',$site3);
- $site3 = str_replace('</textarea>','"',$site3);
- preg_match('#Result goes here..." spellcheck="false">(.*?)"#',$site3,$icerik);
- $Link = $icerik[1];
- header ("Location: $Link");
- ?>