Bitcoin Forum
May 05, 2024, 02:03:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 »  All
  Print  
Author Topic: CoinDice - Start your own dice site today.  (Read 49592 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
johny1976 (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1002

Developer


View Profile
April 06, 2015, 12:21:51 AM
 #181

How much for a reskin in green?

It depends how much you want to change it. Can you describe us more your idea?
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714874607
Hero Member
*
Offline Offline

Posts: 1714874607

View Profile Personal Message (Offline)

Ignore
1714874607
Reply with quote  #2

1714874607
Report to moderator
johny1976 (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1002

Developer


View Profile
May 31, 2015, 04:32:41 AM
 #182

Update 31.5.2015

2 serious bugs have been analyzed and fixed. Sorry for taking so long. We've been working on in-depth security revision in association with 3rd party and it took some time.
kulme
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
May 31, 2015, 07:48:10 AM
 #183

Update 31.5.2015

2 serious bugs have been analyzed and fixed. Sorry for taking so long. We've been working on in-depth security revision in association with 3rd party and it took some time.

Did the bug exist in all the three scripts ? I sent you a message 2 days before. Still didn't receive a reply.

Kulme
johny1976 (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1002

Developer


View Profile
May 31, 2015, 12:46:48 PM
 #184

Update 31.5.2015

2 serious bugs have been analyzed and fixed. Sorry for taking so long. We've been working on in-depth security revision in association with 3rd party and it took some time.

Did the bug exist in all the three scripts ? I sent you a message 2 days before. Still didn't receive a reply.

Sorry, I have overlooked it somehow. Replied.

No, these bugs concerned only coindice.
eerygarden
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile
June 22, 2015, 10:57:08 PM
 #185

its nice to see such a script for sale. Can you easily restrict various locations through the admin panel?
johny1976 (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1002

Developer


View Profile
June 22, 2015, 11:01:01 PM
 #186

its nice to see such a script for sale. Can you easily restrict various locations through the admin panel?
replied in PM.
bodgybrothers
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile
June 25, 2015, 04:11:11 AM
 #187

I just had a look and this is awful code. Why is it all ajax calls? Why you not using websockets?
With even a little load this will bog down. You need to at least have a websocket server for doing all the communications like betting.
Even the chat function is ajax calls. This is bad design!

For 1btc, I suppose there can't be too much expectation. But if you are going to do something, do it right!

Also, don't you think there is already enough dice sites? Why do we need more?
mohfl2
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 25, 2015, 07:00:04 PM
 #188

Is there a easy way to change the website to use fake money instead of bitcoins?
For testing purposes.
johny1976 (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1002

Developer


View Profile
June 27, 2015, 08:49:28 AM
 #189

Is there a easy way to change the website to use fake money instead of bitcoins?
For testing purposes.

Yes, you just connect it to Tested enabled wallet when installing.
r4vani
Sr. Member
****
Offline Offline

Activity: 348
Merit: 250


Play Poker Games at Bitoker.com


View Profile WWW
September 06, 2015, 12:30:22 AM
 #190

A message was sent to you, Please see and send answer. Smiley

BITOKER.COM[
                            
Enjoy the ultimate online play bitcoin poker
Anonymous  /  US Player Friendly  /  Instant Play
[
          
]
PrimeGlitch
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
October 17, 2015, 12:32:12 PM
 #191

Found a rather interesting string in HTML on the demo server..


Quote
| INTERESTING STRINGS IN HTML
|
| small>Password:
| button onclick=\"javascript:passwd_protect();return false;\" style=\"padding: 4px;\">Set Password
| img src="content/images/ajax_loader.gif">'); withdrawing=true; _requestWithdraw(w_amount,w_valid); } else { alert('One of required fields stayed empty!'); } } } });  return false; }  function passwd_protect() { pass=prompt('Password:'); if (pass!=null && confirm('Your pasword: '+pass+'\nDo you really want to protect your URL with this password?')) { $.ajax({ 'url': './content/ajax/protect_url.php?_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z&pass='+pass, 'dataType': "json", 'success': function(data) { alert('New password has been saved. Your unique URL is now password protected!'); window.location.href='./'; }  }); } } function passwd_unprotect() { if (confirm('Do you really want to remove password protection from your unique URL?')) { $.ajax({ 'url': './content/ajax/unprotect_url.php?_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { alert('Your URL password protection has been successfuly removed!'); window.location.href='./'; }  }); } } function _changeAlias(alias) { if (alias!=null && alias!='') { $.ajax({ 'url': './content/ajax/change_alias.php?alias='+alias+'&_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { if (data['error']=='no') $("#alias_sp").html(alias); else alert(data['content']); } }); } else if (alias=='') alert('Invalid value!'); } function tm_interval_content_(con) { $.ajax({ 'url': './content/ajax/_stats_load.php?con='+con+'&_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { $("#all.stats #content").html(data['content']); $("#content.stats_switcher a.current").removeClass('current'); $("#content.stats_switcher a#_st_"+con).addClass('current');  } }); if (con!='giveaway' && con!='chat' && con!='stats') timeout_=setTimeout("tm_interval_content_('"+con+"')",1000); } function _stats_content(con) { if (typeof(timeout_)!='undefined') { clearTimeout(timeout_); } tm_interval_content_(con); } var lastClaimed=(Date.now()-(60*1000)-1000); function claim(captcha) { if (lastClaimed
| span id='passwd_sp'>
| img src="content/images/ajax_loader.gif">'); withdrawing=true; _requestWithdraw(w_amount,w_valid); } else { alert('One of required fields stayed empty!'); } } } });  return false; }  function passwd_protect() { pass=prompt('Password:'); if (pass!=null && confirm('Your pasword: '+pass+'\nDo you really want to protect your URL with this password?')) { $.ajax({ 'url': './content/ajax/protect_url.php?_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z&pass='+pass, 'dataType': "json", 'success': function(data) { alert('New password has been saved. Your unique URL is now password protected!'); window.location.href='./'; }  }); } } function passwd_unprotect() { if (confirm('Do you really want to remove password protection from your unique URL?')) { $.ajax({ 'url': './content/ajax/unprotect_url.php?_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { alert('Your URL password protection has been successfuly removed!'); window.location.href='./'; }  }); } } function _changeAlias(alias) { if (alias!=null && alias!='') { $.ajax({ 'url': './content/ajax/change_alias.php?alias='+alias+'&_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { if (data['error']=='no') $("#alias_sp").html(alias); else alert(data['content']); } }); } else if (alias=='') alert('Invalid value!'); } function tm_interval_content_(con) { $.ajax({ 'url': './content/ajax/_stats_load.php?con='+con+'&_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { $("#all.stats #content").html(data['content']); $("#content.stats_switcher a.current").removeClass('current'); $("#content.stats_switcher a#_st_"+con).addClass('current');  } }); if (con!='giveaway' && con!='chat' && con!='stats') timeout_=setTimeout("tm_interval_content_('"+con+"')",1000); } function _stats_content(con) { if (typeof(timeout_)!='undefined') { clearTimeout(timeout_); } tm_interval_content_(con); } var lastClaimed=(Date.now()-(60*1000)-1000); function claim(captcha) { if (lastClaimed
| i>Each deposit requires confirmation(s) before adding to your account
| /div>", type:"info", opacity:0.8, buttons: [{ value: "Close" }],  afterShow:"reloadFaircon()" }); return false;  } function account() { $.msgBox({ title:"Account", content:"
| a href="#" onclick="javascript:return account();">ACCOUNT

Really this could be exploited.... You should look into obfuscated code,

Someone doing some "deep" digging into this would find the exploit..

I am running some tests and will post the results...
ADcoin.me
Hero Member
*****
Offline Offline

Activity: 795
Merit: 500


Name change soon (hopefully)


View Profile WWW
October 17, 2015, 01:20:25 PM
 #192

Found a rather interesting string in HTML on the demo server..


Quote
| INTERESTING STRINGS IN HTML
|
| small>Password:
| button onclick=\"javascript:passwd_protect();return false;\" style=\"padding: 4px;\">Set Password
| img src="content/images/ajax_loader.gif">'); withdrawing=true; _requestWithdraw(w_amount,w_valid); } else { alert('One of required fields stayed empty!'); } } } });  return false; }  function passwd_protect() { pass=prompt('Password:'); if (pass!=null && confirm('Your pasword: '+pass+'\nDo you really want to protect your URL with this password?')) { $.ajax({ 'url': './content/ajax/protect_url.php?_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z&pass='+pass, 'dataType': "json", 'success': function(data) { alert('New password has been saved. Your unique URL is now password protected!'); window.location.href='./'; }  }); } } function passwd_unprotect() { if (confirm('Do you really want to remove password protection from your unique URL?')) { $.ajax({ 'url': './content/ajax/unprotect_url.php?_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { alert('Your URL password protection has been successfuly removed!'); window.location.href='./'; }  }); } } function _changeAlias(alias) { if (alias!=null && alias!='') { $.ajax({ 'url': './content/ajax/change_alias.php?alias='+alias+'&_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { if (data['error']=='no') $("#alias_sp").html(alias); else alert(data['content']); } }); } else if (alias=='') alert('Invalid value!'); } function tm_interval_content_(con) { $.ajax({ 'url': './content/ajax/_stats_load.php?con='+con+'&_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { $("#all.stats #content").html(data['content']); $("#content.stats_switcher a.current").removeClass('current'); $("#content.stats_switcher a#_st_"+con).addClass('current');  } }); if (con!='giveaway' && con!='chat' && con!='stats') timeout_=setTimeout("tm_interval_content_('"+con+"')",1000); } function _stats_content(con) { if (typeof(timeout_)!='undefined') { clearTimeout(timeout_); } tm_interval_content_(con); } var lastClaimed=(Date.now()-(60*1000)-1000); function claim(captcha) { if (lastClaimed
| span id='passwd_sp'>
| img src="content/images/ajax_loader.gif">'); withdrawing=true; _requestWithdraw(w_amount,w_valid); } else { alert('One of required fields stayed empty!'); } } } });  return false; }  function passwd_protect() { pass=prompt('Password:'); if (pass!=null && confirm('Your pasword: '+pass+'\nDo you really want to protect your URL with this password?')) { $.ajax({ 'url': './content/ajax/protect_url.php?_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z&pass='+pass, 'dataType': "json", 'success': function(data) { alert('New password has been saved. Your unique URL is now password protected!'); window.location.href='./'; }  }); } } function passwd_unprotect() { if (confirm('Do you really want to remove password protection from your unique URL?')) { $.ajax({ 'url': './content/ajax/unprotect_url.php?_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { alert('Your URL password protection has been successfuly removed!'); window.location.href='./'; }  }); } } function _changeAlias(alias) { if (alias!=null && alias!='') { $.ajax({ 'url': './content/ajax/change_alias.php?alias='+alias+'&_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { if (data['error']=='no') $("#alias_sp").html(alias); else alert(data['content']); } }); } else if (alias=='') alert('Invalid value!'); } function tm_interval_content_(con) { $.ajax({ 'url': './content/ajax/_stats_load.php?con='+con+'&_unique=1SKNkgGOqVHNiNIlSD4yesGdtyehp34z', 'dataType': "json", 'success': function(data) { $("#all.stats #content").html(data['content']); $("#content.stats_switcher a.current").removeClass('current'); $("#content.stats_switcher a#_st_"+con).addClass('current');  } }); if (con!='giveaway' && con!='chat' && con!='stats') timeout_=setTimeout("tm_interval_content_('"+con+"')",1000); } function _stats_content(con) { if (typeof(timeout_)!='undefined') { clearTimeout(timeout_); } tm_interval_content_(con); } var lastClaimed=(Date.now()-(60*1000)-1000); function claim(captcha) { if (lastClaimed
| i>Each deposit requires confirmation(s) before adding to your account
| /div>", type:"info", opacity:0.8, buttons: [{ value: "Close" }],  afterShow:"reloadFaircon()" }); return false;  } function account() { $.msgBox({ title:"Account", content:"
| a href="#" onclick="javascript:return account();">ACCOUNT

Really this could be exploited.... You should look into obfuscated code,

Someone doing some "deep" digging into this would find the exploit..

I am running some tests and will post the results...

Please do so Smiley I'm interested in buying this, but I am hearing too many bad things about its code quality. I'd rather spend a lot of money for a good script than some for a bad script, because a bad script will result in total money waste.

Palcoin.co
Fraxinus
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
October 17, 2015, 01:39:19 PM
 #193

It seems that the script isn't running properly.Maybe after you fix it there will be more buyers.I personally am interested in it but you have to sort things out first so I can be more assured that there won't be any problems.

johny1976 (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1002

Developer


View Profile
October 17, 2015, 07:49:38 PM
 #194

That code is actually not obfuscated, it just appears so in browser. It's well-formatted in the source code of the script. That piece of javascript code was checked several times for bugs and non was found. Also it's a client-side script and it couldn't really compromise anything.

If anyone is interested in seeing non-obfuscated code, just send me a PM, I'll send you the source code for review.

Thank you guys very much for helping us out improving our product and making it safe to use. Smiley
BitcoinTurk
Hero Member
*****
Offline Offline

Activity: 1624
Merit: 624


View Profile
October 17, 2015, 08:40:02 PM
 #195

Please help me..
http://i.hizliresim.com/d006En.png
johny1976 (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1002

Developer


View Profile
October 18, 2015, 10:44:31 AM
 #196


Please buy official license, it comes with lifetime support. We do not provide support to people who got their copy illegaly.
BitcoinTurk
Hero Member
*****
Offline Offline

Activity: 1624
Merit: 624


View Profile
October 18, 2015, 02:19:32 PM
 #197


Please buy official license, it comes with lifetime support. We do not provide support to people who got their copy illegaly.

I paid 30$ for this script in cryptomarket. Is it illegal script??
johny1976 (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1002

Developer


View Profile
October 18, 2015, 03:14:19 PM
 #198


Please buy official license, it comes with lifetime support. We do not provide support to people who got their copy illegaly.

I paid 30$ for this script in cryptomarket. Is it illegal script??

Hi, it's illegal copy.
You can purchase official script at https://www.cointoli.com/?product=14 or you can PM me.

ADcoin.me
Hero Member
*****
Offline Offline

Activity: 795
Merit: 500


Name change soon (hopefully)


View Profile WWW
October 18, 2015, 03:38:54 PM
 #199


Please buy official license, it comes with lifetime support. We do not provide support to people who got their copy illegaly.

I paid 30$ for this script in cryptomarket. Is it illegal script??

Really? -.- Isn't that freakin' obvious.. It sells at 1.1 BTC and you ask him if your copy is legal xD

Palcoin.co
ADcoin.me
Hero Member
*****
Offline Offline

Activity: 795
Merit: 500


Name change soon (hopefully)


View Profile WWW
October 18, 2015, 03:39:45 PM
 #200

@johny1976 Thank you for your pm, but I will have to wait a little more. Script looks promising tho, as it has been here for well over a year right? Smiley

Palcoin.co
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 »  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!