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 V2 database SQL to XC V1 database SQL TOOL CONVERTER!

it expla

I already explained in my previous reply. here its again for you.
just dump all php files on /root. put your mysql db pass on config.php and run the command. your new sql files on be /root



it is not clear well explains step by step what you mean
put your mysql db on config.php and execute the command
 
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
yeah please someone explain setp by step what all we should do to implement theses scripts and databases its not clear that we have to put all the files on root folder then run config.php file please someone can clearly can explain the steps??????
 
If someone has a complete v2 db (can be fake data as long as all the tables are filled in) and v1 db with every category filled and they send them to me I can finish this script.
 
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
Hello,

this it that what i had do step by step

download files

01_member_groups.php
02_reg_users.php
03_stream_categories.php (is not in DL File)
04_streams.php
05_packages.php
08_bouquets.php
09_users.php
10_mag_devices.php
config.php

- you put this file on /root
- than you open winscp go to config.php (/root), and open the file, at the place where you see "passwd" you enter the passwd from your database, close and safe

<?php


$conn = new mysqli("127.0.0.1", "root", "passwd", "xtream_iptvpro");

/* check connection */
if (mysqli_connect_errno()) {
printf("Connect failed: %s\n", mysqli_connect_error());
exit();
}

- than you open putty (ssh)login to your server and put the comands, than you become the same data as sql

01_member_groups.sql
02_reg_users.sql
03_stream_categories.php (is not in DL File)
04_streams.sql
05_packages.sql
08_bouquets.sql
09_users.sql
10_mag_devices.sql

so you use phpmyadmin to import the files

is this right?

but for me not work , after i had put my batabase on the server panel is ok, only "managed stream" ther are nothing

can anywhere help about this problem ?


thx
 
Working

From xtream server V2 go in ssh the you still have a running server

mysqldump -pYourpassword --user=root xtream_iptvpro member_groups > member_groupsbackupV2.sql
mysqldump -pYourpassword --user=root xtream_iptvpro reg_users > reg_usersbackupV2.sql
mysqldump -pYourpassword --user=root xtream_iptvpro streams > streamsbackupV2.sql
mysqldump -pYourpassword --user=root xtream_iptvpro packages > packagesbackupV2.sql
mysqldump -pYourpassword --user=root xtream_iptvpro bouquets > bouquetsbackupV2.sql
mysqldump -pYourpassword --user=root xtream_iptvpro users > usersbackupV2.sql
mysqldump -pYourpassword --user=root xtream_iptvpro mag_devices > mag_devicesbackupV2.sql

Download files and inset the tables in xtream iptvpro v1,6 with use of phpmyadmin
Drop the tabel before you import

Run the php files and vupti you have alle your magdevices and user in XC v1,6
 
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
Asking for Likes. and banned for 3 Days ! Now you have enough time to read the Rules !
Uaoo super
Please give me some likes
 
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