HeroC
Legendary
Offline
Activity: 858
Merit: 1000
|
|
May 10, 2013, 01:44:24 AM |
|
Just curious, can you publicly release this? I have been looking for this for a while. I plan to change a fue things to bitcoin. If not it is OK.
|
|
|
|
Jaxkr
|
|
May 10, 2013, 02:13:39 AM |
|
Just curious, can you publicly release this? I have been looking for this for a while. I plan to change a fue things to bitcoin. If not it is OK.
Yes. I'll release it under Creative Commons.
|
|
|
|
Jaxkr
|
|
May 10, 2013, 02:45:44 AM |
|
This script will require PHP, MySQL, and a RPC server. Just making sure that you have those.
|
|
|
|
|
limitless
Member
Offline
Activity: 70
Merit: 10
|
|
May 10, 2013, 03:33:24 AM |
|
Alright, and where do I come in with the rpc server?
|
|
|
|
Jaxkr
|
|
May 10, 2013, 03:35:39 AM |
|
Alright, and where do I come in with the rpc server?
When OP sets up his server with my code.
|
|
|
|
gweedo
Legendary
Offline
Activity: 1498
Merit: 1000
|
|
May 10, 2013, 03:36:11 AM |
|
So many things wrong with this. 1) You didn't protect against SQL injections 2) Your Regex doesn't check that it is too long or it has the correct address number in the front. 3) Use a schema.sql so people can install the tables properly so you can protect them against overflow and just so much more that you have to pay me to fix.
|
|
|
|
Jaxkr
|
|
May 10, 2013, 03:40:40 AM |
|
So many things wrong with this. 1) You didn't protect against SQL injections 2) Your Regex doesn't check that it is too long or it has the correct address number in the front. 3) Use a schema.sql so people can install the tables properly so you can protect them against overflow and just so much more that you have to pay me to fix. 1. I did protect against them. The regex does a pretty good job. Hard to stage a proper attack with only numbers and letters. 2. I know. I was doing this is fast as I could. 3. I should! I'll do that ASAP. I was doing this as fast as I could. I threw this together in less than an hour of work. It's not gonna be good. But it's free!
|
|
|
|
Boelens (OP)
|
|
May 10, 2013, 10:50:35 AM |
|
And here I am just having no idea what anybody is talking about and no idea who to trust ;_;
|
|
|
|
super3
Legendary
Offline
Activity: 1094
Merit: 1006
|
|
May 10, 2013, 12:45:19 PM |
|
My Terracoin Faucet software is pretty good. Built it with Python and Foundation. All you would have to do is compile your altcoin, and then change all the names from terracoin to whatever coin your trying to do. Faucets are actually pretty fun to run, and might even be pretty profitable. I started mine yesterday morning at it already has 5,500 pageviews. I've had sites a 1/5 of its size, and got me $50 a month. Let me know if you are interested in buying the script. I'll even help you set it up.
|
|
|
|
Boelens (OP)
|
|
May 10, 2013, 01:03:53 PM |
|
My Terracoin Faucet software is pretty good. Built it with Python and Foundation. All you would have to do is compile your altcoin, and then change all the names from terracoin to whatever coin your trying to do. Faucets are actually pretty fun to run, and might even be pretty profitable. I started mine yesterday morning at it already has 5,500 pageviews. I've had sites a 1/5 of its size, and got me $50 a month. Let me know if you are interested in buying the script. I'll even help you set it up. I really can't spend a lot on scripts, but that does look neat. How uch would it cost?
|
|
|
|
super3
Legendary
Offline
Activity: 1094
Merit: 1006
|
|
May 10, 2013, 01:23:25 PM |
|
My Terracoin Faucet software is pretty good. Built it with Python and Foundation. All you would have to do is compile your altcoin, and then change all the names from terracoin to whatever coin your trying to do. Faucets are actually pretty fun to run, and might even be pretty profitable. I started mine yesterday morning at it already has 5,500 pageviews. I've had sites a 1/5 of its size, and got me $50 a month. Let me know if you are interested in buying the script. I'll even help you set it up. I really can't spend a lot on scripts, but that does look neat. How uch would it cost? Eh. I was thinking 1-2 BTC unless you have a whole bunch of an alt.
|
|
|
|
Boelens (OP)
|
|
May 10, 2013, 05:31:59 PM |
|
My Terracoin Faucet software is pretty good. Built it with Python and Foundation. All you would have to do is compile your altcoin, and then change all the names from terracoin to whatever coin your trying to do. Faucets are actually pretty fun to run, and might even be pretty profitable. I started mine yesterday morning at it already has 5,500 pageviews. I've had sites a 1/5 of its size, and got me $50 a month. Let me know if you are interested in buying the script. I'll even help you set it up. I really can't spend a lot on scripts, but that does look neat. How uch would it cost? Eh. I was thinking 1-2 BTC unless you have a whole bunch of an alt. Sorry, I really can't spend such an amount, thanks for the offer though.
|
|
|
|
Wolf Rainer
Legendary
Offline
Activity: 1960
Merit: 1022
|
|
May 10, 2013, 06:31:00 PM |
|
I have a JSON-RPC server you guys could use. It's on my VPS.
230 days uptime ^_^
Very stable. I will donate it to the YAC cause.
I already have a yacoin faucet http://admindependencia.net/faucet.html
|
|
|
|
Jaxkr
|
|
May 10, 2013, 09:29:38 PM Last edit: May 10, 2013, 09:56:31 PM by Jaxkr |
|
So many things wrong with this. 1) You didn't protect against SQL injections 2) Your Regex doesn't check that it is too long or it has the correct address number in the front. 3) Use a schema.sql so people can install the tables properly so you can protect them against overflow and just so much more that you have to pay me to fix. 1. I did protect against them. The regex does a pretty good job. Hard to stage a proper attack with only numbers and letters. 2. I know. I was doing this is fast as I could. 3. I should! I'll do that ASAP. I was doing this as fast as I could. 1. So you can't sql inject by doing an overflow? LMAOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO 2. Zhou Tong did the same thing and we all know what happened with that. 3. Again overflow. 2. It's Mao Zedong who was responsible for the Cultural Revolution. Zhou Tong is an archer.
|
|
|
|
Jaxkr
|
|
May 10, 2013, 09:33:24 PM |
|
And here I am just having no idea what anybody is talking about and no idea who to trust ;_;
In a nutshell, If you want an extemely secure system buy gweedo's software. If you want something simple and less secure, use mine for free. EDIT: Actually, just use this.
|
|
|
|
|
limitless
Member
Offline
Activity: 70
Merit: 10
|
|
May 10, 2013, 10:00:50 PM |
|
Let me know if I can still help!
|
|
|
|
Jaxkr
|
|
May 10, 2013, 10:16:56 PM |
|
Let me know if I can still help!
Pretty sure OP will need your RPC server.
|
|
|
|
limitless
Member
Offline
Activity: 70
Merit: 10
|
|
May 10, 2013, 10:22:50 PM |
|
Yeah but when is this faucet going to be ready?
|
|
|
|
|