Hi all i am trying to test this on my local system, and am wondering if i am editing the config files correctly.
This is what i have done but keep getting. (Server didn't generated any reply. Please try later #2)
/----- CORS -----/
// Change on false if iptv provider has the Access-Control-Allow-Origin set on "" or allows your player domain.
Leave on "true" in the other case. Player will use "proxy.php" file to manage the requests. */
window.cors = true; //false
I am sure its just me being stupid but thanks in advance for any help.
Hi all i am trying to test this on my local system, and am wondering if i am editing the config files correctly. This is what i have done but keep getting. (Server didn't generated any reply. Please try later #2)
CONFIG.PHP $db_url = "mysql://192.168.1.221:7999/"; $db_name = "xtream_iptvpro"; //database name $db_username = "user_iptvpro"; //database account username $db_password="database password"; //database account password
CONFIG.JS /----- DNS -----/ //Iptv provider dns url (for example "http://domain.com:80") window.dns = "http://192.168.1.221:25461";
/----- CORS -----/ // Change on false if iptv provider has the Access-Control-Allow-Origin set on "" or allows your player domain. Leave on "true" in the other case. Player will use "proxy.php" file to manage the requests. */ window.cors = true; //false
I am sure its just me being stupid but thanks in advance for any help.