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

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:

daredevil

Extended Member
Ext. Member
Joined
Sep 19, 2019
Messages
42
Reaction score
541
Points
94
Location
UK
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
 

lpintuitiv

Extended Member
Ext. Member
Joined
Sep 21, 2019
Messages
8
Reaction score
15
Points
14
Location
Europe - Global Citizen
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 @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