HellaWorld 1.9 Released

2/11/2007

The latest version of HellaWorld, the best web interface available for HellaNZB is now available for download. It contains important bug fixes and some shiny new features.

You can see the changelog for more information or go straight to the HellaWorld page to download it.

There are 14 comments in this article:

  1. 16/11/2007Steve say:

    Blinding bit of code that makes using HellaNZB a true joy! It’s also good to see that the drag and drop reordering is now 100% working too! Many, many thanks!

  2. 21/11/2007Bas say:

    lovely application works perfect!

  3. 22/11/2007Scott say:

    Any chance of adding an upload area for uploading the .NZB to /daemon.queue folder?

    No problem if not. Great bit of coding!

    Cheers,
    Scott

  4. 27/12/2007frying_fish say:

    Any reason why we wouldn’t see the progress bar, and just have the text instead, any module missing or is it disabled in the svn version?

  5. 27/12/2007Cheez say:

    You need the GD extension for the progress bar to work. It should ship with PHP but may need to be activated depending upon your setup.

  6. 30/12/2007BeninSC say:

    What would cause the refresh function not to work automatically or manually? It works on one of my workstations but not on my server. I run Ubuntu 7.10 on my WS and 7.04 on the server if that matters.

    Thanks,

    Ben in SC

  7. 4/01/2008Thibaud say:

    Hi, thanks for these great release.

    For the progress bar, it’s not easier to just use CSS/HTML (a div with a colored background, and a variable width, ie: )? It’s faster, easy to implement and don’t require GD extension :-) .

    Send me a mail if you want some help for implement that.

    Cheers

  8. 4/01/2008Cheez say:

    Actually I have written something similar in testing. That’s why there’s a LoadingAnimation.gif and a LoadingAnimationEmpty.gif in the images directory. I’ve not yet managed to get it working the same in all browsers though, IE and Opera being the two giving me issues. I’ll try and resolve them for the next release though.

  9. 1/02/2008L3R4F say:

    I would like to thank Mr Cheez for his work. I’m using Hellaworld since 2 days and i simply love it :)

  10. 9/05/2008Habskilla say:

    Noob here. I followed http://cheezyblog.net/software/turn-your-freebsd-box-into-a-usenet-downloader/#comments but how do I have to add to Apache to make this active?

    My webroot is /var/www/html

    Thanks

  11. 23/05/2008BobCaTT say:

    Cool application !

    I’ve modified it for :
    1 – receive an email when the download is complete.
    2 – limit the .nzb upload size.

    Please contact me if you want this small patch

  12. 21/08/2008moongloom say:

    BeninSC, I know your comment was a while ago, but I thought others might have the same problem. I fixed my refresh not working by the following. I am on CentOS 5.2. Check your apache error log and you might see errors about an unknown json function. In my case json wasn’t in the php 5 on CentOS. I had to install it manually.

    yum install php-devel
    yum install php-pear
    pecl -d memory_limit=”16M” install json
    service httpd restart

  13. 21/08/2008moongloom say:

    Oops, forgot the following, edit /etc/php.ini

    # Edit /etc/php.ini to enable json
    #In the Dynamic Extensions section:
    ;;;;;;;;;;;;;;;;;;;;;;
    ; Dynamic Extensions ;
    ;;;;;;;;;;;;;;;;;;;;;;
    extension=json.so

  14. 25/08/2008X-DraGoN say:

    Great bit of coding, using it regularly, VERY handy!

Write a comment: