dreambox

HOW TO : add more servers to your Addons

Share on Facebook0Tweet about this on TwitterShare on Google+0Digg thisShare on Tumblr0Email this to someone

How to add more servers to your Addons

” Since Gemini canceled the support for older images all people who have a clone
and use an older Gemini Image they have now to install all your addons manually
but after this you can add more servers where you can download all your addons
and install them over the server. I have tested only on Gemini perhaps it work on
other images like nabilo or other.

Open your DCC and go to var/tuxbox/config
in that folder right button on useraddon.xml
and chose edit select all and replace with this

Code:
<?xml version=”1.0″ encoding=”iso-8859-1″ ?>
<item>
<item name=”HackSat Addons” url=”www.dvbfiles.com/camd/cam40.xml”/>
<item name=”Dream Devils Server” url=”www.moonbeamonline.com/dd/addon_server/ddserver.xml”/>
<item name=”Marahib SAT Team” url=”www.marahibsat.com/Plugins/Plugin/MS-Server.xml”/>
<item name=”Luxsat 4.0″ url=”www.luxsat.eu/hpengine/download_files/luxsatcam4.xml”/>
</item>
<!– example test.xml:
description = optional
creator = optional
pic = Preview optional
md5 = MD5 Checksum optional
optional-settings 2=Reboot-Box 3=Restart-Enigma 4=Reload Seetings
<list>
<Plugin>
<content>
<name>example</name>
<url>example/example.tar.gz</url>
<description>description</description>
<creator>all</creator>
<pic>example/example.jpg</pic>
<size>523000</size>
<md5>b9218bc1c7b71b705d7fd7f2f0dd80c6</md5>
<option></option>
</content>
</Plugin>
</list>
–>

Now your servers are online and you can download all you need and install ”

1 Comment. Leave new

dreambox 500s,7000 (Compatible Enigma1)
/var/tuxbox/config/useraddon.xml or /var/etc/useraddon.xml

<?xml version="1.0" encoding="iso-8859-1" ?>
<item>
<item name="Kipco Enigma1" url="http://www.kipco.tk/e1addons.xml"/&gt;
</item>

dreambox 600,7020 ( compatibles E1 & E2)
/etc/useraddon.xml or /var/tuxbox/config/useraddon.xml (it depend to your BOX)

<?xml version="1.0" encoding="iso-8859-1" ?>
<item>
<item name="Kipco Enigma1" url="http://www.kipco.tk/e1addons.xml"/&gt;
<item name="Kipco Enigma2" url="http://www.kipco.tk/e2addons.xml"/&gt;
</item>

Enjoy!!

You must be logged in to post a comment.