Pages:
Author

Topic: Open Sourced Faucet with Dice Script - page 8. (Read 10129 times)

legendary
Activity: 1442
Merit: 1186
November 26, 2015, 12:09:12 PM
#17
very nice from you sharing this with others, PM me your BTC addy please Smiley

There's one in the readme on the git hub repo ; )
legendary
Activity: 1358
Merit: 1003
Designer - Developer
November 26, 2015, 11:45:00 AM
#16
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!
sr. member
Activity: 395
Merit: 250
November 26, 2015, 11:41:03 AM
#15
very nice from you sharing this with others, PM me your BTC addy please Smiley
legendary
Activity: 3696
Merit: 4343
The hacker spirit breaks any spell
November 26, 2015, 10:45:41 AM
#14
great work
legendary
Activity: 1442
Merit: 1186
November 26, 2015, 07:49:41 AM
#13
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
legendary
Activity: 1064
Merit: 1000
November 26, 2015, 01:15:32 AM
#12
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.
legendary
Activity: 1442
Merit: 1186
November 25, 2015, 11:35:12 PM
#11
Wow - thank you for the open source really nice to have Smiley

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 Wink

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.
legendary
Activity: 1357
Merit: 1004
November 25, 2015, 11:22:37 PM
#10
Is it possible to add the option of investing funds players? I want to add this to my website.
sr. member
Activity: 266
Merit: 250
November 25, 2015, 11:21:49 PM
#9
Wow - thank you for the open source really nice to have Smiley

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 Wink

regards
lama-hunter
full member
Activity: 200
Merit: 100
November 25, 2015, 10:04:45 PM
#8
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.
legendary
Activity: 1442
Merit: 1186
November 25, 2015, 09:00:26 PM
#7
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
full member
Activity: 200
Merit: 100
November 25, 2015, 08:35:46 PM
#6
This is beautiful, thank you so much. I will definitely be using this. One question, can players deposit coins into the game?
sr. member
Activity: 350
Merit: 250
November 25, 2015, 07:54:30 PM
#5
Thank you very much, will have to look at it
legendary
Activity: 1442
Merit: 1186
November 25, 2015, 07:41:11 PM
#4
looks great Smiley

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

Code:
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
newbie
Activity: 1
Merit: 0
November 25, 2015, 02:04:39 PM
#3
looks great Smiley

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

Code:
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
full member
Activity: 238
Merit: 100
November 25, 2015, 01:39:58 AM
#2
This is sick Smiley

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.
legendary
Activity: 1442
Merit: 1186
November 25, 2015, 01:35:09 AM
#1
https://github.com/coinables/Bitcoin-Faucet-Dice-Faucet-Box

Site 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

Pages:
Jump to: