Bitcoin Forum
June 20, 2024, 12:17:27 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 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 ... 150 »
1921  Economy / Gambling discussion / Re: is gambling fix your life? or wreck your life? on: August 29, 2015, 08:12:11 PM
didnt you want to discover an unbeatable strategy and recover all the losses? at least thats what happened for me and i lost a lot on it
I did, though I thought that just calling it a bad job and stopping was better than spending more money to try and get my original losses back. Luckily I gambled small amounts (0.01-0.1) and only lost about 0.1BTC overall, but still counts.

I've always been told that the only people that win when gambling are the bookies (those that run the gambling service), which is in most cases true.
1922  Economy / Gambling discussion / Re: is gambling fix your life? or wreck your life? on: August 29, 2015, 06:41:57 PM
I used to gamble a lot, but when I started losing money I just decided to give up and not do it anymore. It was pretty easy.
1923  Economy / Auctions / Re: 365 Days Banner - Auction on Bitcoins Channel on: August 28, 2015, 12:21:05 PM
Any traffic information? It would be fairly difficult for someone to bid 1.5BTC without knowing if their ad is going to get much, if any exposure.
1924  Economy / Micro Earnings / Re: Anyone use CoinUrl? on: August 28, 2015, 11:47:13 AM
There are plenty of better CPC ad networks (namely BitMedia and the new Adverti.io). Use those.

CoinURL is a site with an inactive admin and moderators with a much too large minimum cashout for the earnings it gives. Don't waste your time with it.
1925  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 27, 2015, 10:44:28 PM
done all. but now i see banner but i don't see button claim. i see Please disable adblock to claim.Пожалуйста, отключите Adblock, чтобы собрать сатоши
Change the all the true and false to undefined. The script checks if they exist, not if they are true or false.
1926  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 27, 2015, 08:07:02 PM
and what i must doing?
1. Create a file in your FTP (call it ads.js)
2. Open the file and add this line of code:
Code:
var canRunAds = true;
3. Add this code to the top of your template file:
Code:
<script src = 'ads.js'></script>
4. Use the original code that you found rather than the one with true and false.
1927  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 27, 2015, 05:56:41 PM
snip

NOW RUN
No, that isn't how the code works.
The code works by referencing another file on the server (ads.js). If AdBlock is enabled, ads.js will be blocked by it meaning that the variable 'canRunAds' does not exist or is 'undefined'.
If AdBlock is enabled, 'canRunAds' would be neither true or false, because it won't exist (AdBlock will be blocking it).
1928  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 27, 2015, 04:00:57 PM
snip

Where i must paste it?
Replace this:
Code:
<input type="submit" class="btn btn-primary btn-lg" value="Get reward!">
with that code on index.php of your template.
1929  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 27, 2015, 02:56:43 PM
Try to place </span> at the end
snip
I don't think that would work as the script replaces what is found in the span tag. If you put it at the end it would replace all of the javascript after the first second, and would then get stuck after the first tick down.

Someone PMd me about this, and I am not too sure. The only thing I can suggest from the top of my head is replacing:
Code:
}else if(count == 0){
with just
Code:
}else{

If anyone else as any ideas as to why it doesn't work I would greatly appreciate them.
1930  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 26, 2015, 11:47:56 AM
The site for mobile look not good at all especially when you use both left and right box:
snip
This is a problem with the site, not FaucetBox. Contact the site owner.

i dont like faucet box it is just bullshit as far as i know...
but there are many faucet list out there created by people which offers more coins than faucetbox.
FaucetBox was created for payments, not for a faucet list. You probably can find a higher paying list, though they will all have popups and lots of ads. FaucetBox lists high quality faucets without popups or too many ads. If you want more coins but a bad experience, then don't use FaucetBox; if you want slightly less coins and a good user experience, use FaucetBox.

I was thinking of the shell game : "address captcha invisile and invisible ."

when one click on a card , it makes visible an address and a picture ( not necessarily the captcha ) .

the captcha will be visible only in a random position of the three cards .

we will have three " entries address"
One real and two fake .

I do not know if I was clear ;
you think you can ?
The way that bots work, it doesn't matter if they can see the captcha on the page. If the captcha is on the page code, the bot can read and submit it.

if I wanted to make visible the key claim in x seconds , what should I enter? and especially where ?
Do you mean, show the claim button after a certain amount of seconds? If so, replace
Code:
<input type="submit" class="btn btn-primary btn-lg" value="Get reward!">
with this in your template:
Code:
<span id = 'subbtn'><a href="" class="btn btn-success disabled">Wait 5s.</a></span>

<script>
var count = 5; //This is the time you want before the button is clickable
var counter=setInterval(timer, 1000);

function timer(){
count=count-1;

if(count != 0){
document.getElementById("subbtn").innerHTML="<a href='' class='btn btn-success disabled'>Wait "+count+"s.</a>";
}else if(count == 0){
clearInterval(counter);
document.getElementById("timer").innerHTML="<input type = 'submit' class='btn btn-success' value = 'Claim Reward!'/>";
}
}
</script>
1931  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 25, 2015, 07:13:40 PM
You cant make profits from faucetbox,it is a faucet afterall i mean this is not 2010and we dont get 2-5 bitcoins from faucets so why wont people offer any service for coins rather tahn fauceting
Faucets help newer members get into the community. If faucets didn't exist, I wouldn't be here, and I recently got a PM from a guy who used my faucet in his early days to get into Bitcoin. If you're trying to make megabucks from faucets, then that's never going to happen, but if you just want to get into Bitcoin and make some dust doing it, they're good.
1932  Other / Meta / Re: Chaing my SMF username on: August 24, 2015, 11:41:41 AM
Name changes are very rarely granted on BitcoinTalk, however, since your at such a low rank with your account you will not lose much by simply creating a new account.
1933  Other / Politics & Society / Re: Hackers threaten to leak Ashley Madison's 37 million clients on: August 23, 2015, 12:33:35 AM
The part that gets me is 37 MILLION PEOPLE. I mean, really? I know there are lots of people who have affairs, way more than 10%, but I had no idea so many people actually subscribed to that service.
I get the feeling that up to 10 million of those users are bots or fake users. I highly doubt that there are 37 million real users.
1934  Economy / Digital goods / Re: [WTS] Selling Bitcointalk account on: August 21, 2015, 05:28:51 PM
I think this is the best way, because many members give negative trust to the account, and the price can go lower, thats why is good to create another account. I suggest the OP to create an auction.
The account was originally linked in the OP, which is what I was talking about. The OP has since been edited to remove it. Though, like has previously been said, it would probably be better to give estimations so that the account cannot be searched up easily (E.G Activity: 70-80 and so on).

Good luck with your sale.
1935  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 21, 2015, 02:01:19 PM
They have refused the request for a popup video automatic altervista ; I can not turn off . I can not be penalized for this . and it must be said that is not always present such advertisements, altervista the show occasionally .
Then buy decent hosting that does not have automatic popup videos.
Namecheap offers secure hosting with all you could want including 3 websites for $10 for the first year. Hell, if you really want free hosting Hostinger or 3Owl offer free hosting with no ads, but with an extremely limited CPU. It is always better to buy your hosting.
1936  Other / Politics & Society / Re: North Korea Gets Ready For War on: August 21, 2015, 01:39:56 PM
The only way that this could end catastrophically is if China were to get involved on NK's side. If it were between the Koreas alone, I can't see anything particularly awful happening, as it is highly doubtful that North Korea has enough weapons or defense to counter South Korea.
1937  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 21, 2015, 01:28:33 PM
Please turn on my faucet . is altervista that sends video advertising . I can not do anything . the send -off . It does not always show .
Stop begging to have your faucet approved again. It will be re-added and approved when the FaucetBox team get around to doing so.
1938  Other / Meta / Re: Keeping it at one trust rating per person? on: August 21, 2015, 01:15:55 PM
I see no problems with changing old trust scores. I think people get too hung up on scores around here. I noticed my score dropped when you deleted a rating and made it neutral.
Changing trust ratings to neutral is completely valid and understandable. Removing a previous positive trust just to put a new one when simply adding a second one would make no difference to the user's trust rating is a stupid thing to do as it would only lower the user's trust rating.
1939  Economy / Scam Accusations / Re: Lets Play A Game- Am I Being Scammed?! on: August 21, 2015, 01:12:02 PM
I do have ONE more question though. If people are buying ebay accounts and paypal accounts, can they actually get away with just doing a cash dump? For example, could this user actually fake sell $1,000 worth of bitcoin with no intention of sending it, and then just spend the Paypal money or send it off to another location? I know that the Paypal account will go negative, but I am guessing the account is not even linked to their name? Idk it just seems crazy. Are scammers that good these days.
Most likely.
All that is needed for a Paypal account is a valid email and fake address. Once you have these two you can send and recieve ~$2800 from your account a year (Source: My Paypal account is not verified, the spending limit is listed as ~£1,780, worth ~$2800 at current exchange rates). However, Paypal would likely reverse all transactions with that money included and then suspend your account.

Don't buy Digital currency from Ebay, there is very little buyer protection for Digital currencies such as Bitcoin or Litecoin. Even if they are allowed to be sold, there is very little Ebay or Paypal can do to stop counterfeit sales (E.g user buys digital currency, Paypal money is sent for said currency, Paypal money is then reversed and the seller is left with nothing), therefore they do not offer protection.
1940  Other / Meta / Re: Keeping it at one trust rating per person? on: August 21, 2015, 12:50:02 PM
A trusted member could add a positive trust for a user as many times as they like, but it would still only count as +1 on their trust record. Trust works per person, not per rating.
E.G I have given liteon several positive trust ratings, though is record is still only +3 (https://bitcointalk.org/index.php?action=trust;u=343587).
Pages: « 1 ... 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 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 ... 150 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!