HowTo build your own addon server for the Black Hole image

To build your addon server for Bh images you need an online server/hosting

Prepare your bhp packages using Black Hole image -> BhTools -> Bhp Packager builder
Upload your packages in your online url and chmod all your files 664 (permission read and write for user and group).
Create an xml file named packages.xml and list all packages in it
goto menu -> Black Hole Addons -> Add server and enter the url of your server.

This is the format you have to use for the file packages.xml


Code:
<?xml version="1.0" encoding="UTF-8"?>
<packages>
    <package>
        <category>Skins</category>
        <name>My First Skin</name>
        <description>Light skin in pastel colors</description>
        <filename>myfirstskin_bhp.tgz</filename>
    </package>
    <package>
        <category>Xbmc Plugins</category>
        <name>Navi-X 3.7.6</name>
        <description>Navi-X is a content aggregator app that streams multimedia content on the
internet</description>
        <filename>Navi-X_37_6_bhp.tgz</filename>
    </package>
</packages>
Thanks Shiro