Script SMART STB V3
Smart STB script intended for customers and resellers of streaming movies, channels and series. This product is intended for server owners or resellers. Installation performed on a VPS server. Compatible players: SMART STB IVI DUPLEX IPTV PORTAL IPTV SMARTUP SSIPTV DOCE TV3Download and Instructionz
sudo apt-get update -y<br><br>sudo apt install nginx<br><br>sudo ufw app list<br><br>sudo ufw allow 'Nginx HTTP'<br><br>sudo ufw status<br><br>systemctl status nginx<br><br>Tecle a letra q para sair<br><br>sudo apt-get install bind9 php7.2-fpm php7.2-common php7.2-mbstring php7.2-xmlrpc php7.2-soap php7.2-gd php7.2-xml php7.2-intl php7.2-mysql php7.2-cli php7.2-zip php7.2-curl<br><br>enviar os arquivos via ftp<br><br> mudar o dns no config.php<br> substituir a pasta nginx = /etc/nginx<br> substituir os arquivos da bind e mudar ip= /etc/bind<br> mandar os arquivos da pasta stb para = /var/www/html<br> apagar os arquivos index.html<br> mandar os arquivos da pasta stb para = /usr/share/nginx/html<br> apagar os arquivos index.html<br> <br>reiniciar os serviços: nginx e Bind 9<br> -> sudo service nginx restart<br> -> sudo service bind9 restart