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!

XC Reborn

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
var is working in / www / html folder. Despite all the efforts I was not logged in.
on the ondemand.php file you need to correct mysql connection
change this
Code:
  $conn = new mysqli(MYSQL_SERVER, $username, $password, MYSQL_DATABASE, MYSQL_PORT);
to this
Code:
    $conn = new mysqli(MYSQL_SERVER, MYSQL_USERNAME, MYSQL_PASSWORD, MYSQL_DATABASE, MYSQL_PORT);
 
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
on the ondemand.php file you need to correct mysql connection
change this
Code:
  $conn = new mysqli(MYSQL_SERVER, $username, $password, MYSQL_DATABASE, MYSQL_PORT);
to this
Code:
    $conn = new mysqli(MYSQL_SERVER, MYSQL_USERNAME, MYSQL_PASSWORD, MYSQL_DATABASE, MYSQL_PORT);
thank you I have logged in now. but I can't see any mind on the panel. Is there another setting?
 
thank you I have logged in now. but I can't see any mind on the panel. Is there another setting?
you need to open phpmyadmin and execute this

Code:
ALTER TABLE xtream_iptvpro.streams
ADD COLUMN on_demand TINYINT(1) NULL DEFAULT '0' AFTER added,
ADD COLUMN sh_called TINYINT(1) NULL DEFAULT '0' AFTER on_demand;

but i dont see any use for this its just adding 2 COLUMN on_demand and sh_called to the table streams
the interface allow you to enable or disable 0 or 1
this wont help you get ondemand working on XC......
 
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
you need to open phpmyadmin and execute this

Code:
ALTER TABLE xtream_iptvpro.streams
ADD COLUMN on_demand TINYINT(1) NULL DEFAULT '0' AFTER added,
ADD COLUMN sh_called TINYINT(1) NULL DEFAULT '0' AFTER on_demand;

but i dont see any use for this its just adding 2 COLUMN on_demand and sh_called to the table streams
the interface allow you to enable or disable 0 or 1
this wont help you get ondemand working on XC......

fascinated by your knowledge.
I have one small question.
This file does not exist in the system.
updateondemand.php
 
fascinated by your knowledge.
I have one small question.
This file does not exist in the system.
updateondemand.php
yes i already posted the same question and someone replayed with ON_DEMAND is officepanel again, NOT xc reborn
 
help,
updateondemand.php

not found
 
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