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