Bitcoin Forum
March 19, 2024, 06:26:34 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 »  All
  Print  
Author Topic: Open Sourced Faucet with Dice Script  (Read 10073 times)
coinableS (OP)
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
November 25, 2015, 06:35:09 AM
Last edit: January 30, 2016, 06:32:29 PM by coinableS
 #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


1710829594
Hero Member
*
Offline Offline

Posts: 1710829594

View Profile Personal Message (Offline)

Ignore
1710829594
Reply with quote  #2

1710829594
Report to moderator
1710829594
Hero Member
*
Offline Offline

Posts: 1710829594

View Profile Personal Message (Offline)

Ignore
1710829594
Reply with quote  #2

1710829594
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710829594
Hero Member
*
Offline Offline

Posts: 1710829594

View Profile Personal Message (Offline)

Ignore
1710829594
Reply with quote  #2

1710829594
Report to moderator
1710829594
Hero Member
*
Offline Offline

Posts: 1710829594

View Profile Personal Message (Offline)

Ignore
1710829594
Reply with quote  #2

1710829594
Report to moderator
1710829594
Hero Member
*
Offline Offline

Posts: 1710829594

View Profile Personal Message (Offline)

Ignore
1710829594
Reply with quote  #2

1710829594
Report to moderator
HardForkComing
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
November 25, 2015, 06:39:58 AM
Last edit: November 25, 2015, 06:53:32 AM by HardForkComing
 #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.
JohnieWalker
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 25, 2015, 07: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
coinableS (OP)
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
November 26, 2015, 12:41:11 AM
 #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

misterbit
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
November 26, 2015, 12:54:30 AM
 #5

Thank you very much, will have to look at it
Ace_Of_Fades
Full Member
***
Offline Offline

Activity: 200
Merit: 100



View Profile
November 26, 2015, 01:35:46 AM
 #6

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 Offline

Activity: 1442
Merit: 1179



View Profile WWW
November 26, 2015, 02:00:26 AM
 #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

Ace_Of_Fades
Full Member
***
Offline Offline

Activity: 200
Merit: 100



View Profile
November 26, 2015, 03:04:45 AM
 #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.

lama-hunter
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
November 26, 2015, 04:21:49 AM
 #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
arruah
Legendary
*
Offline Offline

Activity: 1357
Merit: 1004



View Profile WWW
November 26, 2015, 04:22:37 AM
 #10

Is it possible to add the option of investing funds players? I want to add this to my website.

BCH
coinableS (OP)
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
November 26, 2015, 04:35:12 AM
 #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.

Superhitech
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile
November 26, 2015, 06: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.
coinableS (OP)
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
November 26, 2015, 12:49:41 PM
 #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

babo
Legendary
*
Offline Offline

Activity: 3542
Merit: 4050



View Profile WWW
November 26, 2015, 03:45:41 PM
 #14

great work

.freebitcoin.       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.PLAY NOW.
FBCTorg
Sr. Member
****
Offline Offline

Activity: 395
Merit: 250



View Profile WWW
November 26, 2015, 04:41:03 PM
 #15

very nice from you sharing this with others, PM me your BTC addy please Smiley

MRKLYE
Legendary
*
Offline Offline

Activity: 1358
Merit: 1003


Designer - Developer


View Profile WWW
November 26, 2015, 04:45:00 PM
 #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!


▄▄███████████▄▄
▄████▀▀`````````▀▀████▄
███▀```````````````````▀███
███`````````````````````````███
██```````````██``██````````````██
██````````▄▄▄▄██▄▄██▄▄▄▄`````````██
██`````````▀██████████████▄````````██
██`````````````███`````▀████`````````██
▐█▌`````````````███`````▄███▀`````````▐█▌
▐█▌`````````````███████████▄``````````▐█▌
▐█▌`````````````███▀▀▀▀▀▀████▄````````▐█▌
▐█▌`````````````███```````████````````▐█▌
██`````````````███`````▄▄████````````██
██`````````▄██████████████▀````````██
██````````▀▀▀▀██▀▀██▀▀▀▀`````````██
██```````````██``██````````````██
███`````````````````````````███
███▄```````````````````▄███
▀████▄▄`````````▄▄████▀
▀▀███████████▀▀
FREE
BITCOINS.com





















`````````▄
````````▄█▄
``````▄█████▄
`````█████████
```▄███████████▄
``███████████████
`█████████████████
███████████████████
███████████████████
██▌▀███████████████
`██``▀████████████
``██▄```▀████████
```▀███▄▄`█████▀
``````▀▀▀▀▀▀▀

FAUCET
▀▀▀▀▀▀▀▀▀



``````````````````▄▄▄▄▄▄
``````````````````██████
``````````````````██████
``````````````````██████
``````````██████``██████
``````````██████``██████
``██████``██████``██████
``██████``██████``██████
``██████``██████``██████
``██████``██████``██████
``██████``██████``██████

██████████████████████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

XCHANGE
▀▀▀▀▀▀▀▀▀



```````````▄
`````````▄██
```````▄████
`````▄██████████▄
`````▀███████████▄
```````▀████``▀████
█``````▄`▀██````▀██
██▄````██▄`▀``````█
████▄``████▄
`▀███████████▄
``▀██████████▀
```````████▀
```````██▀
```````▀

SWAP
▀▀▀▀▀▀▀▀▀
coinableS (OP)
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
November 26, 2015, 05: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 ; )

FBCTorg
Sr. Member
****
Offline Offline

Activity: 395
Merit: 250



View Profile WWW
November 26, 2015, 05:27:42 PM
 #18

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 ; )
0.01 sent, cheers Smiley


coinableS (OP)
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
November 26, 2015, 05:28:28 PM
 #19

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 Offline

Activity: 1442
Merit: 1179



View Profile WWW
November 26, 2015, 05:30:18 PM
 #20

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 ; )
0.01 sent, cheers Smiley


Thank you for the support Smiley

Pages: [1] 2 3 4 5 6 7 8 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!