Bitcoin Forum
June 20, 2024, 12:11:20 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 [115] 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 »
2281  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: March 20, 2015, 03:40:57 PM
Anyone here uses Adblocker in their Faucets ??
Yep just put id="MainAd" on the reward button. You mean to stop people using your faucet who have adblocker?
Can you explain where you put that exactly on the line in the php

/templates/default/index.php - line 171

Code:
<div class="form-group">
      <div class="col-sm-offset-4 col-sm-4">
            <input type="submit" class="btn btn-primary btn-lg" value="Get reward!" id = 'MainAd'>
      </div>
</div>
2282  Other / Archival / Re: delete on: March 19, 2015, 04:16:28 PM
You should probably lock the topic or have a mod move it.
2283  Economy / Auctions / Re: A place on the Land Of Bitcoin faucet list - 300 - 400 unique visitors daily! on: March 19, 2015, 04:13:56 PM
That is basically what I just said.
The way that you said it made it seem like it was a one time hit of 300-400 visits, which it isn't. It's continuous.
2284  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: March 19, 2015, 04:12:51 PM
Ok , what am i doing wrong? I downloaded the faucet script, have a registered domain and hosting from GoDaddy. Updated the config.php with required information and it gives me an error:

Can't connect to database. Check your config.php.

This is my config file below. Godaddy says that the dbhost name should be my IP address from the CPanel. I have tried using localhost as the dbhost but still no luck, with localhost all i get is a blank screen Sad
Code:
<?php
$dbhost 
"<IP addy>";
$dbuser "username";
$dbpass "password";
$dbname "Test";
$display_errors false;

$connection_options = array(
    
'disable_curl' => false,
    
'local_cafile' => false,
    
'force_ipv4' => false    // cURL only
);

// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbdsn "mysql:host=$<IP addy>;dbname=$Test";

Anyone managed to configure the script and using Godaddy hosting? Help!! Smiley

You of course have to change the variables to match the mysql settings of your host. Though, where have you defined the $Test used in the variable $dbdsn?
The $dbdsn variable should be '$dbdsn = "mysql:host=$dbhost;dbname=$dbname";', if you define a variable as something, you just have to insert the variable in the script to get it to show that string. You do not have to both define the variable, then change the string in $dbdsn.
2285  Economy / Micro Earnings / Re: [ANN] AdBit.co - Advertising platform, better than clicks/views! on: March 19, 2015, 02:20:45 PM
Deposited 0.1 three days ago, 50+ confirmations and no credit. Second time this has happened  Embarrassed Embarrassed Embarrassed

https://blockchain.info/tx/492bf06b9e2bc79538d7e91d3eaa905fbb4f1ae686d120ad107111989a5c50d9

Any word?
Look at the posts before you, it's happened a lot.
2286  Economy / Auctions / Re: dailybitcoin.biz - Domain auction - 0.001BTC Start. on: March 19, 2015, 08:00:37 AM
I'm new to the domain thing, I bided because I thought the domain name looks pretty cool.

May I ask a dumb question here: How will you transfer ownership of the domain?

Sorry!
Namecheap has a free service where I can transfer the domain to you as long as you have a Namecheap account.
2287  Economy / Auctions / Re: dailybitcoin.biz - Domain auction - 0.001BTC Start. on: March 19, 2015, 07:48:21 AM
Thanks for the bids everyone.

Current leader is chrudat with 0.014BTC.
2288  Economy / Auctions / Re: A place on the Land Of Bitcoin faucet list - 300 - 400 unique visitors daily! on: March 19, 2015, 07:46:25 AM
wow man , this took off a lot higher then I expected. Does 300-400 visitors worth that much really?
This isn't just 300-400 visitors, it's 300-400 new people visiting your site every day for an undefined period of time.

Current leader is bitzland with 0.1BTC
2289  Economy / Auctions / dailybitcoin.biz - Domain auction - 0.001BTC Start. on: March 18, 2015, 08:42:47 PM
Hello,
I have a domain that I bought a while ago and I no longer have a use for. For this reason, I decided to auction it.

Domain info:
URL - dailybitcoin.biz
Registrar - Namecheap
Expiry - 28th June 2015

Auction rules:
Start bid - 0.001BTC
Minimum increment - 0.0001BTC
End date - 24 hours after last bid
No proxy bids.

Thanks,
-Minifrij
2290  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: March 18, 2015, 05:39:19 PM
Don't ask why it adds 1 minute. There is a bug in FB script nobody has discovered yet Wink

Code:
until: '+'+(minutes*60+61)-60+'s',

Can't you just do someth8ing like that to fix it?
2291  Economy / Auctions / Re: A place on the Land Of Bitcoin faucet list - 300 - 400 unique visitors daily! on: March 18, 2015, 07:47:59 AM
Yeah, sorry, but due to the way I've set the auction to end, proxy bidding is confusing. I would appreciate if you would make your bids in the thread. Thanks.

Whoever said we were doing proxy bidding?

Terms of the auction:

Minimum bid: 0.01BTC
Minimum increment: 0.001BTC
End date: 72 hours after the last bid.

If you want to bid 0.1BTC, then bid 0.1BTC...
2292  Economy / Micro Earnings / Re: [ANN] Microwallet.org - API + free faucet script, start your own faucet! on: March 17, 2015, 08:00:43 PM
Nope , they do not. This is not microwallet problem don't get me wrong I am not blaming them, there is a blockchain fault somewhere I guess. I do see the payment until their txid but when I check my wallet the last transaction is 14th and the payment supposedly is in 15th.
Which wallet are you using?
2293  Economy / Micro Earnings / Re: [ANN] Microwallet.org - API + free faucet script, start your own faucet! on: March 17, 2015, 07:41:15 PM

 I have a weird problem with Microwallet but I am not sure what happened .

 I am supposedly paid in 15th of march with a lot of people.

https://blockchain.info/tx/59ad17d4d7ce0469282a055aad960376d5902097fa3b37711ddc00eaea8e9e8e

 this is the txid

https://blockchain.info/tr/address/1MFGVCbDAe7RAJygYt4qCGp6v5KZpq2Ta2

 this is my address .

 Now it shows in txid that I have been paid. When you look at the address ,there is no payment made in 15th , I didn't get the money.

 What might have happened ?




The transaction is on the blockchain and confirmed. Are the coins showing up in your wallet?
2294  Economy / Auctions / Re: A place on the Land Of Bitcoin faucet list - 300 - 400 unique visitors daily! on: March 17, 2015, 07:30:57 PM
I wasn't talking about any website or any currency.  I mean faucet website and I meant getting paid with bitcoins. I would much prefer people who are experienced in the subject suggest something about it.
I made a guide about setting up and running a faucet here, if you have any further questions please post them there instead of here. Also, mindfulmojo is experienced in faucets, he's run one or two in the past.

Thanks for the bid, current leader is mindfulmojo with 0.071BTC
2295  Economy / Auctions / Re: A place on the Land Of Bitcoin faucet list - 300 - 400 unique visitors daily! on: March 17, 2015, 07:51:36 AM
Current leader is bitzland with 0.07BTC.
2296  Economy / Auctions / Re: Domain bitcoinwallet.id FOR Sale on: March 16, 2015, 11:26:49 PM
If you are selling this domain why don't buy this premium bitcointalk username?

--Account for sale--
Username: bitcoinwallet.id
Level: Brand New
Activity: 0
Date registered: Mar 2015

Starting bid:BTC0.05
Minimum increment:BTC0.01
Buy it now:BTC1

Bid it here.
Yeah, dude that's low. Don't try to make money off of something that you're not even selling. Either way, it's against the rules.
2297  Economy / Digital goods / Re: Cryptocurrency - Fiat exchange FOR SALE ( servers, domain, Google Admin account) on: March 16, 2015, 08:44:35 PM
UP
Any answer to this question?

How much are you asking for?? and any demo Huh
2298  Economy / Auctions / Re: A place on the Land Of Bitcoin faucet list - 300 - 400 unique visitors daily! on: March 16, 2015, 08:25:12 AM
Current leader is bitzland with 0.07BTC.
2299  Economy / Services / Re: WANTED: php coder on: March 16, 2015, 07:57:13 AM
What sort of coding does this task include? What do you want made?
2300  Economy / Auctions / Re: A place on the Land Of Bitcoin faucet list - 300 - 400 unique visitors daily! on: March 15, 2015, 12:12:54 PM
Current leader is bitzland with 0.06BTC
Pages: « 1 ... 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 [115] 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!