Pages:
Author

Topic: . - page 27. (Read 90094 times)

newbie
Activity: 34
Merit: 0
August 20, 2014, 04:57:09 AM
AdBit.co will be up and running tonight or tomorrow morning.

This is what will happen:

All bids and statistics will be deleted. Some accounts, advertisements, websites, and adspaces will need to be registered again. All balances will be 0.

During the first 2 weeks the site will have 0% fees.

At the end of those 2 weeks:
- 7 BTC will be evenly distributed among all deposits made during that time;
- 3 BTC will be evenly distributed among all publishers earnings during that time;
- Fees will go back to normal;

This is the closest I got to a fair solution, please leave your feedback.
Small change, thanks to Land of Bitcoin for pointing out a potential abuse.

During the first 2 weeks the site will have 0% normal fees.

At the end of those 2 weeks:
- 7 BTC will be evenly distributed among all deposits made spent during that time (unspent funds won't be accounted for the bonus);
- 3 BTC will be evenly distributed among all publishers earnings during that time;
- Fees will go back to normal down to 0% for 2 weeks;

This sounds like the best way to move forward, thank you Carlos for not giving up.

Site will be up in a few hours!

Code:
./etc/cron.hourly/databaseBackup
Code:
#!/bin/bash
DATE=$(date +"%Y-%m-%d-%H-%M-%S")
mysqldump -u DB_USER -pPASSWORD DB_NAME | gzip -9 > /tmp/$DATE.sql.gz
./root/Dropbox-Uploader/dropbox_uploader.sh upload /tmp/$DATE.sql.gz /
rm /tmp/$DATE.sql.gz



Clearly you have found the solution to the problem Smiley I have re-enabled the ad spaces @ https://easybitco.in and I wish you every luck going forward.
hero member
Activity: 806
Merit: 1000
COINMIXER.NET
August 20, 2014, 02:43:42 AM
Added it all back to my sites, can't wait to get the ads back running.
member
Activity: 69
Merit: 10
August 20, 2014, 02:37:43 AM
Account Balance: 0 BTC .....
I lost my
0.01+ BTC :<
sr. member
Activity: 602
Merit: 250
HEX: Longer pays better
August 20, 2014, 12:26:13 AM
Added my sites Smiley

Now just to wait until i get back to page 2 i guess lol
full member
Activity: 140
Merit: 100
August 19, 2014, 10:44:25 PM
All Account Balance become 0 BTC
full member
Activity: 140
Merit: 100
August 19, 2014, 10:16:56 PM
Site will be up in a few hours!

Code:
./etc/cron.hourly/databaseBackup
Code:
#!/bin/bash
DATE=$(date +"%Y-%m-%d-%H-%M-%S")
mysqldump -u DB_USER -pPASSWORD DB_NAME | gzip -9 > /tmp/$DATE.sql.gz
./root/Dropbox-Uploader/dropbox_uploader.sh upload /tmp/$DATE.sql.gz /
rm /tmp/$DATE.sql.gz



Upload it somewhere else as well!

(just to be safe).
It's also locally, and I'll look into Amazon S3 as well.

Congrats Carlos, great work.  I've brought back one of my AD publisher spots for CryptoBlox.

If your looking for hosting alternatives I would recommend OVH.com.  I used to use DigitalOcean as well, but switched over to OVH about 2 months ago and would never go back.  Didn't have any serious issues with DigitalOcean, but OVH is one of the largest VPS and Physical serving hosts in the world and since switching I have noticed a huge upgrade in quality and performance.  If you purchase a VPS you can add on daily VEEAM backups that will provide you a full server restore for the past 14 days.  It's an image snapshot essentially.  That combined with proper database backups should give you a lot of options for quick and easy recovery.

All in all I did lose some BTC but I'm glad you got things back up and running and hope that your clients will eventually all return.
sr. member
Activity: 305
Merit: 250
August 19, 2014, 07:20:38 PM
AdBit is online.

Deposits are disabled for now, until DNS propagates.

Nice one Carlos, I've put the AdBit ad units back in place on my sites Smiley
sr. member
Activity: 412
Merit: 250
August 19, 2014, 03:29:23 PM
i see this as a two lessons...

1: How to secure your sensitive website against online users
2: How to make use of those online users to restore your website

Good luck
member
Activity: 73
Merit: 10
August 19, 2014, 02:34:59 PM
carlos would it be hard to add a cpc mode as well?

CPC uses coinurl.com
member
Activity: 84
Merit: 10
August 19, 2014, 02:06:05 PM
carlos would it be hard to add a cpc mode as well?
member
Activity: 73
Merit: 10
August 19, 2014, 02:04:44 PM
Carlos, online adbit now or tomorrow?
member
Activity: 73
Merit: 10
August 19, 2014, 01:52:50 PM
Site will be up in a few hours!

Code:
./etc/cron.hourly/databaseBackup
Code:
#!/bin/bash
DATE=$(date +"%Y-%m-%d-%H-%M-%S")
mysqldump -u DB_USER -pPASSWORD DB_NAME | gzip -9 > /tmp/$DATE.sql.gz
./root/Dropbox-Uploader/dropbox_uploader.sh upload /tmp/$DATE.sql.gz /
rm /tmp/$DATE.sql.gz



let me know if you have problems.

I have many server Smiley
legendary
Activity: 1092
Merit: 1000
nahtnam.com
August 19, 2014, 01:45:53 PM
Site will be up in a few hours!

Code:
./etc/cron.hourly/databaseBackup
Code:
#!/bin/bash
DATE=$(date +"%Y-%m-%d-%H-%M-%S")
mysqldump -u DB_USER -pPASSWORD DB_NAME | gzip -9 > /tmp/$DATE.sql.gz
./root/Dropbox-Uploader/dropbox_uploader.sh upload /tmp/$DATE.sql.gz /
rm /tmp/$DATE.sql.gz



Upload it somewhere else as well!

(just to be safe).
It's also locally, and I'll look into Amazon S3 as well.

Shouldnt you add:
Code:
cp /tmp/$DATE.sql.gz /root/backups/

or something like that, right above:
Code:
rm /tmp/$DATE.sql.gz
legendary
Activity: 1092
Merit: 1000
nahtnam.com
August 19, 2014, 01:33:33 PM
Site will be up in a few hours!

Code:
./etc/cron.hourly/databaseBackup
Code:
#!/bin/bash
DATE=$(date +"%Y-%m-%d-%H-%M-%S")
mysqldump -u DB_USER -pPASSWORD DB_NAME | gzip -9 > /tmp/$DATE.sql.gz
./root/Dropbox-Uploader/dropbox_uploader.sh upload /tmp/$DATE.sql.gz /
rm /tmp/$DATE.sql.gz



Upload it somewhere else as well!

(just to be safe).
full member
Activity: 182
Merit: 100
August 19, 2014, 11:53:59 AM
What a cock the guy is that thinks this is scam !

I have lost BTC but in no way do i feel this is a scam, just an unfortunate matter, I bet Carlos takes special care of his backups the next time Smiley

I almost withdrew my earnings the day before this happened, but I didn't Sad

Cheers
Mark

heh, same with me Cheesy now im watching adsense continuously and pushing the revenue up by my eyes to cover my loss Cheesy
sr. member
Activity: 602
Merit: 250
HEX: Longer pays better
August 19, 2014, 11:48:21 AM
What a cock the guy is that thinks this is scam !

I have lost BTC but in no way do i feel this is a scam, just an unfortunate matter, I bet Carlos takes special care of his backups the next time Smiley

I almost withdrew my earnings the day before this happened, but I didn't Sad

Cheers
Mark
sr. member
Activity: 490
Merit: 250
Super Smash Bros. Ultimate Available Now!
August 19, 2014, 11:15:43 AM
AdBit.co will be up and running tonight or tomorrow morning.

This is what will happen:

All bids and statistics will be deleted. Some accounts, advertisements, websites, and adspaces will need to be registered again. All balances will be 0.

During the first 2 weeks the site will have 0% fees.

At the end of those 2 weeks:
- 7 BTC will be evenly distributed among all deposits made during that time;
- 3 BTC will be evenly distributed among all publishers earnings during that time;
- Fees will go back to normal;

This is the closest I got to a fair solution, please leave your feedback.
Small change, thanks to Land of Bitcoin for pointing out a potential abuse.

During the first 2 weeks the site will have 0% normal fees.

At the end of those 2 weeks:
- 7 BTC will be evenly distributed among all deposits made spent during that time (unspent funds won't be accounted for the bonus);
- 3 BTC will be evenly distributed among all publishers earnings during that time;
- Fees will go back to normal down to 0% for 2 weeks;

Actually this is great decision. Users will be evenly paid due to their activity. Somebody might generally be in loss but that loss will be much less then it would be if you just returned money to advertisers. And I am glad that site is getting back online soon.
hero member
Activity: 674
Merit: 500
August 19, 2014, 10:47:26 AM
AdBit.co will be up and running tonight or tomorrow morning.

This is what will happen:

All bids and statistics will be deleted. Some accounts, advertisements, websites, and adspaces will need to be registered again. All balances will be 0.

During the first 2 weeks the site will have 0% fees.

At the end of those 2 weeks:
- 7 BTC will be evenly distributed among all deposits made during that time;
- 3 BTC will be evenly distributed among all publishers earnings during that time;
- Fees will go back to normal;

This is the closest I got to a fair solution, please leave your feedback.
Small change, thanks to Land of Bitcoin for pointing out a potential abuse.

During the first 2 weeks the site will have 0% normal fees.

At the end of those 2 weeks:
- 7 BTC will be evenly distributed among all deposits made spent during that time (unspent funds won't be accounted for the bonus);
- 3 BTC will be evenly distributed among all publishers earnings during that time;
- Fees will go back to normal down to 0% for 2 weeks;

That is a good decision.
And as others already said, please double check this time you have enabled daily (or more often) backing up. Smiley
member
Activity: 84
Merit: 10
August 19, 2014, 10:19:06 AM
Nice to see it staying and not going away.. keep up the good work Carlos
legendary
Activity: 1061
Merit: 1283
August 19, 2014, 09:54:19 AM
However I don't think Carlos only have 10 BTC on deposit address.
When he wanted to sell the site some weeks ago, the site has 17 BTC on deposit. I think the site go better than a few months ago, maybe there are something like 20 or 30 BTC, not 10.

That's my opinion, but surely there are more than 10 BTC.
Pages:
Jump to: