Kod:
- <?php
- $Live = $_GET['HLS'];
- $ch = curl_init('https://wizler.net/0x00x00xxs101xsdwx010x1010/'.$Live.'.phtml');
- 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: wizler.net',
- 'Connection: keep-alive',
- 'Accept: text/plain, */*; q=0.01',
- 'User-Agent: NetSurf/2.0 (Linux; i686)',
- 'Origin: https://streamwink.com',
- 'Referer: https://streamwink.com/',
- ));
- $site = curl_exec($ch);
- curl_close ($ch);
- $site = str_replace('https://core05-ceefe3ca56c8.herokuapp.com/','',$site);
- preg_match('#whistler = "(.*?)"#',$site,$icerik);
- $Link = $icerik[1];
- header ("Location: $Link");
- ?>
Örnek Link : [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
Bazıları Direk Link, Yani Sabit Olarak Ama Referrer Eklemek Suretiyle Çalışıyor. Diğer Kanallar İçin PHP Kullanabilirsin.