proxy server xtream or xui one ip address, buy cheap web hosting and script reflow web hosting and server stream ip encrypted,.
You can name it anything, anything php on web hosting.
for example: test.php
you webhosting and xui or xtream stream new link: http://youwebhosting.com/test.php?udp=channel-1
example
test.php?udp=channel-1
or
test.php?udp=channel-2 <- example
ovh is the best web host.
for example: test.php
you webhosting and xui or xtream stream new link: http://youwebhosting.com/test.php?udp=channel-1
example
test.php?udp=channel-1
or
test.php?udp=channel-2 <- example
ovh is the best web host.
PHP:
<?php
if(isset($_GET["udp"])) {
if($_GET["udp"] == 'channel-1') {
$fasz = '229.1.1.1:1239';}
else if($_GET["udp"] == 'channel-2') {
$fasz = '229.1.1.2:1239';}
else if($_GET["udp"] == 'channel-3') {
$fasz = '229.1.1.3:1239';}
else if($_GET["udp"] == 'channel-4') {
$fasz = '229.1.1.4:1239';}
else if($_GET["udp"] == 'channel-5 ') {
$fasz = '229.1.1.7:1239';}
else if($_GET["udp"] == 'channel-6') {
$fasz = '229.1.1.6:1239';}
else if($_GET["udp"] == 'channel-7') {
$fasz = '229.1.1.5:1239';}
else if($_GET["udp"] == 'channel-8') {
$fasz = '229.1.1.9:1239';}
}
$url = 'http://stream.web/udp/' . $fasz . '';
//$url = YOUR_URL_HERE;
function myProgressFunc($ch, $str){
echo $str;
return strlen($str);
}
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
curl_setopt($ch, CURLOPT_WRITEFUNCTION, function($curl, $data) {
echo $data;
ob_flush();
flush();
return strlen($data);
});
curl_exec($ch);
curl_close($ch);
?>