log_shme() function added and DBG_SHME flag
[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                 if (($user = @shm_get_var($shm, $tok)) == FALSE) {
593                     break;
594                 }
595                 
596                 if ($sess != FALSE && $user->sess != $sess) {
597                     break;
598                 }
599                 log_only("user ==  ".($user == FALSE ?   "FALSE" : "TRUE")."  user ===  ".($user === FALSE ? "FALSE" : "TRUE")."  user isset ".(isset($user) ?   "TRUE" : "FALSE"));
600                 
601                 if ($user == FALSE) {
602                     log_only("INIT MAIN DATA");
603                     
604                     // SHSPLIT FIXME: init_data for User class ??
605                     $user = User::create($id, "", "");
606                     if (@shm_put_var($shm, $tok, $user) == FALSE) {
607                         log_shme("Bin5_user::save_data2");
608
609                         log_only("PUT_VAR FALLITA ".strlen(serialize($user)));
610                         log_only(serialize($user));
611                     }
612                 }
613                 else {
614                     if ($sess != FALSE) {
615                         // This part isn't strictly required but is good to verify
616                         // the coerence of cached and User class saved value of step field.
617                         $old_step = $user->step;
618                         $arr = Bin5_user::load_step($sess);
619                         $user->step = $arr['s'];
620                         if ($old_step != $user->step) {
621                             log_crit("Bin5:: steps are diffetents User->step ".$user->step." Old_step: ".$old_step);
622                         }
623
624                     }
625                 }
626                 
627                 $user->shm_sz = $shm_sz;
628                 
629                 shm_detach($shm);
630             }
631             
632             //  
633             // SHSPLIT: load users from the shared memory
634             //
635             return ($user);
636         } while (0);
637         
638         log_crit("Bin5_user::load_data:ret FALSE");
639         
640         return (FALSE);
641     }
642
643   static function save_data($user, $tab_id, $id) 
644   {
645       GLOBAL $sess;
646       
647       $shm =   FALSE;
648       
649       if (($tok = @ftok(FTOK_PATH."/bin5/table".$tab_id."/user".$id, "B")) == -1) {
650           return (FALSE);
651       }
652       while ($user->shm_sz < SHM_DIMS_U_MAX) {
653           if (($shm = shm_attach($tok, $user->shm_sz)) == FALSE)
654               break;
655           
656           // log_only("PUT_VAR DI ".strlen(serialize($user)));
657           if (@shm_put_var($shm, $tok, $user) != FALSE) {
658               shm_detach($shm);
659               $user->save_step();
660               log_main("User[".$id."] saved.");
661
662               log_shme("Bin5_user::save_data");
663
664               return (TRUE);
665           }
666           if (shm_remove($shm) === FALSE) {
667               log_only("REMOVE FALLITA");
668               break;
669           }
670           shm_detach($shm);
671           $user->shm_sz += SHM_DIMS_U_DLT;
672       } 
673       
674       if ($shm)
675           shm_detach($shm);
676       
677       return (FALSE);
678   }
679
680 } // end class Bin5_user
681
682
683
684 class Bin5 {
685     static $delta_t = array();
686
687   var $user;
688   var $table;
689   var $comm; // commands for many people
690   var $step; // current step of the comm array
691   // externalized var $garbage_timeout;
692   var $shm_sz;
693
694   var $table_idx;
695   var $table_token;
696
697   var $the_end;
698   var $tok;
699
700   function Bin5 ($room, $table_idx, $table_token) {
701     $this->user = array();
702     $this->table = array();
703
704     $this->the_end = FALSE;
705     $this->shm_sz = BIN5_SHM_MIN;
706     if (($this->tok = @ftok(FTOK_PATH."/bin5/table".$table_idx."/table", "B")) == -1) {
707       echo "FTOK FAILED";
708       exit;
709     }
710
711     $user  = $room->user;
712     $table = $room->table[$table_idx];
713
714     log_wr("Bin5 constructor");
715
716     for ($i = 0 ; $i < $table->player_n ; $i++) {
717       $user[$table->player[$i]]->table_token = $table_token;
718       $this->user[$i] = Bin5_user::spawn($user[$table->player[$i]], $table_idx, $i);
719     }
720     $this->table[0] = Bin5_table::spawn(&$table);
721
722     log_main("TABLE_OLD_WIN - Bin5:".$this->table[0]->old_win);
723
724     $this->table_idx = $table_idx;
725     $this->table_token = $table_token;
726     Bin5::garbage_time_expire_set(0);
727     
728     log_wr("Bin5 constructor end");
729   }
730
731
732   function get_user($sess, &$idx)
733   {
734     GLOBAL $PHP_SELF;
735
736     if (validate_sess($sess)) {
737       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
738         if (strcmp($sess, $this->user[$i]->sess) == 0) {
739           // find it
740           $idx = $i;
741           $ret = &$this->user[$i];
742           return ($ret);
743         }
744       }
745       log_main(sprintf("get_user: Wrong sess from page [%s]",$PHP_SELF));
746       // for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) 
747       // log_main(sprintf("get_user: Wrong sess compared with [%s]",$this->user[$i]->sess));
748     }
749     else {
750       log_main(sprintf("get_user: Wrong strlen [%s]",$sess));
751     }
752
753     return (FALSE);
754   }
755
756
757   function garbage_manager($force)
758   {
759     GLOBAL $G_base;
760
761     /* Garbage collector degli utenti in timeout */
762     $ismod = FALSE;
763     $curtime = time();
764     // externalized if ($force || $this->garbage_timeout < $curtime) {
765     if ($force || Bin5::garbage_time_is_expired($curtime)) {
766       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
767         $user_cur = $this->user[$i];
768         if ($user_cur->sess == "" || 
769             ($user_cur->stat == 'table' && ($user_cur->subst == 'shutdowned' || $user_cur->subst == 'shutdowner')))
770           continue;
771         
772         if ($user_cur->lacc + EXPIRE_TIME_RD < $curtime) { // Auto logout dell'utente
773           log_rd2($user_cur->sess." bin5 AUTO LOGOUT.");
774
775           if ($user_cur->stat == 'table') {
776             log_auth($user_cur->sess," bin5 Autologout session.");
777
778             /* SI DELEGA AL garbage_manager principale LA RIMOZIONE DELL'UTENTE 
779
780             $tmp_sess = $user_cur->sess;
781             $user_cur->sess = "";
782             step_unproxy($tmp_sess);
783             $user_cur->name = "";
784             $user_cur->the_end = FALSE;
785             
786             */
787
788             /* se gli altri utenti non erano d'accordo questo utente viene bannato */
789             $remcalc = $this->table[0]->exitlock_calc(&$this->user, $user_cur->table_pos);
790             if ($remcalc < 3) {
791                 require_once("${G_base}Obj/hardban.phh");
792                 Hardbans::add(($user_cur->flags & USER_FLAG_AUTH ? $user_cur->name : FALSE),
793                               $user_cur->ip, $user_cur->sess, $user_cur->laccwr + BAN_TIME);
794             }
795             //      $user->bantime = $user->laccwr + BAN_TIME;
796
797             $this->table_wakeup($user_cur);
798           }
799         }
800       }
801       log_rd2($user_cur->sess." GARBAGE UPDATED!");
802       
803       // externalized $this->garbage_timeout = $curtime + GARBAGE_TIMEOUT;
804       Bin5::garbage_time_expire_set($curtime + GARBAGE_TIMEOUT);
805
806       $ismod = TRUE;
807     }
808
809     return ($ismod);
810   }
811
812   // Bin5::load_data
813   static function load_data($table_idx, $table_token = "") 
814   {
815     $shm = FALSE;
816
817     log_wr("TABLE_FTOK ".FTOK_PATH."/bin5/table".$table_idx."/table");
818     
819     do {
820       if (($tok = @ftok(FTOK_PATH."/bin5/table".$table_idx."/table", "B")) == -1) {
821         log_main("ftok failed");
822         break;
823       }
824
825       if (($shm_sz = sharedmem_sz($tok)) == -1) {
826         log_main("shmop_open failed");
827         break;
828       }
829         
830       if (($shm = shm_attach($tok, $shm_sz)) == FALSE)
831         break;
832
833       if (($bri = @shm_get_var($shm, $tok)) == FALSE) 
834         break;
835
836       if ($table_token != "" && $bri->table_token != $table_token) {
837         log_wr("bri->table_token: ".$bri->table_token."table_token: ".$table_token);
838         break;
839       }
840       $bri->tok = $tok;
841
842       shm_detach($shm);
843       
844       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
845           if (($bri->user[$i] = Bin5_user::load_data($table_idx, $i, FALSE)) == FALSE) {
846               log_crit("Bin5_user::load_data failed");
847               break;
848           }
849       }
850       if ($i < BIN5_MAX_PLAYERS) {
851           break;
852       }
853       
854       return ($bri); 
855     } while (FALSE);
856
857     if ($shm != FALSE)
858       shm_detach($shm);
859
860     log_wr("briskin5 load_data failed");
861     
862     return (FALSE);
863   }
864   
865
866
867   function save_data($bri) 
868   {
869       GLOBAL $sess;
870       
871       $ret =   FALSE;
872       $shm =   FALSE;
873       
874       log_main("SAVE BRISKIN5 DATA");
875       
876       if (!isset($bri->tok))
877           return (FALSE);
878       
879       $user_park = array();
880       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
881           $user_park[$i] = $bri->user[$i];
882           $bri->user[$i] = FALSE;
883       }
884       
885       while ($bri->shm_sz < BIN5_SHM_MAX) {
886           if (($shm = shm_attach($bri->tok, $bri->shm_sz)) == FALSE)
887               break;
888           
889           if (@shm_put_var($shm, $bri->tok, $bri) != FALSE) {
890
891               log_shme("Bin5::save_data");
892
893               $ret = TRUE;
894               break;
895           }
896           if (shm_remove($shm) === FALSE) {
897               log_only("REMOVE FALLITA");
898               break;
899           }
900           shm_detach($shm);
901           $bri->shm_sz += BIN5_SHM_DLT;
902       } 
903       
904       if ($shm)
905           shm_detach($shm);
906       
907       // SHSPLIT: reattach users to the room class
908       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
909           Bin5_user::save_data($user_park[$i], $bri->table_idx, $i);
910           $bri->user[$i] = $user_park[$i];
911       }
912       log_load("FINISH: ".($ret == TRUE ? "TRUE" : "FALSE"));
913       
914       return ($ret);
915   }
916   
917
918
919   function destroy_data($table_idx) 
920   {
921     GLOBAL $sess;
922
923     $ret =   FALSE;
924     $shm =   FALSE;
925     log_main("DESTROY BRISKIN5 DATA");
926     
927     do {
928       log_main("DESTROY2 BRISKIN5 DATA");
929
930       if (($tok = @ftok(FTOK_PATH."/bin5/table".$table_idx."/table", "B")) == -1) 
931         break;
932
933       if (($shm = @shmop_open($tok, 'a', 0, 0)) == FALSE)
934         break;
935       
936       if (shmop_delete($shm) == 0) {
937         log_only("REMOVE FALLITA ");
938         break;
939       }
940    
941       $shm = FALSE;
942       log_main("DESTROY2 BRISKIN5 DATA SUCCESS");
943       
944       // log_main("QUI CI ARRIVA [".$bri->user[0]->name."]");
945       $ret = TRUE;
946     } while (0);
947     
948     if ($shm)
949       shm_detach($shm);
950     
951     return ($ret);
952   }
953
954   function lock_data($table_idx)
955   {
956     GLOBAL $sess; 
957     
958     log_main("lockinfo: DATA ".FTOK_PATH."/bin5/table".$table_idx."/table");
959     //  echo "LOCK: ".FTOK_PATH."/main";
960     //  exit;
961     // WARNING monitor this step
962     if (($tok = @ftok(FTOK_PATH."/bin5/table".$table_idx."/table", "B")) == -1) {
963       return (FALSE);
964     }
965     // WARNING monitor this step
966     if (($res = @sem_get($tok)) == FALSE) {
967       return (FALSE);
968     }
969     if (sem_acquire($res)) {   
970         self::$delta_t[$table_idx] = microtime(TRUE);
971         log_lock("LOCK   table [".$table_idx."]         [".self::$delta_t[$table_idx]."]");
972
973         return (new Vect(array('res' => $res, 'tab' => $table_idx)));
974     }
975     else {
976         log_lock("LOCK table ".$table_idx.":FAILED");
977         return (FALSE);
978     }
979   }
980   
981   function unlock_data($res_vect)
982   {
983     GLOBAL $sess; 
984
985     $res = $res_vect->getbyid('res');
986     $tab = $res_vect->getbyid('tab');
987
988     log_lock("UNLOCK table [".$tab."]         [".(microtime(TRUE) - (self::$delta_t[$tab]))."]");
989
990     return (sem_release($res));
991   }
992
993
994   function chatt_send($user, $mesg)
995   {
996     GLOBAL $mlang_brisk, $G_lang;
997
998     if ($user->stat == 'table') {
999       $table = &$this->table[$user->table];
1000     }
1001     
1002     $user_mesg = substr($mesg,6);
1003     
1004     $curtime = time();
1005     
1006     $dt = date("H:i ", $curtime);
1007     if (strncmp($user_mesg, "/nick ", 6) == 0) {
1008       log_main($user->sess." chatt_send BEGIN");
1009
1010       if (($name_new = validate_name(substr($user_mesg, 6))) == FALSE) {
1011           $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1012           $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['nickmust'][$G_lang]);
1013           $user->step_inc();
1014
1015           return;
1016       }
1017       $user_mesg = "COMMAND ".$user_mesg;
1018       // Search dup name
1019       // change
1020       // update local graph
1021       // update remote graphs
1022       for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1023         $user_cur = $this->user[$i];
1024         //      if ($user_cur->sess == '' || $user_cur->stat != 'room')
1025         if ($user_cur->sess == '')
1026           continue;
1027         if ($user_cur->name == $name_new) {
1028           $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1029
1030           $premsg = sprintf($mlang_brisk['nickdupl'][$G_lang], xcape($name_new));
1031           $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $premsg);
1032           $user->step_inc();
1033           break;
1034         }
1035       }
1036       if ($i == BIN5_MAX_PLAYERS) {
1037         if ($user->flags & USER_FLAG_AUTH && strcasecmp($user->name,$name_new) != 0) {
1038           if ($this->table[$user->table]->auth_only == TRUE) {
1039             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1040             $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"<b>%s</b>");', $dt, NICKSERV, $mlang_brisk['authchan'][$G_lang]);
1041             $user->step_inc();
1042             return;
1043           }
1044           else {
1045             $user->flags &= ~USER_FLAG_AUTH; // Remove auth if name changed
1046           }
1047         }
1048     
1049         $user->name = $name_new;
1050
1051         log_main($user->sess." chatt_send start set");
1052         
1053
1054         for ($i = 0 ; $i < BIN5_MAX_PLAYERS ; $i++) {
1055           log_main($user->sess." chatt_send set loop");
1056           
1057           $user_cur = &$this->user[$i];
1058           if ($user_cur->sess == '')
1059             continue;
1060           
1061           if ($user_cur->stat == 'table' && $user_cur->table == $user->table) {
1062             $table = &$this->table[$user->table];
1063             
1064             $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1065             $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('set_names([%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"]); ',
1066                       $this->user[$table->player[($user_cur->table_pos) % BIN5_PLAYERS_N]]->flags,
1067                       xcape($this->user[$table->player[($user_cur->table_pos) % BIN5_PLAYERS_N]]->name),
1068
1069                       $this->user[$table->player[($user_cur->table_pos+1) % BIN5_PLAYERS_N]]->flags,
1070                       xcape($this->user[$table->player[($user_cur->table_pos+1) % BIN5_PLAYERS_N]]->name),
1071
1072                       $this->user[$table->player[($user_cur->table_pos+2) % BIN5_PLAYERS_N]]->flags,
1073                       xcape($this->user[$table->player[($user_cur->table_pos+2) % BIN5_PLAYERS_N]]->name),
1074
1075                       (BIN5_PLAYERS_N == 3 ? 0:  $this->user[$table->player[($user_cur->table_pos+3) % BIN5_PLAYERS_N]]->flags),
1076                       (BIN5_PLAYERS_N == 3 ? "" :  xcape($this->user[$table->player[($user_cur->table_pos+3) % BIN5_PLAYERS_N]]->name)),
1077
1078                       (BIN5_PLAYERS_N == 3 ? 0:  $this->user[$table->player[($user_cur->table_pos+4) % BIN5_PLAYERS_N]]->flags),
1079                       (BIN5_PLAYERS_N == 3 ? "" :  xcape($this->user[$table->player[($user_cur->table_pos+4) % BIN5_PLAYERS_N]]->name)));
1080             if ($user_cur == $user) {
1081               $itin = ($user->flags & USER_FLAG_AUTH ? "<i>" : "");
1082               $itou = ($user->flags & USER_FLAG_AUTH ? "</i>" : "");
1083               $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('$("myname").innerHTML = "<b>%s%s%s</b>";', 
1084                                                                    $itin, xcape($user->name,ENT_COMPAT,"UTF-8"), $itou);
1085             }
1086             $user_cur->step_inc();
1087           }
1088         }
1089       }
1090     }
1091     else {
1092       for ($i = 0 ; $i < ($user->stat == 'room' ? BIN5_MAX_PLAYERS : BIN5_PLAYERS_N) ; $i++) {
1093         if ($user->stat == 'room') {
1094           $user_cur = &$this->user[$i];
1095           if ($user_cur->sess == '' || $user_cur->stat != 'room')
1096             continue;
1097         }
1098         else {
1099           $user_cur = &$this->user[$table->player[$i]];
1100         }
1101         
1102         $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1103         $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('chatt_sub("%s", [%d, "%s"],"%s");',
1104                                                              $dt, $user->flags, xcape($user->name), xcape($user_mesg));
1105         $user_cur->step_inc();
1106       }
1107       log_legal($curtime, $user, ($user->stat == 'room' ? 'room' : 'table '.$user->table_orig),$user_mesg);
1108     }
1109   }
1110
1111   function table_wakeup($user)
1112   {
1113     $table = &$this->table[0];
1114
1115     log_main("BIN5_WAKEUP begin function table  stat: ".$user->stat."  subst: ".$user->subst);
1116
1117     $curtime = time();
1118
1119     log_main("BIN5_WAKEUP from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1120     
1121     for ($i = 0 ; $i < $table->player_n ; $i++) {
1122       $user_cur = &$this->user[$i];
1123       log_main("PREIMPOST INLOOP name: ".$user_cur->name);
1124       
1125       if ($user_cur == $user)
1126         $user_cur->subst = "shutdowner";
1127       else
1128         $user_cur->subst = "shutdowned";
1129       $user_cur->laccwr = $curtime;
1130
1131       $ret = "gst.st = ".($user_cur->step+1)."; ";
1132       $ret .= 'gst.st_loc++; the_end=true; window.onbeforeunload = null; window.onunload = null; document.location.assign("../index.php");|';
1133
1134       log_wr($user_cur->sess." BIN5_WAKEUP: ".$ret);
1135       $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1136       $user_cur->step_inc();
1137     }
1138
1139     $this->the_end = TRUE;
1140   }
1141   
1142   /*
1143    *  If all players are freezed the room garbage_manager clean up table and users.
1144    */ 
1145   function is_abandoned() 
1146   {
1147     $is_ab = TRUE;
1148     $curtime = time();
1149
1150     $table = &$this->table[0];
1151
1152     for ($i = 0 ; $i < $table->player_n ; $i++) {
1153       $user_cur = &$this->user[$i];
1154
1155       if ($user_cur->lacc + (EXPIRE_TIME_RD * 2) >= $curtime) { 
1156         $is_ab = FALSE;
1157         break;
1158       }
1159     }
1160
1161     return ($is_ab);
1162   }
1163
1164
1165   static function garbage_time_is_expired($tm) 
1166   {
1167       $ret = TRUE;
1168       $fp = FALSE;
1169       do {
1170           if (file_exists(BIN5_PROXY_PATH) == FALSE)
1171               mkdir(BIN5_PROXY_PATH, 0775, TRUE);
1172           if (($fp = @fopen(BIN5_PROXY_PATH."/garbage_time.expired", 'rb')) == FALSE)
1173               break;
1174           if (($s = fread($fp, 4)) == FALSE)
1175               break;
1176           if (mb_strlen($s, "ASCII") != 4)
1177               break;
1178           $arr = unpack('Le', $s);
1179           if ($arr['e'] > $tm)
1180               $ret = FALSE;
1181       } while (0);
1182       
1183       if ($fp != FALSE)
1184           fclose($fp);
1185       
1186       log_rd2("END: return ".($ret ? "TRUE" : "FALSE"));
1187       
1188       return ($ret);
1189   }
1190
1191   static function garbage_time_expire_set($tm) 
1192   {
1193       do {
1194           if (file_exists(BIN5_PROXY_PATH) == FALSE)
1195               mkdir(BIN5_PROXY_PATH, 0775, TRUE);
1196           if (($fp = @fopen(BIN5_PROXY_PATH."/garbage_time.expired", 'wb')) == FALSE)
1197               break;
1198           fwrite($fp, pack("L",$tm));
1199           fclose($fp);
1200           
1201           return (TRUE);
1202       } while (0);
1203       
1204       return (FALSE);
1205   }
1206
1207 } // end class Bin5
1208
1209 function locshm_exists($tok)
1210 {
1211   // return (TRUE);
1212
1213   if (($id = @shmop_open($tok,"a", 0, 0)) == FALSE) {
1214     log_main($tok." SHM NOT exists");
1215
1216     return (FALSE);
1217   }
1218   else {
1219     shmop_close($id);
1220     log_main($tok." SHM exists");
1221
1222     return (TRUE);
1223   }
1224     
1225 }
1226
1227 function asta2mult($asta_pnt)
1228
1229   if ($asta_pnt > 110) 
1230     return (5);
1231   else if ($asta_pnt > 100) 
1232     return (4);
1233   else if ($asta_pnt > 90) 
1234     return (3);
1235   else if ($asta_pnt > 80) 
1236     return (2);
1237   else if ($asta_pnt > 70) 
1238     return (1);
1239   else
1240     return (0);
1241 }
1242
1243 // rendiamo qui l'elenco dei punti come return della func
1244 function calculate_points(&$table)
1245 {
1246   GLOBAL $G_all_points; 
1247
1248   $ret = array();
1249   $pro = 0;
1250
1251   if ($table->asta_pnt == 60)
1252     $table->asta_pnt = 61;
1253
1254   $table->old_reason = "";
1255   $table->old_win = $table->asta_win;
1256   $table->old_friend = $table->friend;
1257   $table->old_asta_pnt = $table->asta_pnt;
1258   $table->old_mult = $table->mult;
1259
1260   for ($i = 0 ; $i < (BIN5_PLAYERS_N == 5 ? 40 : 24) ; $i++) {
1261     // for ($i = 0 ; $i < 40 ; $i++) {
1262     $ctt = $table->card[$i]->value % 10;
1263     $own = $table->card[$i]->owner;
1264     if ($own == $table->asta_win || $own == $table->friend) 
1265       $pro += $G_all_points[$ctt];
1266   }
1267
1268   log_wr(sprintf("PRO: [%d]", $pro));
1269
1270   
1271   if ($table->asta_pnt == 61 && $pro == 60) { // PATTA !
1272     $table->points[$table->points_n % MAX_POINTS] = array();
1273     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1274       $table->points[$table->points_n % MAX_POINTS][$i] = 0;
1275       $ret[$i] = 0;
1276     }
1277     $table->points_n++;
1278     $table->old_pnt = $pro;
1279     $table->mult += 1;
1280
1281     return($ret);
1282   }
1283
1284   if ($pro >= $table->asta_pnt) 
1285     $sig = 1;
1286   else
1287     $sig = -1;
1288
1289   $gamult = asta2mult($table->asta_pnt);
1290   
1291   $table->points[$table->points_n % MAX_POINTS] = array();
1292   for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1293     if ($i == $table->asta_win) 
1294       $pt = ($i == $table->friend ? 4 : 2);
1295     else if ($i == $table->friend) 
1296       $pt = 1;
1297     else
1298       $pt = -1;
1299     
1300     
1301
1302     log_wr(sprintf("PRO: pt[%d][%d] = %d", $table->points_n % MAX_POINTS, $i, $pt));
1303
1304     $pt = $pt * $sig * ($gamult + $table->mult) * ($pro == 120 ? 2 : 1);
1305
1306     log_wr(sprintf("PRO:[%d][%d][%d]", $sig, $table->mult, ($pro == 120 ? 2 : 1)));
1307     
1308     $table->points[$table->points_n % MAX_POINTS][$i] = $pt;
1309     $table->total[$i] += $pt;
1310     $ret[$i] = $pt;
1311   }
1312   $table->points_n++;
1313   $table->old_pnt = $pro;
1314   $table->mult = 1;
1315   
1316   return($ret);
1317 }
1318
1319 /* show table 
1320 is_transition (is from room to table ?)
1321 is_again      (is another game)
1322
1323 Examples                    of $is_transition, $is_again:
1324   from reload of the page:              FALSE, FALSE
1325   from sitdown in room:                  TRUE, FALSE
1326   from table: asta cmd e tutti passano:  TRUE, TRUE
1327   from table: fine partita:              TRUE, TRUE
1328  */
1329 function show_table(&$room, &$user, $sendstep, $is_transition, $is_again)
1330 {
1331   $table_idx = $user->table;
1332   $table     = $room->table[$table_idx];
1333   $table_pos = $user->table_pos;
1334
1335   $ret = "table_init();";
1336   $ret .= $table->exitlock_show(&$room->user, $table_pos);
1337   if (!$is_again) {
1338     /* GENERAL STATUS */
1339     $ret .= sprintf( 'gst.st = %d; stat = "%s"; subst = "%s"; table_pos = %d;',
1340                      $sendstep, $user->stat, $user->subst, $table_pos);
1341
1342     log_rd(sprintf( 'SHOW_TABLE: gst.st = %d; stat = "%s"; subst = "%s"; table_pos = %d;', $sendstep, $user->stat, $user->subst, $table_pos));
1343
1344     /* BACKGROUND */
1345     $ret .= "background_set();";
1346     
1347     /* USERS INFO */
1348     $itin = ($user->flags & USER_FLAG_AUTH ? "<i>" : "");
1349     $itou = ($user->flags & USER_FLAG_AUTH ? "</i>" : "");
1350
1351     $ret .= sprintf('$("myname").innerHTML = "<b>%s%s%s</b>";', $itin, xcape($user->name), $itou);
1352     $ret .= sprintf('set_names([%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"]); ',
1353                     $room->user[$table->player[($table_pos) % BIN5_PLAYERS_N]]->flags,
1354                     xcape($room->user[$table->player[($table_pos) % BIN5_PLAYERS_N]]->name),
1355
1356                     $room->user[$table->player[($table_pos+1) % BIN5_PLAYERS_N]]->flags,
1357                     xcape($room->user[$table->player[($table_pos+1) % BIN5_PLAYERS_N]]->name),
1358
1359                     $room->user[$table->player[($table_pos+2) % BIN5_PLAYERS_N]]->flags,
1360                     xcape($room->user[$table->player[($table_pos+2) % BIN5_PLAYERS_N]]->name),
1361
1362                     (BIN5_PLAYERS_N == 3 ? 0 : $room->user[$table->player[($table_pos+3) % BIN5_PLAYERS_N]]->flags),
1363                     (BIN5_PLAYERS_N == 3 ? "" :  xcape($room->user[$table->player[($table_pos+3) % BIN5_PLAYERS_N]]->name)),
1364
1365                     (BIN5_PLAYERS_N == 3 ? 0 : $room->user[$table->player[($table_pos+4) % BIN5_PLAYERS_N]]->flags),
1366                     (BIN5_PLAYERS_N == 3 ? "" :  xcape($room->user[$table->player[($table_pos+4) % BIN5_PLAYERS_N]]->name)));
1367   }
1368   /* NOTIFY FOR THE CARD MAKER */
1369   if ($is_transition) { //  && $user->subst ==  "asta" superfluo
1370     $ret .= show_table_info(&$room, &$table, $table_pos);
1371   }
1372   if (!$is_again) 
1373     $ret .= table_wellcome($user);
1374
1375   if ($is_transition && !$is_again) { // appena seduti al tavolo, play della mucca
1376     $ret .= playsound("cow.mp3");
1377   }
1378
1379
1380   /* CARDS */
1381   if ($is_transition) { //  && $user->subst ==  "asta" superfluo
1382     $ret .= "|";
1383     
1384     for ($i = 0 ; $i < 8 ; $i++) {
1385       for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++) {
1386         $ct = 0;
1387         for ($o = 0 ; $o < (BIN5_PLAYERS_N == 5 ? 40 : 24) && $ct < $i+1 ; $o++) {
1388           // for ($o = 0 ; $o < 40 && $ct < $i+1 ; $o++) {
1389           if ($table->card[$o]->owner == (($e + $table->gstart) % BIN5_PLAYERS_N)) {
1390             $ct++;
1391             if ($ct == $i+1)
1392               break;
1393           }
1394         }
1395         log_rd("O ".$o." VAL ".$table->card[$o]->value." Owner: ".$table->card[$o]->owner);
1396         
1397         $ret .= sprintf( ' card_send(%d,%d,%d,%8.2f,%d);|', ($table->gstart + $e) % BIN5_PLAYERS_N, 
1398                          $i, ((($e + BIN5_PLAYERS_N - $table_pos + $table->gstart) % BIN5_PLAYERS_N) == 0 ?
1399                               $table->card[$o]->value : -1), 
1400                          ($i == 7 && $e == (BIN5_PLAYERS_N - 1) ? 1 : 0.5),$i+1);
1401       }
1402     }    
1403   }
1404   else {
1405     $taked  = array(0,0,0,0,0);
1406     $inhand = array(0,0,0,0,0);
1407     $ontabl  = array(-1,-1,-1,-1,-1);
1408     $cards  = array();
1409
1410     for ($i = 0 ; $i < (BIN5_PLAYERS_N == 5 ? 40 : 24) ; $i++) {
1411       // for ($i = 0 ; $i < 40 ; $i++) {
1412       if ($table->card[$i]->stat == 'hand') {
1413         if ($table->card[$i]->owner == $table_pos) {
1414           $cards[$inhand[$table->card[$i]->owner]] = $table->card[$i]->value;
1415         }
1416         $inhand[$table->card[$i]->owner]++;
1417       }
1418       else if ($table->card[$i]->stat == 'take') {
1419         log_main("Card taked: ".$table->card[$i]->value."OWN: ".$table->card[$i]->owner);
1420         $taked[$table->card[$i]->owner]++;
1421       }
1422       else if ($table->card[$i]->stat == 'table') {
1423         $ontabl[$table->card[$i]->owner] = $i;
1424       }
1425     }
1426     $logg = "\n";
1427     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1428       $logg .= sprintf("INHAND: %d   IN TABLE %d   TAKED %d\n", $inhand[$i], $ontabl[$i], $taked[$i]);
1429     }
1430     log_main("Stat table: ".$logg);
1431
1432     /* Set ours cards. */
1433     $oursarg = "";
1434     for ($i = 0 ; $i < $inhand[$table_pos] ; $i++) 
1435       $oursarg .= ($i == 0 ? "" : ", ").$cards[$i];
1436     for ($i = $inhand[$table_pos] ; $i < 8 ; $i++) 
1437       $oursarg .= ($i == 0 ? "" : ", ")."-1";
1438     $ret .= sprintf('card_setours(%s);', $oursarg);
1439
1440     /* Dispose all cards */
1441     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1442       /* Qui sotto al posto di + 1 c'era + ->gstart ... credo in modo errato */
1443       $ret .= sprintf('cards_dispose(%d,%d,%d);', $i,
1444                       ($inhand[$i] <= 8 ? $inhand[$i] : 8)  , $taked[$i]);
1445
1446       if ($ontabl[$i] != -1) {
1447         $ret .= sprintf('card_place(%d,%d,%d,%d,%d);',$i, $inhand[$i], 
1448                         $table->card[$ontabl[$i]]->value, 
1449                         $table->card[$ontabl[$i]]->x, $table->card[$ontabl[$i]]->y);
1450       }
1451     }
1452   }
1453
1454   /* Show auction */
1455   if ($user->subst == 'asta') {
1456
1457     /* show users auction status */
1458     $showst = "";
1459     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1460       $user_cur = &$room->user[$table->player[$i]];
1461       $showst .= sprintf("%s%d", ($i == 0 ? "" : ", "), 
1462                          ($user_cur->asta_card < 9 ? $user_cur->asta_card : $user_cur->asta_pnt));
1463     }
1464     if (BIN5_PLAYERS_N == 3)
1465         $showst .= ",-2,-2";
1466     $ret .= sprintf('document.title = "Brisk - Tavolo %d (asta)";', $user->table_orig);
1467     $ret .= sprintf('show_astat(%s);', $showst);
1468
1469     if ($table->asta_win != -1 && $table->asta_win == $table_pos) {
1470       /* show card chooser */
1471       $ret .= sprintf('choose_seed(%s); $("astalascio").style.visibility = ""; $("asta").style.visibility = "hidden";',
1472                       $table->asta_card);
1473     }
1474     else {
1475       /* show auction */
1476       if ($table_pos == ($table->gstart % BIN5_PLAYERS_N) &&
1477           $table->asta_win == -1) 
1478         $ret .= sprintf('dispose_asta(%d,%d, %s);', 
1479                         $table->asta_card + 1, $table->asta_pnt+1, ($user->handpt <= 2 ? "true" : "false"));
1480       else
1481         $ret .= sprintf('dispose_asta(%d,%d, %s);',
1482                         $table->asta_card + 1, -($table->asta_pnt+1), ($user->handpt <= 2 ?  "true" : "false"));
1483     }
1484
1485     /* Remark */
1486     if ($table->asta_win == -1) { // auction case
1487       if ($table_pos == ($table->gstart % BIN5_PLAYERS_N)) 
1488         $ret .= "remark_on();";
1489       else
1490         $ret .= "remark_off();";
1491     }
1492     else { // chooseed case
1493       if ($table_pos == $table->asta_win) 
1494         $ret .= "remark_on();";
1495       else
1496         $ret .= "remark_off();";
1497     }
1498   }
1499   else if ($user->subst == 'game') {
1500     /* HIGHLIGHT */
1501     if (($table->gstart + $table->turn) % BIN5_PLAYERS_N == $table_pos) 
1502       $ret .= "is_my_time = true; remark_on();";
1503     else
1504       $ret .= "remark_off();";
1505     
1506     /* WHO CALL AND WHAT */
1507     $ret .= briscola_show($room, $table, $user);
1508     
1509   }
1510   return ($ret);
1511 } // end function show_table(...
1512
1513 function calculate_winner(&$table)
1514 {
1515   $briontab = FALSE;
1516   $ontab = array();
1517   $ontid = array();
1518   $cur_win  =  -1;
1519   $cur_val  = 100;
1520   $cur_seed = $table->briscola - ($table->briscola % 10);
1521
1522   for ($i = 0 ; $i < (BIN5_PLAYERS_N == 5 ? 40 : 24) ; $i++) {
1523     // for ($i = 0 ; $i < 40 ; $i++) {
1524     if ($table->card[$i]->stat != "table")
1525       continue;
1526
1527     log_wr(sprintf("Card On table: [%d]", $i));
1528
1529     $v = $table->card[$i]->value; 
1530     $ontab[$table->card[$i]->owner] = $v;
1531     $ontid[$table->card[$i]->owner] = $i;
1532     /* se briscola setto il flag */
1533     if (($v - ($v % 10)) == $cur_seed)
1534       $briontab = TRUE;
1535   }
1536
1537   if ($briontab == FALSE) {
1538     $cur_win  = $table->gstart;
1539     $cur_val  = $ontab[$cur_win];
1540     $cur_seed = $cur_val - ($cur_val % 10);
1541   }
1542
1543   for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1544     if (($ontab[$i] - ($ontab[$i] % 10)) == $cur_seed) {
1545       if ($ontab[$i] < $cur_val) {
1546         $cur_val = $ontab[$i];
1547         $cur_win = $i;
1548       }
1549     }
1550   }
1551
1552   for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
1553     $table->card[$ontid[$i]]->owner = $cur_win;
1554     $table->card[$ontid[$i]]->stat =  "take"; // Card stat
1555   }
1556   return ($cur_win);
1557 }
1558
1559 function show_table_info(&$room, &$table, $table_pos)
1560 {
1561   GLOBAL $G_lang, $mlang_bin5_bin5;
1562
1563   $ret = "";
1564   $user = $room->user[$table->player[$table_pos]];
1565
1566   $pnt_min = $table->points_n - MAX_POINTS < 0 ? 0 : $table->points_n - MAX_POINTS;
1567   $noty = sprintf('<table class=\"points\"><tr><th></th>');
1568   
1569   // Names.
1570   for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) 
1571     $noty .= sprintf('<th class=\"td_points\">%s</th>', xcape($room->user[$table->player[$i]]->name));
1572   $noty .= sprintf("</tr>");
1573
1574   // Points.
1575   log_main("show_table_info: pnt_min: ".$pnt_min."   Points_n: ".$table->points_n);
1576
1577   for ($i = $pnt_min ; $i < $table->points_n ; $i++) {
1578     $noty .= sprintf('<tr><th class=\"td_points\">%d</th>', $i+1);
1579     for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++) 
1580       $noty .= sprintf('<td class=\"td_points\">%d</td>', $table->points[$i % MAX_POINTS][$e]);
1581     $noty .= "</tr>";
1582   }
1583
1584   // Total points.
1585   $noty .= '<tr><th class=\"td_points\">Tot.</th>';
1586   for ($e = 0 ; $e < BIN5_PLAYERS_N ; $e++) 
1587     $noty .= sprintf('<td class=\"td_points\">%d</td>', $table->total[$e]);
1588   $noty .= "</tr></table>";
1589
1590   if ($table->old_reason != "") {
1591     $noty .= sprintf("<hr><b>%s</b><br>", xcape($table->old_reason));
1592   }
1593
1594   if ($table->old_win != -1) {
1595     log_main("TABLE_OLD_WIN:".$table->old_win);
1596     $win = $table->player[$table->old_win];
1597     log_main("TABLE_OLD_FRIEND:".$table->old_friend);
1598     $fri = $table->player[$table->old_friend];
1599
1600     $wol = game_result($table->old_asta_pnt, $table->old_pnt);
1601
1602     if ($win != $fri) {
1603       /* 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" */
1604       
1605       $noty .= sprintf($mlang_bin5_bin5['info_part'][$G_lang], 
1606                        xcape($room->user[$win]->name),
1607                        xcape($room->user[$fri]->name));
1608       if ($table->old_pnt == 120) {
1609         $noty .= sprintf($mlang_bin5_bin5['info_capp'][$G_lang]);
1610       }
1611       else {
1612         $noty .= sprintf($mlang_bin5_bin5['info_pnt'][$G_lang],
1613                          ($table->old_asta_pnt > 61 ? $mlang_bin5_bin5['info_alea'][$G_lang].$table->old_asta_pnt :
1614                           $mlang_bin5_bin5['info_more'][$G_lang]), $table->old_pnt,
1615                          ($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])));
1616       }
1617     }
1618     else {
1619       $noty .= sprintf($mlang_bin5_bin5['info_alon'][$G_lang],
1620                        xcape($room->user[$win]->name));
1621       if ($table->old_pnt == 120) {
1622         $noty .= sprintf($mlang_bin5_bin5['info_acap'][$G_lang]);
1623       }
1624       else {
1625         $noty .= sprintf($mlang_bin5_bin5['info_apnt'][$G_lang],
1626
1627                          ($table->old_asta_pnt > 61 ? $mlang_bin5_bin5['info_alea'][$G_lang].$table->old_asta_pnt :
1628                           $mlang_bin5_bin5['info_more'][$G_lang]), $table->old_pnt,
1629
1630                          ($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])));
1631       }
1632     }
1633     if (($table->old_mult + asta2mult($table->old_asta_pnt)) > 1) {
1634       $noty .= sprintf($mlang_bin5_bin5['info_omul'][$G_lang], multoval($table->old_mult + asta2mult($table->old_asta_pnt)));
1635     }
1636     $noty .= "<hr><br>";
1637   }
1638   /* MLANG: "Fai <b>tu</b> il mazzo,", "Il mazzo a <b>$unam</b>," */
1639   if ($table->mazzo == $table_pos) 
1640     $noty .= $mlang_bin5_bin5['info_yshuf'][$G_lang];
1641   else {
1642     $unam = xcape($room->user[$table->player[$table->mazzo]]->name);
1643     $noty .= sprintf($mlang_bin5_bin5['info_shuf'][$G_lang], $unam);
1644   }
1645
1646   if ($user->subst == 'asta') {
1647     if ($table->asta_win == -1)  // auction case
1648       $curplayer = $table->gstart % BIN5_PLAYERS_N;
1649     else 
1650       $curplayer = $table->asta_win;
1651   }
1652   else if ($user->subst == 'game') {
1653     $curplayer = ($table->gstart + $table->turn) % BIN5_PLAYERS_N;
1654   }
1655
1656   /* MLANG: " tocca a <b>te</b> giocare.", " tocca a <b>$unam</b> giocare.", " La partita vale <b>%s</b>.", "torna alla partita" */
1657   if ($curplayer == $table_pos) {
1658     $noty .= $mlang_bin5_bin5['info_yturn'][$G_lang];
1659   }
1660   else {
1661     $unam = xcape($room->user[$table->player[$curplayer]]->name);
1662     $noty .= sprintf($mlang_bin5_bin5['info_turn'][$G_lang], $unam);
1663   }
1664   
1665   if (($table->mult + asta2mult($table->asta_pnt)) > 1) {
1666     $noty .= sprintf($mlang_bin5_bin5['info_mult'][$G_lang], multoval($table->mult + asta2mult($table->asta_pnt)));
1667   }
1668   $noty .= "<hr><br>";
1669   $ret .= show_notify($noty, 3000, $mlang_bin5_bin5['btn_bkgame'][$G_lang], 500, 400);
1670   /* NOTE: show_notify($noty, 3000, "torna alla partita", 500, 
1671    *                   130 + ($table->points_n > 0 ? 50 : 0) + 
1672    *                   (120 * ($table->points_n / MAX_POINTS)));
1673    *       will be used when we refact notify js function following 
1674    *       photoo class logic 
1675    */ 
1676   
1677   return ($ret);
1678 }
1679
1680 function table_wellcome($user)
1681 {
1682   GLOBAL $table_wellarr, $G_lang;
1683   $ret = "";
1684
1685   for ($i = 0 ; $i < count($table_wellarr[$G_lang]) ; $i++)
1686     $ret .= sprintf('chatt_sub("%s", [2, "ChanServ: "],"%s");', "", str_replace('"', '\"', $table_wellarr[$G_lang][$i]));
1687
1688   return ($ret);
1689 }
1690
1691
1692 function briscola_show($room, $table, $user)
1693 {
1694   GLOBAL $G_lang, $mlang_bin5_bin5;
1695   $ptnadd = "";
1696   $ret = "";
1697
1698   if ($table->asta_card == 9) 
1699     $ptnadd = sprintf($mlang_bin5_bin5['call_wptn'][$G_lang], $table->asta_pnt);
1700   
1701   /* text of caller cell */
1702   if ($user->table_pos == $table->asta_win) {
1703     $prestr = sprintf('$("callerinfo").innerHTML = "%s";', $mlang_bin5_bin5['call_ycall'][$G_lang]);
1704     $ret .= sprintf($prestr, $ptnadd);
1705   }
1706   else {
1707     $prestr = sprintf('$("callerinfo").innerHTML = "%s";', $mlang_bin5_bin5['call_call'][$G_lang]);
1708     $ret .= sprintf($prestr, 
1709                     xcape($room->user[$table->player[$table->asta_win]]->name), $ptnadd);
1710   }
1711   $ret .= sprintf('set_iscalling(%d);', ($table->asta_win - $user->table_pos + BIN5_PLAYERS_N) % BIN5_PLAYERS_N);
1712
1713   $ret .= sprintf('$("caller").style.backgroundImage = \'url("img/brisk_caller_sand%d.png")\';',
1714                   $table->asta_win);
1715   $ret .= sprintf('$("callerimg").src = "img/%02d.png";', $table->briscola);
1716   $ret .= sprintf('$("caller").style.visibility = "visible";');
1717   $ret .= sprintf('$("chooseed").style.visibility = "hidden";');
1718   $ret .= sprintf('$("astalascio").style.visibility = "";');
1719   $ret .= sprintf('$("asta").style.visibility = "hidden";');
1720   $ret .= sprintf('show_astat(-2,-2,-2,-2,-2);');
1721   
1722   return ($ret);
1723 }
1724
1725
1726 function game_result($asta_pnt, $pnt)
1727 {
1728   if ($asta_pnt == 61) {
1729     if ($pnt > 60)
1730       return (1);
1731     else if ($pnt == 60)
1732       return (0);
1733     else
1734       return (-1);
1735   }
1736   else {
1737     if ($pnt >= $asta_pnt)
1738       return (1);
1739     else
1740       return (-1);
1741   }
1742 }
1743
1744 function log_points($curtime, $user, $where, $mesg) 
1745 {
1746   GLOBAL $_SERVER;
1747
1748   if (($fp = @fopen(LEGAL_PATH."/points.log", 'a')) != FALSE) {
1749     /* Unix time | session | nickname | IP | where was | mesg */
1750     fwrite($fp, sprintf("%ld|%s|%s|%s|%s|%s|%s|\n", $curtime, $user->sess,
1751                         ($user->flags & USER_FLAG_AUTH ? 'A' : 'N'),
1752                         $user->name, $_SERVER['REMOTE_ADDR'], $where , $mesg));
1753     fclose($fp);
1754   }
1755 }
1756
1757 ?>