Ceci est une ancienne révision du document !


HELLAWORLD

HellaWorld est une interface web en PHP pour HellaNZB

http://trac.cheezyblog.net/wiki/HellaWorldRequirements

Voir les documentations lamp et lamp_bis pour l'installation d'apache et de PHP.

Depuis l'archive tar.gz

cd /var/www/ # se placer dans le repertoire usuel pour les sites apaches
wget http://cheezyblog.net/wp-content/uploads/2007/04/hellaworld-1.8.tar.gz # Télécharger l'archive
tar xvf hellaworld-1.8.tar.gz # Décompresser l'archive
mv config-sample.php config.php # Renommer le fichier de configuration

Depuis subversion

cd /var/www/ # se placer dans le repertoire usuel pour les sites apaches
mkdir hellaworld # creation d'un repertoire hellaworld
svn co http://svn.cheezyblog.net/hellaworld/trunk/ hellaworld # Se connecter au serveur SVN et rappatrier les données dans le repertoire hellaworld
mv config-sample.php config.php # Renommer le fichier de configuration

Editer et adapter le config.php en fonction de votre configuration hellanzb.

        $config = array(
                'host'                  =>      'localhost',    // The address HellaNZB is running on.
                'port'                  =>      '8760',                 // The port HellaNZB is listening on.
                'username'              =>      'hellanzb',             // This                    is usually hardcoded as hellanzb and shouldnt need changing
                'password'              =>      'changeme',             // The password specified in hellanzb.conf
                'showfinished'  =>      true,                   // Show finished                                              items, see README for details
                'language'              =>      'en_GB',                // The language code HellaWorld should use
        );

Laisser par défaut si votre installation hellanzb n'a pas été personnalisée.

Vous pouvez maintenant vous rendre sur votre interface HellaWorld pour télécharger sur les serveurs usenet binaires de façon plus aisée.

Vous avez la possibilité d'ajouter un téléchargement par l'ID ou l'URL du NZB Newzbin.


Site officiel : http://cheezyblog.net/software/hellaworld/

  • hellaworld.1192727224.txt.gz
  • Dernière modification: Le 18/04/2011, 14:44
  • (modification externe)