5 * Copyright (C) 2006-2013 Matteo Nastasi
6 * mailto: nastasi@alternativeoutput.it
7 * matteo.nastasi@milug.org
8 * web: http://www.alternativeoutput.it
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details. You should have received a
19 * copy of the GNU General Public License along with this program; if
20 * not, write to the Free Software Foundation, Inc, 59 Temple Place -
21 * Suite 330, Boston, MA 02111-1307, USA.
24 define('BIN5_PLAYERS_N', 3);
25 define('BIN5_CARD_HAND', 3); // normal value 8
26 define('BIN5_MAX_PLAYERS', BIN5_PLAYERS_N);
27 // define(BIN5_SHM_MIN', (50000 * BIN5_MAX_PLAYERS));
28 define('BIN5_SHM_MIN', 32768);
29 define('BIN5_SHM_MAX', (BIN5_SHM_MIN + 1048576));
30 define('BIN5_SHM_DLT', 32768);
31 define('BIN5_PROXY_PATH', PROXY_PATH."/bin5");
33 require_once('rules.phh');
35 define('BIN5_TOURNAMENT_CURRENT', BIN5_TOURNAMENT_NO_DRAW);
37 $mlang_bin5_bin5 = array(
38 // br, hr, b, /b, win, fri
39 'info_last' => array( 'it' => '%3$sultima mano%4$s',
40 'en' => '%3$slast hand%4$s'),
41 'info_curr' => array( 'it' => '%3$smano corrente%4$s',
42 'en' => '%3$scurrent hand%4$s'),
43 'info_yshuf'=> array( 'it' => 'Fai <b>tu</b> il mazzo, ',
44 'en' => 'It\'s <b>your</b> shuffled the cards, '),
45 'info_shuf' => array( 'it' => 'Il mazzo a <b>%s</b>, ',
46 'en' => '<b>%s</b> shuffled the cards, '),
47 'info_yturn'=> array( 'it' => ' tocca a <b>te</b> giocare.',
48 'en' => ' it\'s <b>your</b> turn.'),
49 'info_turn' => array( 'it' => 'tocca a <b>%s</b> giocare.',
50 'en' => 'it\'s the <b>%s</b>\'s turn.'),
51 'info_mult' => array( 'it' => ' La partita vale <b>%s</b>.',
52 'en' => ' The game worth <b>%s</b>.' ),
53 'info_match'=> array( 'it' => 'Il codice della partita è <b>%d</b>.',
54 'en' => 'Match code is <b>%d</b>.'),
58 // br, hr, b, /b, win, fri
59 'info_part' => array( 'it' => 'Ha chiamato %3$s%5$s%4$s (punti torneo %7$d), il socio era %3$s%6$s%4$s,%1$s',
60 'en' => 'The declarer was %3$s%5$s%4$s (tournment points %7$d), the partner was %3$s%6$s%4$s,%1$s'),
62 'info_capp' => array( 'it' => 'hanno fatto %3$scappotto%4$s EBBRAVI!.%1$s',
63 'en' => 'and they made %3Dscapot%4$s WELL DONE!.%1$s'),
65 // br, hr, b, /b, old_asta_pnt, old_pnt, winornot
66 'info_alea' => array( 'it' => 'dovevano fare %3$salmeno %5$d%4$s punti e ne hanno fatti %3$s%6$d%4$s: hanno %7$s.%1$s',
67 'en' => 'they had to do %3$sat least %5$d%4$s points and they had made %3$s%6$d%4$s: they have %7$s.%1$s'),
68 // br, hr, b, /b, old_pnt, winornot
69 'info_more' => array( 'it' => 'dovevano fare %3$spiù di 60%4$s punti e ne hanno fatti %3$s%5$d%4$s: hanno %6$s.%1$s',
70 'en' => 'they had to do %3$sover 60%4$s points and they had made %3$s%5$d%4$s: they have %3$s%6$s%4$s.%1$s'),
71 'info_win' => array( 'it' => 'vinto',
73 'info_peer' => array( 'it' => 'pareggiato',
75 'info_lost' => array( 'it' => 'perso',
78 // br, hr, b, /b, win_name
79 'info_alon' => array( 'it' => '%3$s%5$s%4$s si è chiamato in mano (punti torneo %6$d),%1$s',
80 'en' => '%3$s%5$s%4$s play alone against each other (tournment points %6$d),%1$s'),
81 // br, hr, b, /b, old_asta_pnt, old_pnt, winornot
82 'info_aleaa' => array( 'it' => 'doveva fare %3$salmeno %5$d%4$s punti e ne ha fatti %3$s%6$d%4$s: ha %3$s%7$s%4$s.%1$s',
83 'en' => 'he/she had to do %3$sat least %5$d%4$s points and they had made %3$s%6$d%4$s: he/she had %3$s%7$s%4$s.%1$s'),
84 // br, hr, b, /b, old_pnt, winornot
85 'info_morea' => array( 'it' => 'doveva fare %3$spiù di 60%4$s punti e ne ha fatti %3$s%5$d%4$s: ha %3$s%6$s%4$s.%1$s',
86 'en' => 'he/she had to do %3$smore than 60%4$s points and they had made %3$s%5$d%4$s: he/she had %3$s%6$s%4$s.%1$s'),
88 'info_acap' => array( 'it' => 'ha fatto %3$scappotto%4$s EBBRAVO!.%1$s',
89 'en' => 'and he/she made %3$scapot%4$s WELL DONE!.%1$s'),
92 'info_omul' => array( 'it' => '%1$sLa partita valeva %3$s%5$s%4$s.%1$s',
93 'en' => '%1$sEN: The game was worth %3$s%5$s%4$s.%1$s' ),
96 'info_alpa' => array( 'it' => '%1$sHanno passato %3$stutti%4$s.%1$s',
97 'en' => '%1$sEN: Hanno passato %3$stutti%4$s.%1$s' ),
99 // br, hr, b, /b, aband-name
100 'info_aban' => array( 'it' => ' Ha lasciato %3$s%5$s%4$s perché aveva al massimo %3$s2 punti%4$s.',
101 'en' => ' EN: Ha lasciato %3$s%5$s%4$s perché aveva al massimo %3$s2 punti%4$s.'),
103 'btn_bkgame'=> array( 'it' => 'torna alla partita',
104 'en' => 'back to the game'),
105 'call_wptn' => array( 'it' => '<br>con %d punti',
106 'en' => '<br>with %d points'),
107 'call_ycall'=> array( 'it' => 'Chiami%s:',
109 'call_call' => array( 'it' => 'Chiama %s%s:',
110 'en' => 'The declarer is %s%s:')
114 $table_wellarr = Array( 'it' => Array ( 'Benvenuto al tavolo. Se almeno tre giocatori non sbloccano l\'uscita cliccando il lucchetto, chi esce non può risedersi a un qualunque tavolo per '.floor(BAN_TIME/60).' minuti.'),
115 'en' => Array ( 'EN Benvenuto al tavolo. Se almeno tre giocatori non sbloccano l\'uscita cliccando il lucchetto, chi esce non può risedersi a un qualunque tavolo per '.floor(BAN_TIME/60).' minuti.') );
117 function multoval($mult)
122 return ($G_lang == 'en' ? 'double' : 'doppio');
124 return ($G_lang == 'en' ? 'triple' : 'triplo');
126 return ($G_lang == 'en' ? 'quadruple' : 'quadruplo');
128 return (sprintf(($G_lang == 'en' ? "%d-ple" : "%d-plo"), $mult));
131 function dom_select_rules()
133 printf("<select id='select_rules'><option value='1'>Vecchie regole: con pareggio</option><option value='2' selected>Nuove regole: senza pareggio</option><option value='4'>torneo \"insieme per gioco\"</option></select>");
137 var $value; /* 0 - 39 card value */
138 var $stat; /* 'bunch', 'hand', 'table', 'take' */
139 var $owner; /* (table position 0-4) */
140 // var $pos; /* Pos in hand. */
141 var $x; /* When played the X position on the table of the owner. */
142 var $y; /* When played the Y position on the table of the owner. */
144 function Card($value, $stat, $owner)
146 $this->value = $value;
147 $this->stat = $stat; // Card stat
148 $this->owner = $owner;
151 function assign($stat,$owner)
153 $this->stat = $stat; // Card stat
154 $this->owner = $owner;
157 function setpos($pos)
164 $this->stat = 'table'; // Card stat
169 function take($newown)
171 $this->stat = 'take'; // Card stat
172 $this->owner = $newown;
176 class Bin5_table extends Table {
177 var $card; // il mazzo di carte
178 var $mazzo; // chi e' di mazzo
179 var $gstart; // first player of the current game
180 var $turn; // turn in the game (absolute, not modularized)
182 var $asta_pla; // array(); TRUE: in auction, FALSE: out of the auction
183 var $asta_pla_n; // number of players in auction
184 var $asta_card; // current card for auction
185 var $asta_pnt; // current point for auction
188 var $points; // points array
189 var $points_n; // number of row of points
192 var $asta_win; // the caller idx position at table
194 var $tourn_pts; // points in the caller hand
195 var $friend; // the callee idx position at table
197 var $match_id; // the id of the match on the database (-1 == just not saved)
199 var $old_act; // last action that trigs the end of the game
204 var $old_pnt; // points made by caller and callee
205 var $old_asta_win; // the old caller idx position at table
206 var $old_friend; // the old callee idx position at table
208 var $old_tourn_pts; // the old tournment computed points in the hand of caller
211 function Bin5_table()
217 function create($idx)
219 if (($thiz =& new Bin5_table()) == FALSE)
225 $thiz->asta_pla = array(); // TRUE: in auction, FALSE: out of the auction
226 $thiz->asta_pla_n= -1;
227 $thiz->asta_card = -1;
228 $thiz->asta_pnt = -1;
231 $thiz->points = array( );
233 $thiz->total = array( 0, 0, 0, 0, 0);
234 $thiz->asta_win = -1;
235 $thiz->briscola = -1;
236 $thiz->tourn_pts = -1;
240 $thiz->match_id = -1;
243 $thiz->old_mazzo = -1;
244 $thiz->old_reason = "";
245 $thiz->old_asta_pnt = -1;
246 $thiz->old_mult = -1;
248 $thiz->old_asta_win = -1;
249 $thiz->old_friend = -1;
256 function myclone(&$from)
258 if (($thiz =& new Bin5_table()) == FALSE)
263 $thiz->card = $from->card;
264 $thiz->mazzo = $from->mazzo; // REVIEW
265 $thiz->gstart = $from->gstart;
266 $thiz->turn = $from->turn;
268 $thiz->asta_pla = $from->asta_pla;
269 $thiz->asta_pla_n = $from->asta_pla_n;
270 $thiz->asta_card = $from->asta_card;
271 $thiz->asta_pnt = $from->asta_pnt;
273 $thiz->mult = $from->mult;
274 $thiz->points = $from->points;
275 $thiz->points_n = $from->points_n;
276 $thiz->total = $from->total;
278 $thiz->asta_win = $from->asta_win;
279 $thiz->briscola = $from->briscola;
280 $thiz->tourn_pts = $from->tourn_pts;
281 $thiz->friend = $from->friend;
283 $thiz->match_id = $from->match_id;
285 $thiz->old_act = $from->old_act;
286 $thiz->old_mazzo = $from->old_mazzo;
287 $thiz->old_reason = $from->old_reason;
288 $thiz->old_asta_pnt = $from->old_asta_pnt;
289 $thiz->old_mult = $from->mult;
290 $thiz->old_pnt = $from->old_pnt;
291 $thiz->old_asta_win = $from->old_asta_win;
292 $thiz->old_friend = $from->old_friend;
298 function parentcopy(&$from)
303 function spawn(&$from)
305 if (($thiz =& new Bin5_table()) == FALSE)
308 $thiz->parentcopy($from);
310 log_main("PLAYER_N - spawn.".$thiz->player_n);
312 $thiz->card = array();
313 $thiz->bunch_create();
314 $thiz->mazzo = rand(0,PLAYERS_N-1);
315 $thiz->points = array();
316 $thiz->total = array();
320 $thiz->match_id = -1;
322 $thiz->old_asta_win = -1;
323 $thiz->old_reason = "";
325 $rules_name = rules_id2name(BIN5_TOURNAMENT_CURRENT);
326 $thiz->rules = new $rules_name($thiz);
327 // players are rearranged in an dedicated array
328 $thiz->player = array();
329 for ($i = 0 ; $i < $from->player_n ; $i++)
330 $thiz->player[$i] = $i;
332 log_main("TABLE_OLD_WIN - spawn:".$thiz->old_asta_win);
338 // function bunch_create_old() function AND
342 // for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
343 // // for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
344 // $ret[$i] =& new Card($i, 'bunch', 'no_owner');
351 function bunch_create()
355 for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
356 $this->card[$i] = new Card($i, 'bunch', 'no_owner');
360 function bunch_make()
362 log_main("bunch_make start");
363 $ct = array(0,0,0,0,0);
365 mt_srand(make_seed());
367 for ($i = (BIN5_CARD_HAND * BIN5_PLAYERS_N) - 1 ; $i >= 0 ; $i--)
370 for ($i = (BIN5_CARD_HAND * BIN5_PLAYERS_N) - 1 ; $i >= 0 ; $i--) {
374 log_main("RND ZERO");
378 $owner = $i % BIN5_PLAYERS_N;
379 $this->card[$id]->assign('hand', $owner);
381 $rest[$rn] = $rest[$i];
382 // $pubbpos[$rn2] = $pubbpos[$i];
384 log_main("bunch_make end");
387 function init($userarr)
390 $this->mazzo = rand(0,PLAYERS_N-1);
393 $this->old_asta_win = -1;
394 $this->old_reason = "";
396 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
397 $this->total[$i] = 0;
398 $user_cur = $userarr[$this->player[$i]];
399 $user_cur->stat_set('table');
400 $user_cur->exitislock = TRUE;
403 log_main("table::init: ci siamo");
406 function game_init($userarr)
410 $this->gstart = ($this->mazzo+1) % BIN5_PLAYERS_N;
413 $this->asta_pla_n = BIN5_PLAYERS_N;
414 $this->asta_card = -1;
415 $this->asta_pnt = 60;
416 $this->asta_win = -1;
417 $this->briscola = -1;
418 $this->tourn_pts = -1;
422 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
423 $this->asta_pla[$i] = TRUE;
424 $user_cur = $userarr[$this->player[$i]];
425 $user_cur->subst = 'asta';
426 $user_cur->asta_card = -2;
427 $user_cur->asta_pnt = -1;
428 $user_cur->handpt = $this->hand_points($i);
429 $this->rules->tourn_points($user_cur, $i);
434 function game_next($delta)
436 $this->old_mazzo = $this->mazzo;
437 $this->mazzo = ($this->mazzo + $delta) % BIN5_PLAYERS_N;
440 function mult_inc($val)
442 $this->old_mult = $this->mult;
446 function mult_set($val)
448 $this->old_mult = $this->mult;
452 function hand_points($idx)
454 GLOBAL $G_all_points;
458 for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
459 // for ($i = 0 ; $i < 40 ; $i++) {
460 if ($this->card[$i]->owner != $idx)
463 $ctt = $this->card[$i]->value % 10;
464 $tot += $G_all_points[$ctt];
471 function exitlock_show($userarr, $table_pos)
473 $ct = $this->exitlock_calc($userarr, $table_pos);
475 $ret = sprintf('exitlock_show(%d, %s);', $ct,
476 ($userarr[$this->player[$table_pos]]->exitislock ? 'true' : 'false'));
480 function exitlock_calc(&$userarr, $table_pos)
484 for ($i = 0 , $ct = 0 ; $i < PLAYERS_N ; $i++) {
485 if ($userarr[$this->player[$i]]->exitislock == FALSE)
492 function match_continue(&$bri, $user, $match_id_s)
495 // Rules: update version following loaded tcode
501 if ($this->match_id != -1) {
502 $msg = sprintf("Stai già giocando la partita con codice %d.", $this->match_id);
506 /* - verify if match_id and user are both valid to accept
507 the match_continue request - */
508 $match_id = (int)$match_id_s;
509 if ($match_id <= 0) {
510 $msg = "questa partita non esiste";
514 if ($user->continue_get() == $match_id) {
515 $msg = "Hai già richiesto di continuare questa partita.";
518 // retrieves users list for this match
519 $match_data = array();
520 if (($bdb = BriskDB::create()) != FALSE) {
521 // match_order_get return FALSE for old matches
522 $ucodes = $bdb->match_order_get($match_data, $match_id, BIN5_PLAYERS_N);
525 if ($ucodes == FALSE) {
526 $msg = "questa partita non è stata memorizzata correttamente";
530 // if current user code must be in the users list
531 if (array_search($user->code, $ucodes) === FALSE) {
532 $msg = sprintf("Questo utente non compare nella partita che si vuole continuare [%d].", $user->code);
536 /* - the user is in the list, add the match_id to his profile
537 and check if he is the N'th to require continue - */
540 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
541 $user_cur = &$bri->user[$this->player[$i]];
543 if ($user == $user_cur) {
548 if ($user_cur->continue_get() == BIN5_USER_CONTINUE_INIT)
551 if ($user_cur->continue_get() != $match_id)
555 if ($i < BIN5_PLAYERS_N) {
556 $msg = sprintf("<b>L'utente <i>%s</i> voleva già continuare la partita n° %d.</b>",
557 xcape($user_cur->name), $user_cur->continue_get());
561 // set the match_id for the current user
562 $user->continue_set($match_id);
565 // not all players set the continue match than we exit
566 if ($continue_tot < BIN5_PLAYERS_N) {
567 $msg = sprintf("<b>L'utente <i>%s</i> vorrebbe continuare la partita n° %d.</b>",
568 xcape($user->name), $match_id);
572 /* - all users decide to continue the same match, update all infos and rearrange users
573 to the right positions on the table - */
575 /* reset users table order */
576 for ($i = 0 ; $i < BIN5_PLAYERS_N - 1 ; $i++) {
577 if ($bri->user[$this->player[$i]]->code == $ucodes[$i]) {
580 for ($e = $i + 1 ; $e < BIN5_PLAYERS_N ; $e++) {
581 if ($bri->user[$this->player[$e]]->code == $ucodes[$i]) {
582 $swap = $this->player[$i];
583 $this->player[$i] = $this->player[$e];
584 $this->player[$e] = $swap;
585 $bri->user[$this->player[$i]]->table_pos = $i;
586 $bri->user[$this->player[$e]]->table_pos = $e;
590 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
591 fprintf(STDERR, "USERZ: [%s]\n", $bri->user[$this->player[$i]]->name);
594 // update database info to be aligned with current table (ttok and table_idx
595 if (($bdb = BriskDB::create()) != FALSE) {
596 if ($bdb->match_continue($match_id, $this, $user->table_orig) == FALSE) {
598 $msg = "aggiornamento dei dati della partita fallito";
604 /* update rules engine */
605 $rules_name = rules_id2name($match_data['tcode']);
606 $this->rules = new $rules_name($this);
608 /* bunch and multiplier status set */
609 $this->mazzo = $match_data['mazzo_next'];
610 $this->mult = $match_data['mult_next'];
611 $this->match_id = $match_id;
612 $this->game_init(&$bri->user);
614 /* reload of the page with the new layout */
615 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
616 $user_cur = &$bri->user[$this->player[$i]];
618 $user_cur->trans_step = $user_cur->step + 1;
619 $user_cur->comm[$user_cur->step % COMM_N] = sprintf('gst.st_loc++; gst.st=%d; xstm.stop(); window.onunload = null ; window.onbeforeunload = null ; document.location.assign("index.php");|', $user_cur->step+1);
620 $user_cur->step_inc();
622 // a void command force xynt-streamer to flush all data to client
623 $user_cur->trans_step = $user_cur->step + 1;
624 $user_cur->comm[$user_cur->step % COMM_N] = "";
625 $user_cur->step_inc();
627 $user_cur->comm[$user_cur->step % COMM_N] = show_table(&$bri, &$user_cur, $user_cur->step+1, TRUE, FALSE);
628 $user_cur->step_inc();
633 $dt = date("H:i ", $curtime);
634 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
635 if ($ret == FALSE && $this->player[$i] != $user->idx)
637 $user_cur = &$bri->user[$this->player[$i]];
638 $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
639 $user_cur->comm[$user_cur->step % COMM_N] .= nickserv_msg($dt, $msg);
640 $user_cur->step_inc();
644 function rules_change(&$bri, $user, $rules_id_s)
647 // Rules: update version following loaded tcode
653 if ($this->match_id != -1) {
654 $msg = sprintf("Stai già giocando la partita con codice %d.", $this->match_id);
658 $rules_id = (int)$rules_id_s;
659 // FIXME: from dynamic rules list
660 if ($rules_id != 1 && $rules_id != 2 && $rules_id != 4) {
661 $msg = "queste regole non esistono o non sono attive";
665 if ($user->rules_get() == $rules_id) {
666 $msg = "hai già richiesto di usare queste regole";
670 /* - the user is in the list, add the match_id to his profile
671 and check if he is the N'th to require continue - */
674 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
675 $user_cur = &$bri->user[$this->player[$i]];
677 if ($user == $user_cur) {
682 if ($user_cur->rules_get() == BIN5_USER_CONTINUE_INIT)
685 if ($user_cur->rules_get() != $rules_id)
689 if ($i < BIN5_PLAYERS_N) {
691 $msg = sprintf("<b>L'utente <i>%s</i> voleva già usare le %s.</b>",
692 xcape($user_cur->name), xcape(rules_id2descr($user_cur->rules_get())));
696 // set the match_id for the current user
697 $user->rules_set($rules_id);
700 // not all players set the continue match than we exit
701 if ($rules_tot < BIN5_PLAYERS_N) {
703 $msg = sprintf("<b>L'utente <i>%s</i> vorrebbe usare le %s.</b>",
704 xcape($user->name), xcape(rules_id2descr($rules_id)));
708 /* - all users decide to continue the same match, update all infos and rearrange users
709 to the right positions on the table - */
711 /* update rules engine */
712 $rules_name = rules_id2name($rules_id);
713 $this->rules = new $rules_name($this);
715 // $this->game_init(&$bri->user);
717 /* reload of the page with the new layout */
718 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
719 $user_cur = &$bri->user[$this->player[$i]];
720 $this->rules->tourn_points($user_cur, $i);
722 $user_cur->rules_set(BIN5_USER_CONTINUE_INIT);
723 $user_cur->trans_step = $user_cur->step + 1;
724 $user_cur->comm[$user_cur->step % COMM_N] = sprintf('gst.st_loc++; gst.st=%d; xstm.stop(); window.onunload = null ; window.onbeforeunload = null ; document.location.assign("index.php");|', $user_cur->step+1);
725 $user_cur->step_inc();
727 // a void command force xynt-streamer to flush all data to client
728 $user_cur->trans_step = $user_cur->step + 1;
729 $user_cur->comm[$user_cur->step % COMM_N] = "";
730 $user_cur->step_inc();
732 $user_cur->comm[$user_cur->step % COMM_N] = show_table(&$bri, &$user_cur, $user_cur->step+1, TRUE, FALSE);
733 $user_cur->step_inc();
738 $dt = date("H:i ", $curtime);
739 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
740 if ($ret == FALSE && $this->player[$i] != $user->idx)
742 $user_cur = &$bri->user[$this->player[$i]];
743 $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
744 $user_cur->comm[$user_cur->step % COMM_N] .= nickserv_msg($dt, $msg);
745 $user_cur->step_inc();
747 } // end function rules_change
748 } // end class Bin5_table
753 define('BIN5_USER_FLAG_RING_ENDAUCT', 0x01);
754 define('BIN5_USER_CONTINUE_INIT', -1);
756 define('BIN5_USER_RULES_INIT', -1);
757 class Bin5_user extends User {
760 var $handpt; // Total card points at the beginning of the current hand.
761 var $exitislock; // Player can exit from the table ?
762 var $privflags; // Flags for briskin5 only
764 var $continue; // Id of the match that the user would continue
765 var $rules; // Id of rules required by user
767 var $asta_tourn_pts; // array with tournment points for each suit
775 function create($name, $sess, $stat = "", $subst = "", $table = -1, $ip="0.0.0.0") {
776 if (($thiz =& new User()) == FALSE)
779 $thiz->asta_card = -2;
780 $thiz->asta_pnt = -1;
782 $thiz->exitislock = TRUE;
783 $thiz->privflags = 0;
784 $thiz->continue = BIN5_USER_CONTINUE_INIT;
785 $thiz->rules = BIN5_USER_RULES_INIT;
791 function parentcopy(&$from)
796 function copy(&$from)
798 $this->parentcopy($from);
800 $this->asta_card = $from->asta_card;
801 $this->asta_pnt = $from->asta_pnt;
802 $this->handpt = $from->handpt;
803 $this->exitislock = $from->exitislock;
804 $this->privflags = $from->privflags;
805 $this->continue = $from->continue;
806 $this->rules = $from->rules;
810 function myclone(&$from)
812 if (($thiz =& new User()) == FALSE)
821 static function spawn($from, &$bri, $table, $table_pos, $get, $post, $cookie)
823 if (($thiz = new Bin5_user()) == FALSE)
826 if (($CO_bin5_pref_ring_endauct = gpcs_var("CO_bin5_pref_ring_endauct", $get, $post, $cookie)) === FALSE) {
827 $CO_bin5_pref_ring_endauct = "";
830 $thiz->parentcopy($from);
832 /* NOTE: at this moment idx and table_pos fields have the same value
833 but diffentent functions, we keep them separated for a while */
835 $thiz->idx = $table_pos; // it is the position in the mini-room,
836 // not related to table pos (see below)
837 $thiz->asta_card = -2;
838 $thiz->asta_pnt = -1;
840 $thiz->exitislock = TRUE;
841 $thiz->continue = BIN5_USER_CONTINUE_INIT;
842 $thiz->rules = BIN5_USER_RULES_INIT;
844 log_wr("Bin5 constructor");
846 $thiz->privflags = ($CO_bin5_pref_ring_endauct == "true" ? BIN5_USER_FLAG_RING_ENDAUCT : 0) | 0;
848 $thiz->table_orig = $table;
850 $thiz->table_pos = $table_pos;
857 function step_set($step)
859 $this->step = $step & 0x7fffffff;
864 function step_inc($delta = 1) {
865 $this->step += $delta;
866 /* modularization because unpack() not manage unsigned 32bit int correctly */
867 $this->step &= 0x7fffffff;
872 static function load_step($tab_id, $sess)
876 if (validate_sess($sess) == FALSE)
879 if (file_exists(BIN5_PROXY_PATH."/table".$tab_id) == FALSE)
880 mkdir(BIN5_PROXY_PATH."/table".$tab_id, 0775, TRUE);
881 if (($fp = @fopen(BIN5_PROXY_PATH."/table".$tab_id."/".$sess.".step", 'rb')) == FALSE)
883 if (($s = fread($fp, 8)) == FALSE)
885 if (mb_strlen($s, "ASCII") != 8)
887 $arr = unpack('Ls/Li', $s);
890 // log_rd2("A0: ".$arr[0]." A1: ".$arr[1]);
897 log_rd2("STEP_GET [".$sess."]: return false ");
905 if (validate_sess($this->sess) == FALSE)
907 if (file_exists(BIN5_PROXY_PATH."/table".$this->table_orig) == FALSE)
908 mkdir(BIN5_PROXY_PATH."/table".$this->table_orig, 0775, TRUE);
909 if (($fp = @fopen(BIN5_PROXY_PATH."/table".$this->table_orig."/".$this->sess.".step", 'w')) == FALSE)
911 fwrite($fp, pack("LL",$this->step, $this->idx));
914 log_main("step_set [".$this->sess. "] [".$this->step."]");
922 static function unproxy_step($tab_id, $sess)
924 log_rd2("UNPROXY: ".BIN5_PROXY_PATH."/table".$tab_id."/".$sess.".step");
925 if (file_exists(BIN5_PROXY_PATH."/table".$tab_id) == FALSE)
928 @unlink(BIN5_PROXY_PATH."/table".$tab_id."/".$sess.".step");
931 function destroy_data($tab_id)
934 if (($tok = @ftok(FTOK_PATH."/bin5/table".$tab_id."/user".$this->table_pos, "B")) == -1) {
935 log_crit("BIN5 USER DATA REMOVE FAILED 1 [".FTOK_PATH."/bin5/table".$tab_id."/user".$this->table_pos."]");
939 if (($shm = @shmop_open($tok, 'a', 0, 0)) == FALSE) {
940 log_crit("BIN5 USER DATA REMOVE FAILED 2");
943 if (shmop_delete($shm) == 0) {
944 log_crit("BIN5 USER DATA REMOVE FAILED 3");
949 log_main("BIN5 USER DATA DESTROY SUCCESS");
951 // log_main("QUI CI ARRIVA [".$bri->user[0]->name."]");
961 static function blocking_error($is_unrecoverable)
963 log_crit("BLOCKING_ERROR UNREC: ".($is_unrecoverable ? "TRUE" : "FALSE"));
964 return (sprintf(($is_unrecoverable ? 'xstm.stop(); ' : '').'window.onbeforeunload = null; window.onunload = null; document.location.assign("../index.php");'));
967 protected function page_sync($sess, $page)
969 log_rd2("PAGE_SYNC");
970 printf("xXx BIN5_USER::PAGE_SYNC\n");
971 return (sprintf('xstm.stop(); window.onbeforeunload = null; window.onunload = null; document.location.assign("%s");', $page));
974 protected function maincheck($get, $post, $cookie)
977 GLOBAL $G_with_splash, $G_splash_content, $G_splash_interval, $G_splash_idx;
978 GLOBAL $G_splash_w, $G_splash_h, $G_splash_timeout;
982 log_rd("maincheck begin");
987 /* Nothing changed, return. */
988 if ($this->rd_step == $this->step)
991 log_rd2("do other cur_stat[".$this->rd_stat."] user->stat[".$this->stat."] cur_step[".$this->rd_step."] user_step[".$this->step."]");
993 if ($this->rd_step == -1) {
995 * if $this->rd_step == -1 load the current state from the main struct
998 $S_load_stat['wR_minusone']++;
1000 // if ($this->the_end == TRUE) {
1001 // log_rd2("main_check: the end".var_export(debug_backtrace()));
1004 if ($this->trans_step != -1) {
1005 log_rd2("TRANS USATO ".$this->trans_step);
1006 $this->rd_step = $this->trans_step;
1007 $this->trans_step = -1;
1010 log_rd2("TRANS NON ATTIVATO");
1015 /* this part I suppose is read only on $this->room structure */
1016 if ($this->rd_step == -1) {
1017 log_rd2("PRE-NEWSTAT");
1024 if ($this->stat == 'table') {
1026 /* NOTE: $this->room is associated with the current $bri object */
1027 printf("xXx CLASS NAME [%s]\n", get_class($this->room));
1028 $ret = show_table(&$this->room, $this, $this->step, FALSE, FALSE);
1030 log_rd2("NEWSTAT: ".$this->stat);
1032 $this->rd_stat = $this->stat;
1033 $this->rd_subst = $this->subst;
1034 $this->rd_step = $this->step;
1035 } /* if ($this->rd_step == -1) { */
1037 $S_load_stat['rU_heavy']++;
1039 if ($this->rd_step < $this->step) {
1041 if ($this->rd_step + COMM_N < $this->step) {
1042 if ($this->rd_stat != $this->stat) {
1043 $to_stat = $this->stat;
1045 printf("xXx BIN5_USER::MAINCHECK\n");
1046 return ($this->page_sync($this->sess, ($to_stat == "table" ? "index.php" : "../index.php"), $this->table, $this->table_token));
1048 log_rd2("lost history, refresh from scratch");
1049 printf("xXx LOST HISTORY!\n");
1050 $this->rd_step = -1;
1053 for ($i = $this->rd_step ; $i < $this->step ; $i++) {
1055 if ($this->comm[$ii] == "") {
1056 if ($i == $this->rd_step)
1061 log_rd2("ADDED TO THE STREAM: ".$this->comm[$ii]);
1062 $ret .= $this->comm[$ii];
1064 $this->rd_stat = $this->stat;
1065 $this->rd_subst = $this->subst;
1066 $this->rd_step = $this->step;
1069 log_rd2($this->step, 'index_rd.php: after ret set');
1071 // if ($this->the_end == TRUE) { management is moved
1072 // in the spush scope
1073 } /* if ($this->rd_step < $this->step) { */
1074 } /* else of if ($this->rd_step == -1) { */
1078 } // function maincheck(...
1080 function continue_set($match_code)
1082 $this->continue = $match_code;
1085 function continue_get() {
1086 return ($this->continue);
1089 function rules_set($rules_id)
1091 $this->rules = $rules_id;
1094 function rules_get() {
1095 return ($this->rules);
1098 } // end class Bin5_user
1102 static $delta_t = array();
1103 var $brisk;// room object reference
1107 var $comm; // commands for many people
1108 var $step; // current step of the comm array
1109 var $garbage_timeout;
1120 function Bin5($brisk, $table_idx, $table_token, $get, $post, $cookie) {
1121 $this->user = array();
1122 $this->table = array();
1124 $this->the_end = FALSE;
1125 $this->shm_sz = BIN5_SHM_MIN;
1126 if (($this->tok = @ftok(FTOK_PATH."/bin5/table".$table_idx."/table", "B")) == -1) {
1131 $this->brisk = $brisk;
1132 $user = $brisk->user;
1133 $table = $brisk->table[$table_idx];
1134 log_wr("Bin5 constructor");
1136 for ($i = 0 ; $i < $table->player_n ; $i++) {
1137 $user[$table->player[$i]]->table_token = $table_token;
1138 $this->user[$i] = Bin5_user::spawn($user[$table->player[$i]], $this, $table_idx, $i, $get, $post, $cookie);
1140 $this->table[0] = Bin5_table::spawn(&$table);
1142 log_main("TABLE_OLD_WIN - Bin5:".$this->table[0]->old_asta_win);
1144 $this->table_idx = $table_idx;
1145 $this->table_token = $table_token;
1146 $this->garbage_timeout = 0;
1148 $this->delay_mgr = new Delay_Manager((GARBAGE_TIMEOUT *3.0) / 2.0);
1150 log_wr("Bin5 constructor end");
1154 function get_user($sess, &$idx)
1158 if (validate_sess($sess)) {
1159 for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1160 if ($this->user[$i]->is_empty())
1162 if (strcmp($sess, $this->user[$i]->sess) == 0) {
1165 $ret = &$this->user[$i];
1169 log_main(sprintf("get_user: Wrong sess from page [%s]",$PHP_SELF));
1170 // for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++)
1171 // log_main(sprintf("get_user: Wrong sess compared with [%s]",$this->user[$i]->sess));
1174 log_main(sprintf("get_user: Wrong strlen [%s]",$sess));
1179 function banned_kickoff()
1183 for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1184 $user_cur = $this->user[$i];
1186 // check if the IP is blacklisted
1187 if ($this->brisk->black_check($user_cur->ip)) {
1188 $user_cur->lacc = 0;
1193 // if authorized not check if banlisted
1194 if ($user_cur->is_auth()) {
1198 if ($this->brisk->ban_check($user_cur->ip)) {
1199 $user_cur->lacc = 0;
1206 function garbage_manager($force)
1210 /* Garbage collector degli utenti in timeout */
1214 $delta = $this->delay_mgr->delta_get($curtime);
1216 if ($force || $this->garbage_timeout < $curtime) {
1217 for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1218 $user_cur = $this->user[$i];
1219 if ($user_cur->is_active() == FALSE || // is not active user or
1220 ($user_cur->stat == 'table' && ($user_cur->subst == 'shutdowned' || $user_cur->subst == 'shutdowner')))
1223 if ($user_cur->lacc + EXPIRE_TIME_RD < ($curtime - $delta)) { // Auto logout dell'utente
1224 log_rd2($user_cur->sess." bin5 AUTO LOGOUT.");
1226 if ($user_cur->stat == 'table') {
1227 log_auth($user_cur->sess," bin5 Autologout session.");
1229 /* main garbage_manager is delegate as autologout management */
1230 $user_cur->the_end = TRUE;
1232 /* se gli altri utenti non erano d'accordo questo utente viene bannato */
1233 $remcalc = $this->table[0]->exitlock_calc(&$this->user, $user_cur->table_pos);
1235 require_once("${G_base}Obj/hardban.phh");
1236 Hardbans::add(($user_cur->is_auth() ? $user_cur->name : FALSE),
1237 $user_cur->ip, $user_cur->sess, $user_cur->laccwr + BAN_TIME);
1239 // $user->bantime = $user->laccwr + BAN_TIME;
1241 $this->table_wakeup($user_cur);
1245 log_rd2($user_cur->sess." GARBAGE UPDATED!");
1247 $this->garbage_timeout = $curtime + GARBAGE_TIMEOUT;
1252 $this->delay_mgr->lastcheck_set($curtime);
1257 function destroy_data()
1263 log_main("DESTROY BRISKIN5 DATA");
1266 log_main("DESTROY2 BRISKIN5 DATA [".$this->table_idx."]");
1267 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1268 $this->user[$i]->destroy_data($this->table_idx);
1269 Bin5_user::unproxy_step($this->table_idx, $this->user[$i]->sess);
1271 if (($tok = @ftok(FTOK_PATH."/bin5/table".$this->table_idx."/table", "B")) == -1)
1274 if (($shm = @shmop_open($tok, 'a', 0, 0)) == FALSE)
1277 if (shmop_delete($shm) == 0) {
1278 log_only("REMOVE FALLITA ");
1283 log_main("DESTROY2 BRISKIN5 DATA SUCCESS");
1285 // log_main("QUI CI ARRIVA [".$bri->user[0]->name."]");
1295 static function lock_data($is_exclusive, $table_idx)
1297 if (($res = file_lock(FTOK_PATH."/bin5/table".$table_idx."/table", $is_exclusive)) != FALSE) {
1298 self::$delta_t = microtime(TRUE);
1299 log_lock("LOCK table [".$table_idx."] [".self::$delta_t[$table_idx]."]");
1301 return (new Vect(array('res' => $res, 'tab' => $table_idx)));
1308 static function unlock_data($res_vect)
1312 $res = $res_vect->getbyid('res');
1313 $tab = $res_vect->getbyid('tab');
1315 log_lock("UNLOCK table [".$tab."] [".(microtime(TRUE) - (self::$delta_t[$tab]))."]");
1321 function chatt_send($user, $mesg, $mlang_indwr = NULL)
1323 GLOBAL $mlang_brisk, $G_lang;
1325 if ($user->stat != 'table') {
1330 $table = &$this->table[$user->table];
1331 $user_mesg = substr($mesg,6);
1336 $dt = date("H:i ", $curtime);
1337 if (strncmp($user_mesg, "/cont ", 6) == 0) {
1338 log_main($user->sess." chatt_send BEGIN");
1340 $match_id = substr($user_mesg, 6);
1341 $table->match_continue($this, $user, $match_id);
1343 else if (strncmp($user_mesg, "/rules ", 7) == 0) {
1344 log_main($user->sess." chatt_send BEGIN");
1346 $rules_id = substr($user_mesg, 7);
1347 $table->rules_change($this, $user, $rules_id);
1350 for ($i = 0 ; $i < ($user->stat == 'room' ? BIN5_MAX_PLAYERS : BIN5_PLAYERS_N) ; $i++) {
1351 if ($user->stat == 'room') {
1352 $user_cur = &$this->user[$i];
1353 if ($user_cur->is_active() == FALSE || $user_cur->stat != 'room') // is not active user or stat isn't 'room'
1357 $user_cur = &$this->user[$table->player[$i]];
1360 $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1361 $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('chatt_sub("%s", [%d, "%s"],"%s");',
1362 $dt, $user->flags, xcape($user->name), xcape($user_mesg));
1363 $user_cur->step_inc();
1365 log_legal($curtime, $user->ip, $user, ($user->stat == 'room' ? 'room' : 'table '.$user->table_orig),$user_mesg);
1369 function table_wakeup($user)
1371 $table = &$this->table[0];
1373 log_main("BIN5_WAKEUP begin function table stat: ".$user->stat." subst: ".$user->subst);
1377 log_main("BIN5_WAKEUP from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1379 for ($i = 0 ; $i < $table->player_n ; $i++) {
1380 $user_cur = &$this->user[$i];
1381 log_main("PREIMPOST INLOOP name: ".$user_cur->name);
1383 if ($user_cur == $user)
1384 $user_cur->subst = "shutdowner";
1386 $user_cur->subst = "shutdowned";
1387 $user_cur->laccwr = $curtime;
1389 $ret = "gst.st = ".($user_cur->step+1)."; ";
1390 $ret .= 'gst.st_loc++; xstm.stop(); window.onbeforeunload = null; window.onunload = null; document.location.assign("../index.php");|';
1392 log_wr($user_cur->sess." BIN5_WAKEUP: ".$ret);
1393 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1394 $user_cur->step_inc();
1397 $this->the_end = TRUE;
1401 * If all players are freezed the room garbage_manager clean up table and users.
1403 function is_abandoned()
1408 $table = &$this->table[0];
1410 for ($i = 0 ; $i < $table->player_n ; $i++) {
1411 $user_cur = &$this->user[$i];
1413 if ($user_cur->lacc + (EXPIRE_TIME_RD * 2) >= $curtime) {
1422 static function request_mgr(&$s_a_p, $header, &$header_out, &$new_socket, $path, $addr, $get, $post, $cookie)
1424 GLOBAL $G_ban_list, $G_black_list;
1426 printf("NEW_SOCKET (root): %d\n", intval($new_socket));
1428 $enc = get_encoding($header);
1429 if (isset($header['User-Agent'])) {
1430 if (strstr($header['User-Agent'], "MSIE")) {
1431 $transp_type = "htmlfile";
1434 $transp_type = "xhr";
1438 $transp_type = "iframe";
1440 force_no_cache($header_out);
1442 if (($table_idx = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE)
1445 if (($table_token = gpcs_var('table_token', $get, $post, $cookie)) === FALSE)
1446 unset($table_token);
1453 bin5_index_main($transp_type, $header_out, $addr, $get, $post, $cookie);
1454 $content = ob_get_contents();
1457 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
1461 case "index_wr.php":
1462 if (isset($table_idx) && isset($table_token)) {
1463 if (($bri = $s_a_p->app->match_get($table_idx, $table_token)) != FALSE) {
1465 bin5_index_wr_main($bri, $addr, $get, $post, $cookie);
1466 $content = ob_get_contents();
1470 $content = "Bin5 Load data error";
1474 $content = "Bin5 Load data error";
1476 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
1480 case "index_rd.php":
1481 if (($transp = gpcs_var('transp', $get, $post, $cookie)) === FALSE)
1483 if ($transp == 'websocket')
1487 if (!isset($table_idx)
1488 || !isset($table_token)
1489 || !isset($cookie['sess'])
1490 || ($bri = $s_a_p->app->match_get($table_idx, $table_token)) == NULL
1491 || (($user = $bri->get_user($cookie['sess'], $idx)) == FALSE)) {
1493 $content = Bin5_user::stream_fini($transp_type, $s_a_p->rndstr, TRUE);
1494 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
1499 $bri->brisk->sess_cur_set($user->sess);
1501 // close a previous opened index_read_ifra socket, if exists
1502 if (($prev = $user->rd_socket_get()) != NULL) {
1503 $s_a_p->socks_unset($user->rd_socket_get());
1504 fclose($user->rd_socket_get());
1505 printf("CLOSE AND OPEN AGAIN ON IFRA2\n");
1506 $user->rd_socket_set(NULL);
1510 $user->stream_init($s_a_p->rndstr, $enc, $header, $header_out, $content, $get, $post, $cookie);
1512 $response = headers_render($header_out, -1).$user->chunked_content($content);
1513 $response_l = mb_strlen($response, "ASCII");
1515 $wret = @fwrite($new_socket, $response, $response_l);
1516 if ($wret < $response_l) {
1517 printf("TROUBLES WITH FWRITE: %d\n", $wret);
1518 $user->rd_cache_set(mb_substr($content, $wret, $response_l - $wret, "ASCII"));
1521 $user->rd_cache_set("");
1523 fflush($new_socket);
1526 $s_a_p->socks_set($new_socket, $user, NULL);
1527 $user->rd_socket_set($new_socket);
1528 printf(" - qui ci siamo - ");
1547 function locshm_exists($tok)
1551 if (($id = @shmop_open($tok,"a", 0, 0)) == FALSE) {
1552 log_main($tok." SHM NOT exists");
1558 log_main($tok." SHM exists");
1567 is_transition (is from room to table ?)
1568 is_again (is another game)
1570 Examples of $is_transition, $is_again:
1571 from reload of the page: FALSE, FALSE
1572 from sitdown in room: TRUE, FALSE
1573 from table: asta cmd e tutti passano: TRUE, TRUE
1574 from table: fine partita: TRUE, TRUE
1576 function show_table(&$bri, &$user, $sendstep, $is_transition, $is_again)
1578 $table_idx = $user->table;
1579 $table = $bri->table[$table_idx];
1580 $table_pos = $user->table_pos;
1582 $ret = "table_init();";
1583 $ret .= $table->exitlock_show(&$bri->user, $table_pos);
1585 /* GENERAL STATUS */
1586 $ret .= sprintf( 'gst.st = %d; stat = "%s"; subst = "%s"; table_pos = %d;',
1587 $sendstep, $user->stat, $user->subst, $table_pos);
1589 log_rd(sprintf( 'SHOW_TABLE: gst.st = %d; stat = "%s"; subst = "%s"; table_pos = %d;', $sendstep, $user->stat, $user->subst, $table_pos));
1592 $ret .= "background_set();";
1595 $ret .= $user->myname_innerHTML();
1596 $ret .= sprintf('set_names([%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"]); ',
1597 $bri->user[$table->player[($table_pos) % BIN5_PLAYERS_N]]->flags,
1598 xcape($bri->user[$table->player[($table_pos) % BIN5_PLAYERS_N]]->name),
1600 $bri->user[$table->player[($table_pos+1) % BIN5_PLAYERS_N]]->flags,
1601 xcape($bri->user[$table->player[($table_pos+1) % BIN5_PLAYERS_N]]->name),
1603 $bri->user[$table->player[($table_pos+2) % BIN5_PLAYERS_N]]->flags,
1604 xcape($bri->user[$table->player[($table_pos+2) % BIN5_PLAYERS_N]]->name),
1606 (BIN5_PLAYERS_N == 3 ? 0 : $bri->user[$table->player[($table_pos+3) % BIN5_PLAYERS_N]]->flags),
1607 (BIN5_PLAYERS_N == 3 ? "" : xcape($bri->user[$table->player[($table_pos+3) % BIN5_PLAYERS_N]]->name)),
1609 (BIN5_PLAYERS_N == 3 ? 0 : $bri->user[$table->player[($table_pos+4) % BIN5_PLAYERS_N]]->flags),
1610 (BIN5_PLAYERS_N == 3 ? "" : xcape($bri->user[$table->player[($table_pos+4) % BIN5_PLAYERS_N]]->name)));
1612 /* NOTIFY FOR THE CARD MAKER */
1613 if ($is_transition) { // && $user->subst == "asta" superfluo
1614 $ret .= show_table_info(&$bri, &$table, $table_pos);
1615 $ret .= "setTimeout(preload_images, 500, g_preload_img_arr, g_imgct);";
1618 $ret .= "\$('imgct').innerHTML = \$('imgct').innerHTML = mlang_commons['imgload_a'][g_lang]+\"100%.\";";
1621 $ret .= table_welcome($user);
1623 if ($is_transition && !$is_again) { // just sit, play cow
1624 $ret .= playsound("cow.mp3");
1629 if ($is_transition) { // && $user->subst == "asta" superfluo
1632 for ($i = 0 ; $i < BIN5_CARD_HAND ; $i++) {
1633 for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++) {
1635 for ($o = 0 ; $o < (BIN5_CARD_HAND * BIN5_PLAYERS_N) && $ct < $i+1 ; $o++) {
1636 // for ($o = 0 ; $o < 40 && $ct < $i+1 ; $o++) {
1637 if ($table->card[$o]->owner == (($e + $table->gstart) % BIN5_PLAYERS_N)) {
1643 log_rd("O ".$o." VAL ".$table->card[$o]->value." Owner: ".$table->card[$o]->owner);
1645 $ret .= sprintf( ' card_send(%d,%d,%d,%8.2f,%d);|', ($table->gstart + $e) % BIN5_PLAYERS_N,
1646 $i, ((($e + BIN5_PLAYERS_N - $table_pos + $table->gstart) % BIN5_PLAYERS_N) == 0 ?
1647 $table->card[$o]->value : -1),
1648 ($i == 7 && $e == (BIN5_PLAYERS_N - 1) ? 1 : 0.5),$i+1);
1653 $taked = array(0,0,0,0,0);
1654 $inhand = array(0,0,0,0,0);
1655 $ontabl = array(-1,-1,-1,-1,-1);
1658 for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
1659 // for ($i = 0 ; $i < 40 ; $i++) {
1660 if ($table->card[$i]->stat == 'hand') {
1661 if ($table->card[$i]->owner == $table_pos) {
1662 $cards[$inhand[$table->card[$i]->owner]] = $table->card[$i]->value;
1664 $inhand[$table->card[$i]->owner]++;
1666 else if ($table->card[$i]->stat == 'take') {
1667 log_main("Card taked: ".$table->card[$i]->value."OWN: ".$table->card[$i]->owner);
1668 $taked[$table->card[$i]->owner]++;
1670 else if ($table->card[$i]->stat == 'table') {
1671 $ontabl[$table->card[$i]->owner] = $i;
1675 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1676 $logg .= sprintf("INHAND: %d IN TABLE %d TAKED %d\n", $inhand[$i], $ontabl[$i], $taked[$i]);
1678 log_main("Stat table: ".$logg);
1680 /* Set ours cards. */
1682 for ($i = 0 ; $i < $inhand[$table_pos] ; $i++)
1683 $oursarg .= ($i == 0 ? "" : ", ").$cards[$i];
1684 for ($i = $inhand[$table_pos] ; $i < BIN5_CARD_HAND ; $i++)
1685 $oursarg .= ($i == 0 ? "" : ", ")."-1";
1686 $ret .= sprintf('card_setours(%s);', $oursarg);
1688 /* Dispose all cards */
1689 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1690 /* Qui sotto al posto di + 1 c'era + ->gstart ... credo in modo errato */
1691 $ret .= sprintf('cards_dispose(%d,%d,%d);', $i,
1692 ($inhand[$i] <= BIN5_CARD_HAND ? $inhand[$i] : BIN5_CARD_HAND), $taked[$i]);
1694 if ($ontabl[$i] != -1) {
1695 $ret .= sprintf('card_place(%d,%d,%d,%d,%d);',$i, $inhand[$i],
1696 $table->card[$ontabl[$i]]->value,
1697 $table->card[$ontabl[$i]]->x, $table->card[$ontabl[$i]]->y);
1703 if ($user->subst == 'asta') {
1705 /* show users auction status */
1707 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1708 $user_cur = &$bri->user[$table->player[$i]];
1709 $showst .= sprintf("%s%d", ($i == 0 ? "" : ", "),
1710 ($user_cur->asta_card < 9 ? $user_cur->asta_card : $user_cur->asta_pnt));
1712 if (BIN5_PLAYERS_N == 3)
1713 $showst .= ",-2,-2";
1714 $ret .= sprintf('document.title = "Brisk - Tavolo %d (asta)";', $user->table_orig);
1715 $ret .= sprintf('show_astat(%s);', $showst);
1717 if ($table->asta_win != -1 && $table->asta_win == $table_pos) {
1718 /* show card chooser */
1719 $ret .= sprintf('choose_seed(%s); $("astalascio").style.visibility = ""; $("asta").style.visibility = "hidden";',
1723 // FIXME - RULES to be able to abandon table
1725 if ($table_pos == ($table->gstart % BIN5_PLAYERS_N) &&
1726 $table->asta_win == -1)
1727 $ret .= sprintf('dispose_asta(%d,%d, %s);',
1728 $table->asta_card + 1, $table->asta_pnt+1, ($user->handpt <= 2 ? "true" : "false"));
1730 $ret .= sprintf('dispose_asta(%d,%d, %s);',
1731 $table->asta_card + 1, -($table->asta_pnt+1), ($user->handpt <= 2 ? "true" : "false"));
1735 if ($table->asta_win == -1) { // auction case
1736 if ($table_pos == ($table->gstart % BIN5_PLAYERS_N))
1737 $ret .= "remark_on();";
1739 $ret .= "remark_off();";
1741 else { // chooseed case
1742 if ($table_pos == $table->asta_win)
1743 $ret .= "remark_on();";
1745 $ret .= "remark_off();";
1748 else if ($user->subst == 'game') {
1750 if (($table->gstart + $table->turn) % BIN5_PLAYERS_N == $table_pos)
1751 $ret .= "is_my_time = true; remark_on();";
1753 $ret .= "remark_off();";
1755 /* WHO CALL AND WHAT */
1756 $ret .= briscola_show($bri, $table, $user);
1760 } // end function show_table(...
1762 function calculate_winner(&$table)
1769 $cur_seed = $table->briscola - ($table->briscola % 10);
1771 for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
1772 // for ($i = 0 ; $i < 40 ; $i++) {
1773 if ($table->card[$i]->stat != "table")
1776 log_wr(sprintf("Card On table: [%d]", $i));
1778 $v = $table->card[$i]->value;
1779 $ontab[$table->card[$i]->owner] = $v;
1780 $ontid[$table->card[$i]->owner] = $i;
1781 /* se briscola setto il flag */
1782 if (($v - ($v % 10)) == $cur_seed)
1786 if ($briontab == FALSE) {
1787 $cur_win = $table->gstart;
1788 $cur_val = $ontab[$cur_win];
1789 $cur_seed = $cur_val - ($cur_val % 10);
1792 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1793 if (($ontab[$i] - ($ontab[$i] % 10)) == $cur_seed) {
1794 if ($ontab[$i] < $cur_val) {
1795 $cur_val = $ontab[$i];
1801 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1802 $table->card[$ontid[$i]]->owner = $cur_win;
1803 $table->card[$ontid[$i]]->stat = "take"; // Card stat
1808 function show_table_info(&$bri, &$table, $table_pos)
1810 GLOBAL $G_lang, $mlang_bin5_bin5;
1818 $user = $bri->user[$table->player[$table_pos]];
1820 // TAG: POINTS_MANAGEMENT
1821 $pnt_min = $table->points_n - MAX_POINTS < 0 ? 0 : $table->points_n - MAX_POINTS;
1822 $noty = sprintf('<p>%s.</p>\n', xcape(ucfirst(rules_id2descr($table->rules->id_get()))));
1823 $noty .= sprintf('<table class=\"points\"><tr><th></th>');
1826 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++)
1827 $noty .= sprintf('<th class=\"td_points\">%s</th>', xcape($bri->user[$table->player[$i]]->name));
1828 $noty .= sprintf("</tr>");
1831 log_main("show_table_info: pnt_min: ".$pnt_min." Points_n: ".$table->points_n);
1833 for ($i = $pnt_min ; $i < $table->points_n ; $i++) {
1834 $noty .= sprintf('<tr><th class=\"td_points\">%d</th>', $i+1);
1835 for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++)
1836 $noty .= sprintf('<td class=\"td_points\">%d</td>', $table->points[$i % MAX_POINTS][$e]);
1841 $noty .= '<tr><th class=\"td_points\">Tot.</th>';
1842 for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++)
1843 $noty .= sprintf('<td class=\"td_points\">%d</td>', $table->total[$e]);
1844 $noty .= "</tr></table>";
1846 if ($table->old_reason != "") {
1847 $noty .= sprintf($mlang_bin5_bin5['info_last'][$G_lang],
1848 $tg_br, $tg_hr, $tg_bo, $tg_bc);
1850 $noty .= $table->old_reason;
1853 $noty .= sprintf($mlang_bin5_bin5['info_curr'][$G_lang],
1854 $tg_br, $tg_hr, $tg_bo, $tg_bc);
1856 /* MLANG: "Fai <b>tu</b> il mazzo,", "Il mazzo a <b>$unam</b>," */
1857 if ($table->mazzo == $table_pos)
1858 $noty .= $mlang_bin5_bin5['info_yshuf'][$G_lang];
1860 $unam = xcape($bri->user[$table->player[$table->mazzo]]->name);
1861 $noty .= sprintf($mlang_bin5_bin5['info_shuf'][$G_lang], $unam);
1864 if ($user->subst == 'asta') {
1865 if ($table->asta_win == -1) // auction case
1866 $curplayer = $table->gstart % BIN5_PLAYERS_N;
1868 $curplayer = $table->asta_win;
1870 else if ($user->subst == 'game') {
1871 $curplayer = ($table->gstart + $table->turn) % BIN5_PLAYERS_N;
1874 /* MLANG: " tocca a <b>te</b> giocare.", " tocca a <b>$unam</b> giocare.", " La partita vale <b>%s</b>.", "torna alla partita" */
1875 if ($curplayer == $table_pos) {
1876 $noty .= $mlang_bin5_bin5['info_yturn'][$G_lang];
1879 $unam = xcape($bri->user[$table->player[$curplayer]]->name);
1880 $noty .= sprintf($mlang_bin5_bin5['info_turn'][$G_lang], $unam);
1883 $multer = $table->rules->multer(TRUE);
1885 $noty .= sprintf($mlang_bin5_bin5['info_mult'][$G_lang], multoval($multer) );
1888 if ($table->match_id != -1) {
1889 $noty .= sprintf($mlang_bin5_bin5['info_match'][$G_lang], $table->match_id);
1892 $ret .= show_notify($noty, 3000, $mlang_bin5_bin5['btn_bkgame'][$G_lang], 500, 400);
1893 /* NOTE: show_notify($noty, 3000, "torna alla partita", 500,
1894 * 130 + ($table->points_n > 0 ? 50 : 0) +
1895 * (120 * ($table->points_n / MAX_POINTS)));
1896 * will be used when we refact notify js function following
1897 * photoo class logic
1903 function table_welcome($user)
1905 GLOBAL $table_wellarr, $G_lang;
1908 for ($i = 0 ; $i < count($table_wellarr[$G_lang]) ; $i++)
1909 $ret .= sprintf('chatt_sub("%s", [2, "ChanServ: "],"%s");', "", str_replace('"', '\"', $table_wellarr[$G_lang][$i]));
1915 function briscola_show($bri, $table, $user)
1917 GLOBAL $G_lang, $mlang_bin5_bin5;
1921 if ($table->asta_card == 9)
1922 $ptnadd = sprintf($mlang_bin5_bin5['call_wptn'][$G_lang], $table->asta_pnt);
1924 /* text of caller cell */
1925 if ($user->table_pos == $table->asta_win) {
1926 $prestr = sprintf('$("callerinfo").innerHTML = "%s";', $mlang_bin5_bin5['call_ycall'][$G_lang]);
1927 $ret .= sprintf($prestr, $ptnadd);
1930 $prestr = sprintf('$("callerinfo").innerHTML = "%s";', $mlang_bin5_bin5['call_call'][$G_lang]);
1931 $ret .= sprintf($prestr,
1932 xcape($bri->user[$table->player[$table->asta_win]]->name), $ptnadd);
1934 $ret .= sprintf('set_iscalling(%d);', ($table->asta_win - $user->table_pos + BIN5_PLAYERS_N) % BIN5_PLAYERS_N);
1936 $ret .= sprintf('$("caller").style.backgroundImage = \'url("img/brisk_caller_sand%d.png")\';',
1938 $ret .= sprintf('$("callerimg").src = "img/%02d.png";', $table->briscola);
1939 $ret .= sprintf('$("caller").style.visibility = "visible";');
1940 $ret .= sprintf('$("chooseed").style.visibility = "hidden";');
1941 $ret .= sprintf('$("astalascio").style.visibility = "";');
1942 $ret .= sprintf('$("asta").style.visibility = "hidden";');
1943 $ret .= sprintf('show_astat(-2,-2,-2,-2,-2);');
1948 function log_points($remote_addr, $curtime, $user, $where, $mesg)
1950 if (($fp = @fopen(LEGAL_PATH."/points.log", 'a')) != FALSE) {
1951 /* Unix time | session | nickname | IP | where was | mesg */
1952 fwrite($fp, sprintf("%ld|%s|%s|%s|%s|%s|%s|\n", $curtime, $user->sess,
1953 ($user->is_auth() ? 'A' : 'N'),
1954 $user->name, $remote_addr, $where , $mesg));