add rule to flush stream with a new chunk when arrive a void element of command array
[brisk.git] / web / briskin5 / Obj / briskin5.phh
1 <?php
2 /*
3  *  brisk - briskin5.phh
4  *
5  *  Copyright (C) 2006-2013 Matteo Nastasi
6  *                          mailto: nastasi@alternativeoutput.it
7  *                                  matteo.nastasi@milug.org
8  *                          web: http://www.alternativeoutput.it
9  *
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.
14  *
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.
22  *
23  */
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");
32
33 define('BIN5_RULES_OLDSCHEMA', -1);
34 define('BIN5_RULES_FINISH',     0);
35 define('BIN5_RULES_ABANDON',    1);
36 define('BIN5_RULES_ALLPASS',    2);
37
38 $mlang_bin5_bin5 = array(
39                          // br, hr, b, /b, win, fri
40                          'info_part' => array( 'it' => 'Nell\'ultima mano ha chiamato %3$s%5$s%4$s, il socio era %3$s%6$s%4$s,%1$s',
41                                                'en' => 'In the last hand the declarer was %3$s%5$s%4$s, the partner was %3$s%6$s%4$s,%1$s'),
42                          // br, hr, b, /b
43                          'info_capp' => array( 'it' => 'hanno fatto %3$scappotto%4$s EBBRAVI!.%1$s',
44                                                'en' => 'and they made %3Dscapot%4$s WELL DONE!.%1$s'),
45
46                          // br, hr, b, /b, old_asta_pnt, old_pnt, winornot
47                          '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',
48                                                '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'),
49                          // br, hr, b, /b, old_pnt, winornot
50                          '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',
51                                                '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'),
52                          'info_win'  => array( 'it' => 'vinto',
53                                                'en' => 'win'),
54                          'info_peer' => array( 'it' => 'pareggiato',
55                                                'en' => 'drew'),
56                          'info_lost' => array( 'it' => 'perso',
57                                                'en' => 'lost'),
58
59                          // br, hr, b, /b, win_name
60                          'info_alon' => array( 'it' => 'Nell\'ultima partita %3$s%5$s%4$s si è chiamato in mano,%1$s',
61                                                'en' => 'In the last hand %3$s%5$s%4$s play alone against each other,%1$s'),
62                          // br, hr, b, /b, old_asta_pnt, old_pnt, winornot
63                          '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',
64                                                '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'),
65                          // br, hr, b, /b, old_pnt, winornot
66                          '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',
67                                                 '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'),
68                          // br, hr, b, /b
69                          'info_acap' => array( 'it' => 'ha fatto %3$scappotto%4$s EBBRAVO!.%1$s',
70                                                'en' => 'and he/she made %3$scapot%4$s WELL DONE!.%1$s'),
71
72                          // br, hr, b, /b
73                          'info_omul' => array( 'it' => '%1$sLa partita valeva %3$s%5$s%4$s.%1$s',
74                                                'en' => '%1$sEN: The game was worth %3$s%5$s%4$s.%1$s' ),
75
76                          // br, hr, b, /b
77                          'info_alpa' => array( 'it' => '%1$sHanno passato %3$stutti%4$s.%1$s',
78                                                'en' => '%1$sEN: Hanno passato %3$stutti%4$s.%1$s' ),
79
80                          // br, hr, b, /b, aband-name
81                          'info_aban' => array( 'it' => ' Ha lasciato %3$s%5$s%4$s perché aveva al massimo %3$s2 punti%4$s.',
82                                                'en' => ' EN: Ha lasciato %3$s%5$s%4$s perché aveva al massimo %3$s2 punti%4$s.'),
83
84                          'info_shuf' => array( 'it' => 'Il mazzo a <b>%s</b>, ',
85                                                'en' => '<b>%s</b> shuffled the cards, '),
86                          'info_yturn'=> array( 'it' => ' tocca a <b>te</b> giocare.',
87                                                'en' => ' it\'s <b>your</b> turn.'),
88                          'info_turn' => array( 'it' => 'tocca a <b>%s</b> giocare.',
89                                                'en' => 'it\'s the <b>%s</b>\'s turn.'),
90                          'info_mult' => array( 'it' => ' La partita vale <b>%s</b>.',
91                                                'en' => ' The game worth <b>%s</b>.' ),
92                          'info_yshuf'=> array( 'it' => 'Fai <b>tu</b> il mazzo, ',
93                                                'en' => 'It\'s <b>your</b> shuffled the cards, '),
94                          'info_match'=> array( 'it' => 'Il codice della partita è <b>%d</b>.',
95                                                'en' => 'Match code is <b>%d</b>.'),
96                          'btn_bkgame'=> array( 'it' => 'torna alla partita',
97                                                'en' => 'back to the game'),
98                          'call_wptn' => array( 'it' => '<br>con %d punti',
99                                                'en' => '<br>with %d points'),
100                          'call_ycall'=> array( 'it' => 'Chiami%s:',
101                                                'en' => 'Call%s:'),
102                          'call_call' => array( 'it' => 'Chiama %s%s:',
103                                                'en' => 'The declarer is %s%s:')
104                           );
105
106 // MLANG
107 $table_wellarr = Array( 'it' => Array ( 'Benvenuto al tavolo. Se almeno tre giocatori non sbloccano l\'uscita cliccando il lucchetto, chi esce non pu&ograve; risedersi a un qualunque tavolo per '.floor(BAN_TIME/60).' minuti.'),
108                         'en' => Array ( 'EN Benvenuto al tavolo. Se almeno tre giocatori non sbloccano l\'uscita cliccando il lucchetto, chi esce non pu&ograve; risedersi a un qualunque tavolo per '.floor(BAN_TIME/60).' minuti.') );
109
110 function multoval($mult)
111 {
112     GLOBAL $G_lang;
113
114     if ($mult == 2)
115         return ($G_lang == 'en' ? 'double' : 'doppio');
116     if ($mult == 3)
117         return ($G_lang == 'en' ? 'triple' : 'triplo');
118     else if ($mult == 4)
119         return ($G_lang == 'en' ? 'quadruple' : 'quadruplo');
120     else
121         return (sprintf(($G_lang == 'en' ? "%d-ple" : "%d-plo"), $mult));
122 }
123
124
125 class Card {
126     var $value; /* 0 - 39 card value */
127     var $stat;  /* 'bunch', 'hand', 'table', 'take' */
128     var $owner; /* (table position 0-4) */
129     // var $pos;   /* Pos in hand. */
130     var $x;     /* When played the X position on the table of the owner. */
131     var $y;     /* When played the Y position on the table of the owner. */
132
133     function Card($value, $stat, $owner)
134     {
135         $this->value = $value;
136         $this->stat  = $stat; // Card stat
137         $this->owner = $owner;
138     }
139
140     function assign($stat,$owner)
141     {
142         $this->stat  = $stat; // Card stat
143         $this->owner = $owner;
144     }
145
146     function setpos($pos)
147     {
148         $this->pos   = $pos;
149     }
150
151     function play($x,$y)
152     {
153         $this->stat = 'table'; // Card stat
154         $this->x = $x;
155         $this->y = $y;
156     }
157
158     function take($newown)
159     {
160         $this->stat = 'take'; // Card stat
161         $this->owner = $newown;
162     }
163 } // end class Card
164
165 class Bin5_table extends Table {
166     var $card;       // il mazzo di carte
167     var $mazzo;      // chi e' di mazzo
168     var $gstart;
169     var $turn;
170
171     var $asta_pla;
172     var $asta_pla_n;
173     var $asta_card;
174     var $asta_pnt;
175
176     var $mult;
177     var $points;    // points array
178     var $points_n;  // number of row of points
179     var $total;
180
181     var $asta_win;          // the caller idx position at table
182     var $briscola;
183     var $friend;            // the callee idx position at table
184
185     var $match_id;          // the id of the match on the database (-1 == just not saved)
186
187     var $old_act;           // last action that trigs the end of the game
188     var $old_mazzo;
189     var $old_reason;
190     var $old_asta_pnt;
191     var $old_mult;
192     var $old_pnt;           // points made by caller and callee
193     var $old_asta_win;      // the old caller idx position at table
194     var $old_friend;        // the old callee idx position at table
195
196     function Bin5_table()
197     {
198     }
199
200
201     /* CREATE() NOT USED
202        function create($idx)
203        {
204        if (($thiz =& new Bin5_table()) == FALSE)
205        return (FALSE);
206
207        $thiz->create($idx);
208
209        $thiz->card      =   FALSE;
210        $thiz->asta_pla  =   array(); // TRUE: in auction, FALSE: out of the auction
211        $thiz->asta_pla_n=  -1;
212        $thiz->asta_card =  -1;
213        $thiz->asta_pnt  =  -1;
214        $thiz->mult      =   0;
215
216        $thiz->points    =   array( );
217        $thiz->points_n  =   0;
218        $thiz->total     =   array( 0, 0, 0, 0, 0);
219        $thiz->asta_win  =  -1;
220        $thiz->briscola  =  -1;
221        $thiz->friend    =  -1;
222        $thiz->turn      =   0;
223
224        $thiz->match_id     = -1;
225
226        $thiz->old_act      = -1;
227        $thiz->old_mazzo    = -1;
228        $thiz->old_reason   = "";
229        $thiz->old_asta_pnt = -1;
230        $thiz->old_mult     = -1;
231        $thiz->old_pnt      = -1;
232        $thiz->old_asta_win = -1;
233        $thiz->old_friend   = -1;
234
235        return ($thiz);
236        }
237     */
238
239     /* CLONE() NOT USED
240        function myclone(&$from)
241        {
242        if (($thiz =& new Bin5_table()) == FALSE)
243        return (FALSE);
244
245        parent::copy($from);
246
247        $thiz->card         = $from->card;
248        $thiz->mazzo        = $from->mazzo; // REVIEW
249        $thiz->gstart       = $from->gstart;
250        $thiz->turn         = $from->turn;
251
252        $thiz->asta_pla     = $from->asta_pla;
253        $thiz->asta_pla_n   = $from->asta_pla_n;
254        $thiz->asta_card    = $from->asta_card;
255        $thiz->asta_pnt     = $from->asta_pnt;
256
257        $thiz->mult         = $from->mult;
258        $thiz->points       = $from->points;
259        $thiz->points_n     = $from->points_n;
260        $thiz->total        = $from->total;
261
262        $thiz->asta_win     = $from->asta_win;
263        $thiz->briscola     = $from->briscola;
264        $thiz->friend       = $from->friend;
265
266        $thiz->match_id     = $from->match_id;
267
268        $thiz->old_act      = $from->old_act;
269        $thiz->old_mazzo    = $from->old_mazzo;
270        $thiz->old_reason   = $from->old_reason;
271        $thiz->old_asta_pnt = $from->old_asta_pnt;
272        $thiz->old_mult     = $from->mult;
273        $thiz->old_pnt      = $from->old_pnt;
274        $thiz->old_asta_win = $from->old_asta_win;
275        $thiz->old_friend   = $from->old_friend;
276
277        return ($thiz);
278        }
279     */
280
281     function parentcopy(&$from)
282     {
283         parent::copy($from);
284     }
285
286     function spawn(&$from)
287     {
288         if (($thiz =& new Bin5_table()) == FALSE)
289             return (FALSE);
290
291         $thiz->parentcopy($from);
292
293         log_main("PLAYER_N - spawn.".$thiz->player_n);
294
295         $thiz->card = array();
296         $thiz->bunch_create();
297         $thiz->mazzo    = rand(0,PLAYERS_N-1);
298         $thiz->points_n = 0;
299         $thiz->mult     = 0;
300
301         $thiz->match_id     = -1;
302
303         $thiz->old_asta_win = -1;
304         $thiz->old_reason = "";
305
306         // players are rearranged in an dedicated array
307         $thiz->player = array();
308         for ($i = 0 ; $i < $from->player_n ; $i++)
309             $thiz->player[$i] = $i;
310
311         log_main("TABLE_OLD_WIN - spawn:".$thiz->old_asta_win);
312
313         return ($thiz);
314     }
315
316     static function asta2mult($asta_pnt)
317     {
318         if ($asta_pnt > 110)
319             return (6);
320         else if ($asta_pnt > 100)
321             return (5);
322         else if ($asta_pnt > 90)
323             return (4);
324         else if ($asta_pnt > 80)
325             return (3);
326         else if ($asta_pnt > 70)
327             return (2);
328         else
329             return (1);
330     }
331
332     function multer($is_new)
333     {
334         if ($is_new) {
335             // return (pow(2, $this->mult) * $this->asta2mult($this->asta_pnt));
336             return (static::s_multer($this->mult, $this->asta_pnt));
337         }
338         else {
339             // return (pow(2, $this->old_mult) * $this->asta2mult($this->old_asta_pnt));
340             return (static::s_multer($this->old_mult, $this->old_asta_pnt));
341         }
342     }
343
344     static function s_multer($mult, $pnt)
345     {
346         return (pow(2, $mult) * static::asta2mult($pnt));
347     }
348
349     //   function bunch_create_old() function AND
350     //   {
351     //     $ret = array();
352     //
353     //     for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
354     //       // for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
355     //       $ret[$i] =& new Card($i, 'bunch', 'no_owner');
356     //     }
357     //
358     //     $oret = &$ret;
359     //     return ($oret);
360     //   }
361
362     function bunch_create()
363     {
364         $ret = array();
365
366         for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
367             $this->card[$i] = new Card($i, 'bunch', 'no_owner');
368         }
369     }
370
371     function bunch_make()
372     {
373         log_main("bunch_make start");
374         $ct = array(0,0,0,0,0);
375
376         mt_srand(make_seed());
377
378         for ($i = (BIN5_CARD_HAND * BIN5_PLAYERS_N) - 1 ; $i >= 0 ; $i--)
379             $rest[$i] = $i;
380
381         for ($i = (BIN5_CARD_HAND * BIN5_PLAYERS_N) - 1 ; $i >= 0 ; $i--) {
382             $rn = rand(0, $i);
383
384             if ($rn == 0)
385                 log_main("RND ZERO");
386
387             $id = $rest[$rn];
388
389             $owner = $i % BIN5_PLAYERS_N;
390             $this->card[$id]->assign('hand', $owner);
391
392             $rest[$rn] = $rest[$i];
393             // $pubbpos[$rn2] = $pubbpos[$i];
394         }
395         log_main("bunch_make end");
396     }
397
398     function init($userarr)
399     {
400         /* MOVED INTO SPAWN
401            $this->mazzo    =  rand(0,PLAYERS_N-1);
402            $this->points_n =  0;
403            $this->mult     =  0;
404            $this->old_asta_win  = -1;
405            $this->old_reason = "";
406         */
407         for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
408             $this->total[$i] = 0;
409             $user_cur = $userarr[$this->player[$i]];
410             $user_cur->exitislock = TRUE;
411         }
412
413         log_main("table::init: ci siamo");
414     }
415
416     function game_init($userarr)
417     {
418         log_rd2("GSTART 4");
419
420         $this->gstart = ($this->mazzo+1) % BIN5_PLAYERS_N;
421         $this->bunch_make();
422
423         $this->asta_pla_n = BIN5_PLAYERS_N;
424         $this->asta_card = -1;
425         $this->asta_pnt  = 60;
426         $this->asta_win  = -1;
427         $this->briscola  = -1;
428         $this->friend    = -1;
429         $this->turn      =  0;
430
431         for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
432             $this->asta_pla[$i] = TRUE;
433             $user_cur = $userarr[$this->player[$i]];
434             $user_cur->subst = 'asta';
435             $user_cur->asta_card = -2;
436             $user_cur->asta_pnt  = -1;
437             $user_cur->handpt = $this->hand_points($i);
438         }
439         log_rd2("GEND 4");
440     }
441
442     function game_next($delta)
443     {
444         $this->old_mazzo = $this->mazzo;
445         $this->mazzo  = ($this->mazzo + $delta) % BIN5_PLAYERS_N;
446     }
447
448     function mult_inc($val)
449     {
450         $this->old_mult = $this->mult;
451         $this->mult += $val;
452     }
453
454     function mult_set($val)
455     {
456         $this->old_mult = $this->mult;
457         $this->mult = $val;
458     }
459
460     function hand_points($idx)
461     {
462         GLOBAL $G_all_points;
463
464         $tot = 0;
465
466         for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
467             // for ($i = 0 ; $i < 40 ; $i++) {
468             if ($this->card[$i]->owner != $idx)
469                 continue;
470
471             $ctt = $this->card[$i]->value % 10;
472             $tot += $G_all_points[$ctt];
473         }
474
475         return ($tot);
476     }
477
478
479     function exitlock_show($userarr, $table_pos)
480     {
481         $ct = $this->exitlock_calc($userarr, $table_pos);
482
483         $ret = sprintf('exitlock_show(%d, %s);', $ct,
484                        ($userarr[$this->player[$table_pos]]->exitislock ? 'true' : 'false'));
485         return ($ret);
486     }
487
488     function exitlock_calc(&$userarr, $table_pos)
489     {
490         $ct = 0;
491
492         for ($i = 0 , $ct = 0 ; $i < PLAYERS_N ; $i++) {
493             if ($userarr[$this->player[$i]]->exitislock == FALSE)
494                 $ct++;
495         }
496
497         return ($ct);
498     }
499
500     function rules_engine($bri, $curtime, $action, $user)
501     {
502         GLOBAL $G_all_points, $G_dbasetype;
503
504         $pts = array();
505
506         $this->old_act = $action;
507         if ($action == BIN5_RULES_ALLPASS) { // return TRUE if all correct
508             $this->old_asta_win = -1;
509             $this->old_pnt = 0;
510             $this->mult_inc(1);
511             for ($i = 0 ; $i < PLAYERS_N ; $i++) {
512                 $pts[$i] = 0;
513             }
514
515             $game_delta = 1;
516             // $this->game_next(1);
517             $this->game_init(&$bri->user);
518         }
519         else if ($action == BIN5_RULES_ABANDON) { // return TRUE if all correct
520             log_wr(sprintf("GIOCO FINITO !!!"));
521             $this->old_asta_win = $user->table_pos;
522             $this->old_pnt = 0;
523             $this->mult_inc(1);
524
525             for ($i = 0 ; $i < PLAYERS_N ; $i++) {
526                 $pts[$i] = 0;
527             }
528
529             // Non si cambia mazzo se si abbandona la partita
530             $game_delta = 0;
531             // $this->game_next(0);
532             $this->game_init(&$bri->user);
533         }
534         else if ($action == BIN5_RULES_FINISH) { // return TRUE if all correct
535             do {
536                 $pro = 0;
537
538                 if ($this->asta_pnt == 60)
539                     $this->asta_pnt = 61;
540
541                 $this->old_reason = "";
542
543                 // count points for the temporary 2 teams
544                 for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
545                     $ctt = $this->card[$i]->value % 10;
546                     $own = $this->card[$i]->owner;
547                     if ($own == $this->asta_win || $own == $this->friend)
548                         $pro += $G_all_points[$ctt];
549                 }
550
551                 log_wr(sprintf("PRO: [%d]", $pro));
552
553                 // PATTA case !
554                 if ($this->asta_pnt == 61 && $pro == 60) {
555                     $this->points[$this->points_n % MAX_POINTS] = array();
556                     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
557                         $this->points[$this->points_n % MAX_POINTS][$i] = 0;
558                         $pts[$i] = 0;
559                     }
560                     $this->points_n++;
561                     $this->old_pnt = $pro;
562                     $this->mult_inc(1);
563
564                     // return($pts);
565                     break;
566                 }
567
568                 if ($pro >= $this->asta_pnt)
569                     $sig = 1;
570                 else
571                     $sig = -1;
572
573                 $this->points[$this->points_n % MAX_POINTS] = array();
574                 for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
575                     if ($i == $this->asta_win)
576                         $pt = ($i == $this->friend ? 4 : 2);
577                     else if ($i == $this->friend)
578                         $pt = 1;
579                     else
580                         $pt = -1;
581
582                     log_wr(sprintf("PRO: pt[%d][%d] = %d", $this->points_n % MAX_POINTS, $i, $pt));
583
584                     $pt = $pt * $sig * $this->multer(TRUE) * ($pro == 120 ? 2 : 1);
585
586                     log_wr(sprintf("PRO:[%d][%d][%d]", $sig, $this->multer(TRUE), ($pro == 120 ? 2 : 1)));
587
588                     $this->points[$this->points_n % MAX_POINTS][$i] = $pt;
589                     $this->total[$i] += $pt;
590                     $pts[$i] = $pt;
591                 }
592                 $this->points_n++;
593                 $this->old_pnt = $pro;
594                 $this->old_asta_win = $this->asta_win;
595                 $this->mult_set(0);
596
597                 // return($pts);
598             } while (0);
599             $game_delta = 1;
600         }
601         else {
602             return (FALSE);
603         }
604         $this->game_next($game_delta);
605
606         $plist = "$this->table_token|$user->table_orig|$this->player_n";
607         $ucodes = array();
608         $codes = "";
609         for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
610             $user_cur = &$bri->user[$this->player[$i]];
611
612             /* pro db */
613             $ucodes[$i] = $user_cur->code_get();
614
615             /* pro log */
616             $plist .= '|'.xcapelt($user_cur->name).'|'.$pts[$i];
617             $codes .= '|'.xcapelt($user_cur->code_get());
618         }
619         $plist .= $codes;
620         log_legal($curtime, $user->ip, $user, "STAT:BRISKIN5:FINISH_GAME", $plist);
621
622         $this->old_asta_pnt = $this->asta_pnt;
623         // $this->old_mazzo is managed by ->game_next();
624         // $this->old_mult, $this->old_pnt, $this->old_reason and $this->old_asta_win are specific
625
626         $this->old_friend = $this->friend;
627         $this->old_reason = game_description($action, 'html', $this->old_mult,
628                                              $this->old_asta_win, $bri->user[$this->player[$this->old_asta_win]]->name,
629                                              $this->old_friend, $bri->user[$this->player[$this->old_friend]]->name,
630                                              $this->old_pnt, $this->old_asta_pnt);
631
632
633         if ($user->table_orig < TABLES_AUTH_N) {
634             require_once("../Obj/dbase_".$G_dbasetype.".phh");
635
636             if (($bdb = BriskDB::create()) != FALSE) {
637                 $bdb->bin5_points_save($curtime, $this, $user->table_orig, $action, $ucodes, $pts);
638                 unset($bdb);
639             }
640             else {
641                 log_points($remote_addr, $curtime, $user, "STAT:BRISKIN5:FINISH_GAME", "DATABASE CONNECTION FAILED");
642             }
643             log_points($remote_addr, $curtime, $user, "STAT:BRISKIN5:FINISH_GAME", $plist);
644         }
645
646         $this->game_init(&$bri->user);
647
648         return (TRUE);
649     }
650
651 } // end class Bin5_table
652
653
654
655
656 define('BIN5_USER_FLAG_RING_ENDAUCT', 0x01);
657
658 class Bin5_user extends User {
659     var $asta_card;  //
660     var $asta_pnt;   //
661     var $handpt;     // Total card points at the beginning of the current hand.
662     var $exitislock; // Player can exit from the table ?
663     var $privflags;  // Flags for briskin5 only
664
665     const BASE = "../";
666
667     function User() {
668     }
669
670     /* CREATE NOT USED
671        function create($name, $sess, $stat = "", $subst = "", $table = -1, $ip="0.0.0.0") {
672        if (($thiz =& new User()) == FALSE)
673        return (FALSE);
674
675        $thiz->asta_card = -2;
676        $thiz->asta_pnt  = -1;
677        $thiz->handpt = -1;
678        $thiz->exitislock = TRUE;
679        $thiz->privflags = 0;
680
681        return ($thiz);
682        }
683     */
684
685     function parentcopy(&$from)
686     {
687         parent::copy($from);
688     }
689
690     function copy(&$from)
691     {
692         $this->parentcopy($from);
693
694         $this->asta_card  = $from->asta_card;
695         $this->asta_pnt   = $from->asta_pnt;
696         $this->handpt     = $from->handpt;
697         $this->exitislock = $from->exitislock;
698         $this->privflags  = $from->privflags;
699     }
700
701     /* CLONE NOT USED
702        function myclone(&$from)
703        {
704        if (($thiz =& new User()) == FALSE)
705        return (FALSE);
706
707        $thiz->copy($from);
708
709        return ($thiz);
710        }
711     */
712
713     static function spawn($from, &$bri, $table, $table_pos, $get, $post, $cookie)
714     {
715         if (($thiz = new Bin5_user()) == FALSE)
716             return (FALSE);
717
718         if (($CO_bin5_pref_ring_endauct = gpcs_var("CO_bin5_pref_ring_endauct", $get, $post, $cookie)) === FALSE) {
719             $CO_bin5_pref_ring_endauct = "";
720         }
721
722         $thiz->parentcopy($from);
723
724         /* NOTE: at this moment idx and table_pos fields have the same value
725            but diffentent functions, we keep them separated for a while */
726         $thiz->room       = $bri;
727         $thiz->idx        = $table_pos;
728         $thiz->asta_card  = -2;
729         $thiz->asta_pnt   = -1;
730         $thiz->handpt     = -1;
731         $thiz->exitislock = TRUE;
732
733         log_wr("Bin5 constructor");
734
735         $thiz->privflags  = ($CO_bin5_pref_ring_endauct == "true" ? BIN5_USER_FLAG_RING_ENDAUCT : 0) | 0;
736
737         $thiz->table_orig = $table;
738         $thiz->table      = 0;
739         $thiz->table_pos  = $table_pos;
740
741         $thiz->step_inc();
742
743         return ($thiz);
744     }
745
746     function step_set($step)
747     {
748         $this->step = $step & 0x7fffffff;
749
750         return TRUE;
751     }
752
753     function step_inc($delta = 1) {
754         $this->step += $delta;
755         /* modularization because unpack() not manage unsigned 32bit int correctly */
756         $this->step &= 0x7fffffff;
757
758         return (TRUE);
759     }
760
761     static function load_step($tab_id, $sess)
762     {
763         $fp = FALSE;
764         do {
765             if (validate_sess($sess) == FALSE)
766                 break;
767
768             if (file_exists(BIN5_PROXY_PATH."/table".$tab_id) == FALSE)
769                 mkdir(BIN5_PROXY_PATH."/table".$tab_id, 0775, TRUE);
770             if (($fp = @fopen(BIN5_PROXY_PATH."/table".$tab_id."/".$sess.".step", 'rb')) == FALSE)
771                 break;
772             if (($s = fread($fp, 8)) == FALSE)
773                 break;
774             if (mb_strlen($s, "ASCII") != 8)
775                 break;
776             $arr = unpack('Ls/Li', $s);
777             fclose($fp);
778
779             // log_rd2("A0: ".$arr[0]."  A1: ".$arr[1]);
780             return ($arr);
781         } while (0);
782
783         if ($fp != FALSE)
784             fclose($fp);
785
786         log_rd2("STEP_GET [".$sess."]: return false ");
787
788         return (FALSE);
789     }
790
791     function save_step()
792     {
793         do {
794             if (validate_sess($this->sess) == FALSE)
795                 break;
796             if (file_exists(BIN5_PROXY_PATH."/table".$this->table_orig) == FALSE)
797                 mkdir(BIN5_PROXY_PATH."/table".$this->table_orig, 0775, TRUE);
798             if (($fp = @fopen(BIN5_PROXY_PATH."/table".$this->table_orig."/".$this->sess.".step", 'w')) == FALSE)
799                 break;
800             fwrite($fp, pack("LL",$this->step, $this->idx));
801             fclose($fp);
802
803             log_main("step_set [".$this->sess. "] [".$this->step."]");
804
805             return (TRUE);
806         } while (0);
807
808         return (FALSE);
809     }
810
811     static function unproxy_step($tab_id, $sess)
812     {
813         log_rd2("UNPROXY: ".BIN5_PROXY_PATH."/table".$tab_id."/".$sess.".step");
814         if (file_exists(BIN5_PROXY_PATH."/table".$tab_id) == FALSE)
815             return;
816
817         @unlink(BIN5_PROXY_PATH."/table".$tab_id."/".$sess.".step");
818     }
819
820     function destroy_data($tab_id)
821     {
822         do {
823             if (($tok = @ftok(FTOK_PATH."/bin5/table".$tab_id."/user".$this->table_pos, "B")) == -1) {
824                 log_crit("BIN5 USER DATA REMOVE FAILED 1 [".FTOK_PATH."/bin5/table".$tab_id."/user".$this->table_pos."]");
825                 break;
826             }
827
828             if (($shm = @shmop_open($tok, 'a', 0, 0)) == FALSE) {
829                 log_crit("BIN5 USER DATA REMOVE FAILED 2");
830                 break;
831             }
832             if (shmop_delete($shm) == 0) {
833                 log_crit("BIN5 USER DATA REMOVE FAILED 3");
834                 break;
835             }
836             $shm = FALSE;
837
838             log_main("BIN5 USER DATA DESTROY SUCCESS");
839
840             // log_main("QUI CI ARRIVA [".$bri->user[0]->name."]");
841             $ret = TRUE;
842         } while (0);
843
844         if ($shm)
845             shm_detach($shm);
846
847         return ($ret);
848     }
849
850     static function blocking_error($is_unrecoverable)
851     {
852         log_crit("BLOCKING_ERROR UNREC: ".($is_unrecoverable ? "TRUE" : "FALSE"));
853         return (sprintf(($is_unrecoverable ? 'xstm.stop(); ' : '').'window.onbeforeunload = null; window.onunload = null; document.location.assign("../index.php");'));
854     }
855
856     protected function page_sync($sess, $page)
857     {
858         log_rd2("PAGE_SYNC");
859         printf("xXx BIN5_USER::PAGE_SYNC\n");
860         return (sprintf('xstm.stop(); window.onbeforeunload = null; window.onunload = null; document.location.assign("%s");', $page));
861     }
862
863     protected function maincheck($cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_subst, &$new_step, $splashdate, $table_idx, $table_token)
864     {
865         GLOBAL $G_lang, $mlang_indrd;
866         GLOBAL $G_with_splash, $G_splash_content, $G_splash_interval, $G_splash_idx;
867         GLOBAL $G_splash_w, $G_splash_h, $G_splash_timeout;
868         $CO_splashdate = "CO_splashdate".$G_splash_idx;
869         $$CO_splashdate = $splashdate;
870
871         GLOBAL $S_load_stat;
872
873         log_rd("maincheck begin");
874
875         $ret = FALSE;
876         $curtime = time();
877
878       /* Nothing changed, return. */
879       if ($cur_step == $this->step)
880           return (FALSE);
881
882       log_rd2("do other cur_stat[".$cur_stat."] user->stat[".$this->stat."] cur_step[".$cur_step."] user_step[".$this->step."]");
883
884       if ($cur_step == -1) {
885           /*
886            *  if $cur_step == -1 load the current state from the main struct
887            */
888
889           $S_load_stat['wR_minusone']++;
890
891           // if ($this->the_end == TRUE) {
892           // log_rd2("main_check: the end".var_export(debug_backtrace()));
893           // }
894
895           if ($this->trans_step != -1) {
896               log_rd2("TRANS USATO ".$this->trans_step);
897               $cur_step = $this->trans_step;
898               $this->trans_step = -1;
899           }
900           else {
901               log_rd2("TRANS NON ATTIVATO");
902           }
903       }
904
905
906       /* this part I suppose is read only on $this->room structure */
907       if ($cur_step == -1) {
908           log_rd2("PRE-NEWSTAT");
909
910           /***************
911            *             *
912            *    TABLE    *
913            *             *
914            ***************/
915           if ($this->stat == 'table') {
916               log_load("RESYNC");
917               /* NOTE: $this->room is associated with the current $bri object */
918               printf("xXx CLASS NAME [%s]\n", get_class($this->room));
919               $ret = show_table(&$this->room, $this, $this->step, FALSE, FALSE);
920           }
921           log_rd2("NEWSTAT: ".$this->stat);
922
923           $new_stat =  $this->stat;
924           $new_subst = $this->subst;
925           $new_step =  $this->step;
926       } /* if ($cur_step == -1) { */
927       else {
928           /* $sem = Room::lock_data(FALSE); */
929           $S_load_stat['rU_heavy']++;
930
931           if ($cur_step < $this->step) {
932               do {
933                   if ($cur_step + COMM_N < $this->step) {
934                       if (($cur_stat != $this->stat)) {
935                           $to_stat = $this->stat;
936                           /* Room::unlock_data($sem); */
937                           log_load("RESYNC");
938                           printf("xXx BIN5_USER::MAINCHECK\n");
939                           return ($this->page_sync($this->sess, ($to_stat == "table" ? "index.php" : "../index.php"), $this->table, $this->table_token));
940                       }
941                       log_rd2("lost history, refresh from scratch");
942                       printf("xXx LOST HISTORY!\n");
943                       $new_step = -1;
944                       break;
945                   }
946                   for ($i = $cur_step ; $i < $this->step ; $i++) {
947                       $ii = $i % COMM_N;
948                       if ($this->comm[$ii] == "") {
949                           if ($i == $cur_step)
950                               continue;
951                           else
952                               break;
953                       }
954                       log_rd2("ADDED TO THE STREAM: ".$this->comm[$ii]);
955                       $ret .= $this->comm[$ii];
956                   }
957                   $new_stat =  $this->stat;
958                   $new_subst = $this->subst;
959                   $new_step =  $this->step;
960               } while (0);
961
962               log_rd2($this->step, 'index_rd.php: after ret set');
963
964               if ($this->the_end == TRUE) {
965                   log_rd2("LOGOUT BYE BYE!!");
966                   log_auth($this->sess, "Explicit logout.");
967
968                   if ($this->the_end == TRUE) {
969                       $this->reset();
970
971                       // FIXME !!!
972                       /* if ($this->subst == 'sitdown') { */
973                       /*     log_load("ROOM WAKEUP"); */
974                       /*     $this->room->room_wakeup($this); */
975                       /* } */
976                       /* else if ($this->subst == 'standup') */
977                       /*     $this->room->room_outstandup($this); */
978                       /* else */
979                       /*     log_rd2("LOGOUT FROM WHAT ???"); */
980
981                   } /* if ($this->the_end == TRUE) { ... */
982               } /* if ($this->the_end == TRUE) { ... */
983           } /* if ($cur_step < $this->step) { */
984
985           /* Room::unlock_data($sem); */
986       }  /* else of if ($cur_step == -1) { */
987
988
989       return ($ret);
990   }  //   function maincheck (...
991
992
993
994
995
996
997 } // end class Bin5_user
998
999
1000
1001 class Bin5 {
1002     static $delta_t = array();
1003
1004     var $user;
1005     var $table;
1006     var $comm; // commands for many people
1007     var $step; // current step of the comm array
1008     var $garbage_timeout;
1009     var $shm_sz;
1010
1011     var $table_idx;
1012     var $table_token;
1013
1014     var $the_end;
1015     var $tok;
1016
1017     var $delay_mgr;
1018
1019     function Bin5 ($room, $table_idx, $table_token, $get, $post, $cookie) {
1020         $this->user = array();
1021         $this->table = array();
1022
1023         $this->the_end = FALSE;
1024         $this->shm_sz = BIN5_SHM_MIN;
1025         if (($this->tok = @ftok(FTOK_PATH."/bin5/table".$table_idx."/table", "B")) == -1) {
1026             echo "FTOK FAILED";
1027             exit;
1028         }
1029
1030         $user  = $room->user;
1031         $table = $room->table[$table_idx];
1032
1033         log_wr("Bin5 constructor");
1034
1035         for ($i = 0 ; $i < $table->player_n ; $i++) {
1036             $user[$table->player[$i]]->table_token = $table_token;
1037             $this->user[$i] = Bin5_user::spawn($user[$table->player[$i]], $this, $table_idx, $i, $get, $post, $cookie);
1038         }
1039         $this->table[0] = Bin5_table::spawn(&$table);
1040
1041         log_main("TABLE_OLD_WIN - Bin5:".$this->table[0]->old_asta_win);
1042
1043         $this->table_idx = $table_idx;
1044         $this->table_token = $table_token;
1045         $this->garbage_timeout = 0;
1046
1047         $this->delay_mgr = new Delay_Manager((GARBAGE_TIMEOUT *3.0) / 2.0);
1048
1049         log_wr("Bin5 constructor end");
1050     }
1051
1052
1053     function get_user($sess, &$idx)
1054     {
1055         GLOBAL $PHP_SELF;
1056
1057         if (validate_sess($sess)) {
1058             for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1059                 if (strcmp($sess, $this->user[$i]->sess) == 0) {
1060                     // find it
1061                     $idx = $i;
1062                     $ret = &$this->user[$i];
1063                     return ($ret);
1064                 }
1065             }
1066             log_main(sprintf("get_user: Wrong sess from page [%s]",$PHP_SELF));
1067             // for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++)
1068             // log_main(sprintf("get_user: Wrong sess compared with [%s]",$this->user[$i]->sess));
1069         }
1070         else {
1071             log_main(sprintf("get_user: Wrong strlen [%s]",$sess));
1072         }
1073
1074         return (FALSE);
1075     }
1076
1077
1078     function garbage_manager($force)
1079     {
1080         GLOBAL $G_base;
1081
1082         /* Garbage collector degli utenti in timeout */
1083         $ismod = FALSE;
1084         $curtime = time();
1085
1086         $delta = $this->delay_mgr->delta_get($curtime);
1087
1088         if ($force || $this->garbage_timeout < $curtime) {
1089             for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1090                 $user_cur = $this->user[$i];
1091                 if ($user_cur->sess == "" ||
1092                     ($user_cur->stat == 'table' && ($user_cur->subst == 'shutdowned' || $user_cur->subst == 'shutdowner')))
1093                     continue;
1094
1095                 if ($user_cur->lacc + EXPIRE_TIME_RD < ($curtime - $delta)) { // Auto logout dell'utente
1096                     log_rd2($user_cur->sess." bin5 AUTO LOGOUT.");
1097
1098                     if ($user_cur->stat == 'table') {
1099                         log_auth($user_cur->sess," bin5 Autologout session.");
1100
1101                         /* SI DELEGA AL garbage_manager principale LA RIMOZIONE DELL'UTENTE
1102
1103                            $tmp_sess = $user_cur->sess;
1104                            $user_cur->sess = "";
1105                            Bin5_user::step_unproxy($tmp_sess);
1106                            $user_cur->name = "";
1107                            $user_cur->the_end = FALSE;
1108
1109                         */
1110
1111                         /* se gli altri utenti non erano d'accordo questo utente viene bannato */
1112                         $remcalc = $this->table[0]->exitlock_calc(&$this->user, $user_cur->table_pos);
1113                         if ($remcalc < 3) {
1114                             require_once("${G_base}Obj/hardban.phh");
1115                             Hardbans::add(($user_cur->flags & USER_FLAG_AUTH ? $user_cur->name : FALSE),
1116                                           $user_cur->ip, $user_cur->sess, $user_cur->laccwr + BAN_TIME);
1117                         }
1118                         //      $user->bantime = $user->laccwr + BAN_TIME;
1119
1120                         $this->table_wakeup($user_cur);
1121                     }
1122                 }
1123             }
1124             log_rd2($user_cur->sess." GARBAGE UPDATED!");
1125
1126             $this->garbage_timeout = $curtime + GARBAGE_TIMEOUT;
1127
1128             $ismod = TRUE;
1129         }
1130
1131         $this->delay_mgr->lastcheck_set($curtime);
1132         return ($ismod);
1133     }
1134
1135
1136     function destroy_data()
1137     {
1138         GLOBAL $sess;
1139
1140         $ret =   FALSE;
1141         $shm =   FALSE;
1142         log_main("DESTROY BRISKIN5 DATA");
1143
1144         do {
1145             log_main("DESTROY2 BRISKIN5 DATA [".$this->table_idx."]");
1146             for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1147                 $this->user[$i]->destroy_data($this->table_idx);
1148                 Bin5_user::unproxy_step($this->table_idx, $this->user[$i]->sess);
1149             }
1150             if (($tok = @ftok(FTOK_PATH."/bin5/table".$this->table_idx."/table", "B")) == -1)
1151                 break;
1152
1153             if (($shm = @shmop_open($tok, 'a', 0, 0)) == FALSE)
1154                 break;
1155
1156             if (shmop_delete($shm) == 0) {
1157                 log_only("REMOVE FALLITA ");
1158                 break;
1159             }
1160
1161             $shm = FALSE;
1162             log_main("DESTROY2 BRISKIN5 DATA SUCCESS");
1163
1164             // log_main("QUI CI ARRIVA [".$bri->user[0]->name."]");
1165             $ret = TRUE;
1166         } while (0);
1167
1168         if ($shm)
1169             shm_detach($shm);
1170
1171         return ($ret);
1172     }
1173
1174     static function lock_data($is_exclusive, $table_idx)
1175     {
1176         if (($res = file_lock(FTOK_PATH."/bin5/table".$table_idx."/table", $is_exclusive)) != FALSE) {
1177             self::$delta_t = microtime(TRUE);
1178             log_lock("LOCK   table [".$table_idx."]         [".self::$delta_t[$table_idx]."]");
1179
1180             return (new Vect(array('res' => $res, 'tab' => $table_idx)));
1181         }
1182
1183         return (FALSE);
1184     }
1185
1186
1187     static function unlock_data($res_vect)
1188     {
1189         GLOBAL $sess;
1190
1191         $res = $res_vect->getbyid('res');
1192         $tab = $res_vect->getbyid('tab');
1193
1194         log_lock("UNLOCK table [".$tab."]         [".(microtime(TRUE) - (self::$delta_t[$tab]))."]");
1195
1196         file_unlock($res);
1197     }
1198
1199
1200     function chatt_send($user, $mesg)
1201     {
1202         GLOBAL $mlang_brisk, $G_lang;
1203
1204         if ($user->stat == 'table') {
1205             $table = &$this->table[$user->table];
1206         }
1207
1208         $user_mesg = substr($mesg,6);
1209
1210         $curtime = time();
1211
1212         $dt = date("H:i ", $curtime);
1213         if (strncmp($user_mesg, "/nick ", 6) == 0) {
1214             log_main($user->sess." chatt_send BEGIN");
1215
1216             if (($name_new = validate_name(substr($user_mesg, 6))) == FALSE) {
1217                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1218                 $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['nickmust'][$G_lang]);
1219                 $user->step_inc();
1220
1221                 return;
1222             }
1223             $user_mesg = "COMMAND ".$user_mesg;
1224             // Search dup name
1225             // change
1226             // update local graph
1227             // update remote graphs
1228             for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1229                 $user_cur = $this->user[$i];
1230                 //      if ($user_cur->sess == '' || $user_cur->stat != 'room')
1231                 if ($user_cur->sess == '')
1232                     continue;
1233                 if (strcasecmp($user_cur->name, $name_new) == 0) {
1234                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1235
1236                     $premsg = sprintf($mlang_brisk['nickdupl'][$G_lang], xcape($name_new));
1237                     $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $premsg);
1238                     $user->step_inc();
1239                     break;
1240                 }
1241             }
1242             if ($i == BIN5_MAX_PLAYERS) {
1243                 if ($user->flags & USER_FLAG_AUTH && strcasecmp($user->name,$name_new) != 0) {
1244                     if ($this->table[$user->table]->auth_only == TRUE) {
1245                         $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1246                         $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"<b>%s</b>");', $dt, NICKSERV, $mlang_brisk['authchan'][$G_lang]);
1247                         $user->step_inc();
1248                         return;
1249                     }
1250                     else {
1251                         $user->flags &= ~USER_FLAG_AUTH; // Remove auth if name changed
1252                     }
1253                 }
1254
1255                 $user->name = $name_new;
1256
1257                 log_main($user->sess." chatt_send start set");
1258
1259
1260                 for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1261                     log_main($user->sess." chatt_send set loop");
1262
1263                     $user_cur = &$this->user[$i];
1264                     if ($user_cur->sess == '')
1265                         continue;
1266
1267                     if ($user_cur->stat == 'table' && $user_cur->table == $user->table) {
1268                         $table = &$this->table[$user->table];
1269
1270                         $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1271                         $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('set_names([%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"]); ',
1272                                                                              $this->user[$table->player[($user_cur->table_pos) % BIN5_PLAYERS_N]]->flags,
1273                                                                              xcape($this->user[$table->player[($user_cur->table_pos) % BIN5_PLAYERS_N]]->name),
1274
1275                                                                              $this->user[$table->player[($user_cur->table_pos+1) % BIN5_PLAYERS_N]]->flags,
1276                                                                              xcape($this->user[$table->player[($user_cur->table_pos+1) % BIN5_PLAYERS_N]]->name),
1277
1278                                                                              $this->user[$table->player[($user_cur->table_pos+2) % BIN5_PLAYERS_N]]->flags,
1279                                                                              xcape($this->user[$table->player[($user_cur->table_pos+2) % BIN5_PLAYERS_N]]->name),
1280
1281                                                                              (BIN5_PLAYERS_N == 3 ? 0:  $this->user[$table->player[($user_cur->table_pos+3) % BIN5_PLAYERS_N]]->flags),
1282                                                                              (BIN5_PLAYERS_N == 3 ? "" :  xcape($this->user[$table->player[($user_cur->table_pos+3) % BIN5_PLAYERS_N]]->name)),
1283
1284                                                                              (BIN5_PLAYERS_N == 3 ? 0:  $this->user[$table->player[($user_cur->table_pos+4) % BIN5_PLAYERS_N]]->flags),
1285                                                                              (BIN5_PLAYERS_N == 3 ? "" :  xcape($this->user[$table->player[($user_cur->table_pos+4) % BIN5_PLAYERS_N]]->name)));
1286                         if ($user_cur == $user) {
1287                             $user_cur->comm[$user_cur->step % COMM_N] .= $user_cur->myname_innerHTML();
1288                         }
1289                         $user_cur->step_inc();
1290                     }
1291                 }
1292             }
1293         }
1294         else {
1295             for ($i = 0 ; $i < ($user->stat == 'room' ? BIN5_MAX_PLAYERS : BIN5_PLAYERS_N) ; $i++) {
1296                 if ($user->stat == 'room') {
1297                     $user_cur = &$this->user[$i];
1298                     if ($user_cur->sess == '' || $user_cur->stat != 'room')
1299                         continue;
1300                 }
1301                 else {
1302                     $user_cur = &$this->user[$table->player[$i]];
1303                 }
1304
1305                 $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1306                 $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('chatt_sub("%s", [%d, "%s"],"%s");',
1307                                                                      $dt, $user->flags, xcape($user->name), xcape($user_mesg));
1308                 $user_cur->step_inc();
1309             }
1310             log_legal($curtime, $user->ip, $user, ($user->stat == 'room' ? 'room' : 'table '.$user->table_orig),$user_mesg);
1311         }
1312     }
1313
1314     function table_wakeup($user)
1315     {
1316         $table = &$this->table[0];
1317
1318         log_main("BIN5_WAKEUP begin function table  stat: ".$user->stat."  subst: ".$user->subst);
1319
1320         $curtime = time();
1321
1322         log_main("BIN5_WAKEUP from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1323
1324         for ($i = 0 ; $i < $table->player_n ; $i++) {
1325             $user_cur = &$this->user[$i];
1326             log_main("PREIMPOST INLOOP name: ".$user_cur->name);
1327
1328             if ($user_cur == $user)
1329                 $user_cur->subst = "shutdowner";
1330             else
1331                 $user_cur->subst = "shutdowned";
1332             $user_cur->laccwr = $curtime;
1333
1334             $ret = "gst.st = ".($user_cur->step+1)."; ";
1335             $ret .= 'gst.st_loc++; xstm.stop(); window.onbeforeunload = null; window.onunload = null; document.location.assign("../index.php");|';
1336
1337             log_wr($user_cur->sess." BIN5_WAKEUP: ".$ret);
1338             $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1339             $user_cur->step_inc();
1340         }
1341
1342         $this->the_end = TRUE;
1343     }
1344
1345     /*
1346      *  If all players are freezed the room garbage_manager clean up table and users.
1347      */
1348     function is_abandoned()
1349     {
1350         $is_ab = TRUE;
1351         $curtime = time();
1352
1353         $table = &$this->table[0];
1354
1355         for ($i = 0 ; $i < $table->player_n ; $i++) {
1356             $user_cur = &$this->user[$i];
1357
1358             if ($user_cur->lacc + (EXPIRE_TIME_RD * 2) >= $curtime) {
1359                 $is_ab = FALSE;
1360                 break;
1361             }
1362         }
1363
1364         return ($is_ab);
1365     }
1366
1367     static function request_mgr(&$s_a_p, $header, &$header_out, &$new_socket, $path, $addr, $get, $post, $cookie)
1368     {
1369         GLOBAL $G_black_list;
1370
1371         printf("NEW_SOCKET (root): %d\n", intval($new_socket));
1372
1373         $enc = get_encoding($header);
1374         if (isset($header['User-Agent'])) {
1375             if (strstr($header['User-Agent'], "MSIE")) {
1376                 $transp_type = "htmlfile";
1377             }
1378             else {
1379                 $transp_type = "xhr";
1380             }
1381         }
1382         else {
1383             $transp_type = "iframe";
1384         }
1385         force_no_cache($header_out);
1386
1387         if (($table_idx = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE)
1388             unset($table_idx);
1389
1390         if (($table_token = gpcs_var('table_token', $get, $post, $cookie)) === FALSE)
1391             unset($table_token);
1392
1393
1394         switch ($path) {
1395         case "":
1396         case "index.php":
1397             ob_start();
1398             bin5_index_main($transp_type, $header_out, $addr, $get, $post, $cookie);
1399             $content = ob_get_contents();
1400             ob_end_clean();
1401
1402             $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
1403             return TRUE;
1404
1405         break;
1406         case "index_wr.php":
1407             // FIXME $content can be unset
1408             if (isset($table_idx) && isset($table_token)) {
1409                 if (($bri = $s_a_p->app->match_get($table_idx, $table_token)) != FALSE) {
1410                     ob_start();
1411                     bin5_index_wr_main($bri, $addr, $get, $post, $cookie);
1412                     $content = ob_get_contents();
1413                     ob_end_clean();
1414                 }
1415                 else {
1416                     $content = "Bin5 Load data error";
1417                 }
1418             }
1419             else {
1420                 $content = "Bin5 Load data error";
1421             }
1422             $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
1423             return TRUE;
1424
1425             break;
1426         case "index_rd_ifra.php":
1427             if (($transp  = gpcs_var('transp', $get, $post, $cookie)) === FALSE)
1428                 $transp = "iframe";
1429             if ($transp == 'websocket')
1430                 $enc = 'plain';
1431
1432             do {
1433                 if (!isset($table_idx)
1434                     || !isset($table_token)
1435                     || !isset($cookie['sess'])
1436                     || ($bri = $s_a_p->app->match_get($table_idx, $table_token)) == NULL
1437                     || (($user = $bri->get_user($cookie['sess'], $idx)) == FALSE)) {
1438
1439                     $content = Bin5_user::stream_fini($transp_type, $s_a_p->rndstr, TRUE);
1440                     $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
1441
1442                     return TRUE;
1443                     break;
1444                 }
1445                 // close a previous opened index_read_ifra socket, if exists
1446                 if (($prev = $user->rd_socket_get()) != NULL) {
1447                     $s_a_p->socks_unset($user->rd_socket_get());
1448                     fclose($user->rd_socket_get());
1449                     printf("CLOSE AND OPEN AGAIN ON IFRA2\n");
1450                     $user->rd_socket_set(NULL);
1451                 }
1452
1453                 $content = "";
1454                 $user->stream_init($s_a_p->rndstr, $enc, $header, $header_out, $content, $get, $post, $cookie);
1455
1456                 $response = headers_render($header_out, -1).$user->chunked_content($content);
1457                 $response_l = mb_strlen($response, "ASCII");
1458
1459                 $wret = @fwrite($new_socket, $response, $response_l);
1460                 if ($wret < $response_l) {
1461                     printf("TROUBLES WITH FWRITE: %d\n", $wret);
1462                     $user->rd_cache_set(mb_substr($content, $wret, $response_l - $wret, "ASCII"));
1463                 }
1464                 else {
1465                     $user->rd_cache_set("");
1466                 }
1467                 fflush($new_socket);
1468
1469
1470                 $s_a_p->socks_set($new_socket, $user, NULL);
1471                 $user->rd_socket_set($new_socket);
1472                 printf(" - qui ci siamo - ");
1473                 return TRUE;
1474             } while (FALSE);
1475
1476             return FALSE;
1477             break;
1478
1479         default:
1480             return FALSE;
1481             break;
1482       }
1483
1484       return (FALSE);
1485   }
1486
1487
1488
1489 } // end class Bin5
1490
1491 function locshm_exists($tok)
1492 {
1493     // return (TRUE);
1494
1495     if (($id = @shmop_open($tok,"a", 0, 0)) == FALSE) {
1496         log_main($tok." SHM NOT exists");
1497
1498         return (FALSE);
1499     }
1500     else {
1501         shmop_close($id);
1502         log_main($tok." SHM exists");
1503
1504         return (TRUE);
1505     }
1506
1507 }
1508
1509
1510 /* show table
1511    is_transition (is from room to table ?)
1512    is_again      (is another game)
1513
1514    Examples                    of $is_transition, $is_again:
1515    from reload of the page:              FALSE, FALSE
1516    from sitdown in room:                  TRUE, FALSE
1517    from table: asta cmd e tutti passano:  TRUE, TRUE
1518    from table: fine partita:              TRUE, TRUE
1519 */
1520 function show_table(&$bri, &$user, $sendstep, $is_transition, $is_again)
1521 {
1522     $table_idx = $user->table;
1523     $table     = $bri->table[$table_idx];
1524     $table_pos = $user->table_pos;
1525
1526     $ret = "table_init();";
1527     $ret .= $table->exitlock_show(&$bri->user, $table_pos);
1528     if (!$is_again) {
1529         /* GENERAL STATUS */
1530         $ret .= sprintf( 'gst.st = %d; stat = "%s"; subst = "%s"; table_pos = %d;',
1531                          $sendstep, $user->stat, $user->subst, $table_pos);
1532
1533         log_rd(sprintf( 'SHOW_TABLE: gst.st = %d; stat = "%s"; subst = "%s"; table_pos = %d;', $sendstep, $user->stat, $user->subst, $table_pos));
1534
1535         /* BACKGROUND */
1536         $ret .= "background_set();";
1537
1538         /* USERS INFO */
1539         $ret .= $user->myname_innerHTML();
1540         $ret .= sprintf('set_names([%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"]); ',
1541                         $bri->user[$table->player[($table_pos) % BIN5_PLAYERS_N]]->flags,
1542                         xcape($bri->user[$table->player[($table_pos) % BIN5_PLAYERS_N]]->name),
1543
1544                         $bri->user[$table->player[($table_pos+1) % BIN5_PLAYERS_N]]->flags,
1545                         xcape($bri->user[$table->player[($table_pos+1) % BIN5_PLAYERS_N]]->name),
1546
1547                         $bri->user[$table->player[($table_pos+2) % BIN5_PLAYERS_N]]->flags,
1548                         xcape($bri->user[$table->player[($table_pos+2) % BIN5_PLAYERS_N]]->name),
1549
1550                         (BIN5_PLAYERS_N == 3 ? 0 : $bri->user[$table->player[($table_pos+3) % BIN5_PLAYERS_N]]->flags),
1551                         (BIN5_PLAYERS_N == 3 ? "" :  xcape($bri->user[$table->player[($table_pos+3) % BIN5_PLAYERS_N]]->name)),
1552
1553                         (BIN5_PLAYERS_N == 3 ? 0 : $bri->user[$table->player[($table_pos+4) % BIN5_PLAYERS_N]]->flags),
1554                         (BIN5_PLAYERS_N == 3 ? "" :  xcape($bri->user[$table->player[($table_pos+4) % BIN5_PLAYERS_N]]->name)));
1555     }
1556     /* NOTIFY FOR THE CARD MAKER */
1557     if ($is_transition) { //  && $user->subst ==  "asta" superfluo
1558         $ret .= show_table_info(&$bri, &$table, $table_pos);
1559         $ret .= "setTimeout(preload_images, 500, g_preload_img_arr, g_imgct);";
1560     }
1561     if (!$is_again)
1562         $ret .= table_welcome($user);
1563
1564     if ($is_transition && !$is_again) { // appena seduti al tavolo, play della mucca
1565         $ret .= playsound("cow.mp3");
1566     }
1567
1568
1569     /* CARDS */
1570     if ($is_transition) { //  && $user->subst ==  "asta" superfluo
1571         $ret .= "|";
1572
1573         for ($i = 0 ; $i < BIN5_CARD_HAND ; $i++) {
1574             for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++) {
1575                 $ct = 0;
1576                 for ($o = 0 ; $o < (BIN5_CARD_HAND * BIN5_PLAYERS_N) && $ct < $i+1 ; $o++) {
1577                     // for ($o = 0 ; $o < 40 && $ct < $i+1 ; $o++) {
1578                     if ($table->card[$o]->owner == (($e + $table->gstart) % BIN5_PLAYERS_N)) {
1579                         $ct++;
1580                         if ($ct == $i+1)
1581                             break;
1582                     }
1583                 }
1584                 log_rd("O ".$o." VAL ".$table->card[$o]->value." Owner: ".$table->card[$o]->owner);
1585
1586                 $ret .= sprintf( ' card_send(%d,%d,%d,%8.2f,%d);|', ($table->gstart + $e) % BIN5_PLAYERS_N,
1587                                  $i, ((($e + BIN5_PLAYERS_N - $table_pos + $table->gstart) % BIN5_PLAYERS_N) == 0 ?
1588                                       $table->card[$o]->value : -1),
1589                                  ($i == 7 && $e == (BIN5_PLAYERS_N - 1) ? 1 : 0.5),$i+1);
1590             }
1591         }
1592     }
1593     else {
1594         $taked  = array(0,0,0,0,0);
1595         $inhand = array(0,0,0,0,0);
1596         $ontabl  = array(-1,-1,-1,-1,-1);
1597         $cards  = array();
1598
1599         for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
1600             // for ($i = 0 ; $i < 40 ; $i++) {
1601             if ($table->card[$i]->stat == 'hand') {
1602                 if ($table->card[$i]->owner == $table_pos) {
1603                     $cards[$inhand[$table->card[$i]->owner]] = $table->card[$i]->value;
1604                 }
1605                 $inhand[$table->card[$i]->owner]++;
1606             }
1607             else if ($table->card[$i]->stat == 'take') {
1608                 log_main("Card taked: ".$table->card[$i]->value."OWN: ".$table->card[$i]->owner);
1609                 $taked[$table->card[$i]->owner]++;
1610             }
1611             else if ($table->card[$i]->stat == 'table') {
1612                 $ontabl[$table->card[$i]->owner] = $i;
1613             }
1614         }
1615         $logg = "\n";
1616         for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1617             $logg .= sprintf("INHAND: %d   IN TABLE %d   TAKED %d\n", $inhand[$i], $ontabl[$i], $taked[$i]);
1618         }
1619         log_main("Stat table: ".$logg);
1620
1621         /* Set ours cards. */
1622         $oursarg = "";
1623         for ($i = 0 ; $i < $inhand[$table_pos] ; $i++)
1624             $oursarg .= ($i == 0 ? "" : ", ").$cards[$i];
1625         for ($i = $inhand[$table_pos] ; $i < BIN5_CARD_HAND ; $i++)
1626             $oursarg .= ($i == 0 ? "" : ", ")."-1";
1627         $ret .= sprintf('card_setours(%s);', $oursarg);
1628
1629         /* Dispose all cards */
1630         for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1631             /* Qui sotto al posto di + 1 c'era + ->gstart ... credo in modo errato */
1632             $ret .= sprintf('cards_dispose(%d,%d,%d);', $i,
1633                             ($inhand[$i] <= BIN5_CARD_HAND ? $inhand[$i] : BIN5_CARD_HAND), $taked[$i]);
1634
1635             if ($ontabl[$i] != -1) {
1636                 $ret .= sprintf('card_place(%d,%d,%d,%d,%d);',$i, $inhand[$i],
1637                                 $table->card[$ontabl[$i]]->value,
1638                                 $table->card[$ontabl[$i]]->x, $table->card[$ontabl[$i]]->y);
1639             }
1640         }
1641     }
1642
1643     /* Show auction */
1644     if ($user->subst == 'asta') {
1645
1646         /* show users auction status */
1647         $showst = "";
1648         for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1649             $user_cur = &$bri->user[$table->player[$i]];
1650             $showst .= sprintf("%s%d", ($i == 0 ? "" : ", "),
1651                                ($user_cur->asta_card < 9 ? $user_cur->asta_card : $user_cur->asta_pnt));
1652         }
1653         if (BIN5_PLAYERS_N == 3)
1654             $showst .= ",-2,-2";
1655         $ret .= sprintf('document.title = "Brisk - Tavolo %d (asta)";', $user->table_orig);
1656         $ret .= sprintf('show_astat(%s);', $showst);
1657
1658         if ($table->asta_win != -1 && $table->asta_win == $table_pos) {
1659             /* show card chooser */
1660             $ret .= sprintf('choose_seed(%s); $("astalascio").style.visibility = ""; $("asta").style.visibility = "hidden";',
1661                             $table->asta_card);
1662         }
1663         else {
1664             /* show auction */
1665             if ($table_pos == ($table->gstart % BIN5_PLAYERS_N) &&
1666                 $table->asta_win == -1)
1667                 $ret .= sprintf('dispose_asta(%d,%d, %s);',
1668                                 $table->asta_card + 1, $table->asta_pnt+1, ($user->handpt <= 2 ? "true" : "false"));
1669             else
1670                 $ret .= sprintf('dispose_asta(%d,%d, %s);',
1671                                 $table->asta_card + 1, -($table->asta_pnt+1), ($user->handpt <= 2 ?  "true" : "false"));
1672         }
1673
1674         /* Remark */
1675         if ($table->asta_win == -1) { // auction case
1676             if ($table_pos == ($table->gstart % BIN5_PLAYERS_N))
1677                 $ret .= "remark_on();";
1678             else
1679                 $ret .= "remark_off();";
1680         }
1681         else { // chooseed case
1682             if ($table_pos == $table->asta_win)
1683                 $ret .= "remark_on();";
1684             else
1685                 $ret .= "remark_off();";
1686         }
1687     }
1688     else if ($user->subst == 'game') {
1689         /* HIGHLIGHT */
1690         if (($table->gstart + $table->turn) % BIN5_PLAYERS_N == $table_pos)
1691             $ret .= "is_my_time = true; remark_on();";
1692         else
1693             $ret .= "remark_off();";
1694
1695         /* WHO CALL AND WHAT */
1696         $ret .= briscola_show($bri, $table, $user);
1697
1698     }
1699     return ($ret);
1700 } // end function show_table(...
1701
1702 function calculate_winner(&$table)
1703 {
1704     $briontab = FALSE;
1705     $ontab = array();
1706     $ontid = array();
1707     $cur_win  =  -1;
1708     $cur_val  = 100;
1709     $cur_seed = $table->briscola - ($table->briscola % 10);
1710
1711     for ($i = 0 ; $i < (BIN5_CARD_HAND * BIN5_PLAYERS_N) ; $i++) {
1712         // for ($i = 0 ; $i < 40 ; $i++) {
1713         if ($table->card[$i]->stat != "table")
1714             continue;
1715
1716         log_wr(sprintf("Card On table: [%d]", $i));
1717
1718         $v = $table->card[$i]->value;
1719         $ontab[$table->card[$i]->owner] = $v;
1720         $ontid[$table->card[$i]->owner] = $i;
1721         /* se briscola setto il flag */
1722         if (($v - ($v % 10)) == $cur_seed)
1723             $briontab = TRUE;
1724     }
1725
1726     if ($briontab == FALSE) {
1727         $cur_win  = $table->gstart;
1728         $cur_val  = $ontab[$cur_win];
1729         $cur_seed = $cur_val - ($cur_val % 10);
1730     }
1731
1732     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1733         if (($ontab[$i] - ($ontab[$i] % 10)) == $cur_seed) {
1734             if ($ontab[$i] < $cur_val) {
1735                 $cur_val = $ontab[$i];
1736                 $cur_win = $i;
1737             }
1738         }
1739     }
1740
1741     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1742         $table->card[$ontid[$i]]->owner = $cur_win;
1743         $table->card[$ontid[$i]]->stat =  "take"; // Card stat
1744     }
1745     return ($cur_win);
1746 }
1747
1748 function show_table_info(&$bri, &$table, $table_pos)
1749 {
1750     GLOBAL $G_lang, $mlang_bin5_bin5;
1751
1752     $ret = "";
1753     $user = $bri->user[$table->player[$table_pos]];
1754
1755     $pnt_min = $table->points_n - MAX_POINTS < 0 ? 0 : $table->points_n - MAX_POINTS;
1756     $noty = sprintf('<table class=\"points\"><tr><th></th>');
1757
1758     // Names.
1759     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++)
1760         $noty .= sprintf('<th class=\"td_points\">%s</th>', xcape($bri->user[$table->player[$i]]->name));
1761     $noty .= sprintf("</tr>");
1762
1763     // Points.
1764     log_main("show_table_info: pnt_min: ".$pnt_min."   Points_n: ".$table->points_n);
1765
1766     for ($i = $pnt_min ; $i < $table->points_n ; $i++) {
1767         $noty .= sprintf('<tr><th class=\"td_points\">%d</th>', $i+1);
1768         for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++)
1769             $noty .= sprintf('<td class=\"td_points\">%d</td>', $table->points[$i % MAX_POINTS][$e]);
1770         $noty .= "</tr>";
1771     }
1772
1773     // Total points.
1774     $noty .= '<tr><th class=\"td_points\">Tot.</th>';
1775     for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++)
1776         $noty .= sprintf('<td class=\"td_points\">%d</td>', $table->total[$e]);
1777     $noty .= "</tr></table>";
1778     $noty .= "<hr>";
1779     if ($table->old_reason != "") {
1780         $noty .= $table->old_reason;
1781     }
1782
1783     /* MLANG: "Fai <b>tu</b> il mazzo,", "Il mazzo a <b>$unam</b>," */
1784     if ($table->mazzo == $table_pos)
1785         $noty .= $mlang_bin5_bin5['info_yshuf'][$G_lang];
1786     else {
1787         $unam = xcape($bri->user[$table->player[$table->mazzo]]->name);
1788         $noty .= sprintf($mlang_bin5_bin5['info_shuf'][$G_lang], $unam);
1789     }
1790
1791     if ($user->subst == 'asta') {
1792         if ($table->asta_win == -1)  // auction case
1793             $curplayer = $table->gstart % BIN5_PLAYERS_N;
1794         else
1795             $curplayer = $table->asta_win;
1796     }
1797     else if ($user->subst == 'game') {
1798         $curplayer = ($table->gstart + $table->turn) % BIN5_PLAYERS_N;
1799     }
1800
1801     /* MLANG: " tocca a <b>te</b> giocare.", " tocca a <b>$unam</b> giocare.", " La partita vale <b>%s</b>.", "torna alla partita" */
1802     if ($curplayer == $table_pos) {
1803         $noty .= $mlang_bin5_bin5['info_yturn'][$G_lang];
1804     }
1805     else {
1806         $unam = xcape($bri->user[$table->player[$curplayer]]->name);
1807         $noty .= sprintf($mlang_bin5_bin5['info_turn'][$G_lang], $unam);
1808     }
1809
1810     $multer = $table->multer(TRUE);
1811     if ($multer > 1) {
1812         $noty .= sprintf($mlang_bin5_bin5['info_mult'][$G_lang], multoval($multer) );
1813     }
1814     $noty .= "<hr><br>";
1815     if ($table->match_id != -1) {
1816         $noty .= sprintf($mlang_bin5_bin5['info_match'][$G_lang], $table->match_id);
1817         $noty .= "<hr><br>";
1818     }
1819     $ret .= show_notify($noty, 3000, $mlang_bin5_bin5['btn_bkgame'][$G_lang], 500, 400);
1820     /* NOTE: show_notify($noty, 3000, "torna alla partita", 500,
1821      *                   130 + ($table->points_n > 0 ? 50 : 0) +
1822      *                   (120 * ($table->points_n / MAX_POINTS)));
1823      *       will be used when we refact notify js function following
1824      *       photoo class logic
1825      */
1826
1827     return ($ret);
1828 }
1829
1830 function table_welcome($user)
1831 {
1832     GLOBAL $table_wellarr, $G_lang;
1833     $ret = "";
1834
1835     for ($i = 0 ; $i < count($table_wellarr[$G_lang]) ; $i++)
1836         $ret .= sprintf('chatt_sub("%s", [2, "ChanServ: "],"%s");', "", str_replace('"', '\"', $table_wellarr[$G_lang][$i]));
1837
1838     return ($ret);
1839 }
1840
1841
1842 function briscola_show($bri, $table, $user)
1843 {
1844     GLOBAL $G_lang, $mlang_bin5_bin5;
1845     $ptnadd = "";
1846     $ret = "";
1847
1848     if ($table->asta_card == 9)
1849         $ptnadd = sprintf($mlang_bin5_bin5['call_wptn'][$G_lang], $table->asta_pnt);
1850
1851     /* text of caller cell */
1852     if ($user->table_pos == $table->asta_win) {
1853         $prestr = sprintf('$("callerinfo").innerHTML = "%s";', $mlang_bin5_bin5['call_ycall'][$G_lang]);
1854         $ret .= sprintf($prestr, $ptnadd);
1855     }
1856     else {
1857         $prestr = sprintf('$("callerinfo").innerHTML = "%s";', $mlang_bin5_bin5['call_call'][$G_lang]);
1858         $ret .= sprintf($prestr,
1859                         xcape($bri->user[$table->player[$table->asta_win]]->name), $ptnadd);
1860     }
1861     $ret .= sprintf('set_iscalling(%d);', ($table->asta_win - $user->table_pos + BIN5_PLAYERS_N) % BIN5_PLAYERS_N);
1862
1863     $ret .= sprintf('$("caller").style.backgroundImage = \'url("img/brisk_caller_sand%d.png")\';',
1864                     $table->asta_win);
1865     $ret .= sprintf('$("callerimg").src = "img/%02d.png";', $table->briscola);
1866     $ret .= sprintf('$("caller").style.visibility = "visible";');
1867     $ret .= sprintf('$("chooseed").style.visibility = "hidden";');
1868     $ret .= sprintf('$("astalascio").style.visibility = "";');
1869     $ret .= sprintf('$("asta").style.visibility = "hidden";');
1870     $ret .= sprintf('show_astat(-2,-2,-2,-2,-2);');
1871
1872     return ($ret);
1873 }
1874
1875
1876 function game_result($asta_pnt, $pnt)
1877 {
1878     if ($asta_pnt == 61) {
1879         if ($pnt > 60)
1880             return (1);
1881         else if ($pnt == 60)
1882             return (0);
1883         else
1884             return (-1);
1885     }
1886     else {
1887         if ($pnt >= $asta_pnt)
1888             return (1);
1889         else
1890             return (-1);
1891     }
1892 }
1893
1894 function log_points($remote_addr, $curtime, $user, $where, $mesg)
1895 {
1896     if (($fp = @fopen(LEGAL_PATH."/points.log", 'a')) != FALSE) {
1897         /* Unix time | session | nickname | IP | where was | mesg */
1898         fwrite($fp, sprintf("%ld|%s|%s|%s|%s|%s|%s|\n", $curtime, $user->sess,
1899                             ($user->flags & USER_FLAG_AUTH ? 'A' : 'N'),
1900                             $user->name, $remote_addr, $where , $mesg));
1901         fclose($fp);
1902     }
1903 }
1904
1905 function game_description($act, $form, $old_mult, $win = -1, $win_name = "?1?", $fri = -1, $fri_name = "?2?",
1906                           $old_pnt = -1, $old_asta_pnt = -1)
1907 {
1908     GLOBAL $G_lang, $mlang_bin5_bin5;
1909
1910     if ($form == 'html') {
1911         $tg_br = "<br>";
1912         $tg_hr = "<hr>";
1913         $tg_bo = "<b>";
1914         $tg_bc = "</b>";
1915         $win_name = xcape($win_name);
1916         $fri_name = xcape($fri_name);
1917     }
1918     else {
1919         $tg_br = " ";
1920         $tg_hr = " ";
1921         $tg_bo = "";
1922         $tg_bc = "";
1923     }
1924
1925     if ($act == BIN5_RULES_OLDSCHEMA) {
1926         return ("");
1927     }
1928     else if ($act == BIN5_RULES_ALLPASS) {
1929         return (sprintf($mlang_bin5_bin5['info_alpa'][$G_lang],
1930                         $tg_br, $tg_hr, $tg_bo, $tg_bc));
1931     }
1932     else if ($act == BIN5_RULES_ABANDON) {
1933         return (sprintf($mlang_bin5_bin5['info_aban'][$G_lang],
1934                         $tg_br, $tg_hr, $tg_bo, $tg_bc,
1935                         $win_name));
1936     }
1937     else {
1938         $wol = game_result($old_asta_pnt, $old_pnt);
1939
1940         $noty = "";
1941
1942         if ($win != $fri) { // not alone case
1943             /* MLANG: "<hr>Nell'ultima mano ha chiamato <b>%s</b>, il socio era <b>%s</b>,<br>", "hanno fatto <b>cappotto</b> EBBRAVI!.<hr>", "dovevano fare <b>%s</b> punti e ne hanno fatti <b>%d</b>: hanno <b>%s</b>.<hr>", "<hr>Nell'ultima mano <b>%s</b> si &egrave; chiamato in mano,<br>", "ha fatto <b>cappotto</b> EBBRAVO!.<hr>", "doveva fare <b>%s</b> punti e ne ha fatti <b>%d</b>: ha <b>%s</b>.<hr>", ($table->old_asta_pnt > 61 ? "almeno ".$table->old_asta_pnt : 'pi&ugrave; di 60'), $table->old_pnt, ($wol == 1 ? "vinto" : ($wol == 0 ? "pareggiato" : "perso" */
1944
1945             $noty .= sprintf($mlang_bin5_bin5['info_part'][$G_lang],
1946                              $tg_br, $tg_hr, $tg_bo, $tg_bc,
1947                              $win_name,
1948                              $fri_name);
1949             if ($old_pnt == 120) {
1950                 $noty .= sprintf($mlang_bin5_bin5['info_capp'][$G_lang],
1951                                  $tg_br, $tg_hr, $tg_bo, $tg_bc );
1952             }
1953             else {
1954                 if ($old_asta_pnt > 61) {
1955                     $noty .= sprintf($mlang_bin5_bin5['info_alea'][$G_lang],
1956                                      $tg_br, $tg_hr, $tg_bo, $tg_bc,
1957                                      $old_asta_pnt, $old_pnt,
1958                                      ($wol == 1 ? $mlang_bin5_bin5['info_win'][$G_lang] :
1959                                       ($wol == 0 ? $mlang_bin5_bin5['info_peer'][$G_lang] :
1960                                        $mlang_bin5_bin5['info_lost'][$G_lang])));
1961                 }
1962                 else {
1963                     $noty .= sprintf($mlang_bin5_bin5['info_more'][$G_lang],
1964                                      $tg_br, $tg_hr, $tg_bo, $tg_bc,
1965                                      $old_pnt,
1966                                      ($wol == 1 ? $mlang_bin5_bin5['info_win'][$G_lang] :
1967                                       ($wol == 0 ? $mlang_bin5_bin5['info_peer'][$G_lang] :
1968                                        $mlang_bin5_bin5['info_lost'][$G_lang])));
1969                 } // else of if ($old_asta_pnt > 61) {
1970             } // else of if ($old_pnt == 120) {
1971         } // if ($win != $fri) { // not alone case
1972         else {
1973             $noty .= sprintf($mlang_bin5_bin5['info_alon'][$G_lang],
1974                              $tg_br, $tg_hr, $tg_bo, $tg_bc,
1975                              $win_name);
1976             if ($old_pnt == 120) {
1977                 $noty .= sprintf($mlang_bin5_bin5['info_acap'][$G_lang],
1978                                  $tg_br, $tg_hr, $tg_bo, $tg_bc);
1979             }
1980             else {
1981                 if ($old_asta_pnt > 61) {
1982                     $noty .= sprintf($mlang_bin5_bin5['info_aleaa'][$G_lang],
1983                                      $tg_br, $tg_hr, $tg_bo, $tg_bc,
1984                                      $old_asta_pnt, $old_pnt,
1985                                      ($wol == 1 ? $mlang_bin5_bin5['info_win'][$G_lang] :
1986                                       ($wol == 0 ? $mlang_bin5_bin5['info_peer'][$G_lang] :
1987                                        $mlang_bin5_bin5['info_lost'][$G_lang])));
1988                 }
1989                 else {
1990                     $noty .= sprintf($mlang_bin5_bin5['info_morea'][$G_lang],
1991                                      $tg_br, $tg_hr, $tg_bo, $tg_bc,
1992                                      $old_pnt,
1993                                      ($wol == 1 ? $mlang_bin5_bin5['info_win'][$G_lang] :
1994                                       ($wol == 0 ? $mlang_bin5_bin5['info_peer'][$G_lang] :
1995                                        $mlang_bin5_bin5['info_lost'][$G_lang])));
1996                 }
1997             }
1998         }
1999     }
2000
2001     $old_multer = Bin5_table::s_multer($old_mult, $old_asta_pnt);
2002     if ($old_multer > 1) {
2003         $noty .= sprintf($mlang_bin5_bin5['info_omul'][$G_lang],
2004                          $tg_br, $tg_hr, $tg_bo, $tg_bc,
2005                          multoval($old_multer));
2006     }
2007     $noty .= sprintf('%2$s%1$s', $tg_br, $tg_hr);
2008
2009     return ($noty);
2010 }
2011
2012 ?>