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

xtreamUI mini-guide fix bug for ubuntu 18.04

jk-team

Extended Member
Ext. Member
Joined
Oct 10, 2019
Messages
102
Reaction score
231
Points
54
Location
Italy
given the problems encountered when installing the panel on ubuntu 18.04 I thought this mini-guide could be useful to you! In the first step the correct installation of the pwd mysql root is illustrated, which for the mysql 5.7 bug in the installation remains empty. In the second step, the correction of the xtreamcodes file for the services autostart.

sudo apt-get install mysql-server
sudo systemctl stop mysql
Next, create a /var/run/mysqld directory to be used by MySQL process to store and access socket file:
$ sudo mkdir -p /var/run/mysqld
$ sudo chown mysql:mysql /var/run/mysqld
Once ready manually start MySQL with the following linux command and options:
$ sudo /usr/sbin/mysqld --skip-grant-tables --skip-networking &
$ [1] 2708
Confirm that the process is running as expected:
$ jobs
[1]+ Running sudo /usr/sbin/mysqld --skip-grant-tables --skip-networking &

At this stage we are able to access MySQL database without password:
$ mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.7.20-1ubuntu1 (Ubuntu)

Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.



Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>
Using the MySQL session first flush privileges:
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
Next, reset root password. The following commands will reset MySQL root password to 12345: <----- replace 12345 with the pwd you chose to insert
mysql> USE mysql;
Database changed
mysql> UPDATE user SET authentication_string=PASSWORD("12345") WHERE User='root'; <----- replace 12345 with the pwd you chose to insert
Query OK, 0 rows affected, 1 warning (0.00 sec)
Rows matched: 1 Changed: 0 Warnings: 1

mysql> UPDATE user SET plugin="mysql_native_password" WHERE User='root';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 1 Changed: 0 Warnings: 0

Quit MySQL session:
mysql> quit
Bye
Gracefully terminate current mysqld process:
$ sudo killall mysqld

Warning! repeat the command several times until you see that the mysql process has been terminated!

At this point the mysql pwd you chose has been correctly set and you can start mysql:

$ sudo systemctl start mysql

another problem found on ubuntu 18.04 is the failed execution of the file /etc/init.d/xtreamcodes on reboot. To overcome this problem, open the files and replace the content with the following:


#!/bin/bash
### BEGIN INIT INFO
# Provides: xtreamcodes
# Required-Start: $all
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Run /etc/init.d/xtreamcodes if it exist
### END INIT INFO
sleep 2
/home/xtreamcodes/iptv_xtream_codes/start_services.sh
exit 0

save the files and type the following 2 commands:

$ sudo update-rc.d xtreamcodes defaults
$ sudo update-rc.d xtreamcodes enable

at this point the content of the file will be executed whenever the server is restarted!

Edited by @urgodfather . Asking for likes is against the rules and can get you banned.
 
Last edited by a moderator:

urgodfather

Banned
Banned
Ext. Member
Joined
Sep 22, 2019
Messages
2,098
Reaction score
5,928
Points
124
Location
neither here, nor there
@jk-team welcome to World of IPTV. Thank you for posting additional pointers that may help some users. Please take a moment and look at the link attached and edit this thread. There is additional information available in my signature if you need assistance as well.

The first post on here has detailed instructions along with pictures..

 
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