- Status
- Hardcoded
This Thread had not been rated yet
This will create a Stalker portal away from your main service which users can then use via their STB's or other apps.
Requirements: Clean VPS
Instructions:
Note: The Script has been deZendered so may have some faults - nothing unfixable.
Requirements: Clean VPS
Instructions:
via SSH
sudo apt-get update -y
sudo apt install nginx
sudo ufw app list
sudo ufw allow 'Nginx HTTP'
sudo ufw status
systemctl status nginx
(Press Q to exit)
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
then via FTP
Change DNS's in
config.php
Replace
nginx
folder in /etc/nginx
Replace
bind
folder and change IP in /etc/bind
Upload files from
stb
folder to /var/www/html
Delete
/index.html
Upload files from
stb
folder to /usr/share/nginx/html
Delete
/index.html
finally via SSH
sudo service nginx restart
sudo service bind9 restart
Note: The Script has been deZendered so may have some faults - nothing unfixable.
This Thread had not been rated yet