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!

How to import XS 2.9 database into XS 1.06?

You need to extract the data table by table and import removing any columns that are no longer applicable.
 
just download you database from php and upload it
 
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
What i did was extract table by table export them in .csv file and recopy one by one. db of 2.9 had more fields in user, mag tables. so no mass transfer table to table.
 
import db xtream 2 in same istance mysql and call this db xtream_old

user

INSERT INTO xtream_iptvpro.users (id, member_id, username, password, exp_date, admin_enabled, enabled, admin_notes, reseller_notes, bouquet, max_connections, is_restreamer, allowed_ips, allowed_ua, is_trial, created_at, created_by, pair_id, is_mag, force_server_id, is_isplock, as_number, isp_desc, forced_country, is_stalker) select id, member_id, username, password, exp_date, admin_enabled, enabled, admin_notes, reseller_notes, bouquet, max_connections, is_restreamer, allowed_ips, allowed_ua, is_trial, created_at, created_by, pair_id, is_mag, force_server_id, CASE wHEN is_isplock = null THEN "0" Else "0" END is_isplock, CASE wHEN as_number = null THEN "" Else "" END as_number, CASE wHEN isp_desc = null THEN "" Else "" END isp_desc, forced_country as fotickets_repliesrced_country , is_stalker from xtream_old.users



reg user


insert into xtream_iptvpro.reg_users (id, username, password , email, ip, date_registered, verify_key, last_login, member_group_id, verified, credits, notes, status, default_lang )
SELECT id, username, password , email, ip, date_registered, verify_key, last_login, member_group_id, verified, credits, notes, status, default_lang from xtream_old.reg_users






if you want i will pass query for streaming and bouquet
 
Last edited:
import db xtream 2 in same istance mysql and call this db xtream_old

user

INSERT INTO xtream_iptvpro.users (id, member_id, username, password, exp_date, admin_enabled, enabled, admin_notes, reseller_notes, bouquet, max_connections, is_restreamer, allowed_ips, allowed_ua, is_trial, created_at, created_by, pair_id, is_mag, force_server_id, is_isplock, as_number, isp_desc, forced_country, is_stalker) select id, member_id, username, password, exp_date, admin_enabled, enabled, admin_notes, reseller_notes, bouquet, max_connections, is_restreamer, allowed_ips, allowed_ua, is_trial, created_at, created_by, pair_id, is_mag, force_server_id, CASE wHEN is_isplock = null THEN "0" Else "0" END is_isplock, CASE wHEN as_number = null THEN "" Else "" END as_number, CASE wHEN isp_desc = null THEN "" Else "" END isp_desc, forced_country as fotickets_repliesrced_country , is_stalker from xtream_old.users



reg user


insert into xtream_iptvpro.reg_users (id, username, password , email, ip, date_registered, verify_key, last_login, member_group_id, verified, credits, notes, status, default_lang )
SELECT id, username, password , email, ip, date_registered, verify_key, last_login, member_group_id, verified, credits, notes, status, default_lang from xtream_old.reg_users






if you want i will pass query for streaming and bouquet

could you process for for streaming , package ,reseller, and bouqet

thx
 
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
for mag device need migrate

thank you
 
mysqldump: Got error: 1049: Unknown database 'xtream_iptvpro.users' when selecting the database
 
yes in same istance mysql import dump xtream 2 in dabase xtream_iptvpro
 
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