Pages:
Author

Topic: How To Make Faucet Script (Read 817 times)

member
Activity: 294
Merit: 27
bit.ly/Coins4Hash
March 06, 2018, 10:17:20 AM
#24
Are you looking to build a faucet script completely from scratch or do you want to customize one that is already made? Building one from the ground up does not seem too easy in my eyes. I would guess it's written in C++ and HTML. Hopefully, someone with more knowledge in website design can help you out here.
I do not think you need C++ for a faucet.
Typically you would use html and php+mysql with api knowledge as a bare minimum



link are not working

What do you mean?
newbie
Activity: 20
Merit: 0
March 06, 2018, 03:39:26 AM
#23
Are you looking to build a faucet script completely from scratch or do you want to customize one that is already made? Building one from the ground up does not seem too easy in my eyes. I would guess it's written in C++ and HTML. Hopefully, someone with more knowledge in website design can help you out here.
I do not think you need C++ for a faucet.
Typically you would use html and php+mysql with api knowledge as a bare minimum



link are not working
full member
Activity: 168
Merit: 100
December 16, 2017, 04:55:54 PM
#22
if anyone wants to help me and can answer my questions on this topic https://bitcointalk.org/index.php?topic=333748.new#new
full member
Activity: 630
Merit: 100
December 13, 2017, 05:25:26 PM
#21
Imho, the Alpha script is a very good place to start. The code is pretty straight forward and limited in size unlike some of the others.
full member
Activity: 409
Merit: 103
December 13, 2017, 05:05:09 PM
#20
yeah ive been modifying that coinbox script a lot too. adding random captcha, securing databases, moving files with keys and api's to be only read localy etc etc.

have been learning a lot about scripting by experimenting and impl;ementing new features.

Now its a bit of a mess though. one big jumble Tongue
full member
Activity: 168
Merit: 100
December 13, 2017, 04:42:17 PM
#19
Are you still looking to start modifying the script or are you now looking for a turn key ready script?
both Smiley
full member
Activity: 630
Merit: 100
December 13, 2017, 04:46:53 AM
#18
Are you still looking to start modifying the script or are you now looking for a turn key ready script?
full member
Activity: 168
Merit: 100
full member
Activity: 168
Merit: 100
December 11, 2017, 05:31:44 PM
#16
The easiest way to start is to get a free script and then start modifying it.

yup thats what i am doing this for now
full member
Activity: 630
Merit: 100
December 08, 2017, 12:54:47 PM
#15
The easiest way to start is to get a free script and then start modifying it.
full member
Activity: 168
Merit: 100
December 07, 2017, 06:07:21 PM
#14
You need yoe hire a developer to make a faucet for you.

That would be great to hire a developer but i will try learning the languages  people mention above and see did i have what it takes to be a programmer Smiley
full member
Activity: 168
Merit: 100
December 07, 2017, 06:02:30 PM
#13
I write my own custom faucet scripts from scratch, you need to know php, javascript and HTML (and CSS). It helps to be familiar with jquery and Ajax. A lot of people like working with curl but personally I prefer file_get_contents since it's much more compact and it syncs nicely with file_put_contents. These things are good to know when you want to use API's.
If you're clever you can get away without using SQL, neither my faucet script, mining script or faucet list script uses any SQL.
It helps a lot if you have knowledge in the cyber security area, at some point you are likely to get targeted.
Writing a script for all of Faucethub's currencies is asking for extra work, I have this in my script and I can definitely state that it is far easier to only use one currency. And if you look at speed, it'll definitely take a hit if you aim to cram everything into one big package.
Then comes the question of if you want the page to be responsive or not, learning to do responsive is another hurdle to pass.
This is just the basics and I haven't even touched on the contents, choosing contents and functions is a whole chapter of it's own.
And don't even mention design... Phew, that's a headache for sure. Lol

(And no, I don't have any public scripts ready. And no, I don't have the tools set up currently to publish any script. But if someone needs a script, we might be able to work something out on a personal basis. Still working on perfecting the script I run myself, and I discover new improvements every day.)
Thanks
full member
Activity: 630
Merit: 100
December 07, 2017, 06:14:49 AM
#12
I write my own custom faucet scripts from scratch, you need to know php, javascript and HTML (and CSS). It helps to be familiar with jquery and Ajax. A lot of people like working with curl but personally I prefer file_get_contents since it's much more compact and it syncs nicely with file_put_contents. These things are good to know when you want to use API's.
If you're clever you can get away without using SQL, neither my faucet script, mining script or faucet list script uses any SQL.
It helps a lot if you have knowledge in the cyber security area, at some point you are likely to get targeted.
Writing a script for all of Faucethub's currencies is asking for extra work, I have this in my script and I can definitely state that it is far easier to only use one currency. And if you look at speed, it'll definitely take a hit if you aim to cram everything into one big package.
Then comes the question of if you want the page to be responsive or not, learning to do responsive is another hurdle to pass.
This is just the basics and I haven't even touched on the contents, choosing contents and functions is a whole chapter of it's own.
And don't even mention design... Phew, that's a headache for sure. Lol

(And no, I don't have any public scripts ready. And no, I don't have the tools set up currently to publish any script. But if someone needs a script, we might be able to work something out on a personal basis. Still working on perfecting the script I run myself, and I discover new improvements every day.)
member
Activity: 336
Merit: 11
December 06, 2017, 10:03:49 PM
#11
You need yoe hire a developer to make a faucet for you.
full member
Activity: 168
Merit: 100
December 06, 2017, 11:33:29 AM
#10
I do not think you need C++ for a faucet.
Typically you would use html and php+mysql with api knowledge as a bare minimum
Yes, I realize this now. I wrote that at around 2 in the morning, must have been thinking a little loopy. Tongue C++ is for writing Android apps and a bunch of other things I cannot think of at the moment.

None of the script fits my need i need a faucet script where person can claim all fhub's currency like a multifaucet where people have to just register on my site and claim all cryptos
Are you thinking about a script like CoinPot? Scripts like that are definitely not free, you would have to branch out to a reputable developer and work out prices for a script of that level. Keep in mind you would have to constantly keep every hot wallet for each currency loaded, you will have to dig deep into your pockets before you start to see a profit.
something like this multifaucet.io
far away from coinpot Smiley
member
Activity: 84
Merit: 10
December 06, 2017, 11:23:36 AM
#9
I do not think you need C++ for a faucet.
Typically you would use html and php+mysql with api knowledge as a bare minimum
Yes, I realize this now. I wrote that at around 2 in the morning, must have been thinking a little loopy. Tongue C++ is for writing Android apps and a bunch of other things I cannot think of at the moment.

None of the script fits my need i need a faucet script where person can claim all fhub's currency like a multifaucet where people have to just register on my site and claim all cryptos
Are you thinking about a script like CoinPot? Scripts like that are definitely not free, you would have to branch out to a reputable developer and work out prices for a script of that level. Keep in mind you would have to constantly keep every hot wallet for each currency loaded, you will have to dig deep into your pockets before you start to see a profit.
I would use C# for android apps though Cheesy C++ I would reserve for 3d games, for exmaple Unreal Engine Smiley
member
Activity: 294
Merit: 27
bit.ly/Coins4Hash
December 06, 2017, 10:30:53 AM
#8
I do not think you need C++ for a faucet.
Typically you would use html and php+mysql with api knowledge as a bare minimum
Yes, I realize this now. I wrote that at around 2 in the morning, must have been thinking a little loopy. Tongue C++ is for writing Android apps and a bunch of other things I cannot think of at the moment.

None of the script fits my need i need a faucet script where person can claim all fhub's currency like a multifaucet where people have to just register on my site and claim all cryptos
Are you thinking about a script like CoinPot? Scripts like that are definitely not free, you would have to branch out to a reputable developer and work out prices for a script of that level. Keep in mind you would have to constantly keep every hot wallet for each currency loaded, you will have to dig deep into your pockets before you start to see a profit.
hero member
Activity: 1540
Merit: 508
December 06, 2017, 05:52:06 AM
#7
hello all i want mine faucet script with faucethub payment method but i dont know how to create one which languages are used etc any help is highly appreciated

also it would be good to share links so i can go and learn from there

THANKS
Making a faucet script from scratch will be bit difficult for you if you don't have complete knowledge of php,sql,js,html,api,etc . if you want to create your own faucet script then you have to learn PHP,Sql,JavaScript and Html also.
If you want to learn all these programming language then you can take help of online courses available on https://www.w3schools.com/

 Or if you want to start a faucet then you don't to create a faucet from scratch you can choose any faucet script that suits you .
If you want to download faucet script then you can choose any script available here ( You have to register in that forum to download any script )
https://cctalk.io/index.php?action=dldir

Thanks
thanks this really helps alot  i saw w3schools have all the courses but one is missing the "api" .
Use PHP for the api https://faucethub.io/api
full member
Activity: 168
Merit: 100
December 06, 2017, 05:39:50 AM
#6
hello all i want mine faucet script with faucethub payment method but i dont know how to create one which languages are used etc any help is highly appreciated

also it would be good to share links so i can go and learn from there

THANKS
Making a faucet script from scratch will be bit difficult for you if you don't have complete knowledge of php,sql,js,html,api,etc . if you want to create your own faucet script then you have to learn PHP,Sql,JavaScript and Html also.
If you want to learn all these programming language then you can take help of online courses available on https://www.w3schools.com/

 Or if you want to start a faucet then you don't to create a faucet from scratch you can choose any faucet script that suits you .
If you want to download faucet script then you can choose any script available here ( You have to register in that forum to download any script )
https://cctalk.io/index.php?action=dldir

Thanks
thanks this really helps alot  i saw w3schools have all the courses but one is missing the "api" .
full member
Activity: 168
Merit: 100
December 06, 2017, 05:37:58 AM
#5
Are you looking to build a faucet script completely from scratch or do you want to customize one that is already made? Building one from the ground up does not seem too easy in my eyes. I would guess it's written in C++ and HTML. Hopefully, someone with more knowledge in website design can help you out here.

None of the script fits my need i need a faucet script where person can claim all fhub's currency like a multifaucet where people have to just register on my site and claim all cryptos
Pages:
Jump to: