Pages:
Author

Topic: . - page 43. (Read 90068 times)

copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
March 09, 2014, 11:51:50 AM
#79
Haven't sold an ad yet. Bad luck me.
newbie
Activity: 41
Merit: 0
March 04, 2014, 09:57:34 PM
#78
Trying this out now Smiley
newbie
Activity: 19
Merit: 0
February 26, 2014, 08:09:43 PM
#77
I just signed up on adbit.co, I am still using bitads.net, which I've had an advertiser bid on my site. Anyway, hope this goes better then that did.
member
Activity: 95
Merit: 10
February 24, 2014, 03:01:27 AM
#76
Quote
perhaps you should consider lowering your min bid
No, it worths me the min. bid amount I set, so if no such bid I want run my own ads.
legendary
Activity: 2087
Merit: 1015
February 22, 2014, 04:11:22 AM
#75
I had to remove the AdBit banner for now as it doesn't allow to set a default banner if there are no bids.

This is a must have feature. Consider adding it.
While that is a legitimate complaint... perhaps you should consider lowering your min bid of 0.012 btc if no one is bidding on it Wink
member
Activity: 95
Merit: 10
February 22, 2014, 01:33:08 AM
#74
I had to remove the AdBit banner for now as it doesn't allow to set a default banner if there are no bids.

This is a must have feature. Consider adding it.
full member
Activity: 168
Merit: 100
February 21, 2014, 09:09:50 AM
#73
Great site!

Just one qeustion tho, when i check my site on statcounter, i get around 150~200 more unique views than on Adbit.co, is there any reason for this?

Keep up the good work , i decided to just run an ad campaign on the other BTC network gone scam and go to yours!

Maybe some visitors don't stay enough time on the page for the adspace to load.

Well i got an timer on my website too prevent that, but i guess i shall look into it.

Thanks.
full member
Activity: 168
Merit: 100
February 21, 2014, 07:49:44 AM
#72
Great site!

Just one qeustion tho, when i check my site on statcounter, i get around 150~200 more unique views than on Adbit.co, is there any reason for this?

Keep up the good work , i decided to just run an ad campaign on the other BTC network gone scam and go to yours!
newbie
Activity: 42
Merit: 0
February 20, 2014, 06:08:40 PM
#71
so is it totally impossible for me to use adbit at all with this site?
No, I'll need to make some changes, but for now, I've manually verified your adspace.

Thank you! Just checked - much appreciated
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
February 20, 2014, 05:41:55 PM
#70
legendary
Activity: 2366
Merit: 1204
The revolution will be digital
February 20, 2014, 02:32:34 PM
#69
Do u pay for pageviews, i.e. CPM ?
newbie
Activity: 42
Merit: 0
February 20, 2014, 01:07:54 PM
#68
so is it totally impossible for me to use adbit at all with this site?
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
February 20, 2014, 09:49:22 AM
#67
Hi - I keep trying to check code (have entered code on specified page in website and checked all is working) but I keep getting the message code not found? www.earnyourbitcoins.com - Thanks
Your site seems to use a JavaScript plugin to load content.
The adspace needs to be hardcoded on the site.
False. I use jQuery to load the ads after my page is loaded. This decreases the loading time of my website. It worked just fine for me when I created adspaces Tongue
Those are two different things.
The adspace code is still on your page if you look at the source code.

His website uses JavaScript to load the entire website from a different file, take a look at the source code.
I just did. Damn. o.o
newbie
Activity: 42
Merit: 0
February 20, 2014, 08:45:04 AM
#66
Hi - I keep trying to check code (have entered code on specified page in website and checked all is working) but I keep getting the message code not found? www.earnyourbitcoins.com - Thanks
Your site seems to use a JavaScript plugin to load content.
The adspace needs to be hardcoded on the site.

Humm ok thanks - I am using wix - was under the impression that I had added it correctly. Not sure not to fix...
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
February 20, 2014, 08:43:21 AM
#65
Hi - I keep trying to check code (have entered code on specified page in website and checked all is working) but I keep getting the message code not found? www.earnyourbitcoins.com - Thanks
Your site seems to use a JavaScript plugin to load content.
The adspace needs to be hardcoded on the site.
False. I use jQuery to load the ads after my page is loaded. This decreases the loading time of my website. It worked just fine for me when I created adspaces Tongue
newbie
Activity: 42
Merit: 0
February 19, 2014, 07:51:33 PM
#64
Hi - I keep trying to check code (have entered code on specified page in website and checked all is working) but I keep getting the message code not found? www.earnyourbitcoins.com - Thanks
member
Activity: 100
Merit: 10
Vast
February 17, 2014, 12:46:45 PM
#63
Yeah one confirmed after a few minutes. Still trying the second one, URL is correct
member
Activity: 100
Merit: 10
Vast
February 17, 2014, 12:19:05 PM
#62
I created two new ads for VastCrypto.com and VastBitcoins.com , The ads are showing on the site but I cannot confirm it says "Code not found"
legendary
Activity: 2087
Merit: 1015
February 16, 2014, 09:36:02 PM
#61
Quick question about withdrawals, are you using some kind of normalized txid's? Because the withdraw ID I was given when I withdrew does not exist.
https://blockchain.info/tx/1fd94a73b17f444cd07982af64ba556f1bc8dfbcd29b278ab19eee233c49232e
And I doubt it was mutated since you're using Blockchain API and it should at least show up as a double spend on the blockchain website if it were.
For some reason the transaction with the different ID hasn't confirmed either and it has been 7 blocks since, but I'm still waiting.
I've noticed that, but I can't understand why it's happening.

And it seems I'm not alone: https://bitcointalksearch.org/topic/blockchain-different-transaction-hash-463835

It's probably something stupid I'm missing, but I haven't changed the code, only the wallet ID, so it doesn't make any sense.
Last time I used the Blockchain.info api to get unspent outputs the transaction hashes were in reverse byte order

PHP code I used
Code:
function reverseHash($hash){
     $ret = "";
     for($i = 0; $i<63; $i+=2){
         $ret .= $hash[62-$i].$hash[63-$i];
     }
     return $ret;
 }
member
Activity: 104
Merit: 10
February 15, 2014, 07:31:31 PM
#60
Quick question about withdrawals, are you using some kind of normalized txid's? Because the withdraw ID I was given when I withdrew does not exist.
https://blockchain.info/tx/1fd94a73b17f444cd07982af64ba556f1bc8dfbcd29b278ab19eee233c49232e
And I doubt it was mutated since you're using Blockchain API and it should at least show up as a double spend on the blockchain website if it were.
For some reason the transaction with the different ID hasn't confirmed either and it has been 7 blocks since, but I'm still waiting.
I've noticed that, but I can't understand why it's happening.

And it seems I'm not alone: https://bitcointalksearch.org/topic/blockchain-different-transaction-hash-463835

It's probably something stupid I'm missing, but I haven't changed the code, only the wallet ID, so it doesn't make any sense.

Maybe Blockchain.info is purposely mutating it's own transactions to force users to not rely on transaction ID's.
Pages:
Jump to: