Desolate Carnage
 
Lotto
Archived | Views: 1722 | Replies: 7 | Started 15 years, 9 months ago
 
#301658 | Mon - Aug 18 2008 - 13:45:36
Group: Guest
Posts: 2,131
Joined: Jul 2 2007
Contact: Offline PM
Points: 1.28
CODE

<?php

class Lotto {

  public $lotto_pick;
  public $lotto_choice;

  function __construct ( $pick_array, $ID )
  {
     global $user;

     $sql->query('INSERT INTO `lotto_picks` SET `pick_one` = ' . $pick_array[0] . ', `pick_two` = ' . $pick_array[1] . ', `pick_three` = ' . $pick_array[2] . ', `drawing_ID` = ' . $ID . ', `username` = ' . $sql->escape($user->info('name')) . '\'');
  }

  function drawTicket ( $lottoID )
  {
      $Picked = array ( 0 => rand(1, 36),
                        1 => rand(1, 36),
                        2 => rand(1, 36)
                       );
      $q = $sql->query ( 'SELECT `pick_one`, `pick_two`, `pick_three` FROM `lotto_picks` WHERE `drawing_ID` = ' . $lottoID );
      while ( $row = $sql->fetch_row ( $q ) )
      {
         $matches = 0;
         if ( $Picked[0] == $row[0] )
            ++$matches;

         if ( $Picked[1] == $row[1] )
            ++$matches;

         if ( $Picked[2] == $row[2] )
            ++$matches;

    }

}
?>


Couldn't be bothered to write anymore. Of course, you'd have to use a loop for all of the picks, and add the stuff that takes a percentage out of the jackpot. And the addition to the query to increase the jackpot with each ticket.

But wouldn't something like this work? Ofc modified, since this is Invision or w/e.
 
#301662 | Mon - Aug 18 2008 - 13:47:01
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
in b4 pie gets pissed all over again about the lotto
 
#301670 | Mon - Aug 18 2008 - 13:55:30
Group: Guest
Posts: 2,131
Joined: Jul 2 2007
Contact: Offline PM
Points: 1.28
Quote (blind_chief @ Aug 18 2008 - 13:47:01)
in b4 pie gets pissed all over again about the lotto

kek

just trying to help solve the problem :(
 
#301678 | Mon - Aug 18 2008 - 14:02:37
Group: Members
Posts: 47,60340k
Joined: Sep 1 2006
Contact: Offline PM
Points: 44,538.17
Quote (xSoRx @ Aug 18 2008 - 14:55:30)
Quote (blind_chief @ Aug 18 2008 - 13:47:01)
in b4 pie gets pissed all over again about the lotto

kek

just trying to help solve the problem :(

Problem solved by making it go away :(
 
#301686 | Mon - Aug 18 2008 - 14:09:13
Group: Guest
Posts: 2,131
Joined: Jul 2 2007
Contact: Offline PM
Points: 1.28
Quote (smoked @ Aug 18 2008 - 14:02:37)
Quote (xSoRx @ Aug 18 2008 - 14:55:30)
Quote (blind_chief @ Aug 18 2008 - 13:47:01)
in b4 pie gets pissed all over again about the lotto

kek

just trying to help solve the problem :(

Problem solved by making it go away :(

now i'll be at 19k fps forever :(
 
#301687 | Mon - Aug 18 2008 - 14:09:49
Group: Members
Posts: 47,60340k
Joined: Sep 1 2006
Contact: Offline PM
Points: 44,538.17
Quote (xSoRx @ Aug 18 2008 - 15:09:13)
Quote (smoked @ Aug 18 2008 - 14:02:37)
Quote (xSoRx @ Aug 18 2008 - 14:55:30)
Quote (blind_chief @ Aug 18 2008 - 13:47:01)
in b4 pie gets pissed all over again about the lotto

kek

just trying to help solve the problem :(

Problem solved by making it go away :(

now i'll be at 19k fps forever :(

Gamble with sports ofceci
 
#301696 | Mon - Aug 18 2008 - 14:17:02
Group: Guest
Posts: 14,41410k
Joined: Oct 2 2007
Contact: Offline PM
Points: 1,162.65
pie declared himself not smart enough to fix the lotto
cannot w8 for reply
 
#301701 | Mon - Aug 18 2008 - 14:23:24
Group: Guest
Posts: 584
Joined: May 18 2008
Contact: Offline PM
Points: 69.00
Warn: 30% [ warn bar ]
whats gonna happen when he poops :o
Archived | Views: 1722 | Replies: 7 | Help & Suggestions Topic List
 
Quit the Internet