version updated
[brisk.git] / web / Obj / brisk.phh
1 <?php
2 /*
3  *  brisk - brisk.phh
4  *
5  *  Copyright (C) 2006-2008 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
25
26 define(BRISK_CONF, "brisk.conf.pho");
27 define(FTOK_PATH, "/var/lib/brisk");
28 define(LEGAL_PATH, "/tmp/legal_brisk");
29 define(PROXY_PATH, "/var/lib/brisk_proxy");
30 define(TABLES_N, 24);
31 define(PLAYERS_N, 3);
32 define(MAX_POINTS, 5);
33 define(MAX_PLAYERS, (20 + (PLAYERS_N * TABLES_N)));
34 define(SHM_DIMS_MIN, (50000 + 10000 * TABLES_N + 15000 * MAX_PLAYERS));
35 define(SHM_DIMS_MAX, SHM_DIMS_MIN + 1048576);
36 define(SHM_DIMS_DLT, 65536);
37  
38 define(COMM_N, 18);
39 define(COMM_GEN_N, 50);
40
41 define(CHAT_N, 3);
42 define(CHAT_ILL_TIME, 6);
43
44 define(SESS_LEN, 13);
45 define(STREAM_TIMEOUT, 20);
46 define(EXPIRE_TIME_RD, 180);
47 define(EXPIRE_TIME_SMAMMA, 360); 
48 define(EXPIRE_TIME_WAG, 10);
49 define(WAKEUP_TIME, 12); 
50 // BAN_TIME da allineare anche in commons.js
51 define(BAN_TIME, 900); 
52 define(GARBAGE_TIMEOUT, 10);
53 define(NICKSERV, "<i>BriskServ</i>");
54
55 define(DBG_ONL2, 0x0001);
56 define(DBG_ONLY, 0x0002);
57 define(DBG_MAIN, 0x0004);
58 define(DBG_READ, 0x0008);
59 define(DBG_REA2, 0x0010);
60 define(DBG_SEND, 0x0020);
61 define(DBG_LOCK, 0x0040);
62 define(DBG_WRIT, 0x0080);
63 define(DBG_LOAD, 0x0100);
64 define(DBG_AUTH, 0x0200);
65 define(DBG_CRIT, 0x0400);
66
67 define(BRISK_DEBUG, 0);
68
69 define(BRISK_SINGLE_DEBUG,0);
70 define(BRISK_SINGLE_SESS, "");
71 // define(DEBUGGING, "local");
72
73 require_once("$DOCUMENT_ROOT/Etc/".BRISK_CONF);
74
75 $G_false = FALSE;
76
77 $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 );
78 $G_brisk_version = "spawn-0.13.2";
79
80 $root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: comando /tav per annunciare i tavoli attivi - versione Beta4.',
81                         'Se vuoi iscriverti alla <a target="_blank" href="http://www.milug.org/cgi-bin/mailman/listinfo/ml-briscola">Mailing List</a>, cliccala!' );
82 $table_wellarr = 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
84
85 $G_room_help= '
86 <div style=\\"text-align: left; padding: 8px;\\">
87 <b>Descrizione</b><br>
88 Questa &egrave; un\'implementazione della briscola in cinque, cos&igrave; come &egrave; spiegata su
89 <a target=\\"_blank\\" href=\\"http://it.wikipedia.org/wiki/Briscola#Gioco_a_5\\">Wikipedia</a>; in breve &egrave; la variante con l\'asta prima sulla carta e poi sui punti.<br><br>
90 <b>Configurazione del browser.</b><br>
91 Occorre abilitare i cookies.<br>
92 <br>
93 <b>Uso del sito</b><br>
94 Potete sedervi a un tavolo o rimanere in piedi.<br>
95 Se al vostro tavolo si raggiungono i 5 giocatori inizia automaticamente la partita.<br>
96 <br>
97 <b>Partita</b><br>
98 All\'inizio vengono distribuite le carte e parte l\'asta; per partecipare all\'asta, quando sar&agrave; il vostro turno, potrete scegliere se andare avanti o passare cliccando sulle icone corrispondenti. Se si arriva ai punti, scrivete nella textbox il vostro rilancio e cliccate PUNTI.<br><br>
99 Chi vince l\'asta dovr&agrave; decidere il seme della carta scelta e inizier&agrave; la mano.<br>
100 Per giocare le carte dovrete trascinarle nel quadrato al centro del vostro schermo.<br><br>
101 Il vostro turno &egrave; sempre segnalato da una cornice verde lampeggiante intorno al quadrato al centro del vostro schermo.<br><br>
102 Durante la partita, se vorrete ricaricare la pagina, usate l\'apposito bottone \\"reload\\" in basso a destra.<br>
103 Dopo che &egrave; iniziata una partita per uscirne dovete chiedere agli altri giocatori di sbloccarla cliccando sul lucchetto. Se non si segue questa prassi, una volta usciti, non vi potrete sedere a nessun tavolo per '.floor(BAN_TIME/60).' minuti.
104 <dl>
105 <dt><b>Comandi della chat</b>
106 <dd><b>/nick <i>&lt;nuovo_nickname&gt;</i></b> - cambio di nickname
107 <dd><b>/tav <i>&lt;frase di invitogt;</i></b> - invito per gli altri giocatori al tavolo dove si &egrave; seduti 
108 </dl>
109 </div>
110 ';
111
112 $G_room_about= '<br>
113 <div id=\\"header\\" class=\\"header\\">
114   <img class=\\"nobo\\" src=\\"img/brisk_logo64.png\\">
115   briscola chiamata in salsa ajax
116 </div>
117 <br><b>version '.$G_brisk_version.'</b><br><br>
118 Copyright 2006-2007 <a href=\\"mailto:brisk@alternativeoutput.it\\">Matteo Nastasi</a> (aka mop)<br><br>';
119
120
121 function xcape($s)
122 {
123   $from = array (   '\\',     '@',        '|' );
124   $to   = array ( '\\\\', '&#64;', '&brvbar;' );
125
126   return (str_replace($from, $to, htmlentities($s,ENT_COMPAT,"UTF-8")));
127 }
128
129
130 class Card {
131   var $value; /* 0 - 39 card value */
132   var $stat;  /* 'bunch', 'hand', 'table', 'take' */
133   var $owner; /* (table position 0-4) */
134   // var $pos;   /* Pos in hand. */
135   var $x;     /* When played the X position on the table of the owner. */
136   var $y;     /* When played the Y position on the table of the owner. */
137
138   function Card($value, $stat, $owner)
139   {
140     $this->value = $value;
141     $this->stat  = $stat; // Card stat
142     $this->owner = $owner;
143   }
144
145   function assign($stat,$owner)
146   {
147     $this->stat  = $stat; // Card stat
148     $this->owner = $owner;
149   }
150
151   function setpos($pos)
152   {
153     $this->pos   = $pos;
154   }
155
156   function play($x,$y)
157   {
158     $this->stat = 'table'; // Card stat
159     $this->x = $x;
160     $this->y = $y;
161   }
162
163   function take($newown)
164   {
165     $this->stat = 'take'; // Card stat
166     $this->owner = $newown;
167   }
168 } // end class Card
169
170 class Table {
171   var $player;
172   var $player_n;
173   var $card;
174   var $mazzo;
175   var $gstart;
176   var $turn;
177   
178   var $wag_own;
179   var $wag_com;
180   var $wag_tout;
181
182   var $asta_pla;
183   var $asta_pla_n;
184   var $asta_card;
185   var $asta_pnt;
186   
187   var $mult;
188   var $points;    // points array
189   var $points_n;  // number of row of points
190   var $total;
191
192   var $asta_win;
193   var $briscola;
194   var $friend;
195   
196   var $old_reason;
197   var $old_asta_pnt;
198   var $old_pnt;
199   var $old_win;
200   var $old_friend;
201
202   var $table_token;
203   var $table_start;
204
205   var $wakeup_time;
206
207   function Table() 
208   {
209   }
210   
211   function &create() 
212   {
213     GLOBAL $G_false;
214
215     if (($thiz =& new Table()) == FALSE)
216       return ($G_false);
217
218     $thiz->player    =   array();
219     $thiz->player_n  =   0;
220     $thiz->card      =   FALSE;
221     $thiz->asta_pla  =   array(); // TRUE: in auction, FALSE: out of the auction
222     $thiz->asta_pla_n=  -1;
223     $thiz->asta_card =  -1;
224     $thiz->asta_pnt  =  -1;
225     $thiz->mult      =   1;
226     $thiz->points    =   array( );
227     $thiz->points_n  =   0;
228     $thiz->total     =   array( 0, 0, 0, 0, 0);
229     $thiz->asta_win  =  -1;
230     $thiz->briscola  =  -1;
231     $thiz->friend    =  -1;
232     $thiz->turn      =   0;
233
234     $thiz->wag_own   =  NULL;
235     $thiz->wag_com   =  "";
236     $thiz->wag_tout   =  0;
237
238     $thiz->old_reason   = "";
239     $thiz->old_asta_pnt = -1;
240     $thiz->old_pnt      = -1;
241     $thiz->old_win      = -1;
242     $thiz->old_friend   = -1;
243
244     $thiz->table_token  = "";
245     $thiz->table_start  = 0;
246     
247     $thiz->wakeup_time = 0;
248
249     return ($thiz);
250   }
251
252   function &clone(&$from)
253   {
254     GLOBAL $G_false;
255     
256     if (($thiz =& new Table()) == FALSE)
257       return ($G_false);
258     
259     $thiz->player = array();
260     for ($i = 0 ; $i < $from->player_n ; $i++)
261       $thiz->player[$i] = $from->player[$i];
262     $thiz->player_n = $from->player_n;
263     $thiz->card = $from->card;
264     $thiz->mazzo = $from->mazzo; // REVIEW
265     $thiz->gstart = $from->gstart;
266     $thiz->turn = $from->turn;
267
268     $thiz->wag_own   =  $from->wag_own;
269     $thiz->wag_com   =  $from->wag_com;
270     $thiz->wag_tout  =  $from->wag_taut;
271
272     $thiz->asta_pla = $from->asta_pla;
273     $thiz->asta_pla_n = $from->asta_pla_n;
274     $thiz->asta_card = $from->asta_card;
275     $thiz->asta_pnt = $from->asta_pnt;
276     
277     $thiz->mult = $from->mult;
278     $thiz->points = $from->points;
279     $thiz->points_n = $from->points_n;
280     $thiz->total = $from->total;
281     
282     $thiz->asta_win = $from->asta_win;
283     $thiz->briscola = $from->briscola;
284     $thiz->friend = $from->friend;
285     
286     $thiz->old_reason = $from->old_reason;
287     $thiz->old_asta_pnt = $from->old_asta_pnt;
288     $thiz->old_pnt = $from->old_pnt;
289     $thiz->old_win = $from->old_win;
290     $thiz->old_friend = $from->old_friend;
291
292     $thiz->table_token  = $from->table_token;
293     $thiz->table_start  = $from->table_start;
294
295     $thiz->wakeup_time = $from->wakeup_time;
296
297     return ($thiz);
298   }
299   
300   function &spawn(&$from)
301   {
302     GLOBAL $G_false;
303     
304     if (($thiz =& new Table()) == FALSE)
305       return ($G_false);
306     
307     $thiz->player_n = $from->player_n;
308     $thiz->card = &$thiz->bunch_create();
309     $thiz->mazzo = $from->mazzo;
310     $thiz->gstart = $from->gstart;
311     $thiz->turn = $from->turn;
312
313     $thiz->wag_own = $from->wag_own;
314     $thiz->wag_com = $from->wag_com;
315     $thiz->wag_tout  =  $from->wag_taut;
316
317     $thiz->asta_pla = $from->asta_pla;
318     $thiz->asta_pla_n = $from->asta_pla_n;
319     $thiz->asta_card = $from->asta_card;
320     $thiz->asta_pnt = $from->asta_pnt;
321     
322     $thiz->mult = $from->mult;
323     $thiz->points = $from->points;
324     $thiz->points_n = $from->points_n;
325     $thiz->total = $from->total;
326     
327     $thiz->asta_win = $from->asta_win;
328     $thiz->briscola = $from->briscola;
329     $thiz->friend = $from->friend;
330     
331     $thiz->old_reason = $from->old_reason;
332     $thiz->old_asta_pnt = $from->old_asta_pnt;
333     $thiz->old_pnt = $from->old_pnt;
334     $thiz->old_win = $from->old_win;
335     $thiz->old_friend = $from->old_friend;
336
337     // players are rearranged in an dedicated array
338     $thiz->player = array();
339     for ($i = 0 ; $i < $from->player_n ; $i++)
340       $thiz->player[$i] = $i;
341
342     $thiz->table_token  = $from->table_token;
343     $thiz->table_start  = $from->table_start;
344
345     $thiz->wakeup_time = $from->wakeup_time;
346
347     return ($thiz);
348   }
349   
350   function &bunch_create()
351   {
352     $ret = array();
353
354     for ($i = 0 ; $i < 40 ; $i++) {
355       $ret[$i] =& new Card($i, 'bunch', 'no_owner');
356     }
357
358     $oret = &$ret;
359     return ($oret);
360   }
361
362   function wag_set(&$user, $mesg)
363   {
364     log_main("WAG_SET");
365
366     $this->wag_own  = &$user;
367     $this->wag_com  =  $mesg;
368     $this->wag_tout =  0;
369   }
370
371   function wag_reset($timeout)
372   {
373     log_main("WAG_RESET");
374
375     unset($this->wag_own);
376     $this->wag_own = NULL;
377     $this->wag_com  = "";
378     $this->wag_tout = $timeout;
379   }
380
381   function bunch_make()
382   {
383     $ct = array(0,0,0,0,0);
384     
385     mt_srand(make_seed());
386     
387     for ($i = 39 ; $i >= 0 ; $i--) 
388       $rest[$i] = $i;
389
390     for ($i = 39 ; $i >= 0 ; $i--) {
391       $rn = rand(0, $i);
392       
393       if ($rn == 0)
394         log_main("RND ZERO");
395       
396       $id = $rest[$rn];
397
398       $owner = $i % 5;
399       $this->card[$id]->assign('hand', $owner);
400
401       $rest[$rn] = $rest[$i];
402       // $pubbpos[$rn2] = $pubbpos[$i];
403     }
404   }
405
406   function init(&$userarr)
407   {
408     $this->mazzo    = rand(0,PLAYERS_N-1);
409     $this->points_n = 0;
410     $this->mult     = 1;
411     $this->old_win  =-1;
412     $this->old_reason = "";
413     for ($i = 0 ; $i < PLAYERS_N ; $i++) {
414       $this->total[$i] = 0;
415       $user_cur = &$userarr[$this->player[$i]];
416       $user_cur->exitislock = TRUE;
417     }
418
419     log_main("table::init: ci siamo");
420   }
421
422   function game_init(&$userarr)
423   {
424     log_rd2("GSTART 4");
425
426     $this->gstart = ($this->mazzo+1) % PLAYERS_N;
427     $this->bunch_make();
428     
429     
430     $this->asta_pla_n = PLAYERS_N;
431     $this->asta_card = -1;
432     $this->asta_pnt  = 60;
433     $this->asta_win  = -1;
434     $this->briscola  = -1;
435     $this->friend    = -1;
436     $this->turn      =  0;
437     
438     for ($i = 0 ; $i < PLAYERS_N ; $i++) {
439       $this->asta_pla[$i] = TRUE;
440       $user_cur = &$userarr[$this->player[$i]];
441       $user_cur->subst = 'asta';
442       $user_cur->asta_card = -2;
443       $user_cur->asta_pnt  = -1;
444       $user_cur->handpt = $this->hand_points($i);
445       // SEE function calculate_points(&$table)
446     }
447   }
448
449   function game_next()
450   {
451     $this->mazzo  = ($this->mazzo + 1) % PLAYERS_N;
452   }
453
454   function getPlayer($idx)
455   {
456     return ($this->player[$idx]);
457   }
458
459   function setPlayer($idx, $player)
460   {
461     $this->player[$idx] = $player;
462   }
463
464   function user_add($idx)
465   {
466     $this->player[$this->player_n] = $idx;
467     $this->player_n++;
468     
469     return ($this->player_n - 1);
470   }
471   
472   function user_rem(&$room, &$user)
473   {
474     $tabpos = $user->table_pos;
475     
476     /* verifico la consistenza dei dati */
477     if ($room->user[$this->player[$tabpos]] == $user) {
478       
479       /* aggiorna l'array dei giocatori al tavolo. */
480       for ($i = $tabpos ; $i < $this->player_n-1 ; $i++) {
481         $this->player[$i] = $this->player[$i+1];
482         $user_cur = &$room->user[$this->player[$i]];
483         $user_cur->table_pos = $i;
484       }
485       $this->player_n--;
486     }
487     else {
488       log_main("INCONSISTENCY ON TABLE.");
489     }
490   }
491
492   function hand_points($idx)
493   {
494     GLOBAL $G_all_points; 
495     
496     $tot = 0;
497     
498     for ($i = 0 ; $i < 40 ; $i++) {
499       if ($this->card[$i]->owner != $idx)
500         continue;
501
502       $ctt = $this->card[$i]->value % 10;
503       $tot += $G_all_points[$ctt];
504     }
505
506     return ($tot);
507   }
508
509   function exitlock_show(&$userarr, $table_pos)
510   {
511     $ct = $this->exitlock_calc(&$userarr, $table_pos);
512
513     $ret = sprintf('exitlock_show(%d, %s);', $ct, 
514                    ($userarr[$this->player[$table_pos]]->exitislock ? 'true' : 'false'));
515     return ($ret);
516   }
517
518   function exitlock_calc(&$userarr, $table_pos)
519   {
520     $ct = 0;
521
522     for ($i = 0 , $ct = 0 ; $i < PLAYERS_N ; $i++) {    
523       if ($userarr[$this->player[$i]]->exitislock == FALSE)
524         $ct++;
525     }
526
527     return ($ct);
528   }
529 } // end class Table
530   
531 class User {
532   var $name;       // name of the user
533   var $sess;       // session of the user
534   var $ip;         // ip of the user
535   var $lacc;       // last access (for the cleanup)
536   var $laccwr;     // last access (for the cleanup)
537   var $bantime;    // timeout to temporary ban
538   var $stat;       // status (outdoor, room, table, game, ...)
539   var $subst;      // substatus for each status   
540   var $step;       // step of the current status
541   var $trans_step; // step to enable transition between pages (disable == -1)
542   var $comm;       // commands array
543   var $asta_card;  // 
544   var $asta_pnt;   //
545   var $handpt;     // Total card points at the beginning of the current hand.
546   var $exitislock; // Player can exit from the table ?
547   var $table;      // id of the current table (if in table state)
548   var $table_pos;  // idx on the table
549   var $table_token;// token that identify a game on a table
550   var $the_end;    // Flag to change the end of the session
551
552   var $chat_lst;      // Last chat line
553   var $chattime;      // Array of chat times
554   var $chat_cur;      // Current chat line number
555   var $chat_ban;      // Time for ban chat
556   var $chat_dlt;      // Delta t for ban
557   function User() {
558   }
559
560   function &create($name, $sess, $stat = "", $subst = "", $table = -1, $ip="0.0.0.0") {
561     GLOBAL $G_false;
562
563     if (($thiz =& new User()) == FALSE)
564       return ($G_false);
565
566     $thiz->name  = $name;
567     $thiz->sess  = $sess;
568     $thiz->ip    = $ip;
569     $thiz->lacc   = time();
570     $thiz->laccwr = time();
571     $thiz->bantime = 0;
572     $thiz->stat  = $stat;
573     $thiz->subst  = $subst;
574     $thiz->step  = 1;
575     $thiz->trans_step  = -1;
576     $thiz->comm  = array();
577     $thiz->asta_card = -2;
578     $thiz->asta_pnt  = -1;
579     $thiz->handpt = -1;
580     $thiz->exitislock = TRUE;
581     
582     $thiz->chattime = array_fill(0, CHAT_N, 0);
583     $thiz->chat_cur = 0;
584     $thiz->chat_lst = "";
585     $thiz->chat_ban = 0;
586     $thiz->chat_dlt = 0;
587
588     $thiz->table = $table;
589     $thiz->table_pos = -1;
590     $thiz->table_token = "";
591
592     return ($thiz);
593   }
594
595   function &clone(&$from)
596   {
597     GLOBAL $G_false;
598     
599     if (($thiz =& new User()) == FALSE)
600       return ($G_false);
601     
602     $thiz->name       = $from->name;
603     $thiz->sess       = $from->sess;
604     $thiz->ip         = $from->ip;
605     $thiz->lacc       = $from->lacc;
606     $thiz->laccwr     = $from->laccwr;
607     $thiz->bantime    = $from->bantime;
608     $thiz->stat       = $from->stat;
609     $thiz->subst      = $from->subst;
610     $thiz->step       = $from->step;
611     $thiz->trans_step = $from->trans_step;
612     $thiz->comm       = array();
613
614     $i_start = (1 > ($from->step - COMM_N) ? 1 : ($from->step - COMM_N)); 
615     for ($i = $i_start ; $i < $from->step ; $i++) {
616       $ii = $i % COMM_N;
617       $thiz->comm[$ii] = $from->comm[$ii];
618     }
619     $thiz->asta_card  = $from->asta_card;
620     $thiz->asta_pnt   = $from->asta_pnt;
621     $thiz->handpt     = $from->handpt;
622     $thiz->exitislock = $from->exitislock;
623
624     $thiz->chattime = array();
625     for ($i = 0 ; $i < CHAT_N ; $i++)
626       $thiz->chattime[$i] = $from->chattime[$i];
627     $thiz->chat_cur = $from->chat_cur;
628     $thiz->chat_lst = $from->chat_lst;
629     $thiz->chat_ban = $from->chat_ban;
630     $thiz->chat_dlt = $from->chat_dlt;
631
632     $thiz->table      = $from->table;
633     $thiz->table_pos  = $from->table_pos;
634     $thiz->table_token = $from->table_token;
635     $thiz->the_end    = $from->the_end;
636
637     return ($thiz);
638   }
639   
640   function &spawn(&$from, $table, $table_pos)
641   {
642     GLOBAL $G_false;
643     
644     if (($thiz =& new User()) == FALSE)
645       return ($G_false);
646     
647     $thiz->name       = $from->name;
648     $thiz->sess       = $from->sess;
649     $thiz->ip         = $from->ip;
650     $thiz->lacc       = $from->lacc;
651     $thiz->laccwr     = $from->laccwr;
652     $thiz->bantime    = $from->bantime;
653     $thiz->stat       = $from->stat;
654     $thiz->subst      = $from->subst;
655     $thiz->step       = $from->step;
656     $thiz->trans_step = $from->trans_step;
657     $thiz->comm       = array();
658
659     /*
660     $i_start = (1 > ($from->step - COMM_N) ? 1 : ($from->step - COMM_N)); 
661     for ($i = $i_start ; $i < $from->step ; $i++) {
662       log_wr("TRY PUSH:".$i);
663       $ii = $i % COMM_N;
664       $thiz->comm[$ii]   = $from->comm[$ii];
665     }
666     */
667     $thiz->asta_card  = $from->asta_card;
668     $thiz->asta_pnt   = $from->asta_pnt;
669     $thiz->handpt     = $from->handpt;
670     $thiz->exitislock = $from->exitislock;
671     $thiz->the_end    = $from->the_end;
672
673     $thiz->chattime   = array_fill(0, CHAT_N, 0);
674     $thiz->chat_cur   = 0;
675     $thiz->chat_lst   = "";
676     $thiz->chat_ban   = 0;
677     $thiz->chat_dlt   = 0;
678
679     $thiz->table      = $table;
680     $thiz->table_pos  = $table_pos;
681     $thiz->table_token = $from->table_token;
682
683     return ($thiz);
684   }
685   
686   function stat_set($stat) {
687     log_main("sess: [".$this->sess. "] NEW STAT: [".$stat."]"); 
688     $this->stat = "$stat";
689     
690     /*
691     if (validate_sess($this->sess)) {
692       $fp = fopen(PROXY_PATH."/".$this->sess.".stat", 'w');
693       fwrite($fp, sprintf("%s\n",$this->stat));
694       fclose($fp);
695     }
696     */
697   }
698
699   function step_set($step) {
700     $this->step = $step;
701     
702     do {
703       if (validate_sess($this->sess) == FALSE)
704         break;
705       if (($fp = @fopen(PROXY_PATH."/".$this->sess.".step", 'w')) == FALSE)
706         break;
707       fwrite($fp, pack("l",$this->step), 4);
708       fclose($fp);
709
710       return (TRUE);
711     } while (0);
712
713     return (FALSE);
714   }
715
716   function step_inc($delta = 1) {
717     $this->step += $delta;
718     
719     if (validate_sess($this->sess)) {
720       $fp = fopen(PROXY_PATH."/".$this->sess.".step", 'w');
721       fwrite($fp, pack("l",$this->step), 4);
722       fclose($fp);
723
724       return (TRUE);
725     }
726     
727     return (FALSE);
728   }
729
730   function reset() {
731     $tmp_sess = $this->sess;
732     $this->sess = "";
733     step_unproxy($tmp_sess);
734     $this->name = "";
735     while (array_pop($this->comm) != NULL);
736     $this->step = 0;
737     $this->the_end = FALSE;
738   }
739 } // end class User
740
741
742 function step_get($sess) {
743   $fp = FALSE;
744   $ct = 0;
745   do {
746     if (validate_sess($sess) == FALSE)
747       break;
748   $ct = 1;
749     if (($fp = @fopen(PROXY_PATH."/".$sess.".step", 'rb')) == FALSE)
750       break;
751   $ct = 2;
752     if (($s = fread($fp, 4)) == FALSE)
753       break;
754   $ct = 3;
755     if (strlen($s) != 4)
756       break;
757   $ct = 4;
758     $arr = unpack('l', $s);
759     fclose($fp);
760
761     // log_rd2("A0: ".$arr[0]."  A1: ".$arr[1]);
762     return ($arr[1]);
763   } while (0);
764
765   if ($fp != FALSE)
766     fclose($fp);
767
768   log_rd2("STEP_GET: return false ".$ct);
769   return (FALSE);
770 }
771
772 function step_unproxy($sess) {
773   log_rd2("UNPROXY: ".PROXY_PATH."/".$sess.".step");
774   @unlink(PROXY_PATH."/".$sess.".step");
775 }
776
777
778 class Room {
779   var $user;
780   var $table;
781   var $comm; // commands for many people
782   var $step; // current step of the comm array
783   var $garbage_timeout;
784   var $shm_sz;
785
786   function Room () {
787     $this->user = array();
788     $this->table = array();
789
790     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
791       $this->user[$i] =& User::create("", "");
792     }
793
794     for ($i = 0 ; $i < TABLES_N ; $i++) 
795       $this->table[$i] =& Table::create();
796     $this->garbage_timeout = 0;
797   }
798
799   function garbage_manager($force)
800   {
801     $ismod = FALSE;
802
803     log_rd2("garbage_manager START");
804
805     /* Garbage collector degli utenti in timeout */
806     $curtime = time();
807     if ($force || $this->garbage_timeout < $curtime) {
808       
809       // Before all align times with table timeout
810       for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
811         $table_cur =& $this->table[$table_idx];
812         // if the table is complete and exists its shared mem we get the info about users lacc
813
814         if ($table_cur->player_n == PLAYERS_N) {
815           log_main("PLAYERS == N TABLE ".$table_idx);
816           
817           if (($sem = Briskin5::lock_data($table_idx)) != FALSE) { 
818             log_main("bin5 lock data success");
819             
820             $no_recovery = FALSE;
821             if (($bri = &Briskin5::load_data($table_idx)) != FALSE) {
822               if ($table_cur->table_token != $bri->table_token) {
823                 log_main("ERROR: not matching table_token. Room: ".$table_cur->table_token."  Table: ".$bri->table_token);
824                 log_main("ERROR: not matching table_start. Room: ".$table_cur->table_start."  Table: ".$bri->table_start);
825                 $no_recovery = TRUE;
826                 $bri = FALSE;
827               }
828             }
829             
830             if ($bri != FALSE) {
831               //
832               //  SPAWN: JOIN
833               //
834               log_main("garbage_manager: bri loaded successfully.");
835               $bri->garbage_manager(TRUE);
836               
837               $bri_table = &$bri->table[0];
838
839               // is the end of the table
840               if ($bri->the_end == TRUE) {
841                 /*
842                  *  DESTROY OF FINISHED TABLE && MOVE PLAYER TO ROOM AGAIN
843                  */
844                 log_main("garbage_manager: INSIDE THE END.");
845
846                 for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
847                   // stat must be "table" by definition
848                   $user_cur =& $this->user[$table_cur->player[$i]];
849                   $bri_user =& $bri->user[$i];
850                   
851                   $user_cur->subst      = $bri_user->subst;
852                   $user_cur->step       = $bri_user->step;
853                   $user_cur->lacc       = $bri_user->lacc;
854                   $user_cur->laccwr     = $bri_user->lacc;
855                   $user_cur->bantime    = $bri_user->bantime;
856                 }
857               
858                 $this->room_join_wakeup(&$user_cur, FALSE, 0); 
859                 $table_cur->table_token = "";
860                 $table_cur->wakeup_time = $curtime + WAKEUP_TIME;
861                 Briskin5::destroy_data($table_idx);
862               }
863               else {
864                 log_main("gm:: save_data");
865
866                 for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
867                   $this->user[$table_cur->player[$i]]->lacc = $bri->user[$i]->lacc;
868                 }
869               
870                 Briskin5::save_data(&$bri);
871               }
872             } // else if (($bri = &Briskin5::load_data($table_idx)) != FALSE) {
873             else if ($no_recovery == FALSE) {
874               log_crit("ERROR: table ".$table_idx." unrecoverable join");
875
876               for ($i = 0 ; $i < $table_cur->player_n ; $i++) {
877                 $user_cur = &$this->user[$table_cur->player[$i]];
878                 $user_cur->subst = "shutdowner";
879                 $user_cur->step_inc();
880                 
881                 $ret = sprintf('stat = "%s"; subst = "%s";',  $user_cur->stat, $user_cur->subst);
882                 $ret .= "gst.st = ".($user_cur->step+1)."; ";
883                 $ret .= show_notify("<br>I dati del tavolo n&deg; ".$user_cur->table." sono inconsistenti, verranno resettati.<br><br>Torni in piedi.<br><br>", 2000, "Chiudi.", 400, 110);
884                 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
885                 $user_cur->step_inc();
886               }
887
888               $this->room_join_wakeup(&$user_cur, TRUE, -2); 
889               $table_cur->table_token = "";
890             }
891
892             Briskin5::unlock_data($sem);
893           } // bri::lock_data
894         } //  if ($table_cur->player_n == PLAYERS_N) {
895       } //  for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
896     
897       log_rd2("out new loop.");
898                 
899       for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
900         $user_cur = &$this->user[$i];
901         
902         log_rd2("User: ".$user_cur->name."  stat: ".$user_cur->stat."  subst: ".$user_cur->subst);
903           
904         if ($user_cur->sess == "") 
905           continue;
906         
907         if ($user_cur->lacc + EXPIRE_TIME_RD < $curtime) {
908           // Auto logout dell'utente
909           log_rd2("AUTO LOGOUT.".($user_cur->lacc + EXPIRE_TIME_RD)." curtime ".$curtime);
910           
911           if ($user_cur->stat == 'table' || $user_cur->stat == 'room') {
912             log_auth($user_cur->sess, "Autologout session.");
913             
914             $user_cur->reset();
915             /* factorized with ->reset()
916             $tmp_sess = $user_cur->sess;
917             $user_cur->sess = "";
918             step_unproxy($tmp_sess);
919             $user_cur->name = "";
920             while (array_pop($user_cur->comm) != NULL);
921             $user_cur->step = 0;
922             $user_cur->the_end = FALSE;
923             */
924             
925             log_rd2("AUTO LOGOUT.");
926             if ($user_cur->subst == 'sitdown' || $user_cur->stat == 'table')
927               $this->room_wakeup(&$user_cur);
928             else if ($user_cur->subst == 'standup')
929               $this->room_outstandup(&$user_cur);
930             else
931               log_rd2("LOGOUT FROM WHAT ???");
932           }
933         }
934
935         if ($user_cur->laccwr + EXPIRE_TIME_SMAMMA < $curtime) { // lo rimettiamo in piedi
936           if ($user_cur->stat == 'room' && $user_cur->subst == 'sitdown') {
937             $this->room_wakeup(&$user_cur);
938             $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
939             $user_cur->comm[$user_cur->step % COMM_N] .=  show_notify("<br>Sei stato inattivo per ".(EXPIRE_TIME_SMAMMA/60.0)." minuti. <br><br>Quindi ritorni tra i <b>Giocatori in piedi</b>.", 0, "torna ai tavoli", 400, 100);
940             $user_cur->step_inc();
941           }
942         }
943       }
944       log_rd2("GARBAGE UPDATED!");
945       
946       $this->garbage_timeout = time() + GARBAGE_TIMEOUT;
947       $ismod = TRUE;
948     }
949
950     return ($ismod);
951   }
952
953   function show_room($user_step, &$user)
954   {
955     log_main("show_room: username: ".$user->name);
956     
957     
958     $ret = sprintf('gst.st = %d; ',  $user_step);
959     if ($user->subst == 'standup')
960       $ret .= "tra.show(); ";
961     else
962       $ret .= "tra.hide(); ";
963
964     $ret .= sprintf('stat = "%s";',  $user->stat);
965     
966     $ret .= root_wellcome($user);
967     $ret .= sprintf('subst = "%s";', $user->subst);
968     $ret .= sprintf('$("myname").innerHTML = "<b>%s</b>";', xcape($user->name));
969     for ($i = 0 ; $i < TABLES_N ; $i++) {
970       $ret .= $this->table_content($user, $i);
971       $act_content = table_act_content(($user->subst == 'standup'), 
972                                      $this->table[$i]->player_n, $i, $user->table);
973       $ret .= sprintf('$("table_act%d").innerHTML = "%s";', $i, $act_content);
974       if ($this->table[$i]->wag_own != NULL) 
975         $ret .= sprintf('tra.add(%d, "%s: %s"); ', $i,  $this->table[$i]->wag_own->name, $this->table[$i]->wag_com);
976       else 
977         $ret .= sprintf('tra.rem(%d); ', $i);
978     }
979     $ret .= $this->standup_content($user);
980     
981     return ($ret);
982   }
983   
984
985   function room_wakeup(&$user)
986   {
987     $table_idx = $user->table;
988     $table = &$this->table[$table_idx];
989
990     log_main("WAKEUP: begin function table:".$table_idx."  stat: ".$user->stat."  subst: ".$user->subst);
991
992     $curtime = time();
993
994     $from_table = ($user->stat == "table");
995     if ($from_table) {
996       log_main("WAKEUP: from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
997
998       for ($i = 0 ; $i < $table->player_n ; $i++) {
999         $user_cur = &$this->user[$table->player[$i]];
1000         log_main("PREIMPOST: INLOOP name: ".$user_cur->name);
1001
1002         if ($user_cur != $user) {
1003           $user_cur->stat_set("room");
1004           $user_cur->subst = "sitdown";
1005           $user_cur->laccwr = $curtime;
1006         }
1007         else if ($user->sess != "") {
1008           $user_cur->stat_set("room");
1009           $user_cur->subst = "standup";
1010           $user_cur->laccwr = $curtime;
1011           $user_cur->table = -1;
1012         }
1013       }
1014     }
1015     else {
1016       $user->stat_set("room");
1017       $user->subst = "standup";
1018       $user->laccwr = $curtime;
1019     }
1020     
1021     $remove_wagon = false;
1022     if($table->wag_own == $user) {
1023       $remove_wagon = true;
1024       $table->wag_reset($curtime);
1025       
1026     }
1027     
1028
1029     /* aggiorna l'array dei giocatori al tavolo. */
1030     $table->user_rem(&$this, &$user);
1031
1032     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1033       $user_cur = &$this->user[$i];
1034       if ($user_cur->sess == '' || $user_cur->stat != 'room')
1035         continue;
1036       
1037       log_main("VALORI: name: ".$user_cur->name."from_table: ".$from_table."  tab: ".$user_cur->table." taix: ".$table_idx."  ucur: ".$user_cur."  us: ".$user);
1038
1039       $ret = "gst.st = ".($user_cur->step+1)."; ".($remove_wagon ? sprintf("tra.rem(%d);",$table_idx) : "");
1040       if ($from_table && ($user_cur->table == $table_idx || $user_cur == $user)) {
1041         $ret .= 'gst.st_loc++; the_end=true; window.onunload = null; document.location.assign("index.php");|';
1042         // $ret .= 'gst.st_loc++; document.location.assign("index.php");|';
1043         log_main("DOCUMENT.index.php: from table");
1044       }
1045       else if ($user_cur->stat == "room") {
1046         log_main("DOCUMENT.index.php: from table");
1047
1048         $ret .= $this->table_content($user_cur, $table_idx);
1049         $ret .= $this->standup_content($user_cur);
1050         
1051         $act_content = table_act_content(FALSE, 0, $table_idx, $user->table);
1052         $ret .= sprintf('$("table_act%d").innerHTML = "%s";', $table_idx, $act_content);
1053         
1054         
1055         if ($user_cur == $user) {
1056           // set the new status 
1057           $ret .=  'subst = "standup"; tra.show(); ';
1058           // clean the action buttons in other tables
1059           for ($e = 0 ; $e < TABLES_N ; $e++) {
1060             if ($this->table[$e]->player_n < PLAYERS_N)
1061               $ret .= sprintf('$("table_act%d").innerHTML = "%s";', $e, table_act_content(TRUE, 0, $e, $user->table));
1062           }
1063         }
1064         else {
1065           $act_content = table_act_content(($user_cur->subst == 'standup'), $table->player_n, $table_idx, $user_cur->table);
1066           $ret .= sprintf('$("table_act%d").innerHTML = "%s";', $table_idx, $act_content);
1067         }
1068       }
1069       log_wr("ROOM_WAKEUP: ".$ret);
1070       $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1071       $user_cur->step_inc();
1072     }
1073   }
1074
1075   function room_join_wakeup(&$user, $update_lacc = FALSE, $trans_delta)
1076   {
1077     $table_idx = $user->table;
1078     $table = &$this->table[$table_idx];
1079     
1080     log_main("JOIN_WAKEUP: begin function table:".$table_idx."  stat: ".$user->stat."  subst: ".$user->subst);
1081
1082     $curtime = time();
1083     $user_wup = array();
1084     $user_wup_n = 0;
1085     $user_tab = array();
1086     $user_tab_n = 0;
1087     log_main("JOIN WAKEUP: from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1088     
1089     for ($i = 0 ; $i < $table->player_n ; $i++) {
1090       $user_cur = &$this->user[$table->player[$i]];
1091       log_main("PREIMPOST INLOOP name: ".$user_cur->name);
1092       if ($user_cur->sess != "") {
1093         if ($update_lacc == TRUE) {
1094           $user_cur->laccwr = $curtime;
1095         }
1096         log_main("cur: ".$user_cur->name."  subst: ".$user_cur->subst);
1097         if ($user_cur->subst == "shutdowned") {
1098           $user_cur->stat_set("room");
1099           $user_cur->subst = "sitdown";
1100         }
1101         else if ($user_cur->subst == "shutdowner") {
1102           $user_cur->stat_set("room");
1103           $user_cur->subst = "standup";
1104           $user_cur->table = -1;
1105           $user_wup[$user_wup_n++] = &$user_cur;
1106           
1107           $remove_wagon = false;
1108           if($table->wag_own == $user_cur) {
1109             $remove_wagon = true;
1110             $table->wag_reset($curtime);
1111           }
1112         }
1113         $user_tab[$user_tab_n++] = &$user_cur;
1114       }
1115     }
1116
1117     for ($wup_idx = 0 ; $wup_idx < $user_wup_n  ; $wup_idx++)
1118       $table->user_rem(&$this, &$user_wup[$wup_idx]);
1119
1120     /* aggiorna l'array dei giocatori al tavolo. */
1121
1122     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1123       log_main("START LOOP");
1124       $user_cur = &$this->user[$i];
1125       if ($user_cur->sess == '' || $user_cur->stat != 'room') {
1126         log_main("name: ".$user_cur->name."skip   subst: ".$user_cur->subst);
1127         continue;
1128       }
1129
1130       log_main("___");
1131       log_main("VALORI name: ".$user_cur->name."  tab: ".$user_cur->table." taix: ".$table_idx."  ucur: ".$user_cur."  us: ".$user);
1132
1133       $ret = "gst.st = ".($user_cur->step+1)."; ".($remove_wagon ? sprintf("tra.rem(%d);",$table_idx) : "");
1134       if ($user_cur->stat == "room") {
1135         log_main("DOCUMENT.index.php from table");
1136
1137         $ret .= $this->table_content($user_cur, $table_idx);
1138         $ret .= $this->standup_content($user_cur);
1139         
1140         $act_content = table_act_content(FALSE, 0, $table_idx, $user_cur->table);
1141         $ret .= sprintf('$("table_act%d").innerHTML = "%s";', $table_idx, $act_content);
1142         
1143         for ($tab_idx = 0 ; $tab_idx < $user_tab_n  ; $tab_idx++)
1144           if ($user_cur == $user_tab[$tab_idx]) 
1145             break;
1146
1147         // for users that wakeup the room will be reconstructed by index_rd.php
1148         if ($tab_idx < $user_tab_n) {
1149           log_main("PRE show_room username: ".$user_cur->name."  STEP: ".$user_cur->step);
1150
1151 //        ARRAY_POP DISABLED
1152 //        if ($trans_delta == 0)
1153 //          while (array_pop($user_cur->comm) != NULL);
1154
1155           $user_cur->trans_step = $user_cur->step + 1 + $trans_delta;
1156           $user_cur->comm[$user_cur->step % COMM_N] = "";
1157           $user_cur->step_inc();
1158           $user_cur->comm[$user_cur->step % COMM_N] = $this->show_room(($user_cur->step + 1), &$user_cur);
1159           $user_cur->step_inc();
1160           log_main("POST show_room username: ".$user_cur->name."  STEP: ".$user_cur->step);
1161
1162           continue;
1163         }
1164         log_main("JOIN_WAKEUP wup_idx ".$wup_idx."  wup_n ".$user_wup_n);
1165
1166         log_main("JOIN_WAKEUP more");
1167         $act_content = table_act_content(($user_cur->subst == 'standup'), $table->player_n, $table_idx, $user_cur->table);
1168         $ret .= sprintf('$("table_act%d").innerHTML = "%s";', $table_idx, $act_content);
1169         log_main("JOIN_WAKEUP end more");
1170       }
1171       log_wr("ROOM_JOIN_WAKEUP: ".$ret);
1172       $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1173       $user_cur->step_inc();
1174     }
1175   }
1176
1177   function room_outstandup(&$user)
1178   {
1179     $this->room_sitdown(&$user, -1);
1180   }
1181   
1182   function table_update(&$user)
1183   {
1184     log_main("table_update: pre - USER: ".$user->name);
1185
1186     $table_idx = $user->table;
1187
1188     if ($table_idx > -1) 
1189       $table = &$this->table[$table_idx];
1190     
1191     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1192       $ret = "";
1193       $user_cur = &$this->user[$i];
1194       if ($user_cur->sess == '' || $user_cur->stat != 'room')
1195       continue;
1196       
1197       $ret = "gst.st = ".($user_cur->step+1)."; ";
1198       if ($table_idx > -1)
1199         $ret .= $this->table_content($user_cur, $table_idx);
1200       
1201       if ($user_cur == $user) {
1202         $ret .= sprintf('$("myname").innerHTML = "<b>%s</b>: ";',  xcape($user->name));
1203       }
1204       $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1205       $user_cur->step_inc();
1206     }
1207
1208     log_main("table_update: post");
1209   }
1210
1211   function room_sitdown(&$user, $table_idx)
1212   {
1213     log_main("room_sitdown ".($user == FALSE ? "USER: FALSE" : "USER: ".$user->name));
1214
1215     $train_app = "";
1216
1217     if ($table_idx > -1 && $table_idx < TABLES_N) { 
1218       $table = &$this->table[$table_idx];
1219
1220       // wagon shutdown 
1221       if ($table->wag_own != NULL && $table->player_n == PLAYERS_N) {        
1222         for ($i = 0 ; $i < TABLES_N ; $i++) {
1223           $user_cur =& $this->user[$table->player[$i]];
1224           if ($user_cur == $table->wag_own) {
1225             $train_app = sprintf("tra.rem(%d); ", $table_idx); 
1226             $table->wag_reset(time());
1227             break;
1228           }
1229         }
1230       }
1231     }
1232
1233     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1234       $ret = "";
1235       $user_cur = &$this->user[$i];
1236       if ($user_cur->sess == '' || $user_cur->stat != 'room')
1237       continue;
1238       
1239       $ret = "gst.st = ".($user_cur->step+1)."; ".$train_app;
1240       if ($table_idx > -1)
1241       $ret .= $this->table_content($user_cur, $table_idx);
1242       $ret .= $this->standup_content($user_cur);
1243       
1244       if ($user_cur == $user) {
1245         $ret .=  'subst = "sitdown"; tra.hide(); ';
1246         // clean the action buttons in other tables
1247         for ($e = 0 ; $e < TABLES_N ; $e++) {
1248           $act_content = table_act_content(FALSE, 0, $e, $user_cur->table);
1249           $ret .= sprintf('$("table_act%d").innerHTML = "%s";', $e, $act_content);
1250         }
1251       }
1252       else if ($table_idx > -1) {
1253         if ($table->player_n == PLAYERS_N) {
1254           $act_content = table_act_content(($user_cur->subst == 'standup'), PLAYERS_N, $table_idx, $user_cur->table);
1255           $ret .= sprintf('$("table_act%d").innerHTML = "%s";', $table_idx, $act_content);
1256         }
1257       }
1258       $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1259       $user_cur->step_inc();
1260     }
1261   }
1262
1263   function chatt_send(&$user, $mesg)
1264   {
1265     GLOBAL $G_alarm_passwd;
1266     $only_you = FALSE;
1267     
1268     // common settings
1269     $msg = substr($mesg,6);
1270     $timecur = time();
1271     $dt = date("H:i ", $timecur);
1272
1273     //
1274     //  Compute actions
1275     //
1276
1277     $to_user     = FALSE;
1278     $to_all      = FALSE;
1279     $to_room     = FALSE;
1280     $to_tabl     = FALSE;
1281     $update_room = FALSE;
1282
1283     if (strcmp($msg,  "/tav") == 0 || 
1284         strncmp($msg, "/tav ", 5) == 0) {
1285       do {
1286         if ($user->stat != 'room' || $user->subst != 'sitdown') {
1287           $msg = "<br>Per attivare il messaggio di segnalazione del tavolo occorre essere seduti.<br><br>";
1288           $to_user = show_notify($msg, 0, "chiudi", 400, 100);
1289
1290           break;
1291         }
1292
1293         $table = &$this->table[$user->table];
1294         
1295         if ($table->wag_own != NULL) {
1296           $msg = "<br>Il messaggio di segnalazione del tavolo &egrave; gi&agrave; attivato.<br><br>";
1297           $to_user = show_notify($msg, 0, "chiudi", 400, 100);
1298
1299           break;
1300         }
1301
1302         $dtime = $timecur - $table->wag_tout;
1303         if ($dtime  < EXPIRE_TIME_WAG) {
1304           $msg = sprintf("<br>Il messaggio di segnalazione del tavolo<br>&egrave; disattivato ancora per %d second%s.<br><br>",
1305                          EXPIRE_TIME_WAG - $dtime, (EXPIRE_TIME_WAG - $dtime == 1 ? "o" : "i"));
1306           $to_user = show_notify($msg, 0, "chiudi", 400, 100);
1307
1308           break;
1309         }
1310         
1311         $msg = substr($msg, 5);
1312         
1313         $table->wag_set($user, $msg);
1314         $to_user = sprintf('tra.add(%d, "%s");', $user->table, xcape(sprintf("%s: %s", $user->name, $msg)));
1315         $to_room = $to_user;
1316         
1317       } while (0);
1318     } // /tav chat command
1319
1320     else if (strncmp($msg, "/alarm ", 7) == 0) {
1321       $alarm_check = "/alarm ".$G_alarm_passwd." ";
1322       do {
1323         if (strncmp($msg, $alarm_check, strlen($alarm_check)) != 0) {
1324           $msg = "<br>La password digitata non &egrave; corretta.<br><br>";
1325           $to_user = show_notify($msg, 0, "chiudi", 400, 100);
1326
1327           break;
1328         }
1329
1330         $to_user = sprintf('chatt_sub("%s","Alarm <b>%s</b> inviato a tutti.");', 
1331                                $dt.NICKSERV, xcape(substr($msg, strlen($alarm_check))));
1332
1333         // $msg = "<br><b>".$dt.NICKSERV."<br><br>".xcape(substr($msg, strlen($alarm_check)))."</b><br><br>"; 
1334         $msg = sprintf("<br><b>%s%s<br><br>%s</b><br><br>",
1335                        $dt, NICKSERV, xcape(substr($msg, strlen($alarm_check))));
1336         $to_all = show_notify($msg, 0, "chiudi", 400, 120);
1337       } while (0);
1338     } // /alarm chat command
1339       
1340     else if (strncmp($msg, "/nick ", 6) == 0) {
1341       log_main("chatt_send BEGIN");
1342
1343       do {
1344         if (($name_new = validate_name(substr($msg, 6))) == FALSE) {
1345           $to_user = sprintf('chatt_sub("%s","Il nickname deve contenere almeno una lettera o una cifra.");', $dt.NICKSERV, xcape($name_new));
1346           break;
1347         }
1348
1349         $msg = "COMMAND ".$msg;
1350         for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1351           $user_cur = &$this->user[$i];
1352
1353           if ($user_cur->sess == '')
1354             continue;
1355           if ($user_cur->name == $name_new)
1356             break;
1357           }
1358         if ($i <  MAX_PLAYERS) {
1359           $to_user = sprintf('chatt_sub("%s","Nickname <b>%s</b> gi&agrave; in uso.");', $dt.NICKSERV, xcape($name_new));
1360           break;
1361         }
1362       
1363         $user->name = $name_new;
1364         
1365         log_main("chatt_send start set");
1366
1367         $update_room = TRUE;
1368       } while (0);
1369     } // nick chat command
1370
1371     else { // normal chat line
1372       if ($timecur < ($user->chat_ban + $user->chat_dlt)) {
1373         $only_you = TRUE;
1374         $user->chat_dlt = $user->chat_dlt * 2; 
1375         if ($user->chat_dlt > 120)
1376           $user->chat_dlt = 120; 
1377       }
1378       else if ($user->chat_lst == $msg)
1379         $only_you = TRUE;
1380       else if ($timecur - $user->chattime[($user->chat_cur + 1) % CHAT_N] < CHAT_ILL_TIME) {
1381         $user->chat_ban = $timecur;
1382         $user->chat_dlt = 5;
1383         $only_you = TRUE;
1384       }
1385       else {
1386         $user->chat_ban = 0;
1387         $user->chat_dlt = 0;
1388       }
1389
1390       if ($only_you) {
1391         $to_user = sprintf('chatt_sub("%s","%s");', $dt.xcape($user->name), xcape("== chat ban =="));
1392       }
1393       else {
1394         $to_user = sprintf('chatt_sub("%s","%s");', $dt.xcape($user->name), xcape($msg));
1395         $to_room = $to_user;
1396       }
1397
1398       log_legal($timecur, $user->sess, $user->name, 
1399                 ($user->stat == 'room' ? 'room' : 'table '.$user->table),$msg);
1400       
1401       $user->chat_lst = "$msg";
1402       $user->chattime[$user->chat_cur % CHAT_N] = $timecur;
1403       $user->chat_cur++;
1404     }
1405
1406     if ($to_all) {
1407       $to_room = $to_all;
1408       $to_tabl = $to_all;
1409     }
1410
1411     //
1412     //  Output to clients
1413     //
1414
1415     if ($to_user != FALSE) {
1416       $user->comm[$user->step % COMM_N] =  "gst.st = ".($user->step+1)."; ";
1417       $user->comm[$user->step % COMM_N] .= $to_user;
1418       $user->step_inc();
1419     }
1420
1421     if ($to_room != FALSE) {
1422       for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1423         $user_cur = &$this->user[$i];
1424         //      if ($user_cur->sess == '' || $user_cur->stat != 'room')
1425         if ($user_cur->sess == '' || $user_cur->stat == 'table' || $user_cur == $user)
1426           continue;
1427         
1428         $user_cur->comm[$user_cur->step % COMM_N] =  "gst.st = ".($user_cur->step+1)."; ";
1429         $user_cur->comm[$user_cur->step % COMM_N] .= $to_room; 
1430         $user_cur->step_inc();
1431       }
1432     }
1433     
1434     if ($to_tabl) {
1435       // Before all align times with table timeout
1436       for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
1437         $table_cur =& $this->table[$table_idx];
1438         // if the table is complete and exists its shared mem we get the info about users lacc
1439         
1440         if ($table_cur->player_n == PLAYERS_N) {
1441           log_main("PLAYERS == N TABLE ".$table_idx);
1442         
1443           if (($sem = Briskin5::lock_data($table_idx)) != FALSE) { 
1444             log_main("bin5 lock data success");
1445             
1446             $no_recovery = FALSE;
1447             if (($bri = &Briskin5::load_data($table_idx)) != FALSE) {
1448               if ($table_cur->table_token != $bri->table_token) {
1449                 log_main("ERROR: not matching table_token. Room: ".$table_cur->table_token."  Table: ".$bri->table_token);
1450                 $bri = FALSE;
1451               }
1452             }
1453             
1454             if ($bri != FALSE) {
1455               $bri_table = &$bri->table[0];
1456               for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
1457                 // stat must be "table" by definition
1458                 $bri_user =& $bri->user[$i];
1459               
1460                 log_main("writa: ".$user_mesg);
1461                 $bri_user->comm[$bri_user->step % COMM_N] = "gst.st = ".($bri_user->step+1)."; ";
1462                 $bri_user->comm[$bri_user->step % COMM_N] .= $to_tabl;
1463                 $bri_user->step_inc();
1464               }
1465               Briskin5::save_data(&$bri);
1466             }
1467             Briskin5::unlock_data($sem);
1468           } // bri::lock_data
1469         } //  if ($table_cur->player_n == PLAYERS_N) {
1470       } //  for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
1471     } // if ($to_tabl == true ...
1472
1473     if ($update_room) {
1474       if ($user->stat == 'room' && $user->subst == 'standup') {
1475         $this->standup_update(&$user);
1476       }
1477       else if ($user->stat == 'room' && $user->subst == 'sitdown') {
1478         log_main("chatt_send pre table update");
1479         $this->table_update(&$user);
1480         log_main("chatt_send post table update");
1481       }
1482     } // if ($update_room ...
1483
1484     return;
1485   } // function chatt_send( ...
1486
1487   function &get_user($sess, &$idx)
1488   {
1489     GLOBAL $PHP_SELF, $G_false;
1490
1491     if (validate_sess($sess)) {
1492       for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1493         if (strcmp($sess, $this->user[$i]->sess) == 0) {
1494           // find it
1495           $idx = $i;
1496           $ret = &$this->user[$i];
1497           return ($ret);
1498         }
1499       }
1500       log_main(sprintf("get_user: Wrong sess from page [%s]",$PHP_SELF));
1501       // for ($i = 0 ; $i < MAX_PLAYERS ; $i++) 
1502       // log_main(sprintf("get_user: Wrong sess compared with [%s]",$this->user[$i]->sess));
1503     }
1504     else {
1505       log_main(sprintf("get_user: Wrong strlen [%s]",$sess));
1506     }
1507
1508     return ($G_false);
1509   }
1510
1511   /*
1512    * function &add_user(&$room, &$sess, &$idx, $name, $ip)
1513    *
1514    * RETURN VALUE:
1515    *   if ($idx != -1 && ret == FALSE)  =>  duplicated nick
1516    *   if ($idx == -2 && ret == FALSE)  =>  invalid name
1517    *   if ($idx == -1 && ret == FALSE)  =>  no space left
1518    *   if (ret == TRUE)                 =>  SUCCESS
1519    */
1520   function &add_user(&$sess, &$idx, $name, $ip)
1521   {
1522     GLOBAL $G_false;
1523
1524     $idx = -1;
1525     $idfree = -1;
1526     
1527     if (($name_new = validate_name($name)) == FALSE) {
1528       $idx = -2;
1529       return ($G_false);
1530     }
1531
1532     log_auth("XXX", sprintf("ARRIVA: [%s]", $sess));
1533     if (validate_sess($sess) == FALSE) 
1534       $sess = "";
1535
1536     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1537       /* free user ? */
1538       if (strcmp($sess, $this->user[$i]->sess) == 0) {
1539         if ($idx == -1)
1540           $idx = $i;
1541       }
1542       if ($idfree == -1 && strcmp("", $this->user[$i]->sess) == 0) {
1543         $idfree = $i;
1544       }
1545       if (strcmp($this->user[$i]->name, $name_new) == 0) {
1546         $idx = $i;
1547         break;
1548       }
1549     }
1550     if ($idx == -1)
1551       $idx = $idfree;
1552
1553     log_auth("XXX", sprintf("TROVATO A QUESTO PUNTO [%d] sess [%s] name [%s]", $idx, $sess, $name_new));
1554
1555     if ($idx != -1 && $i == MAX_PLAYERS) {
1556       /* SUCCESS */
1557       $curtime = time();
1558       if ($sess == "") {
1559         $this->user[$idx]->sess = uniqid("");
1560         $sess = $this->user[$idx]->sess;
1561         
1562       }
1563       else {
1564         $this->user[$idx]->sess = $sess;
1565       }
1566       $this->user[$idx]->name = $name_new;
1567       $this->user[$idx]->stat_set("room");
1568       $this->user[$idx]->step_set(0);
1569       while (array_pop($this->user[$idx]->comm) != NULL);
1570       $this->user[$idx]->subst = "standup";
1571       $this->user[$idx]->lacc =   $curtime;
1572       $this->user[$idx]->laccwr = $curtime;
1573       $this->user[$idx]->bantime = 0;
1574       $this->user[$idx]->ip = $ip;
1575       log_main(sprintf("TROVATO LIBERO A [%d] sess [%s] name [%s]", $idx, $sess, $name_new));
1576       
1577       return ($this->user[$idx]);
1578     }
1579
1580     return ($G_false);
1581   }
1582   
1583   function standup_update(&$user)
1584   {
1585     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1586       $user_cur = &$this->user[$i];
1587       if ($user_cur->sess == '')
1588         continue;
1589
1590       log_main("STANDUP START: ".$user_cur->stat);
1591       
1592       if ($user_cur->stat == 'room') {
1593         $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ".$this->standup_content($user_cur);
1594         if ($user_cur == $user)
1595           $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('$("myname").innerHTML = "<b>%s</b>: ";',  xcape($user->name));
1596         
1597         log_main("FROM STANDUP: NAME: ".$user_cur->name." SENDED: ".$user_cur->comm[$user_cur->step % COMM_N]);
1598         
1599         $user_cur->step_inc();
1600       }
1601     }
1602   }
1603
1604   // Static functions
1605   function &init_data()
1606   {
1607     $room =& new Room();
1608     
1609     return $room;
1610   }
1611   
1612
1613   function &load_data() 
1614   {
1615     GLOBAL $G_false, $sess;
1616     $doexit = FALSE;
1617     do {
1618       if (($tok = @ftok(FTOK_PATH."/main", "B")) == -1) {
1619         log_main("ftok failed");
1620         $doexit = TRUE;
1621         break;
1622       }
1623     
1624       if (($shm_sz = sharedmem_sz($tok)) == -1) {
1625         log_main("shmop_open failed");
1626       }
1627         
1628       if ($shm_sz == -1)
1629         $shm_sz = SHM_DIMS_MIN;
1630
1631       if ($shm = shm_attach($tok, $shm_sz)) {
1632         $room = @shm_get_var($shm, $tok);
1633         
1634         log_only("bri ==  ".($room == FALSE ?   "FALSE" : "TRUE")."  bri ===  ".($room === FALSE ? "FALSE" : "TRUE")."  bri isset ".(isset($room) ?   "TRUE" : "FALSE"));
1635         if (isset($room)) 
1636           log_only("bri count ".count($room));
1637         
1638         if ($room == FALSE) {
1639           log_only("INIT MAIN DATA");
1640           
1641           $room =& Room::init_data();
1642           if (@shm_put_var($shm, $tok, $room) == FALSE) {
1643             log_only("PUT_VAR FALLITA ".strlen(serialize($room)));
1644             log_only(serialize($room));
1645           }
1646         }
1647         $room->shm_sz = $shm_sz;
1648         
1649         shm_detach($shm);
1650       }
1651       $ret = &$room;
1652       return ($ret);
1653     } while (0);
1654     
1655     if ($doexit)
1656       exit();
1657     
1658     return ($G_false);
1659   }
1660   
1661
1662   function save_data(&$room) 
1663   {
1664     GLOBAL $sess;
1665     
1666     $ret =   FALSE;
1667     $shm =   FALSE;
1668     
1669     // var_dump($room);
1670     
1671     if (($tok = @ftok(FTOK_PATH."/main", "B")) == -1) 
1672       return (FALSE);
1673     
1674     while ($room->shm_sz < SHM_DIMS_MAX) {
1675       if (($shm = shm_attach($tok, $room->shm_sz)) == FALSE)
1676         break;
1677       
1678       // log_only("PUT_VAR DI ".strlen(serialize($room)));
1679       if (shm_put_var($shm, $tok, $room) != FALSE) {
1680         shm_detach($shm);
1681         return (TRUE);
1682       }
1683       if (shm_remove($shm) === FALSE) {
1684         log_only("REMOVE FALLITA");
1685         break;
1686       }
1687       shm_detach($shm);
1688       $room->shm_sz += SHM_DIMS_DLT;
1689     } 
1690
1691     if ($shm)
1692       shm_detach($shm);
1693     
1694     return ($ret);
1695   }
1696
1697   function lock_data()
1698   {
1699     GLOBAL $sess; 
1700     
1701     //  echo "LOCK: ".FTOK_PATH."/main";
1702     //  exit;
1703     if (($tok = @ftok(FTOK_PATH."/main", "B")) == -1) {
1704       echo "FTOK FAILED";
1705       exit;
1706     }
1707     // echo "FTOK ".$tok."<br>";
1708     if (($res = sem_get($tok)) == FALSE) {
1709       echo "SEM_GET FAILED";
1710       exit;
1711     }
1712     if (sem_acquire($res)) {   
1713       log_lock("LOCK room");
1714       return ($res);
1715     }
1716     else
1717       return (FALSE);
1718   }
1719   
1720   function unlock_data($res)
1721   {
1722     GLOBAL $sess; 
1723     
1724     log_lock("UNLOCK room");
1725
1726     return (sem_release($res));
1727   }
1728
1729   function standup_content($user)
1730   {
1731     $ret = "";
1732     $content = "";
1733     
1734     if ($user->stat != 'room')
1735       return;
1736     
1737     for ($e = 0 , $ct = 0 ; $ct < 4 && $e < MAX_PLAYERS ; $e++) {
1738       if ($this->user[$e]->sess == "" || $this->user[$e]->stat != "room" || $this->user[$e]->name == "")
1739         continue;
1740       $ct++;
1741     }
1742     
1743     $content .= sprintf('<table cols=\\"%d\\" class=\\"table_standup\\">', $ct);
1744     
1745     for ($e = 0 , $ct = 0 ; $e < MAX_PLAYERS ; $e++) {
1746       if ($this->user[$e]->sess == "" || $this->user[$e]->stat != "room" || $this->user[$e]->name == "")
1747         continue;
1748       
1749       
1750       if ($this->user[$e]->subst == "standup") {
1751         if (($ct % 4) == 0) {
1752           $content .= '<tr>';
1753         }
1754         if ($this->user[$e] == $user) 
1755           { $hilion = "<b>"; $hilioff = "</b>"; }
1756         else
1757           { $hilion = ""; $hilioff = ""; }
1758         
1759         $content .= sprintf('<td class=\\"room_standup\\">%s%s%s</td>',$hilion, xcape($this->user[$e]->name), $hilioff);
1760         if (($ct % 4) == 3) {
1761           $content .= '</tr>';
1762         }
1763         $ct++;
1764       }
1765     }
1766     $content .= '</table>';
1767     
1768     $content2 = '<input class=\\"button\\" name=\\"logout\\" value=\\"Esco.\\" onclick=\\"window.onunload = null; act_logout();\\" type=\\"button\\">';
1769     $ret .= sprintf('$("standup").innerHTML = "%s";  $("esco").innerHTML = "%s";', 
1770                     $content, $content2);
1771     
1772     return ($ret);
1773   }
1774   
1775   function table_content($user, $table_idx)
1776   {
1777     $content = "";
1778     $ret = "";
1779     // TODO
1780     //
1781     //   Si possono usare i dati nella classe table
1782     //
1783     
1784     $sess = $user->sess;
1785     $table = &$this->table[$table_idx];
1786     
1787     if ($user->stat != 'room')
1788       return;
1789     
1790     for ($i = 0 ; $i < $table->player_n ; $i++) {
1791       $user_cur = &$this->user[$table->player[$i]];
1792       
1793       if ($user_cur == $user) 
1794         { $hilion = "<b>"; $hilioff = "</b>"; }
1795       else
1796         { $hilion = ""; $hilioff = ""; }
1797       
1798       log_main($user_cur->name. sprintf(" IN TABLE [%d]", $table_idx));
1799       
1800       $content .= sprintf("%s%s%s<br>",$hilion, xcape($user_cur->name), $hilioff);
1801     }
1802     /*
1803   for ( ; $i < PLAYERS_N ; $i++)
1804     $content .= "<br>";
1805     */
1806     
1807     $ret .= sprintf('$("table%d").innerHTML = "%s";', $table_idx, $content);
1808     
1809     return ($ret);
1810   }
1811
1812
1813 } // end class Room
1814
1815 function make_seed()
1816 {
1817   list($usec, $sec) = explode(' ', microtime());
1818   return (float) $sec + ((float) $usec * 100000);
1819 }
1820
1821
1822 function log_only2($log) {
1823   GLOBAL $sess;
1824
1825   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_ONL2) == 0)
1826     return;
1827
1828   if (isset($sess) == FALSE)
1829     $ssess = "XXXX";
1830   else
1831     $ssess = $sess;
1832
1833   if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_ONL2) == 0)
1834     return;
1835
1836   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
1837     fwrite($fp, sprintf("ONL2: [%s] [%s]\n", $ssess, $log));
1838     fclose($fp);
1839   }
1840 }
1841
1842 function log_crit($log) {
1843   GLOBAL $sess;
1844
1845   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_CRIT) == 0)
1846     return;
1847
1848   if (isset($sess) == FALSE)
1849     $ssess = "XXXX";
1850   else
1851     $ssess = $sess;
1852
1853   if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_CRIT) == 0)
1854     return;
1855
1856   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
1857     fwrite($fp, sprintf("CRIT: [%s] [%s]\n", $ssess, $log));
1858     fclose($fp);
1859   }
1860 }
1861
1862 function log_only($log) {
1863   GLOBAL $sess;
1864
1865   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_ONLY) == 0)
1866     return;
1867
1868   if (isset($sess) == FALSE)
1869     $ssess = "XXXX";
1870   else
1871     $ssess = $sess;
1872
1873   if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_ONLY) == 0)
1874     return;
1875
1876   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
1877     fwrite($fp, sprintf("ONLY: [%s] [%s]\n", $ssess, $log));
1878     fclose($fp);
1879   }
1880 }
1881
1882 function log_main($log) {
1883   GLOBAL $sess;
1884
1885   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_MAIN) == 0)
1886     return;
1887
1888   if (isset($sess) == FALSE)
1889     $ssess = "XXXX";
1890   else
1891     $ssess = $sess;
1892
1893   if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_MAIN) == 0)
1894     return;
1895
1896   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
1897     fwrite($fp, sprintf("MAIN: [%s] [%s]\n", $ssess, $log));
1898     fclose($fp);
1899   }
1900 }
1901
1902 function log_rd($log) {
1903   GLOBAL $sess;
1904
1905   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_READ) == 0)
1906     return;
1907
1908   if (isset($sess) == FALSE)
1909     $ssess = "XXXX";
1910   else
1911     $ssess = $sess;
1912
1913   if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_READ) == 0)
1914     return;
1915
1916   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
1917     fwrite($fp, sprintf("READ: [%s] [%s]\n", $ssess, $log));
1918     fclose($fp);
1919   }
1920 }
1921
1922 function log_rd2($log) {
1923   GLOBAL $sess;
1924
1925   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_REA2) == 0)
1926     return;
1927
1928   if (isset($sess) == FALSE)
1929     $ssess = "XXXX";
1930   else
1931     $ssess = $sess;
1932       
1933   if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_REA2) == 0)
1934     return;
1935
1936   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
1937     fwrite($fp, sprintf("REA2: [%s] [%s]\n", $ssess, $log));
1938     fclose($fp);
1939   }
1940 }
1941
1942 function log_send($log) {
1943   GLOBAL $sess;
1944
1945   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_SEND) == 0)
1946     return;
1947
1948   if (isset($sess) == FALSE)
1949     $ssess = "XXXX";
1950   else
1951     $ssess = $sess;
1952       
1953   if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_SEND) == 0)
1954     return;
1955
1956   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
1957     fwrite($fp, sprintf("SEND: [%s] [%s]\n", $ssess, $log));
1958     fclose($fp);
1959   }
1960 }
1961
1962 function log_lock($log) {
1963   GLOBAL $sess;
1964
1965   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LOCK) == 0)
1966     return;
1967
1968   if (isset($sess) == FALSE)
1969     $ssess = "XXXX";
1970   else
1971     $ssess = $sess;
1972
1973   if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LOCK) == 0)
1974     return;
1975
1976   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
1977     fwrite($fp, sprintf("LOCK: [%s] [%s]\n", $ssess, $log));
1978     fclose($fp);
1979   }
1980 }
1981
1982 function log_wr($log) {
1983   GLOBAL $sess;
1984
1985   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_WRIT) == 0)
1986     return;
1987
1988   if (isset($sess) == FALSE)
1989     $ssess = "XXXX";
1990   else
1991     $ssess = $sess;
1992       
1993   if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_WRIT) == 0)
1994     return;
1995
1996   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
1997     fwrite($fp, sprintf("WRIT: [%s] [%s]\n", $ssess, $log));
1998     fclose($fp);
1999   }
2000 }
2001
2002 function log_load($log) {
2003   GLOBAL $sess;
2004
2005   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LOAD) == 0)
2006     return;
2007
2008   if (isset($sess) == FALSE)
2009     $ssess = "XXXX";
2010   else
2011     $ssess = $sess;
2012
2013   if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LOAD) == 0)
2014     return;
2015       
2016   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2017     fwrite($fp, sprintf("LOAD: [%s] [%s]\n", $ssess, $log));
2018     fclose($fp);
2019   }
2020 }
2021
2022 function log_auth($sess, $log) {
2023   if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_AUTH) == 0)
2024     return;
2025
2026   if (( (BRISK_DEBUG | ($sess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_AUTH) == 0)
2027     return;
2028
2029   if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2030     fwrite($fp, sprintf("AUTH: [%s] [%d] [%s]\n", $sess, time(), $log));
2031     fclose($fp);
2032   }
2033 }
2034
2035
2036 function log_legal($timecur, $sess, $name, $where, $mesg) 
2037 {
2038   GLOBAL $_SERVER;
2039
2040   if (($fp = @fopen(LEGAL_PATH."/legal.log", 'a')) != FALSE) {
2041     /* Unix time | session | nickname | IP | where was | mesg */
2042     fwrite($fp, sprintf("%ld|%s|%s|%s|%s|%s|\n", $timecur, $sess, $name, $_SERVER['REMOTE_ADDR'], $where , $mesg));
2043     fclose($fp);
2044   }
2045 }
2046
2047
2048
2049
2050 function lock_banlist()
2051 {
2052   if (($tok = @ftok(FTOK_PATH."/main", "L")) == -1) {
2053     echo "FTOK FAILED";
2054     exit;
2055   }
2056   if (($res = sem_get($tok)) == FALSE) {
2057     echo "SEM_GET FAILED";
2058     exit;
2059   }
2060   if (sem_acquire($res)) 
2061     return ($res);
2062   else
2063     return (FALSE);
2064 }
2065
2066 function unlock_banlist($res)
2067 {
2068   return (sem_release($res));
2069 }
2070
2071 function table_act_content($isstanding, $sitted, $table, $cur_table)
2072 {
2073   $ret = "";
2074
2075   if ($isstanding) {
2076     if ($sitted < PLAYERS_N) {
2077       $ret = sprintf('<input type=\\"button\\" class=\\"button\\" name=\\"xhenter%d\\"  value=\\"Mi siedo.\\" onclick=\\"act_sitdown(%d);\\">', $table, $table);
2078     }
2079   }
2080   else {
2081     if ($table == $cur_table)
2082       $ret = sprintf('<input type=\\"button\\" class=\\"button\\" name=\\"xwakeup\\"  value=\\"Mi alzo.\\" onclick=\\"act_wakeup();\\">');
2083     else
2084       $ret = "";
2085   }
2086   return ($ret);
2087 }
2088
2089
2090 function show_notify($text, $tout, $butt, $w, $h)
2091 {
2092   log_main("SHOW_NOTIFY: ".$text);
2093   return sprintf('var noti = new notify(gst,"%s",%d,"%s",%d,%d);', $text, $tout, $butt, $w, $h);
2094 }
2095
2096 function briscola_show($room, $table, $user)
2097 {
2098   $ptnadd = "";
2099   $ret = "";
2100
2101   if ($table->asta_card == 9) 
2102     $ptnadd = sprintf("<br>con %d punti", $table->asta_pnt);
2103   
2104   /* text of caller cell */
2105   if ($user->table_pos == $table->asta_win) 
2106     $ret .= sprintf('$("callerinfo").innerHTML = "Chiami%s:";', $ptnadd);
2107   else 
2108     $ret .= sprintf('$("callerinfo").innerHTML = "Chiama %s%s:";', 
2109                     xcape($room->user[$table->player[$table->asta_win]]->name), $ptnadd);
2110
2111   $ret .= sprintf('$("caller").style.backgroundImage = \'url("img/brisk_caller_sand%d.png")\';',
2112                   $table->asta_win);
2113   $ret .= sprintf('$("callerimg").src = "img/%02d.png";', $table->briscola);
2114   $ret .= sprintf('$("caller").style.visibility = "visible";');
2115   $ret .= sprintf('$("chooseed").style.visibility = "hidden";');
2116   $ret .= sprintf('$("astalascio").style.visibility = "";');
2117   $ret .= sprintf('$("asta").style.visibility = "hidden";');
2118   $ret .= sprintf('show_astat(-2,-2,-2,-2,-2);');
2119   
2120   return ($ret);
2121 }
2122
2123
2124 function game_result($asta_pnt, $pnt)
2125 {
2126   if ($asta_pnt == 61) {
2127     if ($pnt > 60)
2128       return (1);
2129     else if ($pnt == 60)
2130       return (0);
2131     else
2132       return (-1);
2133   }
2134   else {
2135     if ($pnt >= $asta_pnt)
2136       return (1);
2137     else
2138       return (-1);
2139   }
2140 }
2141
2142 function multoval($mult)
2143 {
2144   if ($mult == 2)
2145     return ("doppio");
2146   else if ($mult == 4)
2147     return ("quadruplo");
2148   else
2149     return (sprintf("%d-plo", $mult));
2150 }
2151
2152 function show_table_info(&$room, &$table, $table_pos)
2153 {
2154   $ret = "";
2155   $user = &$room->user[$table->player[$table_pos]];
2156
2157   $pnt_min = $table->points_n - MAX_POINTS < 0 ? 0 : $table->points_n - MAX_POINTS;
2158   $noty = sprintf('<table class=\"points\"><tr><th></th>');
2159   
2160   // Names.
2161   for ($i = 0 ; $i < PLAYERS_N ; $i++) 
2162     $noty .= sprintf('<th class=\"td_points\">%s</th>', xcape($room->user[$table->player[$i]]->name));
2163   $noty .= sprintf("</tr>");
2164
2165   // Points.
2166   log_main("show_table_info: pnt_min: ".$pnt_min."   Points_n: ".$table->points_n);
2167
2168   for ($i = $pnt_min ; $i < $table->points_n ; $i++) {
2169     $noty .= sprintf('<tr><th class=\"td_points\">%d</th>', $i+1);
2170     for ($e = 0 ; $e < PLAYERS_N ; $e++) 
2171       $noty .= sprintf('<td class=\"td_points\">%d</td>', $table->points[$i % MAX_POINTS][$e]);
2172     $noty .= "</tr>";
2173   }
2174
2175   // Total points.
2176   $noty .= '<tr><th class=\"td_points\">Tot.</th>';
2177   for ($e = 0 ; $e < PLAYERS_N ; $e++) 
2178     $noty .= sprintf('<td class=\"td_points\">%d</td>', $table->total[$e]);
2179   $noty .= "</tr></table>";
2180
2181   if ($table->old_reason != "") {
2182     $noty .= sprintf("<hr><b>%s</b><br>", xcape($table->old_reason));
2183   }
2184
2185   if ($table->old_win != -1) {
2186     $win = $table->player[$table->old_win];
2187     $fri = $table->player[$table->old_friend];
2188
2189     $wol = game_result($table->old_asta_pnt, $table->old_pnt);
2190
2191     if ($win != $fri) {
2192       $noty .= sprintf("<hr>Nell'ultima mano ha chiamato <b>%s</b>, il socio era <b>%s</b>,<br>", 
2193                        xcape($room->user[$win]->name),
2194                        xcape($room->user[$fri]->name));
2195       if ($table->old_pnt == 120) {
2196         $noty .= sprintf("hanno fatto <b>cappotto</b> EBBRAVI!.<hr>");
2197       }
2198       else {
2199         $noty .= sprintf("dovevano fare <b>%s</b> punti e ne hanno fatti <b>%d</b>: hanno <b>%s</b>.<hr>",
2200                          ($table->old_asta_pnt > 61 ? "almeno ".$table->old_asta_pnt :
2201                           'pi&ugrave; di 60'), $table->old_pnt,
2202                          ($wol == 1 ? "vinto" : ($wol == 0 ? "pareggiato" : "perso")));
2203       }
2204     }
2205     else {
2206       $noty .= sprintf("<hr>Nell'ultima mano <b>%s</b> si &egrave; chiamato in mano,<br>", 
2207                        xcape($room->user[$win]->name));
2208       if ($table->old_pnt == 120) {
2209         $noty .= sprintf("ha fatto <b>cappotto</b> EBBRAVO!.<hr>");
2210       }
2211       else {
2212         $noty .= sprintf("doveva fare <b>%s</b> punti e ne ha fatti <b>%d</b>: ha <b>%s</b>.<hr>",
2213                          ($table->old_asta_pnt > 61 ? "almeno ".$table->old_asta_pnt :
2214                           'pi&ugrave; di 60'), $table->old_pnt,
2215                          ($wol == 1 ? "vinto" : ($wol == 0 ? "pareggiato" : "perso")));
2216       }
2217     }
2218   }
2219   if ($table->mazzo == $table_pos) 
2220     $noty .= "Fai <b>tu</b> il mazzo,";
2221   else {
2222     $unam = xcape($room->user[$table->player[$table->mazzo]]->name);
2223     $noty .= "Il mazzo a <b>$unam</b>,";
2224   }
2225
2226   if ($user->subst == 'asta') {
2227     if ($table->asta_win == -1)  // auction case
2228       $curplayer = $table->gstart % PLAYERS_N;
2229     else 
2230       $curplayer = $table->asta_win;
2231   }
2232   else if ($user->subst == 'game') {
2233     $curplayer = ($table->gstart + $table->turn) % PLAYERS_N;
2234   }
2235
2236
2237   if ($curplayer == $table_pos) {
2238     $noty .= " tocca a <b>te</b> giocare.";
2239   }
2240   else {
2241     $unam = xcape($room->user[$table->player[$curplayer]]->name);
2242     $noty .= " tocca a <b>$unam</b> giocare.";
2243   }
2244
2245   if ($table->mult > 1) {
2246     $noty .= sprintf(" La partita vale <b>%s</b>.", multoval($table->mult));
2247   }
2248   $noty .= "<hr><br>";
2249
2250   $ret .= show_notify($noty, 3000, "torna alla partita", 500, 400);
2251   
2252   return ($ret);
2253 }
2254
2255 function root_wellcome($user)
2256 {
2257   GLOBAL $root_wellarr;
2258   $ret = "";
2259
2260   $timecur = time();
2261   $dt = date("H:i ", $timecur);
2262     
2263   for ($i = 0 ; $i < count($root_wellarr) ; $i++)
2264     $ret .= sprintf('chatt_sub("%s","%s");', $dt.NICKSERV, str_replace('"', '\"', $root_wellarr[$i]));
2265
2266   return ($ret);
2267 }
2268
2269 function table_wellcome($user)
2270 {
2271   GLOBAL $table_wellarr;
2272   $ret = "";
2273
2274   for ($i = 0 ; $i < count($table_wellarr) ; $i++)
2275     $ret .= sprintf('chatt_sub("ChanServ: ","%s");', str_replace('"', '\"', $table_wellarr[$i]));
2276
2277   return ($ret);
2278 }
2279
2280
2281
2282 /* show table 
2283 is_transition (is from room to table ?)
2284 is_again      (is another game)
2285
2286 Examples                    of $is_transition, $is_again:
2287   from reload of the page:              FALSE, FALSE
2288   from sitdown in room:                  TRUE, FALSE
2289   from table: asta cmd e tutti passano:  TRUE, TRUE
2290   from table: fine partita:              TRUE, TRUE
2291  */
2292 function show_table(&$room, &$user, $sendstep, $is_transition, $is_again)
2293 {
2294   $table_idx = $user->table;
2295   $table = &$room->table[$table_idx];
2296   $table_pos = $user->table_pos;
2297
2298   $ret = "table_init();";
2299   $ret .= $table->exitlock_show(&$room->user, $table_pos);
2300   if (!$is_again) {
2301     /* GENERAL STATUS */
2302     $ret .= sprintf( 'gst.st = %d; stat = "%s"; subst = "%s"; table_pos = %d;',
2303                      $sendstep, $user->stat, $user->subst, $table_pos);
2304
2305     log_rd(sprintf( 'SHOW_TABLE: gst.st = %d; stat = "%s"; subst = "%s"; table_pos = %d;',
2306                      $sendstep, $user->stat, $user->subst, $table_pos));
2307
2308     /* BACKGROUND */
2309     $ret .= "background_set();";
2310     
2311     /* USERS INFO */
2312     $ret .= sprintf('$("myname").innerHTML = "<b>%s</b>";', xcape($user->name));
2313     $ret .= sprintf('set_names(" %s", " %s", " %s", " %s", " %s"); ',
2314                     xcape($room->user[$table->player[($table_pos)%PLAYERS_N]]->name),
2315                     xcape($room->user[$table->player[($table_pos+1)%PLAYERS_N]]->name),
2316                     xcape($room->user[$table->player[($table_pos+2)%PLAYERS_N]]->name),
2317                     (PLAYERS_N == 3 ? "" :  xcape($room->user[$table->player[($table_pos+3)%PLAYERS_N]]->name)),
2318                     (PLAYERS_N == 3 ? "" :  xcape($room->user[$table->player[($table_pos+4)%PLAYERS_N]]->name)));
2319   }
2320   /* NOTIFY FOR THE CARD MAKER */
2321   if ($is_transition) { //  && $user->subst ==  "asta" superfluo
2322     $ret .= show_table_info(&$room, &$table, $table_pos);
2323   }
2324   if (!$is_again) 
2325     $ret .= table_wellcome($user);
2326
2327   if ($is_transition && !$is_again) { // appena seduti al tavolo, play della mucca
2328     $ret .= playsound("cow.mp3");
2329   }
2330
2331
2332   /* CARDS */
2333   if ($is_transition) { //  && $user->subst ==  "asta" superfluo
2334     $ret .= "|";
2335     
2336     for ($i = 0 ; $i < 8 ; $i++) {
2337       for ($e = 0 ; $e < PLAYERS_N ; $e++) {
2338         $ct = 0;
2339         for ($o = 0 ; $o < 40 && $ct < $i+1 ; $o++) {
2340           if ($table->card[$o]->owner == (($e + $table->gstart) % PLAYERS_N)) {
2341             $ct++;
2342             if ($ct == $i+1)
2343               break;
2344           }
2345         }
2346         log_rd("O ".$o." VAL ".$table->card[$o]->value." Owner: ".$table->card[$o]->owner);
2347         
2348         $ret .= sprintf( ' card_send(%d,%d,%d,%8.2f,%d);|', ($table->gstart + $e) % PLAYERS_N, 
2349                          $i, ((($e + PLAYERS_N - $table_pos + $table->gstart) % PLAYERS_N) == 0 ?
2350                               $table->card[$o]->value : -1), 
2351                          ($i == 7 && $e == (PLAYERS_N - 1) ? 1 : 0.5),$i+1);
2352       }
2353     }    
2354   }
2355   else {
2356     $taked  = array(0,0,0,0,0);
2357     $inhand = array(0,0,0,0,0);
2358     $ontabl  = array(-1,-1,-1,-1,-1);
2359     $cards  = array();
2360
2361     for ($i = 0 ; $i < 40 ; $i++) {
2362       if ($table->card[$i]->stat == 'hand') {
2363         if ($table->card[$i]->owner == $table_pos) {
2364           $cards[$inhand[$table->card[$i]->owner]] = $table->card[$i]->value;
2365         }
2366         $inhand[$table->card[$i]->owner]++;
2367       }
2368       else if ($table->card[$i]->stat == 'take') {
2369         log_main("Card taked: ".$table->card[$i]->value."OWN: ".$table->card[$i]->owner);
2370         $taked[$table->card[$i]->owner]++;
2371       }
2372       else if ($table->card[$i]->stat == 'table') {
2373         $ontabl[$table->card[$i]->owner] = $i;
2374       }
2375     }
2376     $logg = "\n";
2377     for ($i = 0 ; $i < PLAYERS_N ; $i++) {
2378       $logg .= sprintf("INHAND: %d   IN TABLE %d   TAKED %d\n", $inhand[$i], $ontabl[$i], $taked[$i]);
2379     }
2380     log_main("Stat table: ".$logg);
2381
2382     /* Set ours cards. */
2383     $oursarg = "";
2384     for ($i = 0 ; $i < $inhand[$table_pos] ; $i++) 
2385       $oursarg .= ($i == 0 ? "" : ", ").$cards[$i];
2386     for ($i = $inhand[$table_pos] ; $i < 8 ; $i++) 
2387       $oursarg .= ($i == 0 ? "" : ", ")."-1";
2388     $ret .= sprintf('card_setours(%s);', $oursarg);
2389
2390     /* Dispose all cards */
2391     for ($i = 0 ; $i < PLAYERS_N ; $i++) {
2392       /* Qui sotto al posto di + 1 c'era + ->gstart ... credo in modo errato */
2393       $ret .= sprintf('cards_dispose(%d,%d,%d);', $i,
2394                       $inhand[$i], $taked[$i]);
2395
2396       if ($ontabl[$i] != -1) {
2397         $ret .= sprintf('card_place(%d,%d,%d,%d,%d);',$i, $inhand[$i], 
2398                         $table->card[$ontabl[$i]]->value, 
2399                         $table->card[$ontabl[$i]]->x, $table->card[$ontabl[$i]]->y);
2400       }
2401     }
2402   }
2403
2404   /* Show auction */
2405   if ($user->subst == 'asta') {
2406
2407     /* show users auction status */
2408     $showst = "";
2409     for ($i = 0 ; $i < PLAYERS_N ; $i++) {
2410       $user_cur = &$room->user[$table->player[$i]];
2411       $showst .= sprintf("%s%d", ($i == 0 ? "" : ", "), 
2412                          ($user_cur->asta_card < 9 ? $user_cur->asta_card : $user_cur->asta_pnt));
2413     }
2414     if (PLAYERS_N == 3)
2415         $showst .= ",-2,-2";
2416     $ret .= sprintf('show_astat(%s);', $showst);
2417
2418     if ($table->asta_win != -1 && $table->asta_win == $table_pos) {
2419       /* show card chooser */
2420       $ret .= sprintf('choose_seed(%s); $("astalascio").style.visibility = ""; $("asta").style.visibility = "hidden";',
2421                       $table->asta_card);
2422     }
2423     else {
2424       /* show auction */
2425       if ($table_pos == ($table->gstart % PLAYERS_N) &&
2426           $table->asta_win == -1) 
2427         $ret .= sprintf('dispose_asta(%d,%d, %s);', 
2428                         $table->asta_card + 1, $table->asta_pnt+1, ($user->handpt <= 2 ? "true" : "false"));
2429       else
2430         $ret .= sprintf('dispose_asta(%d,%d, %s);',
2431                         $table->asta_card + 1, -($table->asta_pnt+1), ($user->handpt <= 2 ?  "true" : "false"));
2432     }
2433
2434     /* Remark */
2435     if ($table->asta_win == -1) { // auction case
2436       if ($table_pos == ($table->gstart % PLAYERS_N)) 
2437         $ret .= "remark_on();";
2438       else
2439         $ret .= "remark_off();";
2440     }
2441     else { // chooseed case
2442       if ($table_pos == $table->asta_win) 
2443         $ret .= "remark_on();";
2444       else
2445         $ret .= "remark_off();";
2446     }
2447   }
2448   else if ($user->subst == 'game') {
2449     /* HIGHLIGHT */
2450     if (($table->gstart + $table->turn) % PLAYERS_N == $table_pos) 
2451       $ret .= "is_my_time = true; remark_on();";
2452     else
2453       $ret .= "remark_off();";
2454     
2455     /* WHO CALL AND WATH */
2456     $ret .= briscola_show($room, $table, $user);
2457     
2458   }
2459   return ($ret);
2460 } // end function show_table(...
2461
2462 function calculate_winner(&$table)
2463 {
2464   $briontab = FALSE;
2465   $ontab = array();
2466   $ontid = array();
2467   $cur_win  =  -1;
2468   $cur_val  = 100;
2469   $cur_seed = $table->briscola - ($table->briscola % 10);
2470
2471   for ($i = 0 ; $i < 40 ; $i++) {
2472     if ($table->card[$i]->stat != "table")
2473       continue;
2474
2475     log_wr(sprintf("Card On table: [%d]", $i));
2476
2477     $v = $table->card[$i]->value; 
2478     $ontab[$table->card[$i]->owner] = $v;
2479     $ontid[$table->card[$i]->owner] = $i;
2480     /* se briscola setto il flag */
2481     if (($v - ($v % 10)) == $cur_seed)
2482       $briontab = TRUE;
2483   }
2484
2485   if ($briontab == FALSE) {
2486     $cur_win  = $table->gstart;
2487     $cur_val  = $ontab[$cur_win];
2488     $cur_seed = $cur_val - ($cur_val % 10);
2489   }
2490
2491   for ($i = 0 ; $i < PLAYERS_N ; $i++) {
2492     if (($ontab[$i] - ($ontab[$i] % 10)) == $cur_seed) {
2493       if ($ontab[$i] < $cur_val) {
2494         $cur_val = $ontab[$i];
2495         $cur_win = $i;
2496       }
2497     }
2498   }
2499
2500   for ($i = 0 ; $i < PLAYERS_N ; $i++) {
2501     $table->card[$ontid[$i]]->owner = $cur_win;
2502     $table->card[$ontid[$i]]->stat =  "take"; // Card stat
2503   }
2504   return ($cur_win);
2505 }
2506
2507 function calculate_points(&$table)
2508 {
2509   GLOBAL $G_all_points; 
2510
2511   $pro = 0;
2512
2513   if ($table->asta_pnt == 60)
2514     $table->asta_pnt = 61;
2515
2516   $table->old_reason = "";
2517   $table->old_win = $table->asta_win;
2518   $table->old_friend = $table->friend;
2519   $table->old_asta_pnt = $table->asta_pnt;
2520
2521   for ($i = 0 ; $i < 40 ; $i++) {
2522     $ctt = $table->card[$i]->value % 10;
2523     $own = $table->card[$i]->owner;
2524     if ($own == $table->asta_win || $own == $table->friend) 
2525       $pro += $G_all_points[$ctt];
2526   }
2527
2528   log_wr(sprintf("PRO: [%d]", $pro));
2529
2530   
2531   if ($table->asta_pnt == 61 && $pro == 60) { // PATTA !
2532     $table->points[$table->points_n % MAX_POINTS] = array();
2533     for ($i = 0 ; $i < PLAYERS_N ; $i++) 
2534       $table->points[$table->points_n % MAX_POINTS][$i] = 0;
2535     $table->points_n++;
2536     $table->old_pnt = $pro;
2537     $table->mult *= 2;
2538
2539     return;
2540   }
2541
2542   if ($pro >= $table->asta_pnt) 
2543     $sig = 1;
2544   else
2545     $sig = -1;
2546
2547   $table->points[$table->points_n % MAX_POINTS] = array();
2548   for ($i = 0 ; $i < 5 ; $i++) {
2549     if ($i == $table->asta_win) 
2550       $pt = ($i == $table->friend ? 4 : 2);
2551     else if ($i == $table->friend) 
2552       $pt = 1;
2553     else
2554       $pt = -1;
2555
2556     log_wr(sprintf("PRO: pt[%d][%d] = %d", $table->points_n % MAX_POINTS, $i, $pt));
2557
2558     $pt = $pt * $sig * $table->mult * ($pro == 120 ? 2 : 1);
2559
2560     log_wr(sprintf("PRO:[%d][%d][%d]", $sig, $table->mult, ($pro == 120 ? 2 : 1)));
2561     
2562     $table->points[$table->points_n % MAX_POINTS][$i] = $pt;
2563     $table->total[$i] += $pt;
2564   }
2565   $table->points_n++;
2566   $table->old_pnt = $pro;
2567   $table->mult = 1;
2568 }
2569
2570 function validate_sess($sess) 
2571 {
2572   if (strlen($sess) == SESS_LEN) 
2573     return (TRUE);
2574   else
2575     return (FALSE);
2576 }
2577
2578 function validate_name($name) 
2579 {
2580   $name_new = str_replace(' ', '_', substr(trim($name),0,12));
2581
2582   for ($i = 0 ; $i < strlen($name_new) ; $i++) {
2583     $c = $name_new[$i];
2584     if (($c >= "a" && $c <= "z") || ($c >= "A" && $c <= "Z") || ($c >= "0" && $c <= "9"))
2585       return ($name_new);
2586   }
2587
2588   return (FALSE);
2589 }
2590
2591 function playsound($filename)
2592 {
2593   return (sprintf('playsound("flasou", "%s");', $filename));
2594 }
2595
2596 function secstoword($secs)
2597 {
2598   $mins = floor($secs / 60);
2599   $secs = $secs % 60;
2600   if ($mins > 0) 
2601     $ret = sprintf("%d minut%s%s", $mins, ($mins > 1 ? "i" : "o"), ($secs > 0 ? " e " : ""));
2602   
2603   if ($secs > 0)
2604     $ret .= sprintf("%d second%s", $secs, ($secs > 1 ? "i" : "o"));
2605   
2606   return ($ret);
2607 }
2608
2609 function sharedmem_sz($tok)
2610 {
2611   if (($shm_id = @shmop_open($tok, 'a', 0, 0)) == FALSE) {
2612     log_main("shmop_open failed");
2613     return (-1);
2614   }
2615   $shm_sz = shmop_size($shm_id);
2616   shmop_close($shm_id);
2617   
2618   log_main("shm_sz: ".$shm_sz."   SHM_DIMS: ".SHM_DIMS);
2619   return ($shm_sz);
2620 }    
2621
2622
2623 ?>