Post
Topic
Board Project Development
Re: Technical Problem with Google's ReCapcha on Salmen's Simple Faucet
by
DaveF
on 24/06/2022, 11:04:42 UTC
But I am curious that some people are still wasting their time on faucets, are you making money from the faucet? Faucets are just absolutely waste of time.

Sometimes it's not just about making BTC by having people view ads. It's about getting eyeballs / clicks on a certain thing and using a few satoshis to do it.

With that being said keep in mind from the script
Quote
PHP >= 5.4 (tested on 5.6), please do not use PHP 7.0 or higher

Anything older then 7.4 is way out of date and vulnerable. I don't even know of any webhosts that still support it.
Take a look at: https://www.php.net/supported-versions.php

I don't know if anyone has updated / ported the script so it runs on a newer version of PHP but if not I don't know if it will work.

-Dave