coinableS (OP)
Legendary
Offline
Activity: 1442
Merit: 1186
|
|
November 25, 2015, 06:35:09 AM Last edit: January 30, 2016, 06:32:29 PM by coinableS |
|
https://github.com/coinables/Bitcoin-Faucet-Dice-Faucet-BoxSite and code is now open to anyone who wishes to clone/fork or whatever. Faucet+Dice is a bitcoin faucet that also has a fully functional dice game where users can play with their earnings. Site is PHP and Javascript. Payouts are managed with faucetbox. Anti-bot is with funcaptcha Google's reCaptcha. Live Example: https://coinables.website/faucetbox
|
|
|
|
HardForkComing
|
|
November 25, 2015, 06:39:58 AM Last edit: November 25, 2015, 06:53:32 AM by HardForkComing |
|
This is sick Gonna check it out, downloading. EDIT: It's a well thought money generator. There's much potential to earn money with this if you can promote it.
|
|
|
|
JohnieWalker
Newbie
Offline
Activity: 1
Merit: 0
|
|
November 25, 2015, 07:04:39 PM |
|
looks great when i try to import database i get syntax error, importing trough phpmyadmin, character set: utf-8 partial import: unchecked format: SQL SQL compatibility mode: NONE Do not use AUTO_INCREMENT for zero values: unchecked Error
SQL query:
------------------------------------------------------ -- -- -- Table structure for table `faucetbox` -- CREATE TABLE IF NOT EXISTS `faucetbox` ( `count` int( 60 ) NOT NULL AUTO_INCREMENT , `addy` varchar( 100 ) NOT NULL , `time` int( 50 ) NOT NULL , `bbb` int( 12 ) NOT NULL , `ipp` varchar( 100 ) NOT NULL , `reefer` varchar( 100 ) NOT NULL , PRIMARY KEY ( `count` ) , UNIQUE KEY `addy` ( `addy` , `ipp` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =1574;
MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '--------------------------------------------------------
-- -- Table structure ' at line 1 how to install script into domain's root directory? Thank you
|
|
|
|
coinableS (OP)
Legendary
Offline
Activity: 1442
Merit: 1186
|
|
November 26, 2015, 12:41:11 AM |
|
looks great when i try to import database i get syntax error, importing trough phpmyadmin, character set: utf-8 partial import: unchecked format: SQL SQL compatibility mode: NONE Do not use AUTO_INCREMENT for zero values: unchecked Error
SQL query:
------------------------------------------------------ -- -- -- Table structure for table `faucetbox` -- CREATE TABLE IF NOT EXISTS `faucetbox` ( `count` int( 60 ) NOT NULL AUTO_INCREMENT , `addy` varchar( 100 ) NOT NULL , `time` int( 50 ) NOT NULL , `bbb` int( 12 ) NOT NULL , `ipp` varchar( 100 ) NOT NULL , `reefer` varchar( 100 ) NOT NULL , PRIMARY KEY ( `count` ) , UNIQUE KEY `addy` ( `addy` , `ipp` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =1574;
MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '--------------------------------------------------------
-- -- Table structure ' at line 1 how to install script into domain's root directory? Thank you Thanks, there was a dumb error on my part. I tested it and it now imports fine. I have updated the repo on github. Charset.. UTF-8 Format.. SQL Compatibility mode.. None Do not allow auto increment for zero values.. CHECKED
|
|
|
|
misterbit
|
|
November 26, 2015, 12:54:30 AM |
|
Thank you very much, will have to look at it
|
|
|
|
Ace_Of_Fades
|
|
November 26, 2015, 01:35:46 AM |
|
This is beautiful, thank you so much. I will definitely be using this. One question, can players deposit coins into the game?
|
|
|
|
coinableS (OP)
Legendary
Offline
Activity: 1442
Merit: 1186
|
|
November 26, 2015, 02:00:26 AM |
|
This is beautiful, thank you so much. I will definitely be using this. One question, can players deposit coins into the game?
No, that would make it a gambling site. This is just a fun addition to a faucet
|
|
|
|
Ace_Of_Fades
|
|
November 26, 2015, 03:04:45 AM |
|
This is beautiful, thank you so much. I will definitely be using this. One question, can players deposit coins into the game?
No, that would make it a gambling site. This is just a fun addition to a faucet You are a good man! Props to you for not trying to make profit off of this. Once again, thank you for the script.
|
|
|
|
lama-hunter
|
|
November 26, 2015, 04:21:49 AM |
|
Wow - thank you for the open source really nice to have also tried the life demo it is pretty nice to get the Coins on the same site and not to make any deposit at all to gamble! How is the Timer set? i becam 300 satoshi for my first claim.. Therefore 10 Minutes should be the Timer? AM i right? Would be great to know regards lama-hunter
|
|
|
|
arruah
Legendary
Offline
Activity: 1357
Merit: 1004
|
|
November 26, 2015, 04:22:37 AM |
|
Is it possible to add the option of investing funds players? I want to add this to my website.
|
BCH
|
|
|
coinableS (OP)
Legendary
Offline
Activity: 1442
Merit: 1186
|
|
November 26, 2015, 04:35:12 AM |
|
Wow - thank you for the open source really nice to have also tried the life demo it is pretty nice to get the Coins on the same site and not to make any deposit at all to gamble! How is the Timer set? i becam 300 satoshi for my first claim.. Therefore 10 Minutes should be the Timer? AM i right? Would be great to know regards lama-hunter You can change the timer and rewards to whatever you would like to for your site. Is it possible to add the option of investing funds players? I want to add this to my website.
Yes it's possible, but that's not the focus of this script. There are way too many scammers out there that would use the source code to open a dice site and then run away with customer funds. It could be added relatively easily with a few tweaks.
|
|
|
|
Superhitech
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
November 26, 2015, 06:15:32 AM |
|
Cool, I'll check this out and see how it goes. I appreciate you giving out the script for free, and I might intergrate this into my faucet.
If I do intergrate this, may I use the FAQ on your demo? It's well written.
|
|
|
|
coinableS (OP)
Legendary
Offline
Activity: 1442
Merit: 1186
|
|
November 26, 2015, 12:49:41 PM |
|
Cool, I'll check this out and see how it goes. I appreciate you giving out the script for free, and I might intergrate this into my faucet.
If I do intergrate this, may I use the FAQ on your demo? It's well written.
Yes feel free to use any or all parts
|
|
|
|
babo
Legendary
Offline
Activity: 3780
Merit: 4578
The hacker spirit breaks any spell
|
|
November 26, 2015, 03:45:41 PM |
|
great work
|
|
|
|
FBCTorg
|
|
November 26, 2015, 04:41:03 PM |
|
very nice from you sharing this with others, PM me your BTC addy please
|
|
|
|
MRKLYE
Legendary
Offline
Activity: 1358
Merit: 1003
Designer - Developer
|
|
November 26, 2015, 04:45:00 PM |
|
Awesome dude! Any way this thing can use on host wallets to faucet from or no?
That would be a neat feature. I am going to check out your code for sure and see how you've done things. Thank you for sharing your source code. Very kind of you!
|
|
|
|
coinableS (OP)
Legendary
Offline
Activity: 1442
Merit: 1186
|
|
November 26, 2015, 05:09:12 PM |
|
very nice from you sharing this with others, PM me your BTC addy please There's one in the readme on the git hub repo ; )
|
|
|
|
FBCTorg
|
|
November 26, 2015, 05:27:42 PM |
|
very nice from you sharing this with others, PM me your BTC addy please There's one in the readme on the git hub repo ; ) 0.01 sent, cheers
|
|
|
|
coinableS (OP)
Legendary
Offline
Activity: 1442
Merit: 1186
|
|
November 26, 2015, 05:28:28 PM |
|
Awesome dude! Any way this thing can use on host wallets to faucet from or no?
That would be a neat feature. I am going to check out your code for sure and see how you've done things. Thank you for sharing your source code. Very kind of you!
Not sure what you mean by host wallet. It uses faucetbox to manage faucet funds.
|
|
|
|
coinableS (OP)
Legendary
Offline
Activity: 1442
Merit: 1186
|
|
November 26, 2015, 05:30:18 PM |
|
very nice from you sharing this with others, PM me your BTC addy please There's one in the readme on the git hub repo ; ) 0.01 sent, cheers Thank you for the support
|
|
|
|
|