Pages:
Author

Topic: Selling Bitcoin Games - page 2. (Read 1958 times)

hero member
Activity: 714
Merit: 500
March 03, 2015, 03:50:06 AM
#5
Why would anyone buy this from you? Another shitty strategy that doesnt work? And 2 btc???

thats why there is a demo

can you give proof that you are the owner the the demo site?
Looks cool but need to come out with owing proof and price is too high to be sold quickly. You should think well before demand the selling price.
full member
Activity: 140
Merit: 100
March 03, 2015, 03:07:05 AM
#4
Why would anyone buy this from you? Another shitty strategy that doesnt work? And 2 btc???

thats why there is a demo

can you give proof that you are the owner the the demo site?
full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 03, 2015, 02:53:22 AM
#3
Why would anyone buy this from you? Another shitty strategy that doesnt work? And 2 btc???

thats why there is a demo
hero member
Activity: 952
Merit: 516
March 03, 2015, 12:41:31 AM
#2
Why would anyone buy this from you? Another shitty strategy that doesnt work? And 2 btc???
full member
Activity: 196
Merit: 100
Scam / Scammer Hunter
March 03, 2015, 12:18:59 AM
#1
 $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $suda=0;
      while ($my_bet=mysql_fetch_array($my_bets)) {
        $content.=($suda==0)?'':'';
       
        $username=mysql_fetch_array(mysql_query("SELECT `alias` FROM `players` WHERE `id`=$my_bet[player] LIMIT 1"));
       
        $chance['under']=floor((1/($my_bet['multiplier']/100)*((100-$settings['house_edge'])/100))*100)/100;
        $chance['over']=100-$chance['under'];

        $target=($my_bet['under_over']==0)?'<'.sprintf("%.2f",$chance['under']):'>'.sprintf("%.2f",$chance['over']);
        $profit=-$my_bet['bet_amount'];
        $profit_class='lose';
        $plusko=($my_bet['bet_amount']==0)?'-':'';
        if ($my_bet['win_lose']==1) {
          $profit+=$my_bet['bet_amount']*$my_bet['multiplier'];
          $profit_class='win';
          $plusko='+';
        }

        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $content.='';
        $suda=($suda==0)?1:0;
      }
      $content.='
BET IDPLAYERTIMEBETMULTIPLIERTARGETROLLPROFIT
'.$my_bet['id'].''.$username['alias'].''.date('H:i:s',strtotime($my_bet['time'])).''.sprintf("%.8f",$my_bet['bet_amount']).''.sprintf("%.2f",$my_bet['multiplier']).''.$target.''.sprintf("%.2f",$my_bet['result']).''.$plusko.sprintf("%.8f",floor($profit*100000000)/100000000).'
';
    }
  break;
  case 'all_bets':
    $all_bets=mysql_query("SELECT * FROM `bets` WHERE `bet_amount`!=0 ORDER BY `time` DESC LIMIT 30");
    if (mysql_num_rows($all_bets)==0) $content.='


No one has bet yet.';
    else {



this is for a dice game, of course its just a fraction of its content.


---------------------------------------------------------------------------------------------


$content.='Bet';
    $content.='Result';
    $content.='Return';
    $content.='Time';
    $content.='';
    $query=mysql_query("SELECT * FROM `spins` ORDER BY `time` DESC LIMIT 30");
    $sl=false;
    while ($row=mysql_fetch_array($query)) {
      if (mysql_num_rows(mysql_query("SELECT `alias` FROM `players` WHERE `id`=$row[player] LIMIT 1"))!=0) {
        $player_inf_=mysql_fetch_array(mysql_query("SELECT `alias` FROM `players` WHERE `id`=$row[player] LIMIT 1"));
        $row['player']=$player_inf_['alias'];
      }
      else $row['player']='-';     
     
      $class=($sl==true)?' class="odd"':'';
      $content.='';
      $content.=''.$row['id'].'';
      $content.=''.$row['player'].'';
      $content.=''.rtrim(rtrim(sprintf("%0.12f",$row['wager']),'0'),'.').' '.$settings['currency_sign'].'';
      $content.=''.rtrim(rtrim(sprintf("%0.12f",$row['multiplier']),'0'),'.').'x';
      $content.=''.rtrim(rtrim(sprintf("%0.12f",($row['wager']*$row['multiplier'])),'0'),'.').' '.$settings['currency_sign'].'';
      $content.=''.$row['time'].' CET';
      $content.='';
      if ($sl==false) $sl=true; else $sl=false;
    }
    $content.='';
  break;
  case 'leaderbord':
    $content.='';
    $content.='';
    $content.='';
    $content.='';
    $content.='';
    $content.='';
    $content.='';
    $content.='';
    $content.='';
    $query=mysql_query("SELECT *,(`wager`*`multiplier`) AS `return` FROM `spins` ORDER BY `return` DESC LIMIT 30");
    $sl=false;
    while ($row=mysql_fetch_array($query)) {
      if (mysql_num_rows(mysql_query("SELECT `alias` FROM `players` WHERE `id`=$row[player] LIMIT 1"))!=0) {
        $player_inf_=mysql_fetch_array(mysql_query("SELECT `alias` FROM `players` WHERE `id`=$row[player] LIMIT 1"));
        $row['player']=$player_inf_['alias'];
      }
      else $row['player']='-';     
     
      $class=($sl==true)?' class="odd"':'';
      $content.='';
      $content.='
';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      $content.='';
      if ($sl==false) $sl=true; else $sl=false;
    }
    $content.='
IDAliasBetResultReturnTime
'.$row['id'].''.$row['player'].''.$row['wager'].' '.$settings['currency_sign'].''.$row['multiplier'].'x'.rtrim(rtrim(sprintf("%0.12f",($row['wager']*$row['multiplier'])),'0'),'.').' '.$settings['currency_sign'].''.$row['time'].' CET
';

  break;
  case 'news':
    $query=mysql_query("SELECT * FROM `news` ORDER BY `time` DESC");
    while ($row=mysql_fetch_array($query)) {
      $content.='
';
      $content.=str_replace('','',str_replace('','',str_replace('
','
',str_replace('[/B]','',str_replace('','',$row['content']))))).'
'.$row['time'].'';
      $content.='
';
    }
    $content.='
';
   
  break;
  case 'fair':
    $unique=$_GET['_unique'];
    $player=mysql_num_rows(mysql_query("SELECT `id` FROM `players` WHERE `hash`='".prot($unique)."' LIMIT 1"));
    if ($player!=0) $player=mysql_fetch_array(mysql_query("SELECT `id`,`server_seed`,`client_seed`,`old_server_seed`,`old_client_seed` FROM `players` WHERE `hash`='".prot($unique)."' LIMIT 1"));
    else exit();
    $content.='
';
    $content.='Server seed hash: '.hash('sha256',$player['server_seed']).'';
    $content.='
Client seed: '.$player['client_seed'].'';
    $content.='
Set client seed for next spin
';
    $content.='
Old server seed: '.$player['old_server_seed'].'';
    $content.='
Old client seed: '.$player['old_client_seed'].'
';
    $content.='
Formula: ((client_seed * 9) Mod 16) + 1 = final order in server seed

';
    $content.='
Served seed values:';
    $content.='
0 = 1.25x';
    $content.='
1 = 0.25x';
    $content.='
2 = 2x';
    $content.='
3 = 0x';
    $content.='
4 = 2x';
    $content.='
5 = 0.25x';
    $content.='
6 = 2x';




this one is for a Wheel game.

BOTH for BITCOINS GAMBLING.

Selling both for 2 bitcoins

http://imgur.com/lre90JQ

http://imgur.com/XNuoKxp


demo : www.wheelofsatoshi.com


Pm or Post, i usually reply very quickly.
Pages:
Jump to:
© 2020, Bitcointalksearch.org