Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Request Vaughn.live Script Request

this is your request
use like that and you can get name from link


PHP:
<?php
$name = @$_GET['name'];
// thirdparty
$url = 'https://vaughn.live/'.$name;
$stream = vaughn($url);
$mp4ServerNode = explode('mp4ServerNode = "',$stream);
$mp4ServerNode = $mp4ServerNode[1];
$mp4ServerNode = explode('";',$mp4ServerNode);
$mp4ServerNode = $mp4ServerNode[0];
$mp4StreamName = explode('var mp4StreamName = "',$stream);
$mp4StreamName = $mp4StreamName[1];
$mp4StreamName = explode('";',$mp4StreamName);
$mp4StreamName = $mp4StreamName[0];
$mp4StreamUrl = explode('var mp4StreamUrl = "', $stream);
$mp4StreamUrl = $mp4StreamUrl[1];
$mp4StreamUrl = explode('";', $mp4StreamUrl);
$mp4StreamUrl = $mp4StreamUrl[0];
$stream = str_replace('{mp4Server}',$mp4ServerNode,$mp4StreamUrl);
$stream = str_replace('{streamName}',$mp4StreamName,$stream);
header("location: ".$stream);


function vaughn($url){
$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');

curl_setopt($ch, CURLOPT_ENCODING, 'gzip, deflate');

$headers = array();
$headers[] = 'Authority: vaughn.live';
$headers[] = 'Upgrade-Insecure-Requests: 1';
$headers[] = 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36';
$headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8';
$headers[] = 'Referer: https://vaughn.live/browse';
$headers[] = 'Accept-Language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,ar;q=0.6';
$headers[] = 'Cookie: __cfduid=d034db617a84f58e7c838cd5d170cf3bc1574550412; _ga=GA1.2.181562858.1574550423; _gid=GA1.2.847575695.1574550423; __qca=P0-2072097094-1574550423565; __abvs=MTU3NDU2OTA5MA%3D%3D; _gat_gtag_UA_24793147_23=1';
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);

$result = curl_exec($ch);
if (curl_errno($ch)) {
    echo 'Error:' . curl_error($ch);
}
curl_close($ch);
return $result;  
}
it don't work
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
The code runs perfectly but the m3u8 URL which is generating I suppose it is wrong.

The output of the stream has to be like this https://stream-cdn.vaughnsoft.net/play/live_pcmusicradio.flv?s=H-Ubp1ZloTZcJiB6_VnePQ&e=1574612970, but i don't understand how it creates the values for ?s= and e=
It is a javascript script which on the page that generates the s= and e= values,
JavaScript:
mp4StreamUrl = "https://" + mp4ServerNode + "/play/" + mp4StreamName + ".flv?s=" + window.vs_rct + "&e=" + window.vs_rct_e; \
BUT, i do not have an idea where is the .js code which has the algorithm from these two variables
 
It is a javascript script which on the page that generates the s= and e= values,
JavaScript:
mp4StreamUrl = "https://" + mp4ServerNode + "/play/" + mp4StreamName + ".flv?s=" + window.vs_rct + "&e=" + window.vs_rct_e; \
BUT, i do not have an idea where is the .js code which has the algorithm from these two variables
so is it working for you are you able to play the video?
 
so is it working for you are you able to play the video?
No, it isn't, because the m3u8 url which is extracting the PHP code is wrong.
_ The result which is giving now the PHP code is this: https://stream-cdn.vaughnsoft.net/p...lq0OFijFQ&expires=1574638043&ip=37.60.244.212, i have tested it and doesn't work.

I inspected the network in vaungh streams and i saw that the URL that plays the player is this: https://stream-cdn.vaughnsoft.net/play/live_pcmusicradio.flv?s=pTNBrhe6mm5Bn2BWaYBHOg&e=1574615462.
It has to variables (s= and e=) totally different from the URL that is extracting the PHP code. The way which is using the website to generate that values is calling this javascript code
JavaScript:
mp4StreamUrl = "https://" + mp4ServerNode + "/play/" + mp4StreamName + ".flv?s=" + window.vs_rct + "&e=" + window.vs_rct_e; \,
but what i don't understand where is defined window.vs_rct in another part of the document.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top