rss
twitter
    Find out what I'm doing on Twitter

One Click Multi Rapidshare Uploader

Yestarday darthrax released his latest Rapidshare Multi Uploader script. The script uploads your files (Right Click Uploader!) to your Rapidshare account easily. There are tons of downloaders (see Jdownloader) for Rapidshare but not many uploading scripts like this one, especially with multi file support!

This script will compress your selected files as rar (99mb per file, it will split the files, if they are bigger than 99mb.), upload them then delete the rar files after upload.

Incase you do not have rar package installed, this is a good time to install it:

$sudo apt-get install rar

You also need zenity package which is pre-installed with ubuntu:

$sudo apt-get install zenity

Navigate to your ~/.gnome2/nautilus-scripts folder and copy rsapi.pl (You can download this file from rapidshare, or see below) as .rsapi.pl:

$cd ~/.gnome2/nautilus-scripts
$wget -c https://dl.getdropbox.com/u/612498/rsapi.pl && mv rsapi.pl .rsapi.pl && chmod +x .rsapi.pl

Now download RapidUpload script and save it to ~/.gnome2/nautilus-scripts:

$cd ~/.gnome2/nautilus-scripts
$wget -c https://dl.getdropbox.com/u/612498/RapidUpload && chmod +x RapidUpload

Now edit ~/.gnome2/nautilus-scripts/RapidUpload script and change username and password parts:

$gedit ~/.gnome2/nautilus-scripts/RapidUpload

You are going to change this part with your username password:

rapidshareusername=username
rapidsharepassword=password


Save it when you are done.


If you do not have a Rapidshare premium account, open RapidUpload and change

accounttype=prem

part with accounttype=col (collector's account), or accounttype=free (free user = anonymous)

PS : It is under rapidsharepassword=password part

You can now Right Click any file(s), and select Scripts > RapidUpload to upload your files.

Tested on Ubuntu Karmic Alpha 4, Ubuntu Jaunty, Crunchbang Linux.

Have fun!

0 comments:

Post a Comment