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!

Activate lines and mags on XC V1

lpintuitiv

Extended Member
Ext. Member
Joined
Sep 21, 2019
Messages
8
Reaction score
15
Points
14
Location
Europe - Global Citizen
For those who can't conect lines or mags to V1xx Xtream Codes panel, i have MySQL scripts that automate the process to correct the database.

Many migration do not fill the output format for the lines

To fix it you just check how many user id's you have in DB and just run this code in sql

backup DB first
Truncate database user_output

Paste this into SQL

You have to adjust value 200 to fit your needs ( check the last user_id inside user_output database )

**CODE**

drop procedure if exists doWhile;
DELIMITER //
CREATE PROCEDURE doWhile()
BEGIN
DECLARE i INT DEFAULT 1;
WHILE (i <= 200) DO
INSERT INTO `user_output` (`user_id`, `access_output_id`) values (i, 2);
SET i = i+1;
END WHILE;
END;
//

CALL doWhile();

**END CODE**

You should now have all lines with the selected output format as mpegts

Please hit like if it helps you
 
Last edited:
For those who can't conect lines or mags to V1xx Xtream Codes panel, i have MySQL scripts that automate the process to correct the database.

PM ME and hit like
This forum is not for sale. Is for sharing. If you want post the stuff.
@redhat
 
This forum is not for sale. Is for sharing. If you want post the stuff.
@redhat
You see me selling anything ???
It's something that is dependent of the record numbers in the DB, so it's not fool proof.
I have to know values to change the procedure each time.
I even helped people remotely, ask anyone if i asked for money.

You shoould think twice before acusing people.
 
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