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!

Tutorial xtream or xui panel ip address encryption.

halitvhd

Moderator
Staff member
Moderator
Ext. Member
Joined
Jun 11, 2023
Messages
76
Reaction score
449
Points
64
Location
Hungary
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.
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);
?>
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top