Bitcoin Forum
June 22, 2024, 12:14:51 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Digital goods / Re: [FREE] BitcoinDice 1.0 - Free Open Source Dice Script - Run Your Own Casino on: August 22, 2014, 07:04:17 AM

Warning: ftp_connect() [function.ftp-connect]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/mainhost/public_html/file-manager/includes/filesystem.inc.php on line 242

that means your server doesn't have that functionality, contact your host for help.
2  Economy / Digital goods / Re: [FREE] BitcoinDice 1.0 - Free Open Source Dice Script - Run Your Own Casino on: 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
Code:
 <?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.
3  Economy / Digital goods / Re: [FREE] BitcoinDice 1.0 - Free Open Source Dice Script - Run Your Own Casino on: 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
Code:
 <?php
    
echo "1NPTYuzo2imRi7oiow6gszX3QQccnPWAGJ";
  
?>


it just echos a hardcoded wallet addy. instead of it being dynamic.
4  Economy / Digital goods / Re: [FREE] BitcoinDice 1.0 - Free Open Source Dice Script - Run Your Own Casino on: 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.
5  Economy / Digital goods / Re: WTB : I need buy script satoshiDice on: March 06, 2014, 08:30:55 PM
i hope you know, but you can get the full source for free legally from github.
6  Economy / Digital goods / Re: [WTS] Bitcoin Gambling PHP Scripts / Holdem Poker / Casino Games on: March 06, 2014, 08:07:36 PM
If anyone is interested ,
Send me a PM for demo / more details .

Price : 0.1BTC

Escrow is accepted Smiley
please post demo's and prerequisites
7  Economy / Digital goods / Re: CoinDice v2.0 released! Start your own casino for any coin. on: February 21, 2014, 05:31:02 AM
stolen design..... deny it, and i will prove it.

Inspired by Primedice, yeah. Why changing something what works?

Btw. It's very easy to change the design to your own look.
that is not inspired by, that is a straight up rip. I think you need a lesson in copyright law.
8  Economy / Digital goods / Re: CoinDice v2.0 released! Start your own casino for any coin. on: February 20, 2014, 11:29:46 AM
stolen design..... deny it, and i will prove it.
9  Economy / Digital goods / Re: Start your Dice casino site! CoinDice 1.0 script [1.1 BTC] on: February 20, 2014, 10:51:08 AM
I don't know PHP specifically but I do code, so I can read it well enough, if there is a back door or dial home in the code, I have not yet found it.

Yes me neither. I would suggest that it is very well hidden. I will keep looking as well. Let me know of any finds.
more then likely there is no backdoor or callback. it is more feasible that the maker knows nothing about securing their programming, or there is a hidden field in the login form that gives them access. possible to shell the script, i have already confirmed this on their demo.
10  Economy / Digital goods / Re: Start your Dice casino site! CoinDice 1.0 script [1.1 BTC] on: February 20, 2014, 10:44:47 AM
johny - have you figured out why the upgrade broke my site?

Because you are trying to transfer database data from old to new version, which is not compatible with old data.

You can't transfer old data into the new database. This is what broke your site, not the update Smiley
if you are a professional php programmer then you know that you can make a transition script to transition an old database to a new database structure.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!