Theospaul (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
August 21, 2014, 03:27:48 PM Last edit: August 21, 2014, 07:18:30 PM by Theospaul |
|
Hello Everyone, We have released BitcoinDice 1.0 - Free to use and free to distribute, You can download it from github, Please read the readme.md for instructions on how to install (This is very important) https://github.com/felinegambler/BitcoinDiceThe Script has many features, including chat, statistics, admin panel, adjustable house edge and is provably fair. Please see the four images here - http://imgur.com/3FZqrdt,b5dUwEc,LoifRxZ,rrT5kU1#0 Good Luck and have fun running your own casino! Any donations are welcome to this address and are greatly appreciated. 1ANWB94kucv9w5Cs4BAYAKb8m9vVDQ1Qu7 Thanks
|
|
|
|
Professor James Moriarty
aka TheTortoise
Sr. Member
Offline
Activity: 434
Merit: 250
|
|
August 21, 2014, 04:27:38 PM |
|
Can someone check this for any sorts of problems ? I mean there has been a lot of dice scripts in this forum for sure but there also has been a lot of scripts that has been robbed all of their coins from their bankroll as well
|
|
|
|
mrflibblehat
Sr. Member
Offline
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
|
|
August 21, 2014, 04:40:02 PM |
|
Can someone check this for any sorts of problems ? I mean there has been a lot of dice scripts in this forum for sure but there also has been a lot of scripts that has been robbed all of their coins from their bankroll as well I just tested this out and seems to be a pure copy of coindice, so I guess whoever uploaded it dont have that much PHP knowledge, Seems to be working fine though and shows my 0.2btc in the wallet and deposits work correctly when playing. Looks legit and cant see any problems with the code (But im not a PHP genius) I tested this in a VM with a new ENCRYPTED wallet btw
|
|
|
|
Theospaul (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
August 21, 2014, 04:50:16 PM |
|
Can someone check this for any sorts of problems ? I mean there has been a lot of dice scripts in this forum for sure but there also has been a lot of scripts that has been robbed all of their coins from their bankroll as well I just tested this out and seems to be a pure copy of coindice, so I guess whoever uploaded it dont have that much PHP knowledge, Seems to be working fine though and shows my 0.2btc in the wallet and deposits work correctly when playing. Looks legit and cant see any problems with the code (But im not a PHP genius) I tested this in a VM with a new wallet btw Hi It is not a copy of Coindice But that did influence us and we did use it as a template for ours, Coindice is also for altcoins whereas this is strictly bitcoin You are right though in that I'm not expert I had a lot of help and the site we had was good but We have just decided to try new things, and thought it would be nice to share this with people who want to make a casino or just add it to another site. If you have a little know how though and a bit of time I do recommend making a casino, If you are trusted and get the word around like we did the money comes in pretty fast, Our turnover for the first month was pretty awesome and things only got better, That is also what allows us to just give this away for free. Good luck with it if you are making one and be sure to let me know how things roll for you
|
|
|
|
mrflibblehat
Sr. Member
Offline
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
|
|
August 21, 2014, 06:22:45 PM |
|
I have had a thorough look through the source code (well most of it apart from the admin panel stuff) as its quite long and can say it all look legit, nothing suspicious in there at all.
I was also thinking when looking through, why would they release the source code if it was suspicious, people would easily find out.
I have also compared it to coindice (which I bought) and its very similar code but not exact.
it worked for me when using it a few hours ago, So my judgement is that its clean. But someone else might find something I cant
|
|
|
|
Codez
Newbie
Offline
Activity: 10
Merit: 0
|
|
August 21, 2014, 06:24:25 PM |
|
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.
EDIT:
it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.
|
|
|
|
mrflibblehat
Sr. Member
Offline
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
|
|
August 21, 2014, 06:29:40 PM |
|
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.
EDIT:
it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.
Thanks for taking the time to look through it im sure it will put everyone's minds at rest.
|
|
|
|
Theospaul (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
August 21, 2014, 06:32:09 PM |
|
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.
EDIT:
it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.
Hey thanks for the feedback It is quite an old script thats why it uses mysql, but it does still work. The good thing about it being free and open source is that people can make the changes they feel are necessary
|
|
|
|
Codez
Newbie
Offline
Activity: 10
Merit: 0
|
|
August 21, 2014, 06:42:17 PM |
|
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.
EDIT:
it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.
Hey thanks for the feedback It is quite an old script thats why it uses mysql, but it does still work. The good thing about it being free and open source is that people can make the changes they feel are necessary I see a problem in admin/pages/wallet.php on line 52 to 54 <?php echo "1NPTYuzo2imRi7oiow6gszX3QQccnPWAGJ"; ?>
it just echos a hardcoded wallet addy. instead of it being dynamic.
|
|
|
|
dicemant
Member
Offline
Activity: 98
Merit: 10
|
|
August 21, 2014, 06:47:27 PM |
|
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.
EDIT:
it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.
Hey thanks for the feedback It is quite an old script thats why it uses mysql, but it does still work. The good thing about it being free and open source is that people can make the changes they feel are necessary I see a problem in admin/pages/wallet.php on line 52 to 54 <?php echo "1NPTYuzo2imRi7oiow6gszX3QQccnPWAGJ"; ?>
it just echos a hardcoded wallet addy. instead of it being dynamic. Busted huh? Nothing in life is free!
|
|
|
|
Codez
Newbie
Offline
Activity: 10
Merit: 0
|
|
August 21, 2014, 06:50:47 PM |
|
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.
EDIT:
it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.
Hey thanks for the feedback It is quite an old script thats why it uses mysql, but it does still work. The good thing about it being free and open source is that people can make the changes they feel are necessary I see a problem in admin/pages/wallet.php on line 52 to 54 <?php echo "1NPTYuzo2imRi7oiow6gszX3QQccnPWAGJ"; ?>
it just echos a hardcoded wallet addy. instead of it being dynamic. Busted huh? Nothing in life is free! No it's not busted, installed, works great, needs some editing, not much work is needed. won't run on php5.4 + but that is not a biggie. BTW there is alot in life that is free, like my air i am letting you breathe.
|
|
|
|
batmanbad
|
|
August 21, 2014, 06:51:17 PM |
|
Damn haha so all the funds would be going to one guy, which is OP. Lmfao nice try.
|
|
|
|
Theospaul (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
August 21, 2014, 06:54:30 PM |
|
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.
EDIT:
it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.
Hey thanks for the feedback It is quite an old script thats why it uses mysql, but it does still work. The good thing about it being free and open source is that people can make the changes they feel are necessary I see a problem in admin/pages/wallet.php on line 52 to 54 <?php echo "1NPTYuzo2imRi7oiow6gszX3QQccnPWAGJ"; ?>
it just echos a hardcoded wallet addy. instead of it being dynamic. Oh Sorry, Looks like we forgot to remove that, We used it as we wanted a constant deposit address, I will remove that from the source code now and make it random. Thanks for picking up on that.
|
|
|
|
williamj2543
|
|
August 21, 2014, 06:56:34 PM |
|
Yep, deposit address will always show the script owner's address. Luckily this is PHP so its very easy to change, and get this script actually working.
|
██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
|
|
|
batmanbad
|
|
August 21, 2014, 06:57:26 PM |
|
Oh Sorry, Looks like we forgot to remove that, We used it as we wanted a constant deposit address, I will remove that from the source code now and make it random.
Thanks for picking up on that.
Random? You have to make it so all the user-deposited funds get sent in the end to the admin -_-
|
|
|
|
mrflibblehat
Sr. Member
Offline
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
|
|
August 21, 2014, 07:04:05 PM |
|
Oh Sorry, Looks like we forgot to remove that, We used it as we wanted a constant deposit address, I will remove that from the source code now and make it random.
Thanks for picking up on that.
Random? You have to make it so all the user-deposited funds get sent in the end to the admin -_- I think what he means is a random deposit address, looks to be fixed now anyway, see below https://github.com/felinegambler/BitcoinDice/blob/master/admin/pages/wallet.php (Line 53) Maybe an honest mistake
|
|
|
|
Theospaul (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
August 21, 2014, 07:08:45 PM |
|
Oh Sorry, Looks like we forgot to remove that, We used it as we wanted a constant deposit address, I will remove that from the source code now and make it random.
Thanks for picking up on that.
Random? You have to make it so all the user-deposited funds get sent in the end to the admin -_- I think what he means is a random deposit address, looks to be fixed now anyway, see below https://github.com/felinegambler/BitcoinDice/blob/master/admin/pages/wallet.php (Line 53) Maybe an honest mistake Thanks had someone who is more knowledgeable update it and was just about to send the link
|
|
|
|
batmanbad
|
|
August 21, 2014, 07:10:27 PM |
|
Oh Sorry, Looks like we forgot to remove that, We used it as we wanted a constant deposit address, I will remove that from the source code now and make it random.
Thanks for picking up on that.
Random? You have to make it so all the user-deposited funds get sent in the end to the admin -_- I think what he means is a random deposit address, looks to be fixed now anyway, see below https://github.com/felinegambler/BitcoinDice/blob/master/admin/pages/wallet.php (Line 53) Maybe an honest mistake Downloading it now. Will be donating later! Thanks man!
|
|
|
|
Theospaul (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
August 21, 2014, 07:19:52 PM |
|
Sorry about that guys it was an honest mistake, Very glad you spotted it before anything came of it .
I have also added a donation address to the original post
Thanks to all
|
|
|
|
Professor James Moriarty
aka TheTortoise
Sr. Member
Offline
Activity: 434
Merit: 250
|
|
August 21, 2014, 07:32:16 PM |
|
Now if we could get a autobet and invest feature put there anyone can make a dice site with capabilities of highest dice sites
|
|
|
|
|