Pages:
Author

Topic: [FREE] Simple Faucet Script - Open your own faucet - page 14. (Read 34257 times)

legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
My though is rondm pin code for each  withdrawal is better.

Wtf? Think about if you phone would have random pin every time you use it, how could you use it at all?
Or have you misunderstood the difference between captcha and pin code? Pin code is 4-12 digit password.
No,you misunderstood my point.

we will make the script generator a random pin code for each  withdrawal as Withdrawal Verification.   
member
Activity: 132
Merit: 10

1. Replace in 'includes/templates.settings'  the code $navLinks = [["Faucet", "index.php"]]; to $navLinks = [];

2. You can change the Name in the admin.php or in the database in the table 'faucet_settings'.

3. Fill your Faucetbox.com Balance. Go to Faucetbox.com and deposit some Satoshis.

4. Is your adsense account approved? If not, it will show a white screen.

Cheers
Salmen

hello salmen. it is a good script Smiley thanks for this script.

but i got some error if i input bitcoin address, logout and the input another bitcoin address at same IP. then my website cant open at my ip. i must clear history and cookies, and if i input again my bitcoin address, i got error again.

it saying
" The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

This problem can sometimes be caused by disabling or refusing to accept cookies. "
 
what should i do ? please help. my website is : http://xyzbitrade.xyz

because, i try at your site http://salmen.website/Faucet/ . its not error, but back at first page. please help. thank you.

because many people use IP dynamic, like me.
if i reset modem, i get new IP.
hero member
Activity: 910
Merit: 500
But how can i set username etc. in the config.php file if all i upload is the sql.sql file...
dont get it  Shocked

i can create a video tutorial if you want interested Cheesy or i can do it for you all i need is your domain and hosting site
hero member
Activity: 910
Merit: 500
looks good, any chance to use funcaptcha instead of recaptcha?

if the admin code was not change and if they only ad codes you can use fun captcha  Smiley
legendary
Activity: 1274
Merit: 1000
My though is rondm pin code for each  withdrawal is better.

Wtf? Think about if you phone would have random pin every time you use it, how could you use it at all?
Or have you misunderstood the difference between captcha and pin code? Pin code is 4-12 digit password.
legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
My though is rondm pin code for each  withdrawal is better.
legendary
Activity: 1274
Merit: 1000
the pin for withdrawal is great idea against bots, you should consider it.

When bot makes account it will choose the pin and when it wants to withdraw it just uses that pin that it obviously knows as it choose it when creating the account.
So I don't see how does it help?
hero member
Activity: 909
Merit: 506
the pin for withdrawal is great idea against bots, you should consider it.
hero member
Activity: 762
Merit: 500
 Very good work  Smiley is this script prevent bots?
legendary
Activity: 1059
Merit: 1020
hi
thanks for share,
how to change curency?

thanks
Currently, Bitcoin is implented in the script. With knowledge in PHP, HTML and MySQL you can change it to a faucet with another cryptocurrency accepted by faucetbox.

Cheers
Salmen

perhaps a 4 digit pin on withdrawal or would this be too much work ??
I doubt that a 4 digit pin is needed since the users isn't loosing satoshis on the faucet.

Cheers
Salmen


I like the look better than most pre-made scripts like this, of course, after ads it will get a little crazy.

i think too many people are focusing on the cash out options, if you are using faucetbox or even change to another micro, there is nothing much that a user will benefit from with faucetbox for making smaller withdrawals that can hurt the site.  the idea of faucetbox is to prevent network fees on every small transaction and if the user wants to shoot themselves in the foot
 doing that, then so be it, but to slow those withdrawals means that a user that uses the micro wallet for multiple faucets and.or uses will have to not only meet the faucetbox minimum but also the site minimum in this script

right now, if i use faucetbox for six different faucets and the account hits the payout, then i get paid, but if this site holds back that last little bit because the minimum is not met, then faucetbox cannot do its job, or any other micro for that matter

one last thing to the replies, not to be negative, but doing something on a site or the web like running a faucet can be tricky and there are things "like  mysql permissions" that every web developer runs into...that means that you have to learn a little something along the way to get by, like how to run down database errors and things like that.

all of that starts with the simple coding, like finding the block that faucetbox has you copy and paste into your site, and replacing it with a block from xapo or another microwallet.  these are very simple API's and literally ask you to do nothing more than paste a pre-made block of code into your main site pages, for the guy that wants to switch micros, this is a great easy learning time, look up the API code blocks for faucetbox, find them in the code, replace that code block with one from another micro service, that easy

be careful with trimming just the faucetbox code and not anything else, a single } or ] from the preceding block and an entire site can go to shit.  same thing with the ad placement, they are just copy and paste blocks, but their placement determines their placement on the page, so that could require a little more time and playing around and even a nice HTML/PHP editor to help you out

this is all very basic and easy, just keep the original files untouched and only play with a copy, that way you can always go back, most developers make it easy with code comments and block comments

they look like this in the code


Code:
/////this is where i put the extra useless virus code

i am pretty sure this guy seems on the ball and did some nice comments

long story, short....i love the look and feel of the script and just may give it a try, i currently have no domains or VPS's up, but it is always time to grab a few, was a little concerned that the captcha came after the first faucet, but worst thing that could happen is someone attacks the first faucet over and over with a bot, lol

everyone else, just play around and see what you can learn, there are some scripts out there that sell for $50 or more, you have to start somewhere, mysql errors can be a little hard to track, but simple inserting of code from other sites is imperative, if you get the faucet running you might want analytics on there and that involves code insertion, not code writing, just copy and paste into what is already there.    this guy could be you less than six months down the road, it is not as hard as you think, just piece through the code pages and see what you can learn

Thank you. The most used faucet scripts such faucetbox has flaws in the coding and are poorly protected against bots. I think it is easy for bots to deal with the faucet because the algorithm is the same: Enter address, solve Captcha and click the button. The algorithm on this faucet is different: 1. Login using address 2. Click claim. 3. Solve Captcha 4. Click button. It will be harder for bots to claim on a new faucet script because they don't know the algorithm.

Cheers
Salmen
hero member
Activity: 868
Merit: 503
I like the look better than most pre-made scripts like this, of course, after ads it will get a little crazy.

i think too many people are focusing on the cash out options, if you are using faucetbox or even change to another micro, there is nothing much that a user will benefit from with faucetbox for making smaller withdrawals that can hurt the site.  the idea of faucetbox is to prevent network fees on every small transaction and if the user wants to shoot themselves in the foot
 doing that, then so be it, but to slow those withdrawals means that a user that uses the micro wallet for multiple faucets and.or uses will have to not only meet the faucetbox minimum but also the site minimum in this script

right now, if i use faucetbox for six different faucets and the account hits the payout, then i get paid, but if this site holds back that last little bit because the minimum is not met, then faucetbox cannot do its job, or any other micro for that matter

one last thing to the replies, not to be negative, but doing something on a site or the web like running a faucet can be tricky and there are things "like  mysql permissions" that every web developer runs into...that means that you have to learn a little something along the way to get by, like how to run down database errors and things like that.

all of that starts with the simple coding, like finding the block that faucetbox has you copy and paste into your site, and replacing it with a block from xapo or another microwallet.  these are very simple API's and literally ask you to do nothing more than paste a pre-made block of code into your main site pages, for the guy that wants to switch micros, this is a great easy learning time, look up the API code blocks for faucetbox, find them in the code, replace that code block with one from another micro service, that easy

be careful with trimming just the faucetbox code and not anything else, a single } or ] from the preceding block and an entire site can go to shit.  same thing with the ad placement, they are just copy and paste blocks, but their placement determines their placement on the page, so that could require a little more time and playing around and even a nice HTML/PHP editor to help you out

this is all very basic and easy, just keep the original files untouched and only play with a copy, that way you can always go back, most developers make it easy with code comments and block comments

they look like this in the code


Code:
/////this is where i put the extra useless virus code

i am pretty sure this guy seems on the ball and did some nice comments

long story, short....i love the look and feel of the script and just may give it a try, i currently have no domains or VPS's up, but it is always time to grab a few, was a little concerned that the captcha came after the first faucet, but worst thing that could happen is someone attacks the first faucet over and over with a bot, lol

everyone else, just play around and see what you can learn, there are some scripts out there that sell for $50 or more, you have to start somewhere, mysql errors can be a little hard to track, but simple inserting of code from other sites is imperative, if you get the faucet running you might want analytics on there and that involves code insertion, not code writing, just copy and paste into what is already there.    this guy could be you less than six months down the road, it is not as hard as you think, just piece through the code pages and see what you can learn
member
Activity: 103
Merit: 10
good job my friend  iam also run to programming facet script and put for free  thank you any way
full member
Activity: 282
Merit: 100
hi
thanks for share,
how to change curency?

thanks
sr. member
Activity: 463
Merit: 256
perhaps a 4 digit pin on withdrawal or would this be too much work ??
legendary
Activity: 1059
Merit: 1020
I keep getting error:

Parse error: syntax error, unexpected '[' in /home/index.php on line 14
Hm.. Did you made any changes on the script?

Cheers
Salmen

i plan to try out this script it looks safer than original faucetinabox. Could you add support for addresses starting with 3 and option to set min withdrawal amount?
Hi!

The script checks the validity of the bitcoin address by the length, in this way bitcoin address with the first letter 3 shall be accepted.
The mininum withdrawal is easy to implent with a script. Also the mininum withdrawal amount is a good idea and I'll remember it.
sr. member
Activity: 395
Merit: 250
i plan to try out this script it looks safer than original faucetinabox. Could you add support for addresses starting with 3 and option to set min withdrawal amount?
legendary
Activity: 1961
Merit: 1020
Fill Your Barrel with Bitcoins!
I keep getting error:

Parse error: syntax error, unexpected '[' in /home/index.php on line 14
legendary
Activity: 1059
Merit: 1020
But how can i set username etc. in the config.php file if all i upload is the sql.sql file...
dont get it  Shocked

You can changee the username in the database at the table 'faucet_settings' at the row number 12, it has the name 'admin_username'.

But how can i set username etc. in the config.php file if all i upload is the sql.sql file...
dont get it  Shocked

You must upload zip to your server (file manager) and extract all files there.
Then you will go to your phpmyadmin and import sql file there.

Thank you, that worked. Used Filezilla to upload the files and phpmyadmin for the sql.sql.

i managed to configure the faucet but now i got some questions:

1.Next to the starting page of my website there is an extra tab called Faucet which is basically the same page...how can i remove this?

2. Even though i changed the faucetname it is still shown as Demo Faucet---see the picture i attached.

3. how do i add satoshis to the balance?

4. i added 3 ads from adsense but i cant see them...does it need some time til they are visible?

-snip-
Thanks for your help so far Cheesy

1. Replace in 'includes/templates.settings'  the code $navLinks = [["Faucet", "index.php"]]; to $navLinks = [];

2. You can change the Name in the admin.php or in the database in the table 'faucet_settings'.

3. Fill your Faucetbox.com Balance. Go to Faucetbox.com and deposit some Satoshis.

4. Is your adsense account approved? If not, it will show a white screen.

Cheers
Salmen
newbie
Activity: 30
Merit: 0
But how can i set username etc. in the config.php file if all i upload is the sql.sql file...
dont get it  Shocked

You must upload zip to your server (file manager) and extract all files there.
Then you will go to your phpmyadmin and import sql file there.

Thank you, that worked. Used Filezilla to upload the files and phpmyadmin for the sql.sql.

i managed to configure the faucet but now i got some questions:

1.Next to the starting page of my website there is an extra tab called Faucet which is basically the same page...how can i remove this?

2. Even though i changed the faucetname it is still shown as Demo Faucet---see the picture i attached.

3. how do i add satoshis to the balance?

4. i added 3 ads from adsense but i cant see them...does it need some time til they are visible?

http://s17.postimg.org/4iyuuev27/grabilla_em5360.png
Thanks for your help so far Cheesy
sr. member
Activity: 288
Merit: 250
I only mean that on my test faucet at address what is already infected by bots I am getting about 30 claims and 3 cash outs per hour now with this script. Rewards are set to 1 satoshi every 720 minutes, so those must be all bots (and if someone thinks that is a lot of bots, no it is not, there has been a MUCH more with previous scripts and different rewards).
I looked at database and there is about x2 more users (bots) who has not managed to even claim. So, roughly 50% of bots managed to claim and 5% cash out Tongue
A simple auto block can be added which will stop 99% bots .
Can you help on this? I am about to discontinue all my faucets because of bots after having half year fun with running them.
Pages:
Jump to: