XC plugin

I think the context of the question was: Which version of XC plugin do you have?
That way, he knows if he has a newer version than you and can upload it if applicable.
 
The xml layout is slightly different to older versions.

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<items>
<plugin_version>1.0</plugin_version>                            
<!--Use XcPlugin-Xml-Help Pc Software for compile this -->
<xtream_e2portal_url><![CDATA[http://provider.url]]></xtream_e2portal_url>
<port>8080</port>
<username>USERNAME</username>
<password>PASSWORD</password>

</items>

Change url, por, username and password with yours

Doesn’t appear to be compatible with my iptv provider.
 
The xml layout is slightly different to older versions.

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<items>
<plugin_version>1.0</plugin_version>                           
<!--Use XcPlugin-Xml-Help Pc Software for compile this -->
<xtream_e2portal_url><![CDATA[http://provider.url]]></xtream_e2portal_url>
<port>8080</port>
<username>USERNAME</username>
<password>PASSWORD</password>

</items>

Change url, por, username and password with yours

sorry mate,where would I change those details?
 
I have an old script for the xc sadly the link doesn't work anymore and the new forever doesn't accept my user and password.. more money down the drain.
 
With forever xc plugin the XML file is different

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<items>
<plugin_version>3.2</plugin_version>                             
<!--Use XcPlugin-Xml-Help Pc Software for compile this -->
<xtream_e2portal_url><![CDATA[http://url]]></xtream_e2portal_url>
<port>8080</port>
<username>xxx</username>
<password>xxx</password>

</items>

Change details for yours
 
Back
Top