Currently Browsing: Usenet


Download2day.nl increases retention to 400 days!

Check it out!

Pretty unique for a usenet provider. 400 days retention!



Virusscan (ClamWin) Script for SABnzbd

This script will automatically virus scan downloaded files using the free ClamWin Antivirus package. These instructions are for SABnzbd on Windows.

It will prefix the directory with _VIRUS_ when a virus is found in the downloaded stuff, it won’t delete files but just reminds you that you’ve downloaded hazardous stuff :)

To set this up follow the these steps:

  1. Go to http://your_host:port/sabnzbd/config/directories/
  2. Configure the ‘Folder Containing the User Scripts’ to point to a (possibly new) existing folder.
  3. Go to that folder (using explorer) and create an new text document there and name it ‘clamwinscan.bat’ edit it, and paste the following content:
    @echo off
    set name=%3
    set name=%name:"=%
    set dirname=%1
    set dirname=%dirname:"=%
    
    "C:\Program Files (x86)\ClamWin\bin\clamscan.exe" --tempdir "c:tempclamscan" --keep-mbox --stdout --database="C:\ProgramData\.clamwin\db" --log="c:\temp\clamscan.log" --no-mail --infected --max-files=500 --max-scansize=150000M --max-recursion=5 --max-filesize=100000M --recursive --kill "%dirname%"
    
    @echo %errorlevel%
    if not errorlevel 1 goto novirus
    goto virus
    
    :virus
    echo virus found!
    echo ___WARNING VIRUS FOUND___ > "%dirname%___WARNING VIRUS FOUND___"
    rem make sure the drive letter below matches your download destination drive!!
    c:
    cd "%dirname%"
    cd..
    move "%name%" "_VIRUS_%name%"
    goto end
    
    :novirus
    echo no virus found!
    goto end
    
    :end
  4. Make sure you change the paths of the clamwin installation, database, tempdir, log and drive.
  5. Go to http://your_host:port/sabnzbd/config/switches/ and set the ‘Default User Script’ to ‘clamwinscan.bat’
  6. You’re all set! Besure to check your script output if everything works okay!


Easiest Usenet downloads ever

Usenet is the best place to download anything you need. It’s not free but it shouldn’t cost more than 10$ per month.

Here are my steps to the best downloading experience ever:

  1. Read the guides at www.binaries4all.nl to get the basic idea.
  2. Get an account at Newzbin.com.
  3. Get a usenet payserver.
  4. Install and configure the latest SABnzbdPlus.
  5. Configure SABnzbdPlus to use Newzbin (and I also pref the included ‘Plush’ skin).
  6. Grab Firefox, and use it as your webbrowser
  7. Install the Greasemonkey plugin for use in Firefox.
  8. Install SABTab2 Greasemonkey script into Greasemonkey.
  9. Login at v3.newzbin.com and browse the file lists and get used to the pick & click downloading ;-)

You will get this:

newzbinsabtab.png

sabnzbdplusplush.png