Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download
Resource icon

Resource Xtream Ui Webportal ( Open Source) v3

Register & Get access to index

johnyraid

Extended Member
Ext. Member
Joined
Oct 2, 2019
Messages
61
Reaction score
203
Points
44
Location
Ukraine
Installed on Cpanel at the end, didn't want to install with Brainy panel for example. But after that still have same problem of user can't be found. Will take a look at the code today and will update. But I'm sure it's up to my security redirect settings on the panel itself.
Eventually fixed the problem of connection with redirecting port 8000 to port 80 as the default 8000 disabled on the hosting...|
Checking down the system. Still facing issue with bouquet change and some more. Will take the player and will make further development as the author posted is as Open source.
 

denizliplay

Extended Member
Ext. Member
Joined
Oct 4, 2019
Messages
43
Reaction score
353
Points
64
Location
Austria
Eventually fixed the problem of connection with redirecting port 8000 to port 80 as the default 8000 disabled on the hosting...|Eventually fixed the problem of connection with redirecting port 8000 to port 80 as the default 8000 disabled on the hosting...|
Checking down the system. Still facing issue with bouquet change and some more. Will take the player and will make further development as the author posted is as Open source.
I guess this could be your problem. Since the IP address given to you is not the IP address of the host machine, it does not work with the shared hosting IP address.
Please check the ip address with the codes below (some companies show the ip address of the host machine with this code.
Throw the codes I gave in the bottom section to the server where you set up the portal.

server.php
PHP:
<?php

$host= gethostname();

$ip = gethostbyname($host);



echo $ip;

    ?>

You can check if the api is working or not with these codes.
and change what I wrote below.

http://dnsadress: port/
$kullaniciadi = "username
$kullanicipass = "password";

apitest.php

PHP:
<?php
   
    function _curl($url, $data){
       
        $curl = curl_init();
        curl_setopt_array($curl, array(
            CURLOPT_RETURNTRANSFER => 1,
            CURLOPT_URL => $url,
            CURLOPT_USERAGENT => 'Web Panel',
            CURLOPT_POST => 1,
            CURLOPT_SSL_VERIFYPEER => 0,
            CURLOPT_HTTPAUTH => CURLAUTH_BASIC,
            CURLOPT_CONNECTTIMEOUT => 5,
            CURLOPT_TIMEOUT => 3,
            CURLOPT_HTTPHEADER => array('Accept: application/json'),
            CURLOPT_POSTFIELDS => http_build_query($data),
            CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4
        ));
        $resp = curl_exec($curl);
        curl_close($curl);
       
        return $resp;

    }

define("apidir", "http://dnsadress:port/");
$expire_date = strtotime( "+1 second" );
$bouquet_ids = "";
   
                                    $kullaniciadi = "username";
                                   
                                    $kullanicipass = "password";
                                     
                                    $post_data = array( 'username' => $kullaniciadi, 'password' => $kullanicipass );    
                               
                                    $resp = _curl(apidir . "api.php?action=user&sub=info", $post_data);

                                    $kullanicidata = json_decode($resp, true);
                                   
                                    print_r($kullanicidata);


If you check testapi.php and a white screen appears, the api is not active.
When you enter valid membership information
If you see the codes starting with Array =>, it means your ap is working and the bouquets mag entry will work properly.
 
Last edited:

johnyraid

Extended Member
Ext. Member
Joined
Oct 2, 2019
Messages
61
Reaction score
203
Points
44
Location
Ukraine
I guess this could be your problem. Since the IP address given to you is not the IP address of the host machine, it does not work with the shared hosting IP address.
Please check the ip address with the codes below (some companies show the ip address of the host machine with this code.
Throw the codes I gave in the bottom section to the server where you set up the portal.

server.php
PHP:
<?php

$host= gethostname();

$ip = gethostbyname($host);



echo $ip;

    ?>

You can check if the api is working or not with these codes.
and change what I wrote below.

http://dnsadress: port/
$kullaniciadi = "username
$kullanicipass = "password";

apitest.php

PHP:
<?php
  
    function _curl($url, $data){
      
        $curl = curl_init();
        curl_setopt_array($curl, array(
            CURLOPT_RETURNTRANSFER => 1,
            CURLOPT_URL => $url,
            CURLOPT_USERAGENT => 'Web Panel',
            CURLOPT_POST => 1,
            CURLOPT_SSL_VERIFYPEER => 0,
            CURLOPT_HTTPAUTH => CURLAUTH_BASIC,
            CURLOPT_CONNECTTIMEOUT => 5,
            CURLOPT_TIMEOUT => 3,
            CURLOPT_HTTPHEADER => array('Accept: application/json'),
            CURLOPT_POSTFIELDS => http_build_query($data),
            CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4
        ));
        $resp = curl_exec($curl);
        curl_close($curl);
      
        return $resp;

    }

define("apidir", "http://dnsadress:port/");
$expire_date = strtotime( "+1 second" );
$bouquet_ids = "";
  
                                    $kullaniciadi = "username";
                                  
                                    $kullanicipass = "password";
                                    
                                    $post_data = array( 'username' => $kullaniciadi, 'password' => $kullanicipass );   
                              
                                    $resp = _curl(apidir . "api.php?action=user&sub=info", $post_data);

                                    $kullanicidata = json_decode($resp, true);
                                  
                                    print_r($kullanicidata);


If you check testapi.php and a white screen appears, the api is not active.
When you enter valid membership information
If you see the codes starting with Array =>, it means your ap is working and the bouquets mag entry will work properly.
Thank you my friend for the support, I never told that it's application problem, it's just my server streaming port is 8000 but it's locked on the shared hosting, since you advised to install on cPanel, I had to do it on shared hosting. But problem fixed by rerouting 80port requests to 8000 - all working fine.
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Kennydope

Extended Member
Ext. Member
Joined
Sep 23, 2019
Messages
54
Reaction score
117
Points
44
Location
Eu
Hello congratulations for your work. I installed it on a hosting with cpanel, everything works fine only if I use the real IP of the xc main , the dns that I use for streaming is over cdn and if I put the dns I can not enter in the web tv;

on some channels like FHD 1080 I have this error message


don't use ssl
 

bolero2004

Extended Member
Ext. Member
Joined
Sep 21, 2019
Messages
91
Reaction score
124
Points
54
Location
greece

denizliplay


hello, how we can install it without cpanel???? i dont want any panel on my server.

i try to install it and i get http error 500.
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Radyocu

Extended Member
Ext. Member
Joined
Sep 20, 2019
Messages
69
Reaction score
167
Points
44
Location
Turkey
How can I turn off ssl in codes? https redirects and channels are not opening
 

mazeszr

Basic Member
Basic Member
Joined
Apr 27, 2022
Messages
10
Reaction score
0
Points
4
Location
frankfurt
I removed the SSLs of the site and the live streams are playing now but when changing channels, the live channel that just worked can give ERROR: 232403 on the player. And suddenly most of the channels give the same error. To fix this, i have to logout and login back. And this thing keeps repeating. I wonder if I had to do something else instead of completely deleting the SSL? Or is there another problem? Thanks a lot bro.
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

mazeszr

Basic Member
Basic Member
Joined
Apr 27, 2022
Messages
10
Reaction score
0
Points
4
Location
frankfurt
An moderator friend deleted the download link. I wonder why
abi how can i download that can u send me a direct message

I removed the SSLs of the site and the live streams are playing now but when changing channels, the live channel that just worked can give ERROR: 232403 on the player. And suddenly most of the channels give the same error. To fix this, i have to logout and login back. And this thing keeps repeating. I wonder if I had to do something else instead of completely deleting the SSL? Or is there another problem? Thanks a lot bro.
Actually i download that webplayer from github (bulutdeveloper) and now i have this problem i quoted. And btw i cant use that webplayer on IOS and MACOS safaris. The player dont works on safari browsers.
 

denizliplay

Extended Member
Ext. Member
Joined
Oct 4, 2019
Messages
43
Reaction score
353
Points
64
Location
Austria
The reason why the player is giving an error. because the broadcasts work with HLS output. a channel you are open to. 1 minute does not fall from the live connections section. it is due to this. I will provide update for safari and ios.
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

mazeszr

Basic Member
Basic Member
Joined
Apr 27, 2022
Messages
10
Reaction score
0
Points
4
Location
frankfurt
The reason why the player is giving an error. because the broadcasts work with HLS output. a channel you are open to. 1 minute does not fall from the live connections section. it is due to this. I will provide update for safari and ios.
I got it abi. Are you also considering adding a Flowplayer option? Thanks lot of.

I can't bro. When i click download button i get "You've already downloaded 0 resource, your daily resource download limit is 0" error
 

yamcell

Extended Member
Ext. Member
Joined
Nov 11, 2019
Messages
139
Reaction score
163
Points
54
Location
dr
hi Nice work. can this web Player play m3u8 insted ts
 

Youmeirean

VIP Member 3M
VIP Member 3M
Ext. Member
Joined
Jan 17, 2020
Messages
75
Reaction score
30
Points
29
Location
Myahbell1234
Hello there. As the owner of Bulutdeveloper.net. We offer Webportal software free of charge. Don't pay anyone unnecessary credit or fees.

cPanel Recommended !.

ltNn2.png

ltcKn.png

lttf0.png

ltBiF.png

ltgUz.png

ltx4G.png

ltPmY.png

lt5oJ.png

ltRc5.png

ltGS6.png


System features;

  • WebTV Feature (TV, Movies, Series)
  • Normal membership and login with MAG Mac address.
  • User Guide (Installation Methods).
  • Customer can send Auto Smart IPTV list.
  • Customer can arrange Bouquet / Channel himself.
  • Customer can see IPTV Links.
  • Members logged in with MAG Mac can view their username and password for the phone
  • Different Player on TV and Movies
  • Member entries are verified by Google reCAPTCHA v3
  • Turkish and English language (You can add the language you want to add with the country abbreviation /lang/xx.php).

SETUP;

  1. Transfer your files to your ftp.
  2. Create a new database from your hosting panel.
  3. You can install it automatically via http://site.com/install.
ADMIN LOGIN INFORMATION; (Standart);

  • Admin Panel : www.domainadiniz.com/panel (You can change the Panel Folder name as you wish.)
  • Username : you specified in the setup
  • Passwort : you specified in the setup
cant save bouquet error is all i get everything loads the database sees iv added bouquets but it will not enable them any ideas
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

evox

Basic Member
Basic Member
Joined
Aug 24, 2022
Messages
25
Reaction score
6
Points
14
Location
Portugal
this isn't updated for more than 2 years
 

mazeszr

Basic Member
Basic Member
Joined
Apr 27, 2022
Messages
10
Reaction score
0
Points
4
Location
frankfurt
The reason why the player is giving an error. because the broadcasts work with HLS output. a channel you are open to. 1 minute does not fall from the live connections section. it is due to this. I will provide update for safari and ios.
Hi abi, I lost your number because I changed my phone. If you see this message, can you contact me? Thanks.
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock