Pages:
Author

Topic: - - page 4. (Read 14386 times)

legendary
Activity: 1806
Merit: 1003
September 18, 2012, 03:22:47 PM
#25
wow dropbox accounts are getting so cheap, I paid 2 BTC for my 18GB account just 6 months ago.
member
Activity: 104
Merit: 100
September 13, 2012, 08:39:49 PM
#25
I would like to get 2 accounts!

Thank you for your order!  Just sent you address for payment Smiley
legendary
Activity: 2058
Merit: 1005
this space intentionally left blank
September 18, 2012, 12:21:13 PM
#24
does this thing speak magnet?


means - can i give it a .torrent or .magnet link to leech stuff?
member
Activity: 104
Merit: 100
September 13, 2012, 02:55:20 PM
#23
Backup your Linux server to Dropbox

If anyone has a Linux server here is a BASH script to backup your key directories to your Dropbox account.

Source: http://davehope.co.uk/Blog/backup-your-linux-vps-to-dropbox/

Code:
#!/bin/bash
DROPBOX_USER="Your Dropbox username"
DROPBOX_PASS="Your Dropbox password"
DROPBOX_DIR="Directory in your dropbox account to store the backups, e.g. /backups"
BACKUP_SRC="/home /var/www /var/git /etc /root"
BACKUP_DST="/tmp"
MYSQL_SERVER="127.0.0.1"
MYSQL_USER="root"
MYSQL_PASS="Your MySQL password"

#
# Stop editing here.
NOW=$(date +"%Y.%m.%d")
DESTFILE="$BACKUP_DST/$NOW.tgz"

#
# Upload a file to Dropbox.
# $1 = Source file
# $2 = Destination file.
function dropboxUpload
{
#
# Code based on DropBox Uploader 0.6 from http://www.andreafabrizi.it/?dropbox_uploader
LOGIN_URL="https://www.dropbox.com/login"
HOME_URL="https://www.dropbox.com/home"
UPLOAD_URL="https://dl-web.dropbox.com/upload"
COOKIE_FILE="/tmp/du_cookie_$RANDOM"
RESPONSE_FILE="/tmp/du_resp_$RANDOM"

    UPLOAD_FILE=$1
    DEST_FOLDER=$2

# Login
echo -ne " > Logging in..."
curl -s -i -c $COOKIE_FILE -o $RESPONSE_FILE --data "login_email=$DROPBOX_USER&login_password=$DROPBOX_PASS&t=$TOKEN" "$LOGIN_URL"
grep "location: /home" $RESPONSE_FILE > /dev/null

if [ $? -ne 0 ]; then
echo -e " Failed!"
rm -f "$COOKIE_FILE" "$RESPONSE_FILE"
exit 1
else
echo -e " OK"
fi

# Load home page
echo -ne " > Loading Home..."
curl -s -i -b "$COOKIE_FILE" -o "$RESPONSE_FILE" "$HOME_URL"

if [ $? -ne 0 ]; then
echo -e " Failed!"
rm -f "$COOKIE_FILE" "$RESPONSE_FILE"
exit 1
else
echo -e " OK"
fi

# Get token
TOKEN=$(cat "$RESPONSE_FILE" | tr -d '\n' | sed 's/.*
]*>\s*
# Upload file
echo -ne " > Uploading '$UPLOAD_FILE' to 'DROPBOX$DEST_FOLDER/'..."
    curl -s -i -b $COOKIE_FILE -o $RESPONSE_FILE -F "plain=yes" -F "dest=$DEST_FOLDER" -F "t=$TOKEN" -F "file=@$UPLOAD_FILE"  "$UPLOAD_URL"
    grep "HTTP/1.1 302 FOUND" "$RESPONSE_FILE" > /dev/null

    if [ $? -ne 0 ]; then
        echo -e " Failed!"
rm -f "$COOKIE_FILE" "$RESPONSE_FILE"
        exit 1
    else
        echo -e " OK"
rm -f "$COOKIE_FILE" "$RESPONSE_FILE"
    fi
}

# Backup files.
mysqldump -u $MYSQL_USER -h $MYSQL_SERVER -p$MYSQL_PASS --all-databases > "$NOW-Databases.sql"
tar cfz "$DESTFILE" $BACKUP_SRC "$NOW-Databases.sql"

dropboxUpload "$DESTFILE" "$DROPBOX_DIR"

rm -f "$NOW-Databases.sql" "$DESTFILE"
newbie
Activity: 8
Merit: 0
September 18, 2012, 11:56:38 AM
#23
I'll give you .2 btc for a 21gb
member
Activity: 104
Merit: 100
September 13, 2012, 11:49:56 AM
#22

Any larger ones available?


Sorry 21GB is the largest possible for Dropbox without having to pay them monthly.

If you have any other questions let me know Smiley
sr. member
Activity: 467
Merit: 250
September 18, 2012, 11:35:19 AM
#22

Got 2, working perfectly, quick PM response to stupid question..  Thank you!

legendary
Activity: 2058
Merit: 1005
this space intentionally left blank
September 18, 2012, 08:10:53 AM
#21
does this thing speak magnet?
member
Activity: 86
Merit: 10
September 18, 2012, 05:45:11 AM
#20
I think rate5 uses referrals (16GB)+camera bonus(3GB)+start bonus(2GB) which equals 21GB Wink
Usually, the Dropbox space from promotions is available for a limited time, not for life.
member
Activity: 104
Merit: 100
September 13, 2012, 02:11:44 AM
#20
Got my dropbox gigs, fast and easy transaction!   Smiley

Thank you iCEBREAKER, I appreciate for your orders! Smiley

Left you feedback at bitcoinfeedback.com!
http://www.bitcoinfeedback.com/viewuser.php?id=622

But smooth transaction, no problems, thank you!

Thanks SptSpike for the feedback!
full member
Activity: 140
Merit: 100
September 16, 2012, 09:06:20 AM
#19
How did you get 21GB the max is 18GB(500MB Per Referral)
legendary
Activity: 952
Merit: 1000
September 14, 2012, 03:55:19 PM
#18
Can you upgrade existing accounts to 21GB, or are these new accounts? If you can upgrade, I might be interested.
newbie
Activity: 39
Merit: 0
September 14, 2012, 11:13:01 AM
#17
works perfectly, no problems
member
Activity: 104
Merit: 100
September 12, 2012, 11:42:13 PM
#17
I will take two accounts thanks!

Awesome, thank you Xfinity!  Sending you a PM with payment address now  Smiley

Excellent communication and works like a charm! Thanks!!

Thank you Xfinity!
member
Activity: 70
Merit: 10
September 13, 2012, 10:57:19 PM
#16
Got my 2 accounts and everything worked perfectly!  rate5 was very easy to work with and the transaction went smoothly.

This is awesome!  Grin
member
Activity: 70
Merit: 10
September 13, 2012, 10:09:48 PM
#15
Thank you for your order!  Just sent you address for payment Smiley

0.5 BTC sent to rate5
member
Activity: 104
Merit: 100
September 12, 2012, 03:12:27 PM
#15
I bought 1 account, very fast service and communication

Thank you!

Thank you Russell616!

I will take two accounts thanks!

Awesome, thank you Xfinity!  Sending you a PM with payment address now  Smiley
sr. member
Activity: 306
Merit: 257
September 13, 2012, 09:47:14 PM
#14
Sorry 21GB is the largest possible for Dropbox without having to pay them monthly.

even with .edu addresses?
member
Activity: 70
Merit: 10
September 13, 2012, 04:20:56 PM
#13
I would like to get 2 accounts!
member
Activity: 104
Merit: 100
September 12, 2012, 01:17:03 PM
#12
Also bought 2 accounts from him. Everything is just perfect. Didn't take 5 mins from first pm i sent him until i got the details. Faster is not possible. Thanks and everytime again Smiley


Thank you mameise, I am happy to do business with you again!


I'll take one at that price but, how do i know it is legit?


Hi evlew,

Thank you for your order.  I understand your concern about it being legit so I am sending you the account details 1st.

If your happy please make payment to 1q8qLRDuYu6YeK3NstHD2nvyDGenP3Y5G

If you have any questions just let me know Smiley

Many thanks


Received mine as well.  Seems legit to me.  Thanks again!  I will probably buy another soon.


Thanks evlew, payment received!  Let me know if you need any more accounts.
Pages:
Jump to: