Bitcoin Forum
June 20, 2024, 02:43:25 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 148 ... 150 »
1941  Economy / Digital goods / Re: [WTS] Selling Bitcointalk account on: August 21, 2015, 12:44:04 PM
Why did you create a new account if you're just going to show the old account anyway? It would have most likely been easier to post from the account its self, would have had the same amount of buyer privacy. Also, since you showed the account there is a somewhat lower chance of buying, since the account can be negative or neutral trusted simply for being sold.

In addition, the post quality of this account is extremely poor, and it doesn't have any significant reputation with only 77 posts. I don't see why anyone would buy this.
1942  Bitcoin / Bitcoin Discussion / Re: I lost my bitcoin address please help! on: August 21, 2015, 12:36:28 PM
if bitcoin address lost, what happen with your get btc?
are is lost too?
but, you can make much over btc address buddy... calm down..
I'm not quite sure what is meant by losing Bitcoin address. If you simply mean forgetting something like this - '1PNmymEXA8mGZfdsWAWmicJPTXEf5KAzTG' - then no, your Bitcoins will still be on the blockchain under that address.
The only way that your Bitcoins can be lost without you spending them is by either losing the Private Keys to your wallet, losing your wallet.dat file or forgetting the password to your wallet.
1943  Economy / Services / Re: Solidtrust Pay to Bitcoin on: August 21, 2015, 12:25:32 PM
Your best bet would be to probably exchange it with a trusted member here on the forum. For reversible exchanges such as Paypal and STP, it's a lot quicker and easier to do it here than fuck about trying to find an exchange.
1944  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 20, 2015, 11:22:29 PM
the minimum Payout threshold is 0.00013000 BTC
this is helping bot
this is unfair
you must set the minimum Payout threshold above 0.01000000 BTC
That is way too much for a micro-transaction website. Besides, the bot could very easily gather 0.01 and just get a larger withdrawal.
1945  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 20, 2015, 05:56:40 PM
Have you put in <script> </script> ?
JQuery is also needed for any of that code to work, which is why I included the <script src = "..."></script> in the original code textbox I wrote.


snip
This sounds like a good idea, which works well in practice. However, to answer this:
Does this stop 100% of bots? Also, will this remain effective in the future or will the BOT guys find a way to bypass it?
I highly doubt it, since every styling code can be seen and edited by the bot. This wouldn't work due to this, for example:
Hide your old input-field for BTC-Address with left:top:-1500px; left:-500px; position: fixed;
The problem with this is that the bot could simply get all HTML DOM objects with the class 'form-control input-lg' and find the one with out the CSS hiding it. This could perhaps be avoided by simply styling the <input type = 'text'> tag with the CSS found from 'form-control input-lg', though then the bot could just cycle through all <input type = 'text'> tags on the page. Unless there was some way of inputting several of these on a page and hiding all but the selected without using any CSS or Javascript, I can't see this working correctly for very long.

The solution works well from a human's perspective, as we would likely have no idea which was which, but from a bot's perspective it can just be seen and bypassed within a few extra lines of code.
1946  Economy / Scam Accusations / User (0_0) spreading coin stealing Malware using CoinDesk phishing site. on: August 19, 2015, 03:06:18 PM
Scammer profile: https://bitcointalk.org/index.php?action=profile;u=404399
Link to scam: https://archive.is/IgT7m - http://www.coindesk.us/CoinDesk-US-Research-Bitcoin-Downfall-Complete-Analysis-August19.html

This user has posted a link to a CoinDesk phishing site (CoinDesk.us) under the reasoning of an article on Bitcoin's Downfall. This article prompts you to then download an EXE file to view the presentation.
I am sure this is malware for two reasons, the first being that the EXE file has a description of 'Windows Explorer', perhaps suggesting that it was a file which would be injected into System32 or was created to look legit. The other is VirusTotal showing signs of malware on this file (https://www.virustotal.com/en/file/c3a3aab15b2c17f2e9e856962a534248f9a71d7a6dc26f283992c371fa34c76a/analysis/1439996343/), one especially sticks out as it is labeled 'MSIL/CoinStealer.W!tr.pws'.

Avoid any links posted by this user, and never run any EXE file that is not trusted.
1947  Economy / Micro Earnings / Re: [ANN] Microwallet.org - API + free faucet script, start your own faucet! on: August 15, 2015, 01:55:40 AM
i have 3 microwallet faucet but dont have api key ..so can i used faucetbox api for microwallet script ??
Microwallet is essentially dead now. FaucetBox offer a guide for transferring your Microwallet over to them.
1948  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 14, 2015, 12:34:15 PM
Thanks for fast reply but it doesn't work. Maybe the problem is I use your code for adblock code and timer for button? here is the code you gave me
Quote
snip
Oh, I see that I used the success button instead of the default one. No problem, just replace
Code:
     $('.btn btn-primary btn-lg').click(function(){
          alert('Some information here');
     });
with
Code:
     $('.btn btn-success').click(function(){
          alert('Some information here');
     });
1949  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 14, 2015, 09:44:42 AM
hi @minifrij

do you how can i solve this

Quote
i am getting problem in your faucet script ..problem is when i login to admin put password ..i am able to login but anything i do or update the setting or detail in admin panel and when i click save button ..it taking me to login page again ..

Do you know anyone what is the iisue ..why i am getting this problem and how can i solve it
My guess is that it isn't properly saving the session saying that you are logged in, therefore the code doesn't think you are when you submit the page. This may be a problem on your hosting's part, but I would wait and see if Kazuldur has any ideas before contacting them about it.

Just to be sure, could you check that you have this code at line 30 on the main index.php:
Code:
session_start();
And also this code at line 730 on the main index.php:
Code:
$_SESSION["$session_prefix-logged_in"] = true;
If either of these are missing the session won't be saved and you will be auto logged out of the admin panel.
1950  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 14, 2015, 09:28:56 AM
Hi,
I'm not good at php and bootstrap so maybe you can help me. Is there any code for additional pop up window with some custom message that appears when smbd click on Get Reward button?
If you just want an alert box which says some information, you can just use alert() with Javascript. For example, if you don't have any other buttons on the page, you can use this code at line 93 of the default template file:
Code:
<script src = '//code.jquery.com/jquery-2.1.4.min.js'></script>
<script>
$(document).ready(function(){
     $('.btn btn-primary btn-lg').click(function(){
          alert('Some information here');
     });
});
</script>
Or if you wanted to open an external page, you could replace the alert with something like this:
Code:
window.open("url", "title", "width=#,height=#");
Obviously editing url to the url of the page, giving the page a title and showing the width and height. The downside of this is that the page obviously cannot open in anything but a new tab on mobile, whereas the alert box will show as expected on mobile (providing there isn't too much text to display).
1951  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 14, 2015, 08:06:50 AM
How they send 13000 satoshi without fee ? or they Spend fee from their own pocket?
They send payments in bulk to lots of people at a time, as they only have to pay a fee once doing that. The fees are collected from the site's deposit fees.
1952  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 13, 2015, 04:51:38 PM
We can, but that won't help. Captcha solving services work like that:

1. bot opens the page and makes a screenshot of the captcha
2. screenshot is sent to people that sits all day solving captchas
3. they read the captcha and sends the answer (so it doesn't matter what's there as long as they can just read it and provide the answer)
4. bot enters the aswer

So the bot could just send the math problem and get a response, just like with other captchas.
The only foolproof way to try and stop the bot is to check the HTML DOM of the previous page on submission, as I believe in order for the captcha service to work code needs to be injected on the site (This is as I understand it, I'm not 100% sure). However, I am unsure how this would be done and it would also likely take up a large amount of resources to do so, making the script unusable for most smaller owners. It really is a problem.

Thanks a lot. This is what I looking for.
I hope that there will not be problems with copyright  Grin Grin
Just leave the footer link on the page and everything should be fine!
1953  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: August 13, 2015, 02:23:07 PM
also any chance to have these stats added to the script?...


A lot of those stats just require some MySQL tables and queries, they should be pretty easy to implement yourself with a small amount of knowledge. (Keep in mind that any code below hasn't been tested and is just from the top of my head. It's also been a while since I used PHP and MySQL properly, so I may make a few errors here and there).

For example, the total users could be created by adding this to line 953 of index.php:
Code:
$totalUsers = $sql->query("COUNT (address) FROM Faucetinabox_Addresses");
$data['totalUsers'] = $totalUsers->fetch();

And then adding this where you wanted the number to appear on your template:
Code:
<span class="label label-success">Users</span> Total users paid: <?php $data['totalUsers']; ?>

Total paid and Total paid daily would basically need a new table (E.G overallStats) with two rows (E.G totalPaid, totalDaily), then simply have a MySQL query add the user's reward to the corresponding row every time they claimed from your faucet. Something like this around line 1190:
Code:
$q = $sql->prepare("UPDATE overallStats SET totalPaid = totalPaid + ?");
$q->execute(array($reward));

$q = $sql->prepare("UPDATE overallStats SET totalDaily = totalDaily + ?");
$q->execute(array($reward));
Then, create a CRON job which runs at midnight every day to overwrite totalDaily back to 0. Something along those lines should work.

does it exist any stable faucetbox script, except default fb script?
Elbandi's Minifaucet script has an option to use FaucetBox as a payment processor.
Apart from that, you would have to edit an existing script to add FaucetBox payments or create your own.
1954  Economy / Services / Re: Best Poker and Bingo - Playtodos.com Signature Campaign on: August 13, 2015, 12:42:17 PM
Code:
Username: minifrij
Member rank: Hero
Post count: 1051 (Including this)
BTC address: 1PNmymEXA8mGZfdsWAWmicJPTXEf5KAzTG
1955  Economy / Services / Re: [BIT-X.com] OPEN SPOTS Earn Bitcoins by Posting | Signature Campaign on: August 11, 2015, 11:40:03 AM
The member above is the only one who has been accepted from applicants.

Others may still apply Smiley.
May I ask why I wasn't accepted? Is my post quality not high enough?
1956  Economy / Service Announcements / Re: Whats My IP | Find out what does your IP address say about you. on: August 10, 2015, 03:58:59 PM
IP ADDRESS
Your IP Address:   104.131.94.134
Hostname:   104.131.94.134
ISP:   Digital Ocean
Organization:   Digital Ocean

wortk perfect Smiley
im using Hola VPN
VPNs hide your IP, therefore making it impossible for websites like this to track your original IP.
Hola probably rents VPS servers to use as a VPN, which is why your ISP and Organization are both Digital Ocean.
1957  Economy / Micro Earnings / Re: Could I Theoretically Roll 10000 in Freebitco.in? on: August 09, 2015, 05:43:14 PM
The largest roll I got there is 9989. Even I have never heard even a single instance of a single user achieving that nearly-impossible roll. Of the 1.8+ billion games played by users, there should be even a single winner right now, and that user would've come to this forum and show that he/she won the highest roll, but so far there is none. If the chances are 1/10000, of the 1.8+billion games, there should be thousands of occurrences of that jackpot.
There are 1.5mil users of Freebitco.in. Take a couple hundred thousand away from that for bots, leaves you with ~1mil. There is no way that all of those 1mil users even know about BitcoinTalk, especially not post here for a big win.
1958  Economy / Micro Earnings / Re: Coinurl.com moderators are very lazy on: August 09, 2015, 11:48:13 AM
CoinURL started going downhill when it was sold a year or two back. There are other networks which provide a similar and better service, use those.
1959  Other / Meta / Re: Automatic Default Trust on: August 08, 2015, 11:54:29 PM
Why should the forum pay people to screen for default trust when the system currently in place works fine?
If the system worked fine, there wouldnt be 5 complaints a day about quickseller
People don't like being called out on their mistakes, Quickseller and the trust system is no exception to that.

Besides, by your plan he would be getting on DT soon enough anyway. So how would it help?
1960  Other / Off-topic / Re: Which anime do you like? on: August 08, 2015, 11:34:30 PM
Prison School is a laugh, but if you take it seriously you're gonna have a bad time.

I think my favourite anime of all time would be Sakurasou. I love it.
Pages: « 1 ... 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 148 ... 150 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!