Bitcoin Forum
April 28, 2024, 06:52:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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]
2781  Economy / Micro Earnings / Re: Faucetbox Rotator on: September 13, 2016, 07:16:35 PM
Please add bigfaucet.ga
Reward 40-100 Ref 30%
Reward will be increased soon
Thank you

ok will add in new release of app..
I am happy that i have few 10-15 usres, i hope they will comment here and share their experience Smiley
2782  Economy / Micro Earnings / Re: Bots wasting server resources on: September 13, 2016, 07:11:31 PM
Honestly if you are giving those script here publicity they can make a new counter part that can be still claim in your site.. many bots outside in this forum are always releasing and  many professional are making more bots  new script.. they are not doing multiple tabs with the easy to captcha and multiple address.. so i think better to find a new script or block some countries like russian to visit your site.. better to track who is your enemy.. try also cloudflare for ddos attack..


this part of code is google-able in few seconds , so this is not a secret piece of code Smiley
2783  Economy / Micro Earnings / Re: Bots wasting server resources on: September 13, 2016, 02:12:09 PM
Search for anti proxy APIs on the internet !!


You will find good soulutions.
Its like cloudflare you have to pay for best protection ;-)
Or you make your own faucet script.



try to edit index.php in the  /templates/template-name/ folder on your webserver, at the total beginning put this:

<?php
$proxy_headers = array(
        'HTTP_VIA',
        'HTTP_X_FORWARDED_FOR',
        'HTTP_FORWARDED_FOR',
        'HTTP_X_FORWARDED',
        'HTTP_FORWARDED',
        'HTTP_CLIENT_IP',
        'HTTP_FORWARDED_FOR_IP',
        'VIA',
        'X_FORWARDED_FOR',
        'FORWARDED_FOR',
        'X_FORWARDED',
        'FORWARDED',
        'CLIENT_IP',
        'FORWARDED_FOR_IP',
        'HTTP_PROXY_CONNECTION'
    );
    foreach($proxy_headers as $x){
        if (isset($_SERVER[$x])) die("You are using a proxy!");
    }
?>
<?php
$ports = array(8080,80,81,1080,6588,8000,3128,553,554,4480);
    foreach($ports as $port) {
         if (@fsockopen($_SERVER['REMOTE_ADDR'], $port, $errno, $errstr, 30)) {
              die("You are using a proxy!");
         }
     }
?>
<?php
if(@fsockopen($_SERVER['REMOTE_ADDR'], 80, $errstr, $errno, 1))
die("It appears you're using a proxy, No proxy allowed here!");
function checkProxy($ip){
$contactEmail="EMAIL@mail.email";
$timeout=3;
$banOnProability=0.99;
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
curl_setopt($ch, CURLOPT_URL, "http[Suspicious link removed]c($ch);
curl_close($ch);
if ($response > $banOnProability) {
return true;
} else {
if ($response < 0 || strcmp($response, "") == 0 ) {
//The server returned an error, you might want to do something
//like write to a log file or email yourself
//This could be true due to an invalid input or you've exceeded
//the number of allowed queries. Figure out why this is happening
//because you aren't protected by the system anymore
//Leaving this section blank is dangerous because you assume
//that you're still protected, which is incorrect
//and you might think GetIPIntel isn't accurate anymore
//which is also incorrect.
//failure to implement error handling is bad for the both of us
}
return false;
}}
$ip=$_SERVER['REMOTE_ADDR'];
if (checkProxy($ip)) {
echo "It appears you're using a proxy, No proxy allowed here! <br />";
}
?>





and on the root edit .htaccess file in public_html folder (its hidden file, check for showing hidden files)   - add these lines:


# block proxy servers from site access
RewriteEngine on
RewriteCond %{HTTP:VIA} !^$ [OR]
RewriteCond %{HTTP:FORWARDED} !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR]
RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$
RewriteRule ^(.*)$ - [F]




hope it helps

i stopped huge bot attacks by 90-100%
2784  Economy / Micro Earnings / Re: FishBTC on: September 12, 2016, 07:26:49 PM
How you define 1-39 satoshi chance as 50% because i haven't seen in faucetbox setting where you can set range and % chance. I think your server is slowing down sometimes after claiming however i get 60 satoshi, thanks for free bitcoin.

open faucetbox admin page, log in and in rewards table write "1-39"  without quotes and give a percentage in another box...  that's all
2785  Economy / Micro Earnings / Re: Faucetbox Rotator on: September 12, 2016, 07:17:23 PM
Even though if you claim that you haven't had added any malware or virus in this software, nobody gonna believe that as using bitcoin related application is quite risky because there have been many events where bitcoin wallet got hacked or private key of bitcoin address get stolen due to softwares.

Better you run own faucet rotator site rather than adding faucets in software, which is quite not acceptable by many.

Yeap, in case of doubt, you already know what way to go  Cool

trust no one!

Problems Triggered by HEUR/QVM06.1.0000.Malware.Gen Infection

Homepage of the browser will be automatically changed
Security related websites cannot be accessed or opened
Search engine results will be modified against one’s wishes
Unwanted pop ups messages will come all around the day
Unwanted websites will be added to the bookmark folder
Overall speed and connectivity of browser will decrease
Fake error message and other bogus alerts will be displayed
Personal information will be stolen to cause cyber crimes
System performance will become super slow and PC will crash
Security of system will be weaken and PC become vulnerable
CPU consuming level will increase thereby lead to death of OS

Thanks for the info's Saccomatt0

yes, it's hard to make something new and useful, because there was a lots of scammers before me.
I can change app code in delphi to reach "clean shield" in virustotal for a while, but some virus databases has very stupid heuristic algoritms.

but i am not scammer, i just wanted to make something new.

if you google around with keywords Delphi + these virus names, you will see, there are bugs in heuristics on some antivirus mechanisms.. it's not my fault.

It's on you to try or not to try , to believe or not to believe..  
but to be honest, i made it for comfort and ease to use for newbies, and this profit i am making - few 1000 satoshis daily i am filling my faucets, so the profit goes to users back Smiley

I know that some heuristic anti-virus may flag your code as dangerous, even if your code is 100% clean. The only thing you can do is publish your code so everyone can compile and modify it, but this is an hard decision for a developer Smiley
For example, if your code open a socket and or edit a webpage, all antivirus can flag the code as malicious, but you have no bad intentions.

Btw good luck for your project!
Suggestion: try to look if there is a workaround to "bypass" heuristic antivirus.. for instance a warning popup before the "malicious code".. I don't know if it's possible and if it's a working solution!


Thanks,

i have bad experience with virustotal's 2-3 antiviruses.. In older projects i made "clean" code and in 2-3 weeks they was marked as malicious again. Sad  
btw - if some1 not trusting, it's easy to test if it does not opens a socket...   just open command line, and write: netstat -anb > netstat.txt    before and after running app..  and see the difference..  
I will repeat myself:  i have no reason to make viruses (btw online protection mechanisms of ALL good antiviruses can detect malware and all kind of unwanted behavior)
I made this project to newbies and for ppl with more time to get some extra cash..  and i am using my "profit" to fill my faucets - that's all Smiley

my code is secret, i have years and years know-how in it..  but you can trust me, i am not a scammer.. in all of my projects i am helping to ppl (and of course to myself too)..

Edit - yes i am a newbie HERE..  but a newbie with 20 years of experience in developing + 1 year of BTC / PTC and similar projects
2786  Economy / Micro Earnings / Re: Faucetbox Rotator on: September 12, 2016, 07:09:31 PM
Thanks for sharing with us.. it can be helps to me to start using it.. for extra collecting some bitcoins .
I hope you can increase the faucet more..

I am testing 45 more faucets, if they paying immediately, will be added to the database..

but these 65 faucets i have already in database is enouh for non-stop rotating (there are lots of 5 minute cycle faucets)

my tester earned 212000 satoshis in 7 hours of active testing Smiley   
2787  Economy / Micro Earnings / Re: Faucetbox Rotator on: September 12, 2016, 06:24:45 PM
Even though if you claim that you haven't had added any malware or virus in this software, nobody gonna believe that as using bitcoin related application is quite risky because there have been many events where bitcoin wallet got hacked or private key of bitcoin address get stolen due to softwares.

Better you run own faucet rotator site rather than adding faucets in software, which is quite not acceptable by many.

Yeap, in case of doubt, you already know what way to go  Cool

trust no one!

Problems Triggered by HEUR/QVM06.1.0000.Malware.Gen Infection

Homepage of the browser will be automatically changed
Security related websites cannot be accessed or opened
Search engine results will be modified against one’s wishes
Unwanted pop ups messages will come all around the day
Unwanted websites will be added to the bookmark folder
Overall speed and connectivity of browser will decrease
Fake error message and other bogus alerts will be displayed
Personal information will be stolen to cause cyber crimes
System performance will become super slow and PC will crash
Security of system will be weaken and PC become vulnerable
CPU consuming level will increase thereby lead to death of OS

Thanks for the info's Saccomatt0

yes, it's hard to make something new and useful, because there was a lots of scammers before me.
I can change app code in delphi to reach "clean shield" in virustotal for a while, but some virus databases has very stupid heuristic algoritms.

but i am not scammer, i just wanted to make something new.

if you google around with keywords Delphi + these virus names, you will see, there are bugs in heuristics on some antivirus mechanisms.. it's not my fault.

It's on you to try or not to try , to believe or not to believe.. 
but to be honest, i made it for comfort and ease to use for newbies, and this profit i am making - few 1000 satoshis daily i am filling my faucets, so the profit goes to users back Smiley
2788  Economy / Micro Earnings / Re: FishBTC on: September 12, 2016, 06:18:37 PM
I'm interested to your 1000 sat in 5 mins but it's not totally working..


It works already but Satoshi is not enough in your fund..
I think better look for big amount to deposit and start again.

It's filled now and will be filled more frequently, i was in holiday Smiley
2789  Economy / Micro Earnings / Re: Faucetbox Rotator on: September 12, 2016, 05:09:19 PM
This file was last analysed by VirusTotal on 2016-09-12 14:37:20 UTC (0 minutes ago) it was first analysed by VirusTotal on 2016-09-12 14:37:15 UTC.

Detection ratio: 2/57

Result
HEUR/QVM06.1.0000.Malware.Gen   
Malware.Heuristic!ET (rdm+)   


Nice try.

listen - this is my own application and it does not contains viruses, some antiviruses in virustotal reacting to delphi applications very sensitively.
I have no reason to put virus to my application -  i have profit from referral links i am putting to the rotator.

I tested with ESET, Symantec Endpoint Protetion and Avira (latest update) and no virus found..  My tester tested with AVG and the same result - no virus..
2790  Economy / Micro Earnings / Re: Faucetbox Rotator on: September 11, 2016, 08:04:53 AM
Hi, please add my faucet to your app.
Info:
Claim rate: 1 (50%), 10 (25%), 100 (17%), 1000 (7%), 10000 (1%)satoshi every 10 minutes.
Timer: 10 minutes
Referral: 50%

please send me url for your faucet
2791  Economy / Micro Earnings / Faucetbox Rotator on: September 11, 2016, 07:51:19 AM
Hello everybody,

I made one very simple Windows application (requirements Win7 or higher) , that rotates Faucetbox faucets.
Easy to use, and lightweight app.

I am managing the faucets database so with every application startup are faucets databases synchronized.
Help is included, however it's easy to use.

Download link: https://docs.google.com/uc?id=0B9vR3D1nfgRkbWhWRFhkM3ZTeHM&export=download

It's totally for free.
There are around 60 alive faucets at the moment, that can be rotated non stop!

If you have your own Faucetbox faucet, that sending satoshis directly to Faucetbox account, please write your faucet to comments, i will add it to application.

Smiley
2792  Economy / Service Discussion / faucetbox api? on: September 06, 2016, 07:08:00 PM
Hi,

any1 knows some method/script/API for displaying unpaid Satoshi from faucetbox?  (javascript, API link ...)

in official API documentation it's only possible to display faucet balance, not the wallet balance..

thanks for answers Smiley

2793  Bitcoin / Pools / Re: Bitminter bitcoin mining pool - Pays TxFees, Merged Mining, Fair PPLNS rewards on: September 03, 2016, 10:02:22 PM
Thanks DrHaribo for answer.

It means, i will earn nothing from PC, or i will earn only few satoshi?
my performance is around 40Mh/s  , but this pc can work non stop.

and can you please tell me, how to fill username to see my statistics in bitminter web page?

thanks
2794  Bitcoin / Pools / Re: Bitminter bitcoin mining pool - Pays TxFees, Merged Mining, Fair PPLNS rewards on: September 03, 2016, 09:00:53 PM
hi, please help me,  i am new in bitminter (and in bitcoin mining too)

i downloaded GUIMiner , and set up server:  eu1.bitminter.com   port 3333
username was set up my login from bitminter..

in bitminter i made one worker like my login in bitminter... 

but when i see statistics, i see nothing, 0 workers, 0 Ghps...

and GUIMiner told me, i have 7 shares accepted...

btw is there some guide?  what is "shift" , what is "share"  and how it works??

thanks Smiley
2795  Economy / Micro Earnings / Re: FishBTC on: September 03, 2016, 12:46:05 PM
1. you have a different kind of popup for first time click on the page your website opens in new tab and an popup ads opens in same tab
2. even for 100 sat claim has only 3% chance
3. you have link with your referral to a PTC site


no faucet rotator will have your faucet in them because of the pop up method you use

and for 20 guaranteed sats for every 5 mins with twice loading a page and ad popup is not worth.

Implement anti bot links or other methods to avoid bots which would dry your faucet

Place some content and move some ads near btc input and claim button

Good luck with your faucet (But i don't see any future with current situation)

This faucet runs approx 3 hours... no advertisement was made, and prizes will go up, depending on ad revenues after today's stats, im just testing and need some users and claims.
I am checking manually (and often) if some bot is connecting, will ban the bots on webserver side
2796  Economy / Micro Earnings / Re: FishBTC on: September 03, 2016, 12:29:55 PM
Hi,

check my new faucet: http://klondikeunderground.xyz/Fishbtc/FishBTC.php

chence for 1000 satoshi every 5 minutes directly to faucetbox

good luck Smiley 





hi, Eset Smart Security blocks .xyz domains, because they are sometimes dangerous.
But this faucet is on my webhosting site.. it's safe.. You can easily add exception to Eset and everything will be OK..  I have Symantec Endpoint Protection and needed to add exception too.
2797  Economy / Micro Earnings / FishBTC on: September 03, 2016, 12:16:13 PM
Hi,

check my new faucet: http://klondikeunderground.xyz/Fishbtc/FishBTC.php

chence for 1000 satoshi every 5 minutes directly to faucetbox

good luck Smiley 
Pages: « 1 ... 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]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!