Bitcoin Forum

Economy => Micro Earnings => Topic started by: sumair7230 on December 05, 2017, 09:17:27 PM



Title: How To Make Faucet Script
Post by: sumair7230 on December 05, 2017, 09:17:27 PM
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


Title: Re: How To Make Faucet Script
Post by: Coins4Days on December 06, 2017, 03:13:49 AM
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.


Title: Re: How To Make Faucet Script
Post by: adi016 on December 06, 2017, 08:57:42 AM
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


Title: Re: How To Make Faucet Script
Post by: protactinium91 on December 06, 2017, 09:12:01 AM
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


Title: Re: How To Make Faucet Script
Post by: sumair7230 on December 06, 2017, 09:37:58 AM
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


Title: Re: How To Make Faucet Script
Post by: sumair7230 on December 06, 2017, 09:39:50 AM
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" .


Title: Re: How To Make Faucet Script
Post by: tungaqhd on December 06, 2017, 09:52:06 AM
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


Title: Re: How To Make Faucet Script
Post by: Coins4Days on December 06, 2017, 02:30:53 PM
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. :P 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 (http://coinpot.win/)? 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.


Title: Re: How To Make Faucet Script
Post by: protactinium91 on December 06, 2017, 03:23:36 PM
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. :P 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 (http://coinpot.win/)? 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 :D C++ I would reserve for 3d games, for exmaple Unreal Engine :)


Title: Re: How To Make Faucet Script
Post by: sumair7230 on December 06, 2017, 03:33:29 PM
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. :P 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 (http://coinpot.win/)? 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 :)


Title: Re: How To Make Faucet Script
Post by: adi016 on December 07, 2017, 02:03:49 AM
You need yoe hire a developer to make a faucet for you.


Title: Re: How To Make Faucet Script
Post by: Kema on December 07, 2017, 10:14:49 AM
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.)


Title: Re: How To Make Faucet Script
Post by: sumair7230 on December 07, 2017, 10:02:30 PM
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


Title: Re: How To Make Faucet Script
Post by: sumair7230 on December 07, 2017, 10:07:21 PM
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 :)


Title: Re: How To Make Faucet Script
Post by: Kema on December 08, 2017, 04:54:47 PM
The easiest way to start is to get a free script and then start modifying it.


Title: Re: How To Make Faucet Script
Post by: sumair7230 on December 11, 2017, 09:31:44 PM
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


Title: Re: How To Make Faucet Script
Post by: sumair7230 on December 11, 2017, 09:32:06 PM
https://bitcointalk.org/index.php?topic=2568388.new#new 
https://bitcointalk.org/index.php?topic=2575491.new#new

  if anyone wannts to answer


Title: Re: How To Make Faucet Script
Post by: Kema on December 13, 2017, 08:46:53 AM
Are you still looking to start modifying the script or are you now looking for a turn key ready script?


Title: Re: How To Make Faucet Script
Post by: sumair7230 on December 13, 2017, 08:42:17 PM
Are you still looking to start modifying the script or are you now looking for a turn key ready script?
both :)


Title: Re: How To Make Faucet Script
Post by: coin_curious on December 13, 2017, 09:05:09 PM
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 :P


Title: Re: How To Make Faucet Script
Post by: Kema on December 13, 2017, 09:25:26 PM
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.


Title: Re: How To Make Faucet Script
Post by: sumair7230 on December 16, 2017, 08:55:54 PM
if anyone wants to help me and can answer my questions on this topic https://bitcointalk.org/index.php?topic=333748.new#new


Title: Re: How To Make Faucet Script
Post by: devflames on March 06, 2018, 07:39:26 AM
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


Title: Re: How To Make Faucet Script
Post by: Coins4Days on March 06, 2018, 02:17:20 PM
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?