Guys isee alot of people having problems with XT setup.
I can tell all you the good news i do it trough bypassing by dns server. its very simple.
apt-get install bind9 dnsutils
cd /etc/bind/
nano xtream-codes.com.db this file with end .db > will be used by bind dns server for bypass
nano named.conf.local > put this so bind knows wich file import and use
nano named.conf.options > check if listen-onv is set on any leave if it is
nano /etc/resolv.conf
disable all nameserver x xx
add new line like this: nameserver youserverpublicip not internal ip. example: nameserver 22,21,41,54
save this file
When finished and everything look like above, just do service bind9 restart
after restart check if your bind9 is working right
write this > nslookup xtream-codes.com
it will show your server ip and the nameserver wich is resolving the domain is your serverip.
after this you dont get the error xtreamcodes pass. if it is giving there is quite fix
duplicate your root session login as root, passwd xtreamcodes just enter now asking for new password put a password in and enter that passwrd on the asking session(installation session) and it will go trough. Also keep in mind you these error comes because of the installation script removes the iptv_pro_panel zip file from temp folder.
The iptv_pro_panel.zip wil be deleted when you go to step where you have to put mysql password. it is not so big issue i will teach you all how this works. will create an video later tonight.
I can tell all you the good news i do it trough bypassing by dns server. its very simple.
apt-get install bind9 dnsutils
cd /etc/bind/
nano xtream-codes.com.db this file with end .db > will be used by bind dns server for bypass
;
; BIND data file for xtream-codes.com
;
$TTL 3h
@ IN SOA ns1.xtream-codes.com. admin.xtream-codes.com. (
1 ; Serial
3h ; Refresh after 3 hours
1h ; Retry after 1 hour
1w ; Expire after 1 week
1h ) ; Negative caching TTL of 1 day
;
@ IN NS ns1.xtream-codes.com.
@ IN NS ns2.xtream-codes.com.
xtream-codes.com. IN MX 10 mail.xtream-codes.com.
xtream-codes.com. IN A 1.2.3.4
ns1 IN A 1.2.3.4
ns2 IN A 1.2.3.4
www IN CNAME xtream-codes.com.
mail IN A 1.2.3.4
ftp IN CNAME xtream-codes.com.
china IN A 1.2.3.4
cms IN A 1.2.3.4
nano named.conf.local > put this so bind knows wich file import and use
zone "xtream-codes.com" {
type master;
file "/etc/bind/xtream-codes.com.db";
};
nano named.conf.options > check if listen-onv is set on any leave if it is
listen-on-v6 { any; };
nano /etc/resolv.conf
disable all nameserver x xx
add new line like this: nameserver youserverpublicip not internal ip. example: nameserver 22,21,41,54
save this file
When finished and everything look like above, just do service bind9 restart
after restart check if your bind9 is working right
write this > nslookup xtream-codes.com
it will show your server ip and the nameserver wich is resolving the domain is your serverip.
after this you dont get the error xtreamcodes pass. if it is giving there is quite fix
duplicate your root session login as root, passwd xtreamcodes just enter now asking for new password put a password in and enter that passwrd on the asking session(installation session) and it will go trough. Also keep in mind you these error comes because of the installation script removes the iptv_pro_panel zip file from temp folder.
The iptv_pro_panel.zip wil be deleted when you go to step where you have to put mysql password. it is not so big issue i will teach you all how this works. will create an video later tonight.