Pages:
Author

Topic: [ANN] Open Source Bitcoin Faucet - page 2. (Read 19278 times)

hero member
Activity: 686
Merit: 504
always the student, never the master.
May 22, 2013, 05:39:04 AM
#13
lol, the only flaw in my script is that it can't validate what an acceptable address is. i have about 2 weeks experience in php... give me a break. anyway, put up or shut up. lets see this "ferrari" of a script you have.
heres mine
http://www.1gld.tk/faucet.php and if you have a solution for hiding the server time in the input, why don't you just tell me? i'm a newb with php it took me a week to build this small set of files, and this is my first php project.

No their is a couple of flaws. Well welcome to tough love, this will teach you the correct way and when your making real web apps you can then go, that Gweedo dude really helped me Wink. Now why would I open source my faucet if it commands a price, that wouldn't be smart would it LOL

lol, you're delusional. there may be flaws, but you've done nothing to help, unless you count inflating your own ego as help. and to your last statement, i gladly give this away as open source. it is my first php project, and is a great building block for anyone wanting to build a fast and simple, straight forward faucet. oh yeah, did i mention that the theme is fully responsive? cuz it is Smiley

edit. i see you've posted a fake bitcoin address at my site as localhost. how childish of you.
hero member
Activity: 686
Merit: 504
always the student, never the master.
May 22, 2013, 05:20:56 AM
#12
Damn, i wish there were instructions for a noob. i'm trying to make this work with the new GLDcoin

Ive got it accepting FRK's but not dishing them out for some reason.

i've built a new generic crypto faucet you can use with any coin. here it is http://www.1gld.tk/_dl/GENERICCRYPTOFAUCETv2.zip

Put it on github, I doubt anyone will unpack a zip from a JR member.

it's already on GITHUB

https://github.com/r3wt/GENERICCRYPTOFAUCETv2

the latest version can be downloaded through my site. and trust me people know me. they call me Nimda....

Why did you put the timestamp in a hidden input ?

Code:
);?>' type='hidden'>
https://github.com/r3wt/GENERICCRYPTOFAUCETv2/blob/master/index.php#L70

Now I could easily change that and drain your faucet. Also flat files are never good way to store a database.
time stamp is so i can check the times in between submissions from the same ip address.
and you would drain my faucet how?
lulz

I would set that date into the past and keep giving you my address until there was no funds left. Do you have a demo you want me to show you.

thats where the admin console comes in. you can easily see multiple ip addresses dates etc. also the payouts are made by hand. unhackable.

I see that, but do you think with over a lot of users, and different ips it is hackable, nothing is unhackable. Dude you wrote a bad faucet it is ok, flat files, timestamps in the hidden inputs, it is a mess, I could go on and on but I save you the embarrassment.
save yourself the embarrassment. you have no idea what you are talking about. for example an online bitcoin faucet script, such as the one you wrote requres what? a blockchain.info wallet account to script payouts. and what else? a ref link from blockexplorer that checks the validity of the address entered, but can still be duped with a fake wallet address. I know you don't know this, but most other crypto currencies don't have these features yet, so making a script such as yours, i'm assuming your name is Greedi and you wrote the github faucet script.

Nice deflection, but we are talking about your script. My script is running on some heavily traffic sites, has yet to be hacked, it  has both manual and scripted payouts. It maintains a nice randomness to the ad orders. It also requires a bitcoind not blockchain.info. But enough about my ferrari of a faucet script. You open sourced yours so I saw some mistakes, nothing that a little fix couldn't solved I don't get why your getting all mad and attacking my work which you have yet to see.

lol, the only flaw in my script is that it can't validate what an acceptable address is. i have about 2 weeks experience in php... give me a break. anyway, put up or shut up. lets see this "ferrari" of a script you have.
heres mine
http://www.1gld.tk/faucet.php and if you have a solution for hiding the server time in the input, why don't you just tell me? i'm a newb with php it took me a week to build this small set of files, and this is my first php project.
hero member
Activity: 686
Merit: 504
always the student, never the master.
May 22, 2013, 05:15:14 AM
#11
Damn, i wish there were instructions for a noob. i'm trying to make this work with the new GLDcoin

Ive got it accepting FRK's but not dishing them out for some reason.

i've built a new generic crypto faucet you can use with any coin. here it is http://www.1gld.tk/_dl/GENERICCRYPTOFAUCETv2.zip

Put it on github, I doubt anyone will unpack a zip from a JR member.

it's already on GITHUB

https://github.com/r3wt/GENERICCRYPTOFAUCETv2

the latest version can be downloaded through my site. and trust me people know me. they call me Nimda....

Why did you put the timestamp in a hidden input ?

Code:
);?>' type='hidden'>
https://github.com/r3wt/GENERICCRYPTOFAUCETv2/blob/master/index.php#L70

Now I could easily change that and drain your faucet. Also flat files are never good way to store a database.
time stamp is so i can check the times in between submissions from the same ip address.
and you would drain my faucet how?
lulz

I would set that date into the past and keep giving you my address until there was no funds left. Do you have a demo you want me to show you.

thats where the admin console comes in. you can easily see multiple ip addresses dates etc. also the payouts are made by hand. unhackable.

I see that, but do you think with over a lot of users, and different ips it is hackable, nothing is unhackable. Dude you wrote a bad faucet it is ok, flat files, timestamps in the hidden inputs, it is a mess, I could go on and on but I save you the embarrassment.
save yourself the embarrassment. you have no idea what you are talking about. for example an online bitcoin faucet script, such as the one you wrote requres what? a blockchain.info wallet account to script payouts. and what else? a ref link from blockexplorer that checks the validity of the address entered, but can still be duped with a fake wallet address. I know you don't know this, but most other crypto currencies don't have these features yet, so making a script such as Greedis litecoin script or the other script thats for bitcoin is next to impossible. i say next to impossible because its possible, but would require a ton of development. i'm proud of this little script, written from scratch.
hero member
Activity: 686
Merit: 504
always the student, never the master.
May 22, 2013, 05:08:06 AM
#10
Damn, i wish there were instructions for a noob. i'm trying to make this work with the new GLDcoin

Ive got it accepting FRK's but not dishing them out for some reason.

i've built a new generic crypto faucet you can use with any coin. here it is http://www.1gld.tk/_dl/GENERICCRYPTOFAUCETv2.zip

Put it on github, I doubt anyone will unpack a zip from a JR member.

it's already on GITHUB

https://github.com/r3wt/GENERICCRYPTOFAUCETv2

the latest version can be downloaded through my site. and trust me people know me. they call me Nimda....

Why did you put the timestamp in a hidden input ?

Code:
);?>' type='hidden'>
https://github.com/r3wt/GENERICCRYPTOFAUCETv2/blob/master/index.php#L70

Now I could easily change that and drain your faucet. Also flat files are never good way to store a database.
time stamp is so i can check the times in between submissions from the same ip address.
and you would drain my faucet how?
lulz

I would set that date into the past and keep giving you my address until there was no funds left. Do you have a demo you want me to show you.

thats where the admin console comes in. you can easily see multiple ip addresses dates etc. also the payouts are made by hand. unhackable.
hero member
Activity: 686
Merit: 504
always the student, never the master.
May 22, 2013, 05:00:07 AM
#9
Damn, i wish there were instructions for a noob. i'm trying to make this work with the new GLDcoin

Ive got it accepting FRK's but not dishing them out for some reason.

i've built a new generic crypto faucet you can use with any coin. here it is http://www.1gld.tk/_dl/GENERICCRYPTOFAUCETv2.zip

Put it on github, I doubt anyone will unpack a zip from a JR member.

it's already on GITHUB

https://github.com/r3wt/GENERICCRYPTOFAUCETv2

the latest version can be downloaded through my site. and trust me people know me. they call me Nimda....

Why did you put the timestamp in a hidden input ?

Code:
);?>' type='hidden'>
https://github.com/r3wt/GENERICCRYPTOFAUCETv2/blob/master/index.php#L70

Now I could easily change that and drain your faucet. Also flat files are never good way to store a database.
time stamp is so i can check the times in between submissions from the same ip address.
and you would drain my faucet how?
lulz
hero member
Activity: 686
Merit: 504
always the student, never the master.
May 22, 2013, 04:48:13 AM
#8
Damn, i wish there were instructions for a noob. i'm trying to make this work with the new GLDcoin

Ive got it accepting FRK's but not dishing them out for some reason.

i've built a new generic crypto faucet you can use with any coin. here it is http://www.1gld.tk/_dl/GENERICCRYPTOFAUCETv2.zip

Put it on github, I doubt anyone will unpack a zip from a JR member.

it's already on GITHUB

https://github.com/r3wt/GENERICCRYPTOFAUCETv2

the latest version can be downloaded through my site. and trust me people know me. they call me Nimda....
hero member
Activity: 686
Merit: 504
always the student, never the master.
May 22, 2013, 01:20:54 AM
#7
Damn, i wish there were instructions for a noob. i'm trying to make this work with the new GLDcoin

Ive got it accepting FRK's but not dishing them out for some reason.

i've built a new generic crypto faucet you can use with any coin. here it is http://www.1gld.tk/_dl/GENERICCRYPTOFAUCETv2.zip
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
May 18, 2013, 10:59:44 AM
#6
Damn, i wish there were instructions for a noob. i'm trying to make this work with the new GLDcoin

Ive got it accepting FRK's but not dishing them out for some reason.
hero member
Activity: 686
Merit: 504
always the student, never the master.
May 18, 2013, 12:49:33 AM
#5
Damn, i wish there were instructions for a noob. i'm trying to make this work with the new GLDcoin
sr. member
Activity: 266
Merit: 250
LitecoinTalk
August 29, 2012, 01:43:43 PM
#4
A Bitcoin/Litecoin Faucet is a website where you can obtain free coins.
It is called Faucet because the coins drip mostly slowly out of it in your wallet.
The Purpose of these Sites is that beginners can get some coins to begin playing with them.

So if you want to run a faucet and give free Bitcoins/Litecoins to others then you can use these nice Script now.
Thx Greedi.

Could not have say it better my self Smiley

You're welcome, hope it will come in good hands Smiley
legendary
Activity: 2270
Merit: 1363
August 29, 2012, 12:33:26 PM
#3
A Bitcoin/Litecoin Faucet is a website where you can obtain free coins.
It is called Faucet because the coins drip mostly slowly out of it in your wallet.
The Purpose of these Sites is that beginners can get some coins to begin playing with them.

So if you want to run a faucet and give free Bitcoins/Litecoins to others then you can use these nice Script now.
Thx Greedi.
hero member
Activity: 905
Merit: 1001
August 29, 2012, 12:17:51 PM
#2
hm dont know what to do with this "faucet"... the translation in german doesnt gave me a hint Cheesy
is it a gambling script or something??
sr. member
Activity: 266
Merit: 250
LitecoinTalk
August 17, 2012, 06:42:59 PM
#1
I've decided to make my Litecoin faucet open source

Code:
bitcoin faucet public release
------------------------------------------
Forum Thread: coming
this is the simplest version of it, other might get released in time

made by Greedi 2012 (c)


INSTALL:
put files in www dir, edit config.php with proper values
and dont forget faucet.sql for the db...
in templates/header.php you have to set you're IP, so you can see server link.
the same in server.php, set you're IP, so you can access to page.

NOTE: Some wil maybe have to create the faucet donation account in there bitcoind
account have to be FaucetDonations and/or SendOut


Donate:
LTC: Lh4c3cYcmvoksUNJLFT2Z5zsUmKUFgAUF5
BTC: 1MFH5dY85Ve4Q6KYPGJnfPmiHP2UxmXend

Can be found here



Pages:
Jump to: