Search google

Google
 

This is the place where I leave my scripts, my useful files, glad to have your suggestions. If you want to make discuss, please contact me at YM id bornbygoogle or my mail bornbygoogle@yahoo.com or simply let ur mail. I'll try to contact as soon as possible :) Nice to see you :D

Wednesday, May 7, 2008

Bash script upload to rapidshare with collector account !

Fist, download this script http://rapidshare.com/files/113269788/Upload_rapid.pl.html
Copy that script to /usr/local/bin ( with ubuntu - may be different with others distros ). Give it the execute permission.

And then, this is my script to upload a file or a list of file to rapidshare with collector account :

#!/bin/bash
# Usage : rapidupload file <_file_name_>
# rapidupload list <_list_file_>
# Remember to add execute permission to the script upload rapidshare, copy it to /usr/local/bin. And then, replace its name to <_script to upload file to rapidshare_>. Next step, we copy this bash script to /usr/local/bin. Now, we can run rapidupload in bash where we place to file needed upload
case "$1" in
"file") <_script_to_upload_file_to_rapidshare_> $1 <_free|pre|col_> <_account_> <_password_>
"list") cat $2 | while read line; do <_script_to_upload_file_to_rapidshare_> $line col <_account_> <_password_>; done
esac
cat rsapiuploads.txt | grep File1.1= > linkup.txt
cat linkup.txt | sed 's/^File1.1=//g' >> <_file-store-links-rapidshare-links_>
rm linkup.txt
rm rsapiuploads.txt
echo "Script by bornbygoogle at hackthefreedom.blogspot.com"


Give +x permission to the script and enjoy yourself. If you have difficult usage, please let me know at bornbygoogle@yahoo.com or with the yahoo ID : bornbygoogle

Glad to see you.

No comments:

Convert Megaupload links to Rapidshare links !

If someone want to convert Megaupload to Rapidshare links, please let me know, I'll do it for you ! ( for free, all ). If you want, please send those links to me, with the mail title : Convert to Rapidshare !. My mail is bornbygoogle@yahoo.com. Or YM ID : bornbygoogle.

Nice to help you ! :)