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