3da15451732e63b85bf1304502167c5f396f7144
[brisk.git] / web / briskin5 / Obj / briskin5.phh
1 <?php
2 /*
3  *  brisk - briskin5.phh
4  *
5  *  Copyright (C) 2006-2011 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_MAX_PLAYERS, BIN5_PLAYERS_N);
26 // define(BIN5_SHM_MIN, (50000 * BIN5_MAX_PLAYERS));
27 define(BIN5_SHM_MIN, 32768);
28 define(BIN5_SHM_MAX, (BIN5_SHM_MIN + 1048576));
29 define(BIN5_SHM_DLT, 32768);
30 define(BIN5_PROXY_PATH, PROXY_PATH."/bin5");
31
32 $mlang_bin5_bin5 = array( 
33                          'info_part' => array( 'it' => '<hr>Nell\'ultima mano ha chiamato <b>%s</b>, il socio era <b>%s</b>,<br>',
34                                                'en' => '<hr>In the last hand the declarer was <b>%s</b>, the partner was <b>%s</b>,<br>'),
35                          'info_capp' => array( 'it' => 'hanno fatto <b>cappotto</b> EBBRAVI!.<br>',
36                                                'en' => 'and they made <b>capot</b> WELL DONE!.<br>'),
37                          'info_pnt'  => array( 'it' => 'dovevano fare <b>%s</b> punti e ne hanno fatti <b>%d</b>: hanno %s.<br>',
38                                                'en' => 'they had to do <b>%s</b> points and they had made <b>%d</b>: they have %s.<br>'),
39                          'info_alea' => array( 'it' => 'almeno ',
40                                                'en' => 'at least '),
41                          'info_more' => array( 'it' => 'pi&ugrave; di 60',
42                                                'en' => 'over 60'),
43                          'info_win'  => array( 'it' => '<b>vinto</b>',
44                                                'en' => '<b>win</b>'),
45                          'info_peer' => array( 'it' => '<b>pareggiato</b>',
46                                                'en' => '<b>drew</b>'),
47                          'info_lost' => array( 'it' => '<b>perso</b>',
48                                                'en' => '<b>lost</b>'),
49
50                          'info_alon' => array( 'it' => '<hr>Nell\'ultima partita <b>%s</b> si &egrave; chiamato in mano,<br>',
51                                                'en' => '<hr>In the last hand <b>%s</b> play alone against each other,<br>'),
52                          'info_apnt' => array( 'it' => 'doveva fare <b>%s</b> punti e ne ha fatti <b>%d</b>: ha %s.<br>',
53                                                'en' => 'he/she had to do <b>%s</b> points and they had made <b>%d</b>: he/she had %s.<br>'),
54                          'info_acap' => array( 'it' => 'ha fatto <b>cappotto</b> EBBRAVO!.<hr>',
55                                                'en' => 'and he/she made <b>capot</b> WELL DONE!.<hr>'),
56                          
57                          'info_omul' => array( 'it' => ' La partita valeva <b>%s</b>.',
58                                                'en' => ' EN: The game was worth <b>%s</b>.' ),
59
60                          'info_yturn'=> array( 'it' => ' tocca a <b>te</b> giocare.',
61                                                'en' => ' it\'s <b>your</b> turn.'),
62                          'info_turn' => array( 'it' => 'tocca a <b>%s</b> giocare.',
63                                                'en' => 'it\'s the <b>%s</b>\'s turn.'),
64                          'info_mult' => array( 'it' => ' La partita vale <b>%s</b>.',
65                                                'en' => ' The game worth <b>%s</b>.' ),
66                          'info_yshuf'=> array( 'it' => 'Fai <b>tu</b> il mazzo, ',
67                                                'en' => 'It\'s <b>your</b> shuffled the cards, '),
68                          'info_shuf' => array( 'it' => 'Il mazzo a <b>%s</b>, ',
69                                                'en' => '<b>%s</b> shuffled the cards, '),
70                          'btn_bkgame'=> array( 'it' => 'torna alla partita',
71                                                'en' => 'back to the game'),
72                          'call_wptn' => array( 'it' => '<br>con %d punti',
73                                                'en' => '<br>with %d points'),
74                          'call_ycall'=> array( 'it' => 'Chiami%s:',
75                                                'en' => 'Call%s:'),
76                          'call_call' => array( 'it' => 'Chiama %s%s:',
77                                                'en' => 'The declarer is %s%s:')
78
79                          
80                          );
81
82                          // MLANG
83                          $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.'),
84                                                  '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.') );
85
86 function multoval($mult)
87 {
88   GLOBAL $G_lang;
89
90   if ($mult == 2)
91     return ($G_lang == 'en' ? 'double' : 'doppio');
92   if ($mult == 3)
93     return ($G_lang == 'en' ? 'triple' : 'triplo');
94   else if ($mult == 4)
95     return ($G_lang == 'en' ? 'quadruple' : 'quadruplo');
96   else
97     return (sprintf(($G_lang == 'en' ? "%d-ple" : "%d-plo"), $mult));
98 }
99
100
101 class Card {
102   var $value; /* 0 - 39 card value */
103   var $stat;  /* 'bunch', 'hand', 'table', 'take' */
104   var $owner; /* (table position 0-4) */
105   // var $pos;   /* Pos in hand. */
106   var $x;     /* When played the X position on the table of the owner. */
107   var $y;     /* When played the Y position on the table of the owner. */
108
109   function Card($value, $stat, $owner)
110   {
111     $this->value = $value;
112     $this->stat  = $stat; // Card stat
113     $this->owner = $owner;
114   }
115
116   function assign($stat,$owner)
117   {
118     $this->stat  = $stat; // Card stat
119     $this->owner = $owner;
120   }
121
122   function setpos($pos)
123   {
124     $this->pos   = $pos;
125   }
126
127   function play($x,$y)
128   {
129     $this->stat = 'table'; // Card stat
130     $this->x = $x;
131     $this->y = $y;
132   }
133
134   function take($newown)
135   {
136     $this->stat = 'take'; // Card stat
137     $this->owner = $newown;
138   }
139 } // end class Card
140
141 class Bin5_table extends Table {
142   var $card;       // il mazzo di carte
143   var $mazzo;      // chi e' di mazzo
144   var $gstart;
145   var $turn;
146
147   var $asta_pla;
148   var $asta_pla_n;
149   var $asta_card;
150   var $asta_pnt;
151   
152   var $mult;
153   var $points;    // points array
154   var $points_n;  // number of row of points
155   var $total;
156
157   var $asta_win;
158   var $briscola;
159   var $friend;
160   
161   var $old_reason;
162   var $old_asta_pnt;
163   var $old_mult;
164   var $old_pnt;
165   var $old_win;
166   var $old_friend;
167
168   function Bin5_table() 
169   {
170   }
171
172
173   /* CREATE() NOT USED
174   function create($idx) 
175   {
176     if (($thiz =& new Bin5_table()) == FALSE)
177       return (FALSE);
178
179     $thiz->create($idx);
180
181     $thiz->card      =   FALSE;
182     $thiz->asta_pla  =   array(); // TRUE: in auction, FALSE: out of the auction
183     $thiz->asta_pla_n=  -1;
184     $thiz->asta_card =  -1;
185     $thiz->asta_pnt  =  -1;
186     $thiz->mult      =   1;
187     
188     $thiz->points    =   array( );
189     $thiz->points_n  =   0;
190     $thiz->total     =   array( 0, 0, 0, 0, 0);
191     $thiz->asta_win  =  -1;
192     $thiz->briscola  =  -1;
193     $thiz->friend    =  -1;
194     $thiz->turn      =   0;
195
196     $thiz->old_reason   = "";
197     $thiz->old_asta_pnt = -1;
198     $thiz->old_mult     = -1;
199     $thiz->old_pnt      = -1;
200     $thiz->old_win      = -1;
201     $thiz->old_friend   = -1;
202
203     return ($thiz);
204   }
205   */
206
207   /* CLONE() NOT USED
208   function myclone(&$from)
209   {
210     if (($thiz =& new Bin5_table()) == FALSE)
211       return (FALSE);
212     
213     parent::copy($from);
214
215     $thiz->card = $from->card;
216     $thiz->mazzo = $from->mazzo; // REVIEW
217     $thiz->gstart = $from->gstart;
218     $thiz->turn = $from->turn;
219
220     $thiz->asta_pla = $from->asta_pla;
221     $thiz->asta_pla_n = $from->asta_pla_n;
222     $thiz->asta_card = $from->asta_card;
223     $thiz->asta_pnt = $from->asta_pnt;
224     
225     $thiz->mult = $from->mult;
226     $thiz->points = $from->points;
227     $thiz->points_n = $from->points_n;
228     $thiz->total = $from->total;
229     
230     $thiz->asta_win = $from->asta_win;
231     $thiz->briscola = $from->briscola;
232     $thiz->friend = $from->friend;
233     
234     $thiz->old_reason = $from->old_reason;
235     $thiz->old_asta_pnt = $from->old_asta_pnt;
236     $thiz->old_mult = $from->mult;
237     $thiz->old_pnt = $from->old_pnt;
238     $thiz->old_win = $from->old_win;
239     $thiz->old_friend = $from->old_friend;
240
241     return ($thiz);
242   }
243   */
244
245   function parentcopy(&$from)
246   {
247     parent::copy($from);
248   }
249
250   function spawn(&$from)
251   {
252     if (($thiz =& new Bin5_table()) == FALSE)
253       return (FALSE);
254     
255     $thiz->parentcopy($from);
256
257     log_main("PLAYER_N - spawn.".$thiz->player_n);
258
259     $thiz->card = array();
260     $thiz->bunch_create();
261     $thiz->mazzo    = rand(0,PLAYERS_N-1);
262     $thiz->points_n = 0;
263     $thiz->mult     = 1;
264     $thiz->old_win    = -1;
265     $thiz->old_reason = "";
266
267     // players are rearranged in an dedicated array
268     $thiz->player = array();
269     for ($i = 0 ; $i < $from->player_n ; $i++)
270       $thiz->player[$i] = $i;
271
272     log_main("TABLE_OLD_WIN - spawn:".$thiz->old_win);
273
274     return ($thiz);
275   }
276
277
278   //   function bunch_create_old() function AND 
279   //   {
280   //     $ret = array();
281   // 
282   //     for ($i = 0 ; $i < (BIN5_PLAYERS_N == 5 ? 40 : 24) ; $i++) {
283   //       // for ($i = 0 ; $i < 40 ; $i++) {
284   //       $ret[$i] =& new Card($i, 'bunch', 'no_owner');
285   //     }
286   // 
287   //     $oret = &$ret;
288   //     return ($oret);
289   //   }
290
291   function bunch_create()
292   {
293       $ret = array();
294       
295       for ($i = 0 ; $i < (BIN5_PLAYERS_N == 5 ? 40 : 24) ; $i++) {
296           $this->card[$i] = new Card($i, 'bunch', 'no_owner');
297       }
298   }
299
300   function bunch_make()
301   {
302     log_main("bunch_make start");
303     $ct = array(0,0,0,0,0);
304     
305     mt_srand(make_seed());
306     
307     for ($i = (BIN5_PLAYERS_N == 5 ? 40 : 24) - 1 ; $i >= 0 ; $i--) 
308       $rest[$i] = $i;
309
310     for ($i = (BIN5_PLAYERS_N == 5 ? 40 : 24) - 1 ; $i >= 0 ; $i--) {
311       $rn = rand(0, $i);
312       
313       if ($rn == 0)
314         log_main("RND ZERO");
315       
316       $id = $rest[$rn];
317
318       $owner = $i % BIN5_PLAYERS_N;
319       $this->card[$id]->assign('hand', $owner);
320
321       $rest[$rn] = $rest[$i];
322       // $pubbpos[$rn2] = $pubbpos[$i];
323     }
324     log_main("bunch_make end");
325   }
326
327   function init($userarr)
328   {
329     /* MOVED INTO SPAWN
330     $this->mazzo    =  rand(0,PLAYERS_N-1);
331     $this->points_n =  0;
332     $this->mult     =  1;
333     $this->old_win  = -1;
334     $this->old_reason = "";
335     */
336     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
337       $this->total[$i] = 0;
338       $user_cur = $userarr[$this->player[$i]];
339       $user_cur->exitislock = TRUE;
340     }
341
342     log_main("table::init: ci siamo");
343   }
344
345   function game_init($userarr)
346   {
347     log_rd2("GSTART 4");
348
349     $this->gstart = ($this->mazzo+1) % BIN5_PLAYERS_N;
350     $this->bunch_make();
351     
352     
353     $this->asta_pla_n = BIN5_PLAYERS_N;
354     $this->asta_card = -1;
355     $this->asta_pnt  = 60;
356     $this->asta_win  = -1;
357     $this->briscola  = -1;
358     $this->friend    = -1;
359     $this->turn      =  0;
360     
361     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
362       $this->asta_pla[$i] = TRUE;
363       $user_cur = $userarr[$this->player[$i]];
364       $user_cur->subst = 'asta';
365       $user_cur->asta_card = -2;
366       $user_cur->asta_pnt  = -1;
367       $user_cur->handpt = $this->hand_points($i);
368       // SEE function calculate_points(&$table)
369     }
370     log_rd2("GEND 4");
371   }
372
373   function game_next()
374   {
375     $this->mazzo  = ($this->mazzo + 1) % BIN5_PLAYERS_N;
376   }
377
378
379   function hand_points($idx)
380   {
381     GLOBAL $G_all_points; 
382     
383     $tot = 0;
384     
385     for ($i = 0 ; $i < (BIN5_PLAYERS_N == 5 ? 40 : 24) ; $i++) {
386       // for ($i = 0 ; $i < 40 ; $i++) {
387       if ($this->card[$i]->owner != $idx)
388         continue;
389
390       $ctt = $this->card[$i]->value % 10;
391       $tot += $G_all_points[$ctt];
392     }
393
394     return ($tot);
395   }
396
397
398   function exitlock_show($userarr, $table_pos)
399   {
400     $ct = $this->exitlock_calc($userarr, $table_pos);
401
402     $ret = sprintf('exitlock_show(%d, %s);', $ct, 
403                    ($userarr[$this->player[$table_pos]]->exitislock ? 'true' : 'false'));
404     return ($ret);
405   }
406
407   function exitlock_calc(&$userarr, $table_pos)
408   {
409     $ct = 0;
410
411     for ($i = 0 , $ct = 0 ; $i < PLAYERS_N ; $i++) {    
412       if ($userarr[$this->player[$i]]->exitislock == FALSE)
413         $ct++;
414     }
415
416     return ($ct);
417   }
418 } // end class Bin5_table
419
420
421
422
423 define(BIN5_USER_FLAG_RING_ENDAUCT, 0x01);
424
425 class Bin5_user extends User {
426     var $asta_card;  // 
427     var $asta_pnt;   //
428     var $handpt;     // Total card points at the beginning of the current hand.
429     var $exitislock; // Player can exit from the table ?
430     var $privflags;  // Flags for briskin5 only 
431     
432     function User() {
433     }
434     
435     /* CREATE NOT USED
436      function create($name, $sess, $stat = "", $subst = "", $table = -1, $ip="0.0.0.0") {
437      if (($thiz =& new User()) == FALSE)
438      return (FALSE);
439      
440      $thiz->asta_card = -2;
441      $thiz->asta_pnt  = -1;
442      $thiz->handpt = -1;
443      $thiz->exitislock = TRUE;
444      $thiz->privflags = 0;
445      
446      return ($thiz);
447      }
448     */
449     
450     function parentcopy(&$from)
451     {
452         parent::copy($from);
453     }
454     
455     function copy(&$from)
456     {
457         $this->parentcopy($from);
458         
459         $this->asta_card  = $from->asta_card;
460         $this->asta_pnt   = $from->asta_pnt;
461         $this->handpt     = $from->handpt;
462         $this->exitislock = $from->exitislock;
463         $this->privflags  = $from->privflags;
464     }
465     
466     /* CLONE NOT USED
467      function myclone(&$from)
468      {
469      if (($thiz =& new User()) == FALSE)
470      return (FALSE);
471      
472      $thiz->copy($from);
473      
474      return ($thiz);
475      } 
476     */
477     
478     function spawn($from, $table, $table_pos)
479     {
480         GLOBAL $CO_bin5_pref_ring_endauct;
481         
482         if (($thiz = new Bin5_user()) == FALSE)
483             return (FALSE);
484         
485         $thiz->parentcopy($from);
486         
487         /* NOTE: at this moment idx and table_pos fields have the same value 
488                  but diffentent functions, we keep them separated for a while */
489         $thiz->idx        = $table_pos;
490         $thiz->asta_card  = -2;
491         $thiz->asta_pnt   = -1;
492         $thiz->handpt     = -1;
493         $thiz->exitislock = TRUE;
494         
495         log_wr("Bin5 constructor");
496         
497         $this->privflags  = ($CO_bin5_pref_ring_endauct == "true" ? BIN5_USER_FLAG_RING_ENDAUCT : 0) | 0;
498         
499         $thiz->table_orig = $table;
500         $thiz->table      = 0;
501         $thiz->table_pos  = $table_pos;
502         
503         $thiz->step_inc();
504
505         return ($thiz);
506     }
507
508     function step_set($step) 
509     {
510         $this->step = $step & 0x7fffffff;
511         
512         return TRUE;
513     }
514     
515     function step_inc($delta = 1) {
516         $this->step += $delta;
517         /* modularization because unpack() not manage unsigned 32bit int correctly */
518         $this->step &= 0x7fffffff;
519         
520         return (TRUE);
521     }
522
523     static function load_step($sess)
524     {
525         $fp = FALSE;
526         do {
527             if (validate_sess($sess) == FALSE)
528                 break;
529             
530             if (file_exists(BIN5_PROXY_PATH) == FALSE)
531                 mkdir(BIN5_PROXY_PATH, 0775, TRUE);
532             if (($fp = @fopen(BIN5_PROXY_PATH."/".$sess.".step", 'rb')) == FALSE)
533                 break;
534             if (($s = fread($fp, 8)) == FALSE)
535                 break;
536             if (mb_strlen($s, "ASCII") != 8)
537                 break;
538             $arr = unpack('Ls/Li', $s);
539             fclose($fp);
540             
541             // log_rd2("A0: ".$arr[0]."  A1: ".$arr[1]);
542             return ($arr);
543         } while (0);
544         
545         if ($fp != FALSE)
546             fclose($fp);
547         
548         log_rd2("STEP_GET [".$sess."]: return false ");
549         
550         return (FALSE);
551     }
552
553     function save_step() 
554     {
555         do {
556             if (validate_sess($this->sess) == FALSE)
557                 break;
558             if (file_exists(BIN5_PROXY_PATH) == FALSE)
559                 mkdir(BIN5_PROXY_PATH, 0775, TRUE);
560             if (($fp = @fopen(BIN5_PROXY_PATH."/".$this->sess.".step", 'w')) == FALSE)
561                 break;
562             fwrite($fp, pack("LL",$this->step, $this->idx));
563             fclose($fp);
564             
565             log_main("step_set [".$this->sess. "] [".$this->step."]"); 
566             
567             return (TRUE);
568         } while (0);
569         
570         return (FALSE);
571     }
572     
573     
574     static function load_data($tab_id, $id, $sess) 
575     {
576         log_main("Bin5_user::load_data: tab_id [".$tab_id."] id [".$id."] sess [".($sess == FALSE ? "FALSE" : $sess)."] ");
577         
578         do {
579             if (($tok = @ftok(FTOK_PATH."/bin5/table".$tab_id."/user".$id, "B")) == -1) {
580                 log_main("ftok failed");
581                 break;
582             }
583             
584             if (($shm_sz = sharedmem_sz($tok)) == -1) {
585                 log_main("shmop_open failed");
586             }
587             
588             if ($shm_sz == -1)
589                 $shm_sz = SHM_DIMS_U_MIN;
590             
591             if ($shm = shm_attach($tok, $shm_sz)) {
592                 $user = @shm_get_var($shm, $tok);
593                 
594                 if ($sess != FALSE && $user->sess != $sess) {
595                     break;
596                 }
597                 log_only("user ==  ".($user == FALSE ?   "FALSE" : "TRUE")."  user ===  ".($user === FALSE ? "FALSE" : "TRUE")."  user isset ".(isset($user) ?   "TRUE" : "FALSE"));
598                 
599                 if ($user == FALSE) {
600                     log_only("INIT MAIN DATA");
601                     
602                     // SHSPLIT FIXME: init_data for User class ??
603                     $user = User::create($id, "", "");
604                     if (@shm_put_var($shm, $tok, $user) == FALSE) {
605                         log_only("PUT_VAR FALLITA ".strlen(serialize($user)));
606                         log_only(serialize($user));
607                     }
608                 }
609                 else {
610                     if ($sess != FALSE) {
611                         // This part isn't strictly required but is good to verify
612                         // the coerence of cached and User class saved value of step field.
613                         $old_step = $user->step;
614                         $arr = Bin5_user::load_step($sess);
615                         $user->step = $arr['s'];
616                         if ($old_step != $user->step) {
617                             log_crit("Bin5:: steps are diffetents User->step ".$user->step." Old_step: ".$old_step);
618                         }
619
620                     }
621                 }
622                 
623                 $user->shm_sz = $shm_sz;
624                 
625                 shm_detach($shm);
626             }
627             
628             //  
629             // SHSPLIT: load users from the shared memory
630             //
631             return ($user);
632         } while (0);
633         
634         log_crit("Bin5_user::load_data:ret FALSE");
635         
636         return (FALSE);
637     }
638
639   static function save_data($user, $tab_id, $id) 
640   {
641       GLOBAL $sess;
642       
643       $shm =   FALSE;
644       
645       if (($tok = @ftok(FTOK_PATH."/bin5/table".$tab_id."/user".$id, "B")) == -1) {
646           return (FALSE);
647       }
648       while ($user->shm_sz < SHM_DIMS_U_MAX) {
649           if (($shm = shm_attach($tok, $user->shm_sz)) == FALSE)
650               break;
651           
652           // log_only("PUT_VAR DI ".strlen(serialize($user)));
653           if (shm_put_var($shm, $tok, $user) != FALSE) {
654               shm_detach($shm);
655               $user->save_step();
656               log_main("User[".$id."] saved.");
657               return (TRUE);
658           }
659           if (shm_remove($shm) === FALSE) {
660               log_only("REMOVE FALLITA");
661               break;
662           }
663           shm_detach($shm);
664           $user->shm_sz += SHM_DIMS_U_DLT;
665       } 
666       
667       if ($shm)
668           shm_detach($shm);
669       
670       return (FALSE);
671   }
672
673 } // end class Bin5_user
674
675
676
677 class Bin5 {
678     static $delta_t = array();
679
680   var $user;
681   var $table;
682   var $comm; // commands for many people
683   var $step; // current step of the comm array
684   // externalized var $garbage_timeout;
685   var $shm_sz;
686
687   var $table_idx;
688   var $table_token;
689
690   var $the_end;
691   var $tok;
692
693   function Bin5 ($room, $table_idx, $table_token) {
694     $this->user = array();
695     $this->table = array();
696
697     $this->the_end = FALSE;
698     $this->shm_sz = BIN5_SHM_MIN;
699     if (($this->tok = @ftok(FTOK_PATH."/bin5/table".$table_idx."/table", "B")) == -1) {
700       echo "FTOK FAILED";
701       exit;
702     }
703
704     $user  = $room->user;
705     $table = $room->table[$table_idx];
706
707     log_wr("Bin5 constructor");
708
709     for ($i = 0 ; $i < $table->player_n ; $i++) {
710       $user[$table->player[$i]]->table_token = $table_token;
711       $this->user[$i] = Bin5_user::spawn($user[$table->player[$i]], $table_idx, $i);
712     }
713     $this->table[0] = Bin5_table::spawn(&$table);
714
715     log_main("TABLE_OLD_WIN - Bin5:".$this->table[0]->old_win);
716
717     $this->table_idx = $table_idx;
718     $this->table_token = $table_token;
719     Bin5::garbage_time_expire_set(0);
720     
721     log_wr("Bin5 constructor end");
722   }
723
724
725   function get_user($sess, &$idx)
726   {
727     GLOBAL $PHP_SELF;
728
729     if (validate_sess($sess)) {
730       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
731         if (strcmp($sess, $this->user[$i]->sess) == 0) {
732           // find it
733           $idx = $i;
734           $ret = &$this->user[$i];
735           return ($ret);
736         }
737       }
738       log_main(sprintf("get_user: Wrong sess from page [%s]",$PHP_SELF));
739       // for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) 
740       // log_main(sprintf("get_user: Wrong sess compared with [%s]",$this->user[$i]->sess));
741     }
742     else {
743       log_main(sprintf("get_user: Wrong strlen [%s]",$sess));
744     }
745
746     return (FALSE);
747   }
748
749
750   function garbage_manager($force)
751   {
752     GLOBAL $G_base;
753
754     /* Garbage collector degli utenti in timeout */
755     $ismod = FALSE;
756     $curtime = time();
757     // externalized if ($force || $this->garbage_timeout < $curtime) {
758     if ($force || Bin5::garbage_time_is_expired($curtime)) {
759       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
760         $user_cur = $this->user[$i];
761         if ($user_cur->sess == "" || 
762             ($user_cur->stat == 'table' && ($user_cur->subst == 'shutdowned' || $user_cur->subst == 'shutdowner')))
763           continue;
764         
765         if ($user_cur->lacc + EXPIRE_TIME_RD < $curtime) { // Auto logout dell'utente
766           log_rd2($user_cur->sess." bin5 AUTO LOGOUT.");
767
768           if ($user_cur->stat == 'table') {
769             log_auth($user_cur->sess," bin5 Autologout session.");
770
771             /* SI DELEGA AL garbage_manager principale LA RIMOZIONE DELL'UTENTE 
772
773             $tmp_sess = $user_cur->sess;
774             $user_cur->sess = "";
775             step_unproxy($tmp_sess);
776             $user_cur->name = "";
777             $user_cur->the_end = FALSE;
778             
779             */
780
781             /* se gli altri utenti non erano d'accordo questo utente viene bannato */
782             $remcalc = $this->table[0]->exitlock_calc(&$this->user, $user_cur->table_pos);
783             if ($remcalc < 3) {
784                 require_once("${G_base}Obj/hardban.phh");
785                 Hardbans::add(($user_cur->flags & USER_FLAG_AUTH ? $user_cur->name : FALSE),
786                               $user_cur->ip, $user_cur->sess, $user_cur->laccwr + BAN_TIME);
787             }
788             //      $user->bantime = $user->laccwr + BAN_TIME;
789
790             $this->table_wakeup($user_cur);
791           }
792         }
793       }
794       log_rd2($user_cur->sess." GARBAGE UPDATED!");
795       
796       // externalized $this->garbage_timeout = $curtime + GARBAGE_TIMEOUT;
797       Bin5::garbage_time_expire_set($curtime + GARBAGE_TIMEOUT);
798
799       $ismod = TRUE;
800     }
801
802     return ($ismod);
803   }
804
805   // Bin5::load_data
806   static function load_data($table_idx, $table_token = "") 
807   {
808     $shm = FALSE;
809
810     log_wr("TABLE_FTOK ".FTOK_PATH."/bin5/table".$table_idx."/table");
811     
812     do {
813       if (($tok = @ftok(FTOK_PATH."/bin5/table".$table_idx."/table", "B")) == -1) {
814         log_main("ftok failed");
815         break;
816       }
817
818       if (($shm_sz = sharedmem_sz($tok)) == -1) {
819         log_main("shmop_open failed");
820         break;
821       }
822         
823       if (($shm = shm_attach($tok, $shm_sz)) == FALSE)
824         break;
825
826       if (($bri = @shm_get_var($shm, $tok)) == FALSE) 
827         break;
828
829       if ($table_token != "" && $bri->table_token != $table_token) {
830         log_wr("bri->table_token: ".$bri->table_token."table_token: ".$table_token);
831         break;
832       }
833       $bri->tok = $tok;
834
835       shm_detach($shm);
836       
837       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
838           if (($bri->user[$i] = Bin5_user::load_data($table_idx, $i, FALSE)) == FALSE) {
839               log_crit("Bin5_user::load_data failed");
840               break;
841           }
842       }
843       if ($i < BIN5_MAX_PLAYERS) {
844           break;
845       }
846       
847       return ($bri); 
848     } while (FALSE);
849
850     if ($shm != FALSE)
851       shm_detach($shm);
852
853     log_wr("briskin5 load_data failed");
854     
855     return (FALSE);
856   }
857   
858
859
860   function save_data($bri) 
861   {
862       GLOBAL $sess;
863       
864       $ret =   FALSE;
865       $shm =   FALSE;
866       
867       log_main("SAVE BRISKIN5 DATA");
868       
869       if (!isset($bri->tok))
870           return (FALSE);
871       
872       $user_park = array();
873       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
874           $user_park[$i] = $bri->user[$i];
875           $bri->user[$i] = FALSE;
876       }
877       
878       while ($bri->shm_sz < BIN5_SHM_MAX) {
879           if (($shm = shm_attach($bri->tok, $bri->shm_sz)) == FALSE)
880               break;
881           
882           if (@shm_put_var($shm, $bri->tok, $bri) != FALSE) {
883               $ret = TRUE;
884               break;
885           }
886           if (shm_remove($shm) === FALSE) {
887               log_only("REMOVE FALLITA");
888               break;
889           }
890           shm_detach($shm);
891           $bri->shm_sz += BIN5_SHM_DLT;
892       } 
893       
894       if ($shm)
895           shm_detach($shm);
896       
897       // SHSPLIT: reattach users to the room class
898       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
899           Bin5_user::save_data($user_park[$i], $bri->table_idx, $i);
900           $bri->user[$i] = $user_park[$i];
901       }
902       log_load("FINISH: ".($ret == TRUE ? "TRUE" : "FALSE"));
903       
904       return ($ret);
905   }
906   
907
908
909   function destroy_data($table_idx) 
910   {
911     GLOBAL $sess;
912
913     $ret =   FALSE;
914     $shm =   FALSE;
915     log_main("DESTROY BRISKIN5 DATA");
916     
917     do {
918       log_main("DESTROY2 BRISKIN5 DATA");
919
920       if (($tok = @ftok(FTOK_PATH."/bin5/table".$table_idx."/table", "B")) == -1) 
921         break;
922
923       if (($shm = @shmop_open($tok, 'a', 0, 0)) == FALSE)
924         break;
925       
926       if (shmop_delete($shm) == 0) {
927         log_only("REMOVE FALLITA ");
928         break;
929       }
930    
931       $shm = FALSE;
932       log_main("DESTROY2 BRISKIN5 DATA SUCCESS");
933       
934       // log_main("QUI CI ARRIVA [".$bri->user[0]->name."]");
935       $ret = TRUE;
936     } while (0);
937     
938     if ($shm)
939       shm_detach($shm);
940     
941     return ($ret);
942   }
943
944   function lock_data($table_idx)
945   {
946     GLOBAL $sess; 
947     
948     log_main("lockinfo: DATA ".FTOK_PATH."/bin5/table".$table_idx."/table");
949     //  echo "LOCK: ".FTOK_PATH."/main";
950     //  exit;
951     // WARNING monitor this step
952     if (($tok = @ftok(FTOK_PATH."/bin5/table".$table_idx."/table", "B")) == -1) {
953       return (FALSE);
954     }
955     // WARNING monitor this step
956     if (($res = @sem_get($tok)) == FALSE) {
957       return (FALSE);
958     }
959     if (sem_acquire($res)) {   
960         self::$delta_t[$table_idx] = microtime(TRUE);
961         log_lock("LOCK   table [".$table_idx."]         [".self::$delta_t[$table_idx]."]");
962
963         return (new Vect(array('res' => $res, 'tab' => $table_idx)));
964     }
965     else {
966         log_lock("LOCK table ".$table_idx.":FAILED");
967         return (FALSE);
968     }
969   }
970   
971   function unlock_data($res_vect)
972   {
973     GLOBAL $sess; 
974
975     $res = $res_vect->getbyid('res');
976     $tab = $res_vect->getbyid('tab');
977
978     log_lock("UNLOCK table [".$tab."]         [".(microtime(TRUE) - (self::$delta_t[$tab]))."]");
979
980     return (sem_release($res));
981   }
982
983
984   function chatt_send($user, $mesg)
985   {
986     GLOBAL $mlang_brisk, $G_lang;
987
988     if ($user->stat == 'table') {
989       $table = &$this->table[$user->table];
990     }
991     
992     $user_mesg = substr($mesg,6);
993     
994     $curtime = time();
995     
996     $dt = date("H:i ", $curtime);
997     if (strncmp($user_mesg, "/nick ", 6) == 0) {
998       log_main($user->sess." chatt_send BEGIN");
999
1000       if (($name_new = validate_name(substr($user_mesg, 6))) == FALSE) {
1001           $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1002           $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['nickmust'][$G_lang]);
1003           $user->step_inc();
1004
1005           return;
1006       }
1007       $user_mesg = "COMMAND ".$user_mesg;
1008       // Search dup name
1009       // change
1010       // update local graph
1011       // update remote graphs
1012       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1013         $user_cur = $this->user[$i];
1014         //      if ($user_cur->sess == '' || $user_cur->stat != 'room')
1015         if ($user_cur->sess == '')
1016           continue;
1017         if ($user_cur->name == $name_new) {
1018           $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1019
1020           $premsg = sprintf($mlang_brisk['nickdupl'][$G_lang], xcape($name_new));
1021           $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $premsg);
1022           $user->step_inc();
1023           break;
1024         }
1025       }
1026       if ($i == BIN5_MAX_PLAYERS) {
1027         if ($user->flags & USER_FLAG_AUTH && strcasecmp($user->name,$name_new) != 0) {
1028           if ($this->table[$user->table]->auth_only == TRUE) {
1029             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1030             $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"<b>%s</b>");', $dt, NICKSERV, $mlang_brisk['authchan'][$G_lang]);
1031             $user->step_inc();
1032             return;
1033           }
1034           else {
1035             $user->flags &= ~USER_FLAG_AUTH; // Remove auth if name changed
1036           }
1037         }
1038     
1039         $user->name = $name_new;
1040
1041         log_main($user->sess." chatt_send start set");
1042         
1043
1044         for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1045           log_main($user->sess." chatt_send set loop");
1046           
1047           $user_cur = &$this->user[$i];
1048           if ($user_cur->sess == '')
1049             continue;
1050           
1051           if ($user_cur->stat == 'table' && $user_cur->table == $user->table) {
1052             $table = &$this->table[$user->table];
1053             
1054             $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1055             $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('set_names([%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"]); ',
1056                       $this->user[$table->player[($user_cur->table_pos) % BIN5_PLAYERS_N]]->flags,
1057                       xcape($this->user[$table->player[($user_cur->table_pos) % BIN5_PLAYERS_N]]->name),
1058
1059                       $this->user[$table->player[($user_cur->table_pos+1) % BIN5_PLAYERS_N]]->flags,
1060                       xcape($this->user[$table->player[($user_cur->table_pos+1) % BIN5_PLAYERS_N]]->name),
1061
1062                       $this->user[$table->player[($user_cur->table_pos+2) % BIN5_PLAYERS_N]]->flags,
1063                       xcape($this->user[$table->player[($user_cur->table_pos+2) % BIN5_PLAYERS_N]]->name),
1064
1065                       (BIN5_PLAYERS_N == 3 ? 0:  $this->user[$table->player[($user_cur->table_pos+3) % BIN5_PLAYERS_N]]->flags),
1066                       (BIN5_PLAYERS_N == 3 ? "" :  xcape($this->user[$table->player[($user_cur->table_pos+3) % BIN5_PLAYERS_N]]->name)),
1067
1068                       (BIN5_PLAYERS_N == 3 ? 0:  $this->user[$table->player[($user_cur->table_pos+4) % BIN5_PLAYERS_N]]->flags),
1069                       (BIN5_PLAYERS_N == 3 ? "" :  xcape($this->user[$table->player[($user_cur->table_pos+4) % BIN5_PLAYERS_N]]->name)));
1070             if ($user_cur == $user) {
1071               $itin = ($user->flags & USER_FLAG_AUTH ? "<i>" : "");
1072               $itou = ($user->flags & USER_FLAG_AUTH ? "</i>" : "");
1073               $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('$("myname").innerHTML = "<b>%s%s%s</b>";', 
1074                                                                    $itin, xcape($user->name,ENT_COMPAT,"UTF-8"), $itou);
1075             }
1076             $user_cur->step_inc();
1077           }
1078         }
1079       }
1080     }
1081     else {
1082       for ($i = 0 ; $i < ($user->stat == 'room' ? BIN5_MAX_PLAYERS : BIN5_PLAYERS_N) ; $i++) {
1083         if ($user->stat == 'room') {
1084           $user_cur = &$this->user[$i];
1085           if ($user_cur->sess == '' || $user_cur->stat != 'room')
1086             continue;
1087         }
1088         else {
1089           $user_cur = &$this->user[$table->player[$i]];
1090         }
1091         
1092         $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1093         $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('chatt_sub("%s", [%d, "%s"],"%s");',
1094                                                              $dt, $user->flags, xcape($user->name), xcape($user_mesg));
1095         $user_cur->step_inc();
1096       }
1097       log_legal($curtime, $user, ($user->stat == 'room' ? 'room' : 'table '.$user->table_orig),$user_mesg);
1098     }
1099   }
1100
1101   function table_wakeup($user)
1102   {
1103     $table = &$this->table[0];
1104
1105     log_main("BIN5_WAKEUP begin function table  stat: ".$user->stat."  subst: ".$user->subst);
1106
1107     $curtime = time();
1108
1109     log_main("BIN5_WAKEUP from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1110     
1111     for ($i = 0 ; $i < $table->player_n ; $i++) {
1112       $user_cur = &$this->user[$i];
1113       log_main("PREIMPOST INLOOP name: ".$user_cur->name);
1114       
1115       if ($user_cur == $user)
1116         $user_cur->subst = "shutdowner";
1117       else
1118         $user_cur->subst = "shutdowned";
1119       $user_cur->laccwr = $curtime;
1120
1121       $ret = "gst.st = ".($user_cur->step+1)."; ";
1122       $ret .= 'gst.st_loc++; the_end=true; window.onbeforeunload = null; window.onunload = null; document.location.assign("../index.php");|';
1123
1124       log_wr($user_cur->sess." BIN5_WAKEUP: ".$ret);
1125       $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1126       $user_cur->step_inc();
1127     }
1128
1129     $this->the_end = TRUE;
1130   }
1131   
1132   /*
1133    *  If all players are freezed the room garbage_manager clean up table and users.
1134    */ 
1135   function is_abandoned() 
1136   {
1137     $is_ab = TRUE;
1138     $curtime = time();
1139
1140     $table = &$this->table[0];
1141
1142     for ($i = 0 ; $i < $table->player_n ; $i++) {
1143       $user_cur = &$this->user[$i];
1144
1145       if ($user_cur->lacc + (EXPIRE_TIME_RD * 2) >= $curtime) { 
1146         $is_ab = FALSE;
1147         break;
1148       }
1149     }
1150
1151     return ($is_ab);
1152   }
1153
1154
1155   static function garbage_time_is_expired($tm) 
1156   {
1157       $ret = TRUE;
1158       $fp = FALSE;
1159       do {
1160           if (file_exists(BIN5_PROXY_PATH) == FALSE)
1161               mkdir(BIN5_PROXY_PATH, 0775, TRUE);
1162           if (($fp = @fopen(BIN5_PROXY_PATH."/garbage_time.expired", 'rb')) == FALSE)
1163               break;
1164           if (($s = fread($fp, 4)) == FALSE)
1165               break;
1166           if (mb_strlen($s, "ASCII") != 4)
1167               break;
1168           $arr = unpack('Le', $s);
1169           if ($arr['e'] > $tm)
1170               $ret = FALSE;
1171       } while (0);
1172       
1173       if ($fp != FALSE)
1174           fclose($fp);
1175       
1176       log_rd2("END: return ".($ret ? "TRUE" : "FALSE"));
1177       
1178       return ($ret);
1179   }
1180
1181   static function garbage_time_expire_set($tm) 
1182   {
1183       do {
1184           if (file_exists(BIN5_PROXY_PATH) == FALSE)
1185               mkdir(BIN5_PROXY_PATH, 0775, TRUE);
1186           if (($fp = @fopen(BIN5_PROXY_PATH."/garbage_time.expired", 'wb')) == FALSE)
1187               break;
1188           fwrite($fp, pack("L",$tm));
1189           fclose($fp);
1190           
1191           return (TRUE);
1192       } while (0);
1193       
1194       return (FALSE);
1195   }
1196
1197 } // end class Bin5
1198
1199 function locshm_exists($tok)
1200 {
1201   // return (TRUE);
1202
1203   if (($id = @shmop_open($tok,"a", 0, 0)) == FALSE) {
1204     log_main($tok." SHM NOT exists");
1205
1206     return (FALSE);
1207   }
1208   else {
1209     shmop_close($id);
1210     log_main($tok." SHM exists");
1211
1212     return (TRUE);
1213   }
1214     
1215 }
1216
1217 function asta2mult($asta_pnt)
1218
1219   if ($asta_pnt > 110) 
1220     return (5);
1221   else if ($asta_pnt > 100) 
1222     return (4);
1223   else if ($asta_pnt > 90) 
1224     return (3);
1225   else if ($asta_pnt > 80) 
1226     return (2);
1227   else if ($asta_pnt > 70) 
1228     return (1);
1229   else
1230     return (0);
1231 }
1232
1233 // rendiamo qui l'elenco dei punti come return della func
1234 function calculate_points(&$table)
1235 {
1236   GLOBAL $G_all_points; 
1237
1238   $ret = array();
1239   $pro = 0;
1240
1241   if ($table->asta_pnt == 60)
1242     $table->asta_pnt = 61;
1243
1244   $table->old_reason = "";
1245   $table->old_win = $table->asta_win;
1246   $table->old_friend = $table->friend;
1247   $table->old_asta_pnt = $table->asta_pnt;
1248   $table->old_mult = $table->mult;
1249
1250   for ($i = 0 ; $i < (BIN5_PLAYERS_N == 5 ? 40 : 24) ; $i++) {
1251     // for ($i = 0 ; $i < 40 ; $i++) {
1252     $ctt = $table->card[$i]->value % 10;
1253     $own = $table->card[$i]->owner;
1254     if ($own == $table->asta_win || $own == $table->friend) 
1255       $pro += $G_all_points[$ctt];
1256   }
1257
1258   log_wr(sprintf("PRO: [%d]", $pro));
1259
1260   
1261   if ($table->asta_pnt == 61 && $pro == 60) { // PATTA !
1262     $table->points[$table->points_n % MAX_POINTS] = array();
1263     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1264       $table->points[$table->points_n % MAX_POINTS][$i] = 0;
1265       $ret[$i] = 0;
1266     }
1267     $table->points_n++;
1268     $table->old_pnt = $pro;
1269     $table->mult += 1;
1270
1271     return($ret);
1272   }
1273
1274   if ($pro >= $table->asta_pnt) 
1275     $sig = 1;
1276   else
1277     $sig = -1;
1278
1279   $gamult = asta2mult($table->asta_pnt);
1280   
1281   $table->points[$table->points_n % MAX_POINTS] = array();
1282   for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1283     if ($i == $table->asta_win) 
1284       $pt = ($i == $table->friend ? 4 : 2);
1285     else if ($i == $table->friend) 
1286       $pt = 1;
1287     else
1288       $pt = -1;
1289     
1290     
1291
1292     log_wr(sprintf("PRO: pt[%d][%d] = %d", $table->points_n % MAX_POINTS, $i, $pt));
1293
1294     $pt = $pt * $sig * ($gamult + $table->mult) * ($pro == 120 ? 2 : 1);
1295
1296     log_wr(sprintf("PRO:[%d][%d][%d]", $sig, $table->mult, ($pro == 120 ? 2 : 1)));
1297     
1298     $table->points[$table->points_n % MAX_POINTS][$i] = $pt;
1299     $table->total[$i] += $pt;
1300     $ret[$i] = $pt;
1301   }
1302   $table->points_n++;
1303   $table->old_pnt = $pro;
1304   $table->mult = 1;
1305   
1306   return($ret);
1307 }
1308
1309 /* show table 
1310 is_transition (is from room to table ?)
1311 is_again      (is another game)
1312
1313 Examples                    of $is_transition, $is_again:
1314   from reload of the page:              FALSE, FALSE
1315   from sitdown in room:                  TRUE, FALSE
1316   from table: asta cmd e tutti passano:  TRUE, TRUE
1317   from table: fine partita:              TRUE, TRUE
1318  */
1319 function show_table(&$room, &$user, $sendstep, $is_transition, $is_again)
1320 {
1321   $table_idx = $user->table;
1322   $table     = $room->table[$table_idx];
1323   $table_pos = $user->table_pos;
1324
1325   $ret = "table_init();";
1326   $ret .= $table->exitlock_show(&$room->user, $table_pos);
1327   if (!$is_again) {
1328     /* GENERAL STATUS */
1329     $ret .= sprintf( 'gst.st = %d; stat = "%s"; subst = "%s"; table_pos = %d;',
1330                      $sendstep, $user->stat, $user->subst, $table_pos);
1331
1332     log_rd(sprintf( 'SHOW_TABLE: gst.st = %d; stat = "%s"; subst = "%s"; table_pos = %d;', $sendstep, $user->stat, $user->subst, $table_pos));
1333
1334     /* BACKGROUND */
1335     $ret .= "background_set();";
1336     
1337     /* USERS INFO */
1338     $itin = ($user->flags & USER_FLAG_AUTH ? "<i>" : "");
1339     $itou = ($user->flags & USER_FLAG_AUTH ? "</i>" : "");
1340
1341     $ret .= sprintf('$("myname").innerHTML = "<b>%s%s%s</b>";', $itin, xcape($user->name), $itou);
1342     $ret .= sprintf('set_names([%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"]); ',
1343                     $room->user[$table->player[($table_pos) % BIN5_PLAYERS_N]]->flags,
1344                     xcape($room->user[$table->player[($table_pos) % BIN5_PLAYERS_N]]->name),
1345
1346                     $room->user[$table->player[($table_pos+1) % BIN5_PLAYERS_N]]->flags,
1347                     xcape($room->user[$table->player[($table_pos+1) % BIN5_PLAYERS_N]]->name),
1348
1349                     $room->user[$table->player[($table_pos+2) % BIN5_PLAYERS_N]]->flags,
1350                     xcape($room->user[$table->player[($table_pos+2) % BIN5_PLAYERS_N]]->name),
1351
1352                     (BIN5_PLAYERS_N == 3 ? 0 : $room->user[$table->player[($table_pos+3) % BIN5_PLAYERS_N]]->flags),
1353                     (BIN5_PLAYERS_N == 3 ? "" :  xcape($room->user[$table->player[($table_pos+3) % BIN5_PLAYERS_N]]->name)),
1354
1355                     (BIN5_PLAYERS_N == 3 ? 0 : $room->user[$table->player[($table_pos+4) % BIN5_PLAYERS_N]]->flags),
1356                     (BIN5_PLAYERS_N == 3 ? "" :  xcape($room->user[$table->player[($table_pos+4) % BIN5_PLAYERS_N]]->name)));
1357   }
1358   /* NOTIFY FOR THE CARD MAKER */
1359   if ($is_transition) { //  && $user->subst ==  "asta" superfluo
1360     $ret .= show_table_info(&$room, &$table, $table_pos);
1361   }
1362   if (!$is_again) 
1363     $ret .= table_wellcome($user);
1364
1365   if ($is_transition && !$is_again) { // appena seduti al tavolo, play della mucca
1366     $ret .= playsound("cow.mp3");
1367   }
1368
1369
1370   /* CARDS */
1371   if ($is_transition) { //  && $user->subst ==  "asta" superfluo
1372     $ret .= "|";
1373     
1374     for ($i = 0 ; $i < 8 ; $i++) {
1375       for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++) {
1376         $ct = 0;
1377         for ($o = 0 ; $o < (BIN5_PLAYERS_N == 5 ? 40 : 24) && $ct < $i+1 ; $o++) {
1378           // for ($o = 0 ; $o < 40 && $ct < $i+1 ; $o++) {
1379           if ($table->card[$o]->owner == (($e + $table->gstart) % BIN5_PLAYERS_N)) {
1380             $ct++;
1381             if ($ct == $i+1)
1382               break;
1383           }
1384         }
1385         log_rd("O ".$o." VAL ".$table->card[$o]->value." Owner: ".$table->card[$o]->owner);
1386         
1387         $ret .= sprintf( ' card_send(%d,%d,%d,%8.2f,%d);|', ($table->gstart + $e) % BIN5_PLAYERS_N, 
1388                          $i, ((($e + BIN5_PLAYERS_N - $table_pos + $table->gstart) % BIN5_PLAYERS_N) == 0 ?
1389                               $table->card[$o]->value : -1), 
1390                          ($i == 7 && $e == (BIN5_PLAYERS_N - 1) ? 1 : 0.5),$i+1);
1391       }
1392     }    
1393   }
1394   else {
1395     $taked  = array(0,0,0,0,0);
1396     $inhand = array(0,0,0,0,0);
1397     $ontabl  = array(-1,-1,-1,-1,-1);
1398     $cards  = array();
1399
1400     for ($i = 0 ; $i < (BIN5_PLAYERS_N == 5 ? 40 : 24) ; $i++) {
1401       // for ($i = 0 ; $i < 40 ; $i++) {
1402       if ($table->card[$i]->stat == 'hand') {
1403         if ($table->card[$i]->owner == $table_pos) {
1404           $cards[$inhand[$table->card[$i]->owner]] = $table->card[$i]->value;
1405         }
1406         $inhand[$table->card[$i]->owner]++;
1407       }
1408       else if ($table->card[$i]->stat == 'take') {
1409         log_main("Card taked: ".$table->card[$i]->value."OWN: ".$table->card[$i]->owner);
1410         $taked[$table->card[$i]->owner]++;
1411       }
1412       else if ($table->card[$i]->stat == 'table') {
1413         $ontabl[$table->card[$i]->owner] = $i;
1414       }
1415     }
1416     $logg = "\n";
1417     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1418       $logg .= sprintf("INHAND: %d   IN TABLE %d   TAKED %d\n", $inhand[$i], $ontabl[$i], $taked[$i]);
1419     }
1420     log_main("Stat table: ".$logg);
1421
1422     /* Set ours cards. */
1423     $oursarg = "";
1424     for ($i = 0 ; $i < $inhand[$table_pos] ; $i++) 
1425       $oursarg .= ($i == 0 ? "" : ", ").$cards[$i];
1426     for ($i = $inhand[$table_pos] ; $i < 8 ; $i++) 
1427       $oursarg .= ($i == 0 ? "" : ", ")."-1";
1428     $ret .= sprintf('card_setours(%s);', $oursarg);
1429
1430     /* Dispose all cards */
1431     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1432       /* Qui sotto al posto di + 1 c'era + ->gstart ... credo in modo errato */
1433       $ret .= sprintf('cards_dispose(%d,%d,%d);', $i,
1434                       ($inhand[$i] <= 8 ? $inhand[$i] : 8)  , $taked[$i]);
1435
1436       if ($ontabl[$i] != -1) {
1437         $ret .= sprintf('card_place(%d,%d,%d,%d,%d);',$i, $inhand[$i], 
1438                         $table->card[$ontabl[$i]]->value, 
1439                         $table->card[$ontabl[$i]]->x, $table->card[$ontabl[$i]]->y);
1440       }
1441     }
1442   }
1443
1444   /* Show auction */
1445   if ($user->subst == 'asta') {
1446
1447     /* show users auction status */
1448     $showst = "";
1449     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1450       $user_cur = &$room->user[$table->player[$i]];
1451       $showst .= sprintf("%s%d", ($i == 0 ? "" : ", "), 
1452                          ($user_cur->asta_card < 9 ? $user_cur->asta_card : $user_cur->asta_pnt));
1453     }
1454     if (BIN5_PLAYERS_N == 3)
1455         $showst .= ",-2,-2";
1456     $ret .= sprintf('document.title = "Brisk - Tavolo %d (asta)";', $user->table_orig);
1457     $ret .= sprintf('show_astat(%s);', $showst);
1458
1459     if ($table->asta_win != -1 && $table->asta_win == $table_pos) {
1460       /* show card chooser */
1461       $ret .= sprintf('choose_seed(%s); $("astalascio").style.visibility = ""; $("asta").style.visibility = "hidden";',
1462                       $table->asta_card);
1463     }
1464     else {
1465       /* show auction */
1466       if ($table_pos == ($table->gstart % BIN5_PLAYERS_N) &&
1467           $table->asta_win == -1) 
1468         $ret .= sprintf('dispose_asta(%d,%d, %s);', 
1469                         $table->asta_card + 1, $table->asta_pnt+1, ($user->handpt <= 2 ? "true" : "false"));
1470       else
1471         $ret .= sprintf('dispose_asta(%d,%d, %s);',
1472                         $table->asta_card + 1, -($table->asta_pnt+1), ($user->handpt <= 2 ?  "true" : "false"));
1473     }
1474
1475     /* Remark */
1476     if ($table->asta_win == -1) { // auction case
1477       if ($table_pos == ($table->gstart % BIN5_PLAYERS_N)) 
1478         $ret .= "remark_on();";
1479       else
1480         $ret .= "remark_off();";
1481     }
1482     else { // chooseed case
1483       if ($table_pos == $table->asta_win) 
1484         $ret .= "remark_on();";
1485       else
1486         $ret .= "remark_off();";
1487     }
1488   }
1489   else if ($user->subst == 'game') {
1490     /* HIGHLIGHT */
1491     if (($table->gstart + $table->turn) % BIN5_PLAYERS_N == $table_pos) 
1492       $ret .= "is_my_time = true; remark_on();";
1493     else
1494       $ret .= "remark_off();";
1495     
1496     /* WHO CALL AND WHAT */
1497     $ret .= briscola_show($room, $table, $user);
1498     
1499   }
1500   return ($ret);
1501 } // end function show_table(...
1502
1503 function calculate_winner(&$table)
1504 {
1505   $briontab = FALSE;
1506   $ontab = array();
1507   $ontid = array();
1508   $cur_win  =  -1;
1509   $cur_val  = 100;
1510   $cur_seed = $table->briscola - ($table->briscola % 10);
1511
1512   for ($i = 0 ; $i < (BIN5_PLAYERS_N == 5 ? 40 : 24) ; $i++) {
1513     // for ($i = 0 ; $i < 40 ; $i++) {
1514     if ($table->card[$i]->stat != "table")
1515       continue;
1516
1517     log_wr(sprintf("Card On table: [%d]", $i));
1518
1519     $v = $table->card[$i]->value; 
1520     $ontab[$table->card[$i]->owner] = $v;
1521     $ontid[$table->card[$i]->owner] = $i;
1522     /* se briscola setto il flag */
1523     if (($v - ($v % 10)) == $cur_seed)
1524       $briontab = TRUE;
1525   }
1526
1527   if ($briontab == FALSE) {
1528     $cur_win  = $table->gstart;
1529     $cur_val  = $ontab[$cur_win];
1530     $cur_seed = $cur_val - ($cur_val % 10);
1531   }
1532
1533   for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1534     if (($ontab[$i] - ($ontab[$i] % 10)) == $cur_seed) {
1535       if ($ontab[$i] < $cur_val) {
1536         $cur_val = $ontab[$i];
1537         $cur_win = $i;
1538       }
1539     }
1540   }
1541
1542   for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1543     $table->card[$ontid[$i]]->owner = $cur_win;
1544     $table->card[$ontid[$i]]->stat =  "take"; // Card stat
1545   }
1546   return ($cur_win);
1547 }
1548
1549 function show_table_info(&$room, &$table, $table_pos)
1550 {
1551   GLOBAL $G_lang, $mlang_bin5_bin5;
1552
1553   $ret = "";
1554   $user = $room->user[$table->player[$table_pos]];
1555
1556   $pnt_min = $table->points_n - MAX_POINTS < 0 ? 0 : $table->points_n - MAX_POINTS;
1557   $noty = sprintf('<table class=\"points\"><tr><th></th>');
1558   
1559   // Names.
1560   for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) 
1561     $noty .= sprintf('<th class=\"td_points\">%s</th>', xcape($room->user[$table->player[$i]]->name));
1562   $noty .= sprintf("</tr>");
1563
1564   // Points.
1565   log_main("show_table_info: pnt_min: ".$pnt_min."   Points_n: ".$table->points_n);
1566
1567   for ($i = $pnt_min ; $i < $table->points_n ; $i++) {
1568     $noty .= sprintf('<tr><th class=\"td_points\">%d</th>', $i+1);
1569     for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++) 
1570       $noty .= sprintf('<td class=\"td_points\">%d</td>', $table->points[$i % MAX_POINTS][$e]);
1571     $noty .= "</tr>";
1572   }
1573
1574   // Total points.
1575   $noty .= '<tr><th class=\"td_points\">Tot.</th>';
1576   for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++) 
1577     $noty .= sprintf('<td class=\"td_points\">%d</td>', $table->total[$e]);
1578   $noty .= "</tr></table>";
1579
1580   if ($table->old_reason != "") {
1581     $noty .= sprintf("<hr><b>%s</b><br>", xcape($table->old_reason));
1582   }
1583
1584   if ($table->old_win != -1) {
1585     log_main("TABLE_OLD_WIN:".$table->old_win);
1586     $win = $table->player[$table->old_win];
1587     log_main("TABLE_OLD_FRIEND:".$table->old_friend);
1588     $fri = $table->player[$table->old_friend];
1589
1590     $wol = game_result($table->old_asta_pnt, $table->old_pnt);
1591
1592     if ($win != $fri) {
1593       /* 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" */
1594       
1595       $noty .= sprintf($mlang_bin5_bin5['info_part'][$G_lang], 
1596                        xcape($room->user[$win]->name),
1597                        xcape($room->user[$fri]->name));
1598       if ($table->old_pnt == 120) {
1599         $noty .= sprintf($mlang_bin5_bin5['info_capp'][$G_lang]);
1600       }
1601       else {
1602         $noty .= sprintf($mlang_bin5_bin5['info_pnt'][$G_lang],
1603                          ($table->old_asta_pnt > 61 ? $mlang_bin5_bin5['info_alea'][$G_lang].$table->old_asta_pnt :
1604                           $mlang_bin5_bin5['info_more'][$G_lang]), $table->old_pnt,
1605                          ($wol == 1 ? $mlang_bin5_bin5['info_win'][$G_lang] : ($wol == 0 ? $mlang_bin5_bin5['info_peer'][$G_lang] : $mlang_bin5_bin5['info_lost'][$G_lang])));
1606       }
1607     }
1608     else {
1609       $noty .= sprintf($mlang_bin5_bin5['info_alon'][$G_lang],
1610                        xcape($room->user[$win]->name));
1611       if ($table->old_pnt == 120) {
1612         $noty .= sprintf($mlang_bin5_bin5['info_acap'][$G_lang]);
1613       }
1614       else {
1615         $noty .= sprintf($mlang_bin5_bin5['info_apnt'][$G_lang],
1616
1617                          ($table->old_asta_pnt > 61 ? $mlang_bin5_bin5['info_alea'][$G_lang].$table->old_asta_pnt :
1618                           $mlang_bin5_bin5['info_more'][$G_lang]), $table->old_pnt,
1619
1620                          ($wol == 1 ? $mlang_bin5_bin5['info_win'][$G_lang] : ($wol == 0 ? $mlang_bin5_bin5['info_peer'][$G_lang] : $mlang_bin5_bin5['info_lost'][$G_lang])));
1621       }
1622     }
1623     if (($table->old_mult + asta2mult($table->old_asta_pnt)) > 1) {
1624       $noty .= sprintf($mlang_bin5_bin5['info_omul'][$G_lang], multoval($table->old_mult + asta2mult($table->old_asta_pnt)));
1625     }
1626     $noty .= "<hr><br>";
1627   }
1628   /* MLANG: "Fai <b>tu</b> il mazzo,", "Il mazzo a <b>$unam</b>," */
1629   if ($table->mazzo == $table_pos) 
1630     $noty .= $mlang_bin5_bin5['info_yshuf'][$G_lang];
1631   else {
1632     $unam = xcape($room->user[$table->player[$table->mazzo]]->name);
1633     $noty .= sprintf($mlang_bin5_bin5['info_shuf'][$G_lang], $unam);
1634   }
1635
1636   if ($user->subst == 'asta') {
1637     if ($table->asta_win == -1)  // auction case
1638       $curplayer = $table->gstart % BIN5_PLAYERS_N;
1639     else 
1640       $curplayer = $table->asta_win;
1641   }
1642   else if ($user->subst == 'game') {
1643     $curplayer = ($table->gstart + $table->turn) % BIN5_PLAYERS_N;
1644   }
1645
1646   /* MLANG: " tocca a <b>te</b> giocare.", " tocca a <b>$unam</b> giocare.", " La partita vale <b>%s</b>.", "torna alla partita" */
1647   if ($curplayer == $table_pos) {
1648     $noty .= $mlang_bin5_bin5['info_yturn'][$G_lang];
1649   }
1650   else {
1651     $unam = xcape($room->user[$table->player[$curplayer]]->name);
1652     $noty .= sprintf($mlang_bin5_bin5['info_turn'][$G_lang], $unam);
1653   }
1654   
1655   if (($table->mult + asta2mult($table->asta_pnt)) > 1) {
1656     $noty .= sprintf($mlang_bin5_bin5['info_mult'][$G_lang], multoval($table->mult + asta2mult($table->asta_pnt)));
1657   }
1658   $noty .= "<hr><br>";
1659   $ret .= show_notify($noty, 3000, $mlang_bin5_bin5['btn_bkgame'][$G_lang], 500, 400);
1660   /* NOTE: show_notify($noty, 3000, "torna alla partita", 500, 
1661    *                   130 + ($table->points_n > 0 ? 50 : 0) + 
1662    *                   (120 * ($table->points_n / MAX_POINTS)));
1663    *       will be used when we refact notify js function following 
1664    *       photoo class logic 
1665    */ 
1666   
1667   return ($ret);
1668 }
1669
1670 function table_wellcome($user)
1671 {
1672   GLOBAL $table_wellarr, $G_lang;
1673   $ret = "";
1674
1675   for ($i = 0 ; $i < count($table_wellarr[$G_lang]) ; $i++)
1676     $ret .= sprintf('chatt_sub("%s", [2, "ChanServ: "],"%s");', "", str_replace('"', '\"', $table_wellarr[$G_lang][$i]));
1677
1678   return ($ret);
1679 }
1680
1681
1682 function briscola_show($room, $table, $user)
1683 {
1684   GLOBAL $G_lang, $mlang_bin5_bin5;
1685   $ptnadd = "";
1686   $ret = "";
1687
1688   if ($table->asta_card == 9) 
1689     $ptnadd = sprintf($mlang_bin5_bin5['call_wptn'][$G_lang], $table->asta_pnt);
1690   
1691   /* text of caller cell */
1692   if ($user->table_pos == $table->asta_win) {
1693     $prestr = sprintf('$("callerinfo").innerHTML = "%s";', $mlang_bin5_bin5['call_ycall'][$G_lang]);
1694     $ret .= sprintf($prestr, $ptnadd);
1695   }
1696   else {
1697     $prestr = sprintf('$("callerinfo").innerHTML = "%s";', $mlang_bin5_bin5['call_call'][$G_lang]);
1698     $ret .= sprintf($prestr, 
1699                     xcape($room->user[$table->player[$table->asta_win]]->name), $ptnadd);
1700   }
1701   $ret .= sprintf('set_iscalling(%d);', ($table->asta_win - $user->table_pos + BIN5_PLAYERS_N) % BIN5_PLAYERS_N);
1702
1703   $ret .= sprintf('$("caller").style.backgroundImage = \'url("img/brisk_caller_sand%d.png")\';',
1704                   $table->asta_win);
1705   $ret .= sprintf('$("callerimg").src = "img/%02d.png";', $table->briscola);
1706   $ret .= sprintf('$("caller").style.visibility = "visible";');
1707   $ret .= sprintf('$("chooseed").style.visibility = "hidden";');
1708   $ret .= sprintf('$("astalascio").style.visibility = "";');
1709   $ret .= sprintf('$("asta").style.visibility = "hidden";');
1710   $ret .= sprintf('show_astat(-2,-2,-2,-2,-2);');
1711   
1712   return ($ret);
1713 }
1714
1715
1716 function game_result($asta_pnt, $pnt)
1717 {
1718   if ($asta_pnt == 61) {
1719     if ($pnt > 60)
1720       return (1);
1721     else if ($pnt == 60)
1722       return (0);
1723     else
1724       return (-1);
1725   }
1726   else {
1727     if ($pnt >= $asta_pnt)
1728       return (1);
1729     else
1730       return (-1);
1731   }
1732 }
1733
1734 function log_points($curtime, $user, $where, $mesg) 
1735 {
1736   GLOBAL $_SERVER;
1737
1738   if (($fp = @fopen(LEGAL_PATH."/points.log", 'a')) != FALSE) {
1739     /* Unix time | session | nickname | IP | where was | mesg */
1740     fwrite($fp, sprintf("%ld|%s|%s|%s|%s|%s|%s|\n", $curtime, $user->sess,
1741                         ($user->flags & USER_FLAG_AUTH ? 'A' : 'N'),
1742                         $user->name, $_SERVER['REMOTE_ADDR'], $where , $mesg));
1743     fclose($fp);
1744   }
1745 }
1746
1747 ?>