all rd stuff to manage fwrite fail, rd_keepalive and rd_endstream
[brisk.git] / web / Obj / brisk.phh
1 <?php
2 /*
3  *  brisk - brisk.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
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', 36);
31 define('TABLES_AUTH_N', 4);
32 define('PLAYERS_N', 3);
33 define('MAX_POINTS', 5);
34 define('MAX_PLAYERS', (20 + (PLAYERS_N * TABLES_N)));
35 define('SHM_DIMS_MIN', (50000 + 10000 * TABLES_N + 15000 * MAX_PLAYERS));
36 define('SHM_DIMS_MAX', SHM_DIMS_MIN + 1048576);
37 define('SHM_DIMS_DLT', 65536);
38
39 define('SHM_DIMS_U_MIN', 4096);
40 define('SHM_DIMS_U_MAX', 65536);
41 define('SHM_DIMS_U_DLT', 4096);
42
43 define('COMM_N', 18);
44 define('COMM_GEN_N', 50);
45
46 define('CHAT_N', 3);
47 define('CHAT_ILL_TIME', 6);
48
49 define('SESS_LEN', 13);
50 define('STREAM_TIMEOUT', 60);
51 define('EXPIRE_TIME_RD', 180);
52 define('EXPIRE_TIME_SMAMMA', 360);
53 define('EXPIRE_TIME_WAG', 10);
54 define('WAKEUP_TIME', 12);
55 // BAN_TIME da allineare anche in commons.js
56 define('BAN_TIME', 3600);
57 define('GARBAGE_TIMEOUT', 10);
58 define('NICKSERV', "<i>BriskServ</i>");
59
60 define('LOCK_SHARE_MAX', 10000);
61
62 define('DBG_ONL2', 0x0001);
63 define('DBG_ONLY', 0x0002);
64 define('DBG_MAIN', 0x0004);
65 define('DBG_READ', 0x0008);
66 define('DBG_REA2', 0x0010);
67 define('DBG_SEND', 0x0020);
68 define('DBG_LOCK', 0x0040);
69 define('DBG_WRIT', 0x0080);
70 define('DBG_LOAD', 0x0100);
71 define('DBG_AUTH', 0x0200);
72 define('DBG_CRIT', 0x0400);
73 define('DBG_LMOP', 0x0800);
74 define('DBG_TRAC', 0x1000);
75 define('DBG_SHME', 0x2000);
76 // NOTE: BRISK DEBUG must be a numerical constant, not the result of operations on symbols 
77 define('BRISK_DEBUG', 0x0800);
78
79 define('BRISK_SINGLE_DEBUG',0);
80 define('BRISK_SINGLE_SESS', "");
81 define('DEBUGGING', "no-debugging");
82
83 require_once("$DOCUMENT_ROOT/Etc/".BRISK_CONF);
84
85 $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi',
86                                                'en' => 'back standing' ),
87                       'btn_close' => array( 'it' => 'chiudi',
88                                             'en' => 'close'),
89
90                       'tit_all' => array( 'it' => 'tutti',
91                                           'en' => 'all' ),
92
93                       'tabtout_a'=> array( 'it' => '<br>Sei stato inattivo per ', 
94                                            'en' => '<br>You are being idle for ' ),
95                       'tabtout_b'=> array( 'it' => ' minuti. <br><br>Quindi ritorni tra i <b>Giocatori in piedi</b>.',
96                                            'en' => ' minutes. <br><br>Then you return with the <b>standing players</b>.'),
97                       'tickmust' => array( 'it' => '<br>Per attivare il messaggio di segnalazione del tavolo occorre essere seduti.<br><br>',
98                                            'en' => '<br>To activate the signalling message of the table it\'s necessary to be sitting<br><br>'),
99                       'tickjust' => array( 'it' => '<br>Il messaggio di segnalazione del tavolo &egrave; gi&agrave; attivato.<br><br> ',
100                                            'en' => 'EN<br>Il messaggio di segnalazione del tavolo &egrave; gi&agrave; attivato.<br><br> '),
101                       'tickwait' => array( 'it' => '<br>Il messaggio di segnalazione del tavolo<br>&egrave; disattivato ancora per %d second%s.<br><br>',
102                                            'en' => 'EN<br>The signalling message of the table<br>will be deactivated for %d second%s.<br><br>'),
103                       'alarpass' => array( 'it' => '<br>La password digitata non &egrave; corretta.<br><br>',
104                                            'en' => '<br>The entered password is not correct.<br><br>'),
105                       'alarret'  => array( 'it' => '"Alarm \\"<b>%s</b>\\" inviato a <b>%s</b>."',
106                                            'en' => '"Alarm \\"<b>%s</b>\\" sent to <b>%s</b>."'),
107                       'authmust' => array( 'it' => '<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>',
108                                            'en' => '<b>To authenticate someone you have to be authenticated.</b>'), // on your turn
109                       'mesgmust' => array( 'it' => '<b>Per inviare un messaggio devi essere autenticato.</b>',
110                                            'en' => '<b>To send a message you have to be authenticated.</b>'),
111                       'nickmust' => array( 'it' => 'Il nickname deve contenere almeno una lettera dell\'alfabeto o una cifra.',
112                                            'en' => 'The nickname have to contain at least one letter or one number.'),
113                       'nickdupl' => array( 'it' => 'Nickname <b>%s</b> gi&agrave; in uso.',
114                                            'en' => 'The nickname <b>%s</b> is already in use.'),
115                       'authchan' => array( 'it' => '<b>Non puoi cambiare nick a un tavolo per soli autenticati o se sei in modalità isolata.</b>',
116                                            'en' => '<b>You can\'t change your nickname into a table for only authenticated or if you are in isolation mode.</b>'),
117                       'nickjust' => array( 'it' => 'Il nickname <b>\'%s\'</b> &egrave; gi&agrave; registrato, <b>se il suo proprietario si autentificher&agrave; verrai rinominato d\'ufficio come ghost<i>N</i>.</b>',
118                                            'en' => 'The nickname <b>\'%s\'</b> is already registered, <b>if its proprietary will authenticate you will named again officially ghost<i>N</i>.</b>'), // FIXME: him ???
119                       'statunkn' => array( 'it' => 'Questo stato non esiste.',
120                                            'en' => 'This state don\'t exists.'),
121                       'tabincon' => array( 'it' => '<br>I dati del tavolo n&deg; %d sono inconsistenti, verranno resettati.<br><br>Torni in piedi.<br><br>',
122                                            'en' => 'EN <br>I dati del tavolo n&deg; %d sono inconsistenti, verranno resettati.<br><br>Torni in piedi.<br><br>'),
123                       'listmust' => array( 'it' => '<b>Per andare in isolamento non bisogna essere seduti a tavoli non riservati.</b>',
124                                            'en' => '<b>To go to isolation you must don\'t stay on not reserved tables</b>'),
125
126                       'tit_onauth'=>array( 'it' => '(solo aut.)',
127                                            'en' => '(only aut.)'),
128                       'tit_onisol'=>array( 'it' => '(isolam.to)',
129                                            'en' => '(isolation)'),
130                       'db_failed' =>array('it'  => '<br>Il collegamento al database è fallito.<br>Temporaneamente tutte le autenticazioni verranno sospese, accederai a Brisk come un utente normale.<br><br>Ci scusiamo per il disagio.',
131                                           'en'  => 'Connection to the database failed<br>All authentications are suspended temporarly, you login as normal user.<br>We are about the limitation')
132                       
133
134 );
135
136 $G_lng = langtolng($G_lang);
137
138 $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 );
139 $G_brisk_version = "3.6.3";
140
141 /* MLANG: ALL THE INFO STRINGS IN brisk.phh */
142 $root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: nuovo sistema di evidenziazione degli utenti registrati.',
143                                        'Se vuoi iscriverti alla <a target="_blank" href="mailto:ml-briscola+subscribe@milug.org">Mailing List</a>, cliccala!' ),
144                        'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NEWS</b>: usage of reader/writer locking instead of generic exclusive locking.',
145                                        'If you want to subscribe our <a target="_blank" href="ml-briscola+subscribe@milug.org">Mailing List</a>, click it!' ) );
146
147 $G_room_help = array( 'it' => '
148 <div style=\\"text-align: left; padding: 8px;\\">
149 <b>Descrizione</b><br>
150 Questa è un\'implementazione della briscola in cinque, cos&igrave; come &egrave; spiegata su
151 <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>
152 <b>Configurazione del browser.</b><br>
153 Occorre abilitare i cookies.<br>
154 <br>
155 <b>Uso del sito</b><br>
156 Potete sedervi a un tavolo o rimanere in piedi.<br>
157 Se al vostro tavolo si raggiungono i 5 giocatori inizia automaticamente la partita.<br>
158 <br>
159 <b>Partita</b><br>
160 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>
161 Chi vince l\'asta dovr&agrave; decidere il seme della carta scelta e inizier&agrave; la mano.<br>
162 Per giocare le carte dovrete trascinarle nel quadrato al centro del vostro schermo.<br><br>
163 Il vostro turno &egrave; sempre segnalato da una cornice verde lampeggiante intorno al quadrato al centro del vostro schermo.<br><br>
164 Durante la partita, se vorrete ricaricare la pagina, usate l\'apposito bottone \\"reload\\" in basso a destra.<br>
165 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.
166 <dl>
167 <dt><b>Comandi della chat</b>
168 <dd><b>/nick <i>&lt;nuovo_nickname&gt;</i></b> - cambio di nickname
169 <dd><b>/tav <i>&lt;frase di invito&gt;</i></b> - invito per gli altri giocatori al tavolo dove si &egrave; seduti 
170 <dd><b>/st <i>&lt;stato&gt;</i></b> - cambia l\'icona associata al tuo user; <i>stato</i> pu&ograve; valere: \\"normale\\", \\"fuori\\", \\"pausa\\", \\"cibo\\", \\"cane\\", \\"lavoro\\", \\"presente\\" oppure \\"sigaretta\\"
171 <dd><b>/authreq</b> - se si &egrave; autenticati permette di garantire per un utente fidato
172 <dd><b>/mesgtoadm</b> - se si &egrave; autenticati permette di lasciare un messaggio all\'amministratore del sito
173 <dd><b>/listen &lt;all or auth&gt;</b> - se si &egrave; autenticati permette leggere solo i messaggi degli altri autenticati (auth) o di tutti (all)
174 </dl>
175 </div>
176 ',
177
178 'en' => '
179 <div style=\\"text-align: left; padding: 8px;\\">
180 <b>EN Descrizione</b><br>
181 EN Questa è un\'implementazione della briscola in cinque, cos&igrave; come &egrave; spiegata su
182 <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>
183 <b>EN Configurazione del browser.</b><br>
184 Occorre abilitare i cookies.<br>
185 <br>
186 <b>Uso del sito</b><br>
187 Potete sedervi a un tavolo o rimanere in piedi.<br>
188 Se al vostro tavolo si raggiungono i 5 giocatori inizia automaticamente la partita.<br>
189 <br>
190 <b>Partita</b><br>
191 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>
192 Chi vince l\'asta dovr&agrave; decidere il seme della carta scelta e inizier&agrave; la mano.<br>
193 Per giocare le carte dovrete trascinarle nel quadrato al centro del vostro schermo.<br><br>
194 Il vostro turno &egrave; sempre segnalato da una cornice verde lampeggiante intorno al quadrato al centro del vostro schermo.<br><br>
195 Durante la partita, se vorrete ricaricare la pagina, usate l\'apposito bottone \\"reload\\" in basso a destra.<br>
196 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.
197 <dl>
198 <dt><b>Comandi della chat</b>
199 <dd><b>/nick <i>&lt;nuovo_nickname&gt;</i></b> - cambio di nickname
200 <dd><b>/tav <i>&lt;frase di invito&gt;</i></b> - invito per gli altri giocatori al tavolo dove si &egrave; seduti 
201 <dd><b>/st <i>&lt;stato&gt;</i></b> - cambia l\'icona associata al tuo user; <i>stato</i> pu&ograve; valere: \\"normale\\", \\"fuori\\", \\"pausa\\", \\"cibo\\", \\"cane\\", \\"lavoro\\", \\"presente\\" oppure \\"sigaretta\\"
202 <dd><b>/authreq</b> - se si &egrave; autenticati permette di garantire per un utente fidato
203 <dd><b>/mesgtoadm</b> - se si &egrave; autenticati permette di lasciare un messaggio all\'amministratore del sito
204 <dd><b>/listen &lt;all or auth&gt;</b> - se si &egrave; autenticati permette leggere solo i messaggi degli altri autenticati (auth) o di tutti (all)
205 </dl>
206 </div>
207 ');
208
209 //  
210 $G_room_passwdhowto = array( 'it' => '<br><h2>Come registrarsi su Brisk</h2>
211 <div style=\\"text-align: left; padding: 8px;\\">
212 Attualmente ci sono due metodi per ottenere una password sul sito:<br><br>
213 <dir>
214 <li><b>Facendosi garantire da un utente di Brisk che gi&agrave; possidede una password</b><br><br>
215 <li><b>Auto-garantendosi utilizzando uno dei seguenti sistemi di identificazione digitale:</b><br><br>
216 <dir>
217 <li>Carta Regionale dei Servizi della Lombardia (la tessera sanitaria)
218 <li>Carta Regionale dei Servizi del Friuli Venezia Giulia (la tessera sanitaria)
219 <li>Smart card di InfoCamere
220 </dir>
221 <br>
222 <b>Per auto-garantisi occorre possedere:</b><br><br>
223 <dir>
224 <li>il codice PIN della propria carta
225 <li>il lettore di smart-card per collegare la carta al PC (acquistabile di solito presso le edicole)
226 </dir>
227 <br>
228 <b>Per effettuare la registrazione collegarsi al sito:</b><br><br>
229 <dl>
230 <dd><a class=\\"flat\\"  target=\\"_blank\\" href=\\"https://brisk.mine.nu\\">https://brisk.mine.nu</a>
231 </dl>
232 <br><br>
233 Se sei in possesso di una carta che permette l\'identificazione via internet che non è nell\'elenco qui sopra
234 <a class=\\"flat\\" href=\\"mailto:authadmbrisk@alternativeoutput.it\\">fai una segnalazione</a>.
235
236 </dir>
237 </div>
238 ',
239                              'en' => '<br><h2>EN Come registrarsi su Brisk</h2>
240 <div style=\\"text-align: left; padding: 8px;\\">
241 EN Attualmente ci sono due metodi per ottenere una password sul sito:<br><br>
242 <dir>
243 <li><b>Facendosi garantire da un utente di Brisk che gi&agrave; possidede una password</b><br><br>
244 <li><b>Auto-garantendosi utilizzando uno dei seguenti sistemi di identificazione digitale:</b><br><br>
245 <dir>
246 <li>Carta Regionale dei Servizi della Lombardia (la tessera sanitaria)
247 <li>Carta Regionale dei Servizi del Friuli Venezia Giulia (la tessera sanitaria)
248 </dir>
249 <br>
250 <b>Per auto-garantisi occorre possedere:</b><br><br>
251 <dir>
252 <li>il codice PIN della propria carta
253 <li>il lettore di smart-card per collegare la carta al PC (acquistabile di solito presso le edicole)
254 </dir>
255 <br>
256 <b>Per effettuare la registrazione collegarsi al sito:</b><br><br>
257 <dl>
258 <dd><a class=\\"flat\\"  target=\\"_blank\\" href=\\"https://brisk.mine.nu\\">https://brisk.mine.nu</a>
259 </dl>
260 <br><br>
261 Se sei in possesso di una carta che permette l\'identificazione via internet che non è nell\'elenco qui sopra
262 <a class=\\"flat\\" href=\\"mailto:authadmbrisk@alternativeoutput.it\\">fai una segnalazione</a>.
263
264 </dir>
265 </div>
266 ' );
267 /*
268 <dd>Seguendo la procedura di auto-garanzia all\'url: <a href="https://brisk.mine.nu">https://brisk.mine.nu</a>
269 ';
270 */
271
272 $G_room_about = array( 'it' => '<br>
273 <div id=\\"header\\" class=\\"header\\">
274   <img class=\\"nobo\\" src=\\"img/brisk_logo64.png\\">
275   briscola chiamata in salsa ajax
276 </div>
277 <br><b>version '.$G_brisk_version.'</b><br><br>
278 Copyright 2006-2012 <a href=\\"mailto:brisk@alternativeoutput.it\\">Matteo Nastasi</a> (aka mop)<br><br>',
279                       'en' => '<br>
280 <div id=\\"header\\" class=\\"header\\">
281   <img class=\\"nobo\\" src=\\"img/brisk_logo64.png\\">
282   declaration briscola in ajax sauce <b>(Beta)</b>
283 </div>
284 <br><b>version '.$G_brisk_version.'</b><br><br>
285 Copyright 2006-2009 <a href=\\"mailto:brisk@alternativeoutput.it\\">Matteo Nastasi</a> (aka mop)<br><br>');
286
287 function mop_flush()
288 {
289     ob_flush();
290     flush();
291 }
292
293 function file_lock($fname, $is_exclusive)
294 {
295     if (($res = @fopen($fname, "r+")) == FALSE) {
296         return (FALSE);
297     }
298         
299     if (flock($res, ($is_exclusive ? LOCK_EX : LOCK_SH)) == FALSE) {
300         fclose($res);
301         return (FALSE);
302     }
303
304     return ($res);
305 }
306
307 function file_unlock($res)
308 {
309     if ($res != FALSE) {
310         flock($res, LOCK_UN);
311         fclose($res);
312     }
313 }
314
315 function webservers_exceeded()
316 {
317     return(file_exists(PROXY_PATH."/webservers_exceded.flag"));
318 }
319
320 function webservers_check()
321 {
322     GLOBAL $G_webserver_max;
323
324     /* FIXME: check all procs expirations */
325     return (10);
326
327     $ct = 0;
328
329     $dh = opendir('/proc');
330     while (($file = readdir($dh)) !== false) {
331         if (preg_match('/[0-9]+/', $file)) {
332             $cmdline = explode("\0", file_get_contents('/proc/'.$file.'/cmdline'));
333             // echo "xxx".$cmdline[0].$n;
334             if (strstr('/usr/sbin/apache2', $cmdline[0]) != FALSE) {
335                 // echo "yyy".$cmdline[0].$n;
336                 $ct++;
337             }
338         }
339     }
340     closedir($dh);
341
342     if ($ct >= $G_webserver_max) {
343         touch(PROXY_PATH."/webservers_exceded.flag");
344     }
345     else {
346         unlink(PROXY_PATH."/webservers_exceded.flag");
347     }
348     return ($ct);
349 }
350
351 $escpush_from = array("\\", "\"");
352 $escpush_to   = array("\\\\", "\\\"");
353 function escpush($s)
354 {
355     GLOBAL $escpush_from, $escpush_to;
356
357     return str_replace($escpush_from, $escpush_to, $s);
358 }
359
360 $escinp_from = array( "\""     );
361 $escinp_to = array(   "&quot;" );
362
363 function escinput($s)
364 {
365     GLOBAL $escinp_from, $escinp_to;
366     
367     return str_replace($escinp_from, $escinp_to, $s);
368 }
369
370 function eschtml($s)
371 {
372     return htmlentities($s);
373 }
374
375 function esclfhtml($s)
376 {
377     return str_replace("\n", "<br>\n", htmlentities($s));
378 }
379
380
381 function langtolng($lang)
382 {
383   GLOBAL $G_lang;
384
385   return ($G_lang == 'en' ? '-en' : '');
386 }
387
388 function csplitter($in, $sep)
389 {
390   $st = 0;
391   $id = 0;
392   $out = array();
393   $out[$id] = "";
394   for ($i = 0 ; $i < strlen($in) ; $i++) {
395     $ini = substr($in, $i, 1);
396     if ($st == 0) {
397       if ($ini == '\\')
398         $st = 1;
399       else if ($ini == $sep) {
400         $id++;
401         $out[$id] = "";
402       }
403       else {
404         $out[$id] .= $ini;
405       }
406     }
407     else if ($st == 1) {
408       $out[$id] .= $ini;
409       $st = 0;
410     }
411   }
412
413   return ($out);
414 }
415
416 function xcape($s)
417 {
418   $from = array (   '\\',     '@',        '|' );
419   $to   = array ( '\\\\', '&#64;', '&brvbar;' );
420
421   return (str_replace($from, $to, htmlentities($s,ENT_COMPAT,"UTF-8")));
422 }
423
424 function xcapelt($s)
425 {
426   $from = array (   '\\',     '|',  "\t",  "\n");
427   $to   = array ( '\\\\',   '\\|', "\\t", "\\n");
428
429   return (str_replace($from, $to, $s));
430 }
431
432 function xcapemesg($s)
433 {
434   $from = array (  "\n");
435   $to   = array ( "\\n");
436
437   return (str_replace($from, $to, $s));
438 }
439
440
441 class Vect {
442     function Vect($a)
443     {
444         $this->el = $a;
445     }
446     
447     function getbyid($idx)
448     {
449         return ($this->el[$idx]);
450     }
451     
452     function setbyid($idx, $v)
453     {
454         $this->el[$idx] = $v;
455     }
456 }
457
458 class Table {
459   var $idx;
460   var $player;
461   var $player_n;
462
463   var $auth_only;     // se tavolo riservato o libero
464
465   var $wag_own;
466   var $wag_com;
467   var $wag_tout;
468
469   var $table_token;
470   var $table_start;   // information field
471
472   var $wakeup_time;
473
474   function Table() 
475   {
476   }
477   
478   function create($idx) 
479   {
480     if (($thiz = new Table()) == FALSE)
481       return (FALSE);
482
483     $thiz->idx       =   $idx;
484     $thiz->player    =   array();
485     $thiz->player_n  =   0;
486     $thiz->auth_only =   FALSE;
487
488     $thiz->wag_own   =  -1;
489     $thiz->wag_com   =  "";
490     $thiz->wag_tout   =  0;
491
492     $thiz->table_token  = "";
493     $thiz->table_start  = 0;
494     
495     $thiz->wakeup_time = 0;
496
497     return ($thiz);
498   }
499
500   function copy($from)
501   {
502     $this->idx = $from->idx;
503     $this->player = array();
504     for ($i = 0 ; $i < $from->player_n ; $i++)
505       $this->player[$i] = $from->player[$i];
506     $this->player_n = $from->player_n;
507
508     log_main("PLAYER_N - parent::copy.".$this->player_n);
509     
510     $this->auth_only =  $from->auth_only;
511
512     $this->wag_own   =  $from->wag_own;
513     $this->wag_com   =  $from->wag_com;
514     $this->wag_tout  =  $from->wag_tout;
515
516     $this->table_token  = $from->table_token;
517     $this->table_start  = $from->table_start;
518
519     $this->wakeup_time = $from->wakeup_time;
520   }
521
522   function myclone($from)
523   {
524     if (($thiz = new Table()) == FALSE)
525       return (FALSE);
526
527     $this->copy($from);
528
529     return ($thiz);
530   }
531   
532   function spawn($from)
533   {
534     if (($thiz = new Table()) == FALSE)
535       return (FALSE);
536     
537     $thiz->idx = $from->idx;
538     $thiz->player = array();
539     for ($i = 0 ; $i < $from->player_n ; $i++)
540       $thiz->player[$i] = $i;
541     $thiz->player_n = $from->player_n;
542
543     $thiz->auth_only =  $from->auth_only;
544
545     $thiz->wag_own = $from->wag_own;
546     $thiz->wag_com = $from->wag_com;
547     $thiz->wag_tout  =  $from->wag_tout;
548
549     $thiz->table_token  = $from->table_token;
550     $thiz->table_start  = $from->table_start;
551
552     $thiz->wakeup_time = $from->wakeup_time;
553
554     return ($thiz);
555   }
556
557   function wag_set($user_idx, $mesg)
558   {
559     log_main("WAG_SET");
560
561     $this->wag_own  =  $user_idx;
562     $this->wag_com  =  $mesg;
563     $this->wag_tout =  0;
564   }
565
566   function wag_reset($timeout)
567   {
568     log_main("WAG_RESET");
569
570     unset($this->wag_own);
571     $this->wag_own  = -1;
572     $this->wag_com  = "";
573     $this->wag_tout = $timeout;
574   }
575
576   function player_get($idx)
577   {
578     return ($this->player[$idx]);
579   }
580
581   function player_set($idx, $player)
582   {
583     $this->player[$idx] = $player;
584   }
585
586   function user_add($idx)
587   {
588     $this->player[$this->player_n] = $idx;
589     $this->player_n++;
590     
591     return ($this->player_n - 1);
592   }
593   
594   function user_rem($room, $user)
595   {
596     $tabpos = $user->table_pos;
597     
598     /* verifico la consistenza dei dati */
599     if ($room->user[$this->player[$tabpos]] == $user) {
600       
601       /* aggiorna l'array dei giocatori al tavolo. */
602       for ($i = $tabpos ; $i < $this->player_n-1 ; $i++) {
603         $this->player[$i] = $this->player[$i+1];
604         $user_cur = $room->user[$this->player[$i]];
605         $user_cur->table_pos = $i;
606       }
607       $this->player_n--;
608     }
609     else {
610       log_main("INCONSISTENCY ON TABLE.");
611     }
612   }
613
614
615
616   //      $ret .= table_act_content(($user->subst == 'standup'), $this->table[$i]->player_n, $i, $user->table, 
617   //                              ($this->table[$i]->auth_only == FALSE ? TRUE : $user->flags & USER_FLAG_AUTH));
618
619   // function act_content($isstanding, $sitted, $table, $cur_table, $allowed)
620   function act_content($user)
621   {
622     $ret = "";
623     $isstanding = ($user->subst == 'standup');
624     $sitted = $this->player_n;
625     $table = $this->idx;
626     $cur_table = $user->table;
627     $allowed = TRUE;
628
629     if ($isstanding) {
630       if ($sitted < PLAYERS_N) {
631         if ($this->auth_only) {
632           if ($user->flags & USER_FLAG_AUTH) 
633             $act = "sitreser";
634           else
635             $act = 'reserved';
636         }
637         else {
638           $act = 'sit';
639         }
640       }
641       else {
642         $act = 'none';
643       }
644     }
645     else {
646       if ($table == $cur_table)
647         $act = 'wake';
648       else
649         $act = 'none';
650     }
651     
652     if ($act != '')
653       $ret = sprintf('j_tab_act_cont(%d, \'%s\');', $table, $act);
654     
655     return ($ret);
656   }
657 } // end class Table
658
659
660 // User flags
661 define('USER_FLAG_AUTH',     0x02);
662
663 define('USER_FLAG_MAP_AUTH', 0x0c);
664 define('USER_FLAG_LISTAUTH', 0x04);
665 define('USER_FLAG_ISOLAUTH', 0x08);
666
667 define('USER_FLAG_DBFAILED', 0x10);
668
669 //   user status
670 define('USER_FLAG_S_NORM',  0x000); // done
671 define('USER_FLAG_S_PAU',   0x100); // done
672 define('USER_FLAG_S_OUT',   0x200); // done
673 define('USER_FLAG_S_DOG',   0x300); // done
674 define('USER_FLAG_S_EAT',   0x400); // done
675 define('USER_FLAG_S_WRK',   0x500); // done
676 define('USER_FLAG_S_SMK',   0x600); // done
677 define('USER_FLAG_S_EYE',   0x700); // done
678 define('USER_FLAG_S_RABB',  0x800); // done
679 define('USER_FLAG_S_SOCC',  0x900); // done
680 define('USER_FLAG_S_BABY',  0xa00); // done
681 define('USER_FLAG_S_MOP',   0xb00); // done
682
683 define('USER_FLAG_S_ALL',   0xf00); // done
684
685 /* type of user normal, supporter etc ... */
686 define('USER_FLAG_TY_ALL',     0xff0000); // done
687 define('USER_FLAG_TY_NORM',    0x010000); // done
688 define('USER_FLAG_TY_SUPER',   0x020000); // done
689 //  ... other usefull status ...
690 define('USER_FLAG_TY_SUSPEND', 0x400000); // done
691 define('USER_FLAG_TY_DISABLE', 0x800000); // done
692
693 // 240 is the right value, 600 is for fwrite error test
694 define('RD_ENDTIME_DELTA',  240);
695 define('RD_KEEPALIVE_TOUT',   4);
696
697 class User {
698   var $idx;        // index in the users array when you are in game
699   var $idx_orig;   // index in the users array when you aren't in game
700   var $code;       // authentication code
701   var $name;       // name of the user
702   var $sess;       // session of the user
703   var $ip;         // ip of the user
704   var $lacc;       // last access (for the cleanup)
705   var $laccwr;     // last access (for the cleanup)
706   var $bantime;    // timeout to temporary ban
707   var $stat;       // status (outdoor, room, table, game, ...)
708   var $subst;      // substatus for each status   
709   var $step;       // step of the current status
710   var $trans_step; // step to enable transition between pages (disable == -1)
711
712   var $rd_socket;  // socket handle of push stream
713   var $rd_endtime; // end time for push stream
714   var $rd_stat;    // actual status of push stream
715   var $rd_subst;   // actual substatus of push stream
716   var $rd_step;    // actual step of push stream
717   var $rd_from;    // referer
718   var $rd_scristp; // current script step (for each session) 
719   var $rd_kalive;  // if no message are sent after RD_KEEPALIVE_TOUT secs we send a keepalive from server
720   var $rd_cache;   // store place where failed fwrite data
721
722   var $comm;       // commands array
723   // var $asta_card;  // 
724   // var $asta_pnt;   //
725   // var $handpt;     // Total card points at the beginning of the current hand.
726   // var $exitislock; // Player can exit from the table ?
727
728   // FIXME: the table_orig field must be removed after table field verify of index management (in spawned table
729   //        it is allways ZERO
730   var $table;      // id of the current table when you are in game
731   var $table_orig; // id of the current table when you aren't in game
732   var $table_pos;  // idx on the table
733   var $table_token;// token that identify a game on a table
734   var $flags;      // Bitfield with: AUTHENTICATE: 0x02 
735   var $the_end;    // Flag to change the end of the session
736
737   var $chat_lst;      // Last chat line
738   var $chattime;      // Array of chat times
739   var $chat_cur;      // Current chat line number
740   var $chat_ban;      // Time for ban chat
741   var $chat_dlt;      // Delta t for ban
742   var $shm_sz;
743
744   function User() {
745   }
746
747   function create($idx, $name, $sess, $stat = "", $subst = "", $table = -1, $ip="0.0.0.0") {
748     if (($thiz = new User()) == FALSE)
749       return (FALSE);
750
751     $thiz->idx        = $idx;
752     $thiz->idx_orig   = $idx;
753     $thiz->code       = -1;
754     $thiz->name       = $name;
755     $thiz->sess       = $sess;
756     $thiz->ip         = $ip;
757     $thiz->lacc       = time();
758     $thiz->laccwr     = time();
759     $thiz->bantime    = 0;
760     $thiz->stat       = $stat;
761     $thiz->subst      = $subst;
762     $thiz->step       = 1;
763     $thiz->trans_step = -1;
764     $thiz->comm       = array();
765
766     $thiz->rd_socket  = NULL;
767     $thiz->rd_endtime = -1;
768     $thiz->rd_stat    = -1;
769     $thiz->rd_subst   = "";
770     $thiz->rd_step    = -1;
771     $thiz->rd_from    = "";
772     $thiz->rd_scristp = -1;
773     $thiz->rd_kalive  = -1;
774     $thiz->rd_cache   = "";
775
776     $thiz->asta_card  = -2;
777     $thiz->asta_pnt   = -1;
778     $thiz->handpt     = -1;
779     $thiz->exitislock = TRUE;
780
781     $thiz->flags      = 0x00;
782     
783     $thiz->chattime   = array_fill(0, CHAT_N, 0);
784     $thiz->chat_cur   = 0;
785     $thiz->chat_lst   = "";
786     $thiz->chat_ban   = 0;
787     $thiz->chat_dlt   = 0;
788
789     $thiz->table_orig = $table;
790     $thiz->table      = $table;
791     $thiz->table_pos  = -1;
792     $thiz->table_token= "";
793     $thiz->shm_sz = SHM_DIMS_U_MIN;
794     return ($thiz);
795   }
796
797   function copy($from)
798   {
799     $this->idx        = $from->idx;
800     $this->idx_orig   = $from->idx;
801     $this->code       = $from->code;
802     $this->name       = $from->name;
803     $this->sess       = $from->sess;
804     $this->ip         = $from->ip;
805     $this->lacc       = $from->lacc;
806     $this->laccwr     = $from->laccwr;
807     $this->bantime    = $from->bantime;
808     $this->stat       = $from->stat;
809     $this->subst      = $from->subst;
810     $this->step       = $from->step;
811     $this->trans_step = $from->trans_step;
812     $this->comm       = array();
813
814     $i_start = (1 > ($from->step - COMM_N) ? 1 : ($from->step - COMM_N)); 
815     for ($i = $i_start ; $i < $from->step ; $i++) {
816         $ii = $i % COMM_N;
817         if (isset($from->comm[$ii])) {
818             $this->comm[$ii] = $from->comm[$ii];
819         }
820     }
821     $this->asta_card  = $from->asta_card;
822     $this->asta_pnt   = $from->asta_pnt;
823     $this->handpt     = $from->handpt;
824     $this->exitislock = $from->exitislock;
825
826     $this->flags      = $from->flags;
827
828     $this->chattime   = array();
829     for ($i = 0 ; $i < CHAT_N ; $i++)
830       $this->chattime[$i] = $from->chattime[$i];
831     $this->chat_cur   = $from->chat_cur;
832     $this->chat_lst   = $from->chat_lst;
833     $this->chat_ban   = $from->chat_ban;
834     $this->chat_dlt   = $from->chat_dlt;
835
836     $this->table_orig = $from->table_orig;
837     $this->table      = $from->table;
838     $this->table_pos  = $from->table_pos;
839     $this->table_token = $from->table_token;
840     $this->the_end    = $from->the_end;
841     $this->shm_sz     = $from->shm_sz;
842     return (TRUE);
843   }
844
845
846   function myclone($from)
847   {
848     if (($thiz = new User()) == FALSE)
849       return (FALSE);
850     
851     $thiz->copy($from);
852
853     return ($thiz);
854   }
855   
856   function spawn($from, $table, $table_pos)
857   {
858     if (($thiz = new User()) == FALSE)
859       return (FALSE);
860     
861     $thiz->idx        = $from->idx;
862     $thiz->idx_orig   = $from->idx;
863     $thiz->code       = $from->code;
864     $thiz->name       = $from->name;
865     $thiz->sess       = $from->sess;
866     $thiz->ip         = $from->ip;
867     $thiz->lacc       = $from->lacc;
868     $thiz->laccwr     = $from->laccwr;
869     $thiz->bantime    = $from->bantime;
870     $thiz->stat       = $from->stat;
871     $thiz->subst      = $from->subst;
872     $thiz->step       = $from->step;
873     $thiz->trans_step = $from->trans_step;
874     $thiz->comm       = array();
875
876     /*
877     $i_start = (1 > ($from->step - COMM_N) ? 1 : ($from->step - COMM_N)); 
878     for ($i = $i_start ; $i < $from->step ; $i++) {
879       log_wr("TRY PUSH:".$i);
880       $ii = $i % COMM_N;
881       $thiz->comm[$ii]   = $from->comm[$ii];
882     }
883     */
884     $thiz->asta_card  = $from->asta_card;
885     $thiz->asta_pnt   = $from->asta_pnt;
886     $thiz->handpt     = $from->handpt;
887     $thiz->exitislock = $from->exitislock;
888     $thiz->the_end    = $from->the_end;
889
890     $thiz->flags      = $from->flags;
891
892     $thiz->chattime   = array_fill(0, CHAT_N, 0);
893     $thiz->chat_cur   = 0;
894     $thiz->chat_lst   = "";
895     $thiz->chat_ban   = 0;
896     $thiz->chat_dlt   = 0;
897
898
899     $thiz->table_orig = $table;
900     $thiz->table      = 0;
901     $thiz->table_pos  = $table_pos;
902     $thiz->table_token = $from->table_token;
903     $thiz->shm_sz      = $from->shm_sz;
904
905     return ($thiz);
906   }
907
908   function rd_data_set($curtime, $stat, $subst, $step, $from)
909   {
910       $this->rd_endtime = $curtime + RD_ENDTIME_DELTA;
911       $this->rd_stat    = $stat;
912       $this->rd_subst   = $subst;
913       $this->rd_step    = $step;
914       $this->rd_from    = $from;
915       $this->rd_scristp = 0;
916       $this->rd_kalive  = $curtime + RD_KEEPALIVE_TOUT;
917   }
918
919   function rd_socket_get() {
920       return ($this->rd_socket);
921   }
922
923   function rd_socket_set($sock) {
924       $this->rd_socket = $sock;
925   }
926
927   function rd_kalive_get()
928   {
929       return ($this->rd_kalive);
930   }
931
932   function rd_kalive_set($tm)
933   {
934       $this->rd_kalive = $tm;
935   }
936
937   function rd_kalive_is_expired($tm)
938   {
939       // printf("rd_kalive %d tm %d\n", $this->rd_kalive, $tm);
940       return ($this->rd_kalive < $tm);
941   }
942
943   function rd_endtime_is_expired($tm)
944   {
945       // printf("rd_endtime %d tm %d\n", $this->rd_kalive, $tm);
946       return ($this->rd_endtime < $tm);
947   }
948
949   function rd_kalive_reset($tm)
950   {
951       $this->rd_kalive = $tm + RD_KEEPALIVE_TOUT;
952   }
953
954   function rd_cache_get()
955   {
956       return ($this->rd_cache);
957   }
958
959   function rd_cache_set($cache)
960   {
961       $this->rd_cache = $cache;
962   }
963
964   function idx_get() {
965       return ($this->idx);
966   }
967
968   function code_get() {
969       return ($this->code);
970   }
971   
972   function stat_set($stat) {
973     log_main("sess: [".$this->sess. "] NEW STAT: [".$stat."]"); 
974     $this->stat = "$stat";
975     
976     /*
977     if (validate_sess($this->sess)) {
978       if (file_exists(PROXY_PATH) == FALSE)
979         mkdir(PROXY_PATH, 0775, TRUE);
980       $fp = @fopen(PROXY_PATH."/".$this->sess.".stat", 'w');
981       fwrite($fp, sprintf("%s\n",$this->stat));
982       fclose($fp);
983     }
984     */
985   }
986
987   function step_set($step) 
988   {
989       $this->step = $step & 0x7fffffff;
990       
991       return (TRUE);
992   }
993
994   function step_inc($delta = 1) {
995       $this->step += $delta;
996       /* modularization because unpack() not manage unsigned 32bit int correctly */
997       $this->step &= 0x7fffffff;
998       
999       return TRUE;
1000   }
1001
1002
1003   function save_step() 
1004   {
1005       do {
1006           if (validate_sess($this->sess) == FALSE)
1007               break;
1008           if (file_exists(PROXY_PATH) == FALSE)
1009               mkdir(PROXY_PATH, 0775, TRUE);
1010           if (($fp = @fopen(PROXY_PATH."/".$this->sess.".step", 'w')) == FALSE)
1011               break;
1012           fwrite($fp, pack("LL",$this->step, $this->idx));
1013           fclose($fp);
1014           
1015           log_main("step_set [".$this->sess. "] [".$this->step."]"); 
1016           
1017           return (TRUE);
1018       } while (0);
1019       
1020       return (FALSE);
1021   }
1022   
1023   static function load_step($sess) 
1024   {
1025       $fp = FALSE;
1026       do {
1027           if (validate_sess($sess) == FALSE)
1028               break;
1029           
1030           if (file_exists(PROXY_PATH) == FALSE)
1031               mkdir(PROXY_PATH, 0775, TRUE);
1032           if (($fp = @fopen(PROXY_PATH."/".$sess.".step", 'rb')) == FALSE)
1033               break;
1034           if (($s = fread($fp, 8)) == FALSE)
1035               break;
1036           if (mb_strlen($s, "ASCII") != 8)
1037               break;
1038           $arr = unpack('Ls/Li', $s);
1039           fclose($fp);
1040           
1041           // log_rd2("A0: ".$arr[0]."  A1: ".$arr[1]);
1042           return ($arr);
1043       } while (0);
1044       
1045       if ($fp != FALSE)
1046           fclose($fp);
1047       
1048       log_rd2("STEP_GET [".$sess."]: return false ");
1049       
1050       return (FALSE);
1051   }
1052
1053   static function unproxy_step($sess) {
1054       log_rd2("UNPROXY: ".PROXY_PATH."/".$sess.".step");
1055       if (file_exists(PROXY_PATH) == FALSE)
1056           return;
1057       @unlink(PROXY_PATH."/".$sess.".step");
1058   }
1059
1060   function reset() {
1061     $curtime = time();
1062     log_legal($curtime, $this, "STAT:LOGOUT", '');
1063
1064     $tmp_sess = $this->sess;
1065     $this->sess = "";
1066     self::unproxy_step($tmp_sess);
1067     $this->name = "";  // OK here
1068     while (array_pop($this->comm) != NULL);
1069     $this->step = 0;
1070     $this->chattime = array_fill(0, CHAT_N, 0);
1071     $this->chat_cur = 0;
1072     $this->chat_lst = "";
1073     $this->chat_ban = 0;
1074     $this->chat_dlt = 0;
1075     $this->the_end = FALSE;
1076   }
1077
1078   static function load_data($id, $sess) 
1079   {
1080       log_main("load_data: id [".$id."] sess [".($sess == FALSE ? "FALSE" : $sess)."] ");
1081       
1082       do {
1083           if (($tok = @ftok(FTOK_PATH."/user".$id, "B")) == -1) {
1084               log_main("ftok failed");
1085               break;
1086           }
1087           
1088           if (($shm_sz = sharedmem_sz($tok)) == -1) {
1089               log_main("shmop_open failed");
1090           }
1091           
1092           if ($shm_sz == -1)
1093               $shm_sz = SHM_DIMS_U_MIN;
1094           
1095           if ($shm = shm_attach($tok, $shm_sz)) {
1096               if (($user = @shm_get_var($shm, $tok)) == FALSE) {
1097                   break;
1098               }
1099               if ($sess != FALSE && $user->sess != $sess) {
1100                   break;
1101               }
1102               log_only("user ==  ".($user == FALSE ?   "FALSE" : "TRUE")."  user ===  ".($user === FALSE ? "FALSE" : "TRUE")."  user isset ".(isset($user) ?   "TRUE" : "FALSE"));
1103               
1104               if ($user == FALSE) {
1105                   log_only("INIT MAIN DATA");
1106                   
1107                   // SHSPLIT FIXME: init_data for User class ??
1108                   $user = User::create($id, "", "");
1109                   if (@shm_put_var($shm, $tok, $user) == FALSE) {
1110                       log_only("PUT_VAR FALLITA ".strlen(serialize($user)));
1111                       log_only(serialize($user));
1112                   }
1113                   log_shme("User::save_data2");
1114               }
1115               else {
1116                   if ($sess != FALSE) {
1117                       /*
1118                        *  NOTE:  this part is for check only, theoretically 
1119                        *         user->step anch proxy_step are set allways at the same value
1120                        */
1121                       $old_step = $user->step;
1122                       $arr = User::load_step($sess);
1123                       $user->step = $arr['s'];
1124                       if ($old_step != $user->step) {
1125                           log_crit("steps are diffetents User->step ".$user->step." Old_step: ".$old_step);
1126                       }
1127                   }
1128               }
1129               $user->shm_sz = $shm_sz;
1130               
1131               shm_detach($shm);
1132           }
1133           
1134           //  
1135           // SHSPLIT: load users from the shared memory
1136           //
1137           return ($user);
1138       } while (0);
1139       
1140       return (FALSE);
1141   }
1142   
1143
1144   static function save_data($user, $id) 
1145   {
1146       GLOBAL $sess;
1147       
1148       $shm =   FALSE;
1149       
1150       if (($tok = @ftok(FTOK_PATH."/user".$id, "B")) == -1) {
1151           return (FALSE);
1152       }
1153       while ($user->shm_sz < SHM_DIMS_U_MAX) {
1154           if (($shm = shm_attach($tok, $user->shm_sz)) == FALSE)
1155               break;
1156           
1157           // log_only("PUT_VAR DI ".strlen(serialize($user)));
1158           if (@shm_put_var($shm, $tok, $user) != FALSE) {
1159               shm_detach($shm);
1160               if ($user->sess != "")
1161                   $user->save_step();
1162
1163               log_shme("User::save_data");
1164
1165               log_main("User[".$id."] saved.");
1166               return (TRUE);
1167           }
1168           if (shm_remove($shm) === FALSE) {
1169               log_only("REMOVE FALLITA");
1170               break;
1171           }
1172           shm_detach($shm);
1173           $user->shm_sz += SHM_DIMS_U_DLT;
1174       } 
1175       
1176       if ($shm)
1177           shm_detach($shm);
1178       
1179       return (FALSE);
1180   }
1181
1182   function myname_innerHTML()
1183   {
1184       $class_id = ($this->flags & USER_FLAG_AUTH) + 1;
1185       
1186       return (sprintf('$("myname").innerHTML = "<span class=\"au%d\">%s</span>";', $class_id, 
1187                       xcape($this->name,ENT_COMPAT,"UTF-8")));
1188   }
1189
1190 } // end class User
1191
1192
1193
1194 class Room {
1195     static $delta_t;
1196
1197   var $user;
1198   var $table;
1199   var $comm; // commands for many people
1200   var $step; // current step of the comm array
1201   // externalized var $garbage_timeout;
1202   var $shm_sz;
1203
1204   function Room () {
1205     $this->user = array();
1206     $this->table = array();
1207
1208     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1209         $this->user[$i] = User::create($i, "", "");
1210     }
1211
1212     for ($i = 0 ; $i < TABLES_N ; $i++) {
1213       $this->table[$i] = Table::create($i);
1214       /* OLD METHOD
1215       if ($i < 12) {
1216         $row = ( (((int)($i / 4)) % 2) == 0 );
1217         $col = ($i % 2 == 0);
1218         $this->table[$i]->auth_only = (($row && $col) || (!$row && !$col));
1219       }
1220       else {
1221         $this->table[$i]->auth_only = FALSE;
1222       }
1223       */
1224       if ($i < TABLES_AUTH_N) 
1225         $this->table[$i]->auth_only = TRUE;
1226       else
1227         $this->table[$i]->auth_only = FALSE;
1228     }
1229     // externalized $this->garbage_timeout = 0;
1230     Room::garbage_time_expire_set(0);
1231     $this->shm_sz = SHM_DIMS_MIN;
1232   }
1233
1234   function garbage_manager($force)
1235   {
1236     GLOBAL $G_lang, $mlang_brisk, $G_base;
1237
1238     $ismod = FALSE;
1239
1240     log_rd2("garbage_manager START");
1241
1242     /* Garbage collector degli utenti in timeout */
1243     $curtime = time();
1244
1245     // externalized if ($force || $this->garbage_timeout < $curtime) {
1246     if (!$force && !Room::garbage_time_is_expired($curtime)) {
1247         return ($ismod);
1248     }
1249       
1250     webservers_check();
1251       // FIXME BRISK4: include for each kind of table
1252       require_once("${G_base}briskin5/Obj/briskin5.phh");
1253
1254       // Before all align times with table timeout
1255       for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
1256         $table_cur = $this->table[$table_idx];
1257         // if the table is complete and exists its shared mem we get the info about users lacc
1258
1259         if ($table_cur->player_n == PLAYERS_N) {
1260           log_main("PLAYERS == N TABLE ".$table_idx);
1261           
1262           if (($sem = Bin5::lock_data(TRUE, $table_idx)) != FALSE) { 
1263             log_main("bin5 lock data success");
1264             
1265             $no_recovery = FALSE;
1266             if (($bri = Bin5::load_data($table_idx)) != FALSE) {
1267               if ($table_cur->table_token != $bri->table_token) {
1268                 log_main("ERROR: not matching table_token. Room: ".$table_cur->table_token."  Table: ".$bri->table_token);
1269                 log_main("ERROR: not matching table_start. Room: ".$table_cur->table_start."  Table: ".$bri->table_start);
1270                 $no_recovery = TRUE;
1271                 $bri = FALSE;
1272               }
1273             }
1274             
1275             if ($bri != FALSE) {
1276               //
1277               //  SPAWN: JOIN
1278               //
1279               log_main("garbage_manager: bri loaded successfully.");
1280               $bri->garbage_manager(TRUE);
1281               
1282               $bri_table = $bri->table[0];
1283
1284               // is the end of the table
1285               if ($bri->the_end == TRUE) {
1286                   /*
1287                  *  DESTROY OF FINISHED TABLE && MOVE PLAYER TO ROOM AGAIN
1288                  */
1289                 log_main("garbage_manager: INSIDE THE END.");
1290
1291                 $plist = "$table_cur->table_token|$table_cur->idx|$table_cur->player_n";
1292                 for ($i = 0 ; $i < $table_cur->player_n ; $i++) {
1293                   $plist .= '|'.$this->user[$table_cur->player[$i]]->sess;
1294                 }
1295
1296                 for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
1297                   // stat must be "table" by definition
1298                   $user_cur = $this->user[$table_cur->player[$i]];
1299                   $bri_user = $bri->user[$i];
1300                   
1301                   $user_cur->subst      = $bri_user->subst;
1302                   $user_cur->step       = $bri_user->step;
1303                   $user_cur->lacc       = $bri_user->lacc;
1304                   $user_cur->laccwr     = $bri_user->lacc;
1305                   $user_cur->bantime    = $bri_user->bantime;
1306                 }
1307
1308                 log_legal($curtime, $user_cur, "STAT:DESTROY_GAME", $plist);
1309
1310                 $this->room_join_wakeup($user_cur, FALSE, 0); 
1311                 $table_cur->table_token = "";
1312                 $table_cur->wakeup_time = $curtime + WAKEUP_TIME;
1313                         
1314                         $bri->destroy_data($table_idx);
1315               }
1316               else {
1317                 log_main("gm:: save_data");
1318
1319                 for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
1320                   $this->user[$table_cur->player[$i]]->lacc = $bri->user[$i]->lacc;
1321                 }
1322               
1323                 Bin5::save_data($bri);
1324               }
1325             } // else if (($bri = Bin5::load_data($table_idx)) != FALSE) {
1326             else if ($no_recovery == FALSE) {
1327               log_crit("ERROR: table ".$table_idx." unrecoverable join");
1328
1329               for ($i = 0 ; $i < $table_cur->player_n ; $i++) {
1330                 $user_cur = $this->user[$table_cur->player[$i]];
1331                 $user_cur->subst = "shutdowner";
1332                 $user_cur->step_inc();
1333                 
1334                 $ret = sprintf('stat = "%s"; subst = "%s";',  $user_cur->stat, $user_cur->subst);
1335                 $ret .= "gst.st = ".($user_cur->step+1)."; ";
1336                 // MLANG <br>I dati del tavolo n&deg; ".$user_cur->table." sono inconsistenti, verranno resettati.<br><br>Torni in piedi.<br><br>
1337                 $prestr = sprintf($mlang_brisk['tabincon'][$G_lang], $user_cur->table);
1338                 $ret .= show_notify($prestr, 2000, $mlang_brisk['btn_close'][$G_lang], 400, 110);
1339                 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1340                 $user_cur->step_inc();
1341               }
1342
1343               $plist = "$table_cur->table_token|$user_cur->table|$table_cur->player_n";
1344               for ($i = 0 ; $i < $table_cur->player_n ; $i++) {
1345                 $plist .= '|'.$this->user[$table_cur->player[$i]]->sess;
1346               }
1347               log_legal($curtime, $user_cur, "STAT:DESTROY_GAME(RECOVERY)", $plist);
1348               
1349               $this->room_join_wakeup($user_cur, TRUE, -2); 
1350               $table_cur->table_token = "";
1351             }
1352
1353             Bin5::unlock_data($sem);
1354           } // bri::lock_data
1355         } //  if ($table_cur->player_n == PLAYERS_N) {
1356       } //  for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
1357     
1358       log_rd2("out new loop.");
1359                 
1360       for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1361         $user_cur = $this->user[$i];
1362         
1363         log_rd2("User: ".$user_cur->name."  stat: ".$user_cur->stat."  subst: ".$user_cur->subst);
1364           
1365         if ($user_cur->sess == "") 
1366           continue;
1367         
1368         if ($user_cur->lacc + EXPIRE_TIME_RD < $curtime) {
1369           // Auto logout dell'utente
1370           log_rd2("AUTO LOGOUT.".($user_cur->lacc + EXPIRE_TIME_RD)." curtime ".$curtime);
1371           
1372           if ($user_cur->stat == 'table' || $user_cur->stat == 'room') {
1373             log_auth($user_cur->sess, "Autologout session.");
1374             
1375             $user_cur->reset();
1376             
1377             log_rd2("AUTO LOGOUT.");
1378             if ($user_cur->subst == 'sitdown' || $user_cur->stat == 'table')
1379               $this->room_wakeup($user_cur);
1380             else if ($user_cur->subst == 'standup')
1381               $this->room_outstandup($user_cur);
1382             else
1383               log_rd2("LOGOUT FROM WHAT ???");
1384           }
1385         }
1386
1387         if ($user_cur->laccwr + EXPIRE_TIME_SMAMMA < $curtime) { // lo rimettiamo in piedi
1388           if ($user_cur->stat == 'room' && $user_cur->subst == 'sitdown') {
1389             $this->room_wakeup($user_cur);
1390             $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1391             /* MLANG: <br>Sei stato inattivo per ".(EXPIRE_TIME_SMAMMA/60.0)." minuti. <br><br>Quindi ritorni tra i <b>Giocatori in piedi</b>.", "torna ai tavoli" */
1392             $user_cur->comm[$user_cur->step % COMM_N] .=  show_notify($mlang_brisk['tabtout_a'][$G_lang].(EXPIRE_TIME_SMAMMA/60.0).$mlang_brisk['tabtout_b'][$G_lang], 0, $mlang_brisk['btn_backstand'][$G_lang], 400, 100);
1393             $user_cur->step_inc();
1394           }
1395         }
1396       }
1397       log_rd2("GARBAGE UPDATED!");
1398       
1399       // externalized $this->garbage_timeout = time() + GARBAGE_TIMEOUT;
1400       Room::garbage_time_expire_set($curtime + GARBAGE_TIMEOUT);
1401       $ismod = TRUE;
1402
1403     return ($ismod);
1404   }
1405
1406   function show_room($user_step, $user)
1407   {
1408     GLOBAL $G_lang, $mlang_brisk;
1409     log_main("show_room: username: ".$user->name);
1410     
1411     $ret = sprintf('gst.st = %d; ',  $user_step);
1412
1413     if ($user->flags & USER_FLAG_ISOLAUTH) {
1414       $ret .= 'list_set(\'isolation\', false, \''.$mlang_brisk['tit_onisol'][$G_lang].'\' ); ';
1415     }
1416     else if ($user->flags & USER_FLAG_LISTAUTH) {
1417       $ret .= 'list_set(\'auth\', false, \''.$mlang_brisk['tit_onauth'][$G_lang].'\' ); ';
1418     }
1419     else {
1420       $ret .= 'list_set(\'all\', false, \'\' ); ';
1421     }
1422
1423     if ($user->subst == 'standup')
1424       $ret .= "tra.show(); ";
1425     else
1426       $ret .= "tra.hide(); ";
1427
1428     $ret .= sprintf('stat = "%s";',  $user->stat);
1429     
1430     $ret .= root_wellcome($user);
1431     if ($user->flags & USER_FLAG_DBFAILED) {
1432         $ret .= "gst.st = ".($user->step+1)."; ";
1433         $ret .= show_notify($mlang_brisk['db_failed'][$G_lang], 0, $mlang_brisk['btn_close'][$G_lang], 400, 140);
1434     }
1435
1436     $ret .= sprintf('subst = "%s";', $user->subst);
1437     $ret .= $user->myname_innerHTML();
1438
1439     for ($i = 0 ; $i < TABLES_N ; $i++) {
1440
1441       $ret .= $this->table_content($user, $i);
1442       // $ret .= table_act_content(($user->subst == 'standup'), $this->table[$i]->player_n, $i, $user->table, 
1443       //                          ($this->table[$i]->auth_only == FALSE ? TRUE : $user->flags & USER_FLAG_AUTH));
1444       $ret .=  $this->table[$i]->act_content($user);
1445       if ($this->table[$i]->wag_own != -1) 
1446         $ret .= sprintf('tra.add(%d, "%s: %s"); ', $i,  $this->user[$this->table[$i]->wag_own]->name, $this->table[$i]->wag_com);
1447       else 
1448         $ret .= sprintf('tra.rem(%d); ', $i);
1449     }
1450     $ret .= $this->standup_content($user);
1451     
1452     return ($ret);
1453   }
1454   
1455
1456   function room_wakeup($user)
1457   {
1458     $table_idx = $user->table;
1459     $table = $this->table[$table_idx];
1460
1461     log_main("WAKEUP: begin function table:".$table_idx."  stat: ".$user->stat."  subst: ".$user->subst);
1462
1463     $curtime = time();
1464
1465     $from_table = ($user->stat == "table");
1466     if ($from_table) {
1467       log_main("WAKEUP: from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1468
1469       for ($i = 0 ; $i < $table->player_n ; $i++) {
1470         $user_cur = $this->user[$table->player[$i]];
1471         log_main("PREIMPOST: INLOOP name: ".$user_cur->name);
1472
1473         if ($user->idx_get() != $table->player[$i]) {
1474           $user_cur->stat_set("room");
1475           $user_cur->subst = "sitdown";
1476           $user_cur->laccwr = $curtime;
1477         }
1478         else if ($user->sess != "") {
1479           $user_cur->stat_set("room");
1480           $user_cur->subst = "standup";
1481           $user_cur->laccwr = $curtime;
1482           $user_cur->table = -1;
1483         }
1484       }
1485     }
1486     else {
1487       $user->stat_set("room");
1488       $user->subst = "standup";
1489       $user->laccwr = $curtime;
1490     }
1491     
1492     $remove_wagon = FALSE;
1493     if($table->wag_own == $user->idx_get()) {
1494       $table->wag_reset($curtime);
1495       $remove_wagon = TRUE;
1496     }
1497     
1498
1499     /* aggiorna l'array dei giocatori al tavolo. */
1500     $table->user_rem($this, $user);
1501
1502     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1503       $user_cur = $this->user[$i];
1504       if ($user_cur->sess == '' || $user_cur->stat != 'room')
1505         continue;
1506       
1507       // log_main("VALORI: name: ".$user_cur->name."from_table: ".$from_table."  tab: ".$user_cur->table." taix: ".$table_idx."  ucur: ".$user_cur."  us: ".$user);
1508
1509       $ret = "gst.st = ".($user_cur->step+1)."; ".($remove_wagon ? sprintf("tra.rem(%d);",$table_idx) : "");
1510       if ($from_table && ($user_cur->table == $table_idx || $user->idx_get() == $i)) {
1511         $ret .= 'gst.st_loc++; hstm.stop(); window.onunload = null; window.onbeforeunload = null; document.location.assign("index.php");|';
1512         // $ret .= 'gst.st_loc++; document.location.assign("index.php");|';
1513         log_main("DOCUMENT.index.php: from table");
1514       }
1515       else if ($user_cur->stat == "room") {
1516         log_main("DOCUMENT.index.php: from table");
1517
1518         $ret .= $this->table_content($user_cur, $table_idx);
1519         $ret .= $this->standup_content($user_cur);
1520         
1521         // $ret .= table_act_content(FALSE, 0, $table_idx, $user->table, FALSE);
1522         $ret .= $table->act_content($user);
1523
1524         if ($user->idx_get() == $i) {
1525           // set the new status 
1526           $ret .=  'subst = "standup"; tra.show(); ';
1527           // clean the action buttons in other tables
1528           for ($e = 0 ; $e < TABLES_N ; $e++) {
1529             if ($this->table[$e]->player_n < PLAYERS_N) {
1530               // $ret .= table_act_content(TRUE, 0, $e, $user->table, 
1531               //                           ($this->table[$e]->auth_only == FALSE ? TRUE : $user->flags & USER_FLAG_AUTH));
1532               $ret .= $this->table[$e]->act_content($user);
1533             }
1534           }
1535         }
1536         else {
1537           // $ret .= table_act_content(($user_cur->subst == 'standup'), $table->player_n, $table_idx, $user_cur->table,
1538           //                           ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1539           $ret .= $table->act_content($user_cur);
1540         }
1541       }
1542       log_wr("ROOM_WAKEUP: ".$ret);
1543       $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1544       $user_cur->step_inc();
1545     }
1546   }
1547
1548   function room_join_wakeup($user, $update_lacc = FALSE, $trans_delta)
1549   {
1550     $table_idx = $user->table;
1551     $table = $this->table[$table_idx];
1552     
1553     log_main("JOIN_WAKEUP: begin function table:".$table_idx."  stat: ".$user->stat."  subst: ".$user->subst);
1554
1555     $curtime = time();
1556     $user_wup = array();
1557     $user_wup_n = 0;
1558     $user_tab = array();
1559     $user_tab_n = 0;
1560     log_main("JOIN WAKEUP: from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1561     
1562     for ($i = 0 ; $i < $table->player_n ; $i++) {
1563       $user_cur = $this->user[$table->player[$i]];
1564       log_main("PREIMPOST INLOOP name: ".$user_cur->name);
1565       if ($user_cur->sess != "") {
1566         if ($update_lacc == TRUE) {
1567           $user_cur->laccwr = $curtime;
1568         }
1569         log_main("cur: ".$user_cur->name."  subst: ".$user_cur->subst);
1570         if ($user_cur->subst == "shutdowned") {
1571           $user_cur->stat_set("room");
1572           $user_cur->subst = "sitdown";
1573         }
1574         else if ($user_cur->subst == "shutdowner") {
1575           $user_cur->stat_set("room");
1576           $user_cur->subst = "standup";
1577           $user_cur->table = -1;
1578           $user_wup[$user_wup_n++] = $user_cur;
1579           
1580           $remove_wagon = FALSE;
1581           if($table->wag_own == $table->player[$i]) {
1582             $remove_wagon = TRUE;
1583             $table->wag_reset($curtime);
1584           }
1585         }
1586         $user_tab[$user_tab_n++] = $table->player[$i];
1587       }
1588     }
1589
1590     for ($wup_idx = 0 ; $wup_idx < $user_wup_n  ; $wup_idx++)
1591       $table->user_rem($this, $user_wup[$wup_idx]);
1592
1593     /* aggiorna l'array dei giocatori al tavolo. */
1594
1595     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1596       log_main("START LOOP");
1597       $user_cur = $this->user[$i];
1598       if ($user_cur->sess == '' || $user_cur->stat != 'room') {
1599         log_main("name: ".$user_cur->name."skip   subst: ".$user_cur->subst);
1600         continue;
1601       }
1602
1603       log_main("___");
1604       log_main("VALORI name: ".$user_cur->name."  tab: ".$user_cur->table." taix: ".$table_idx);
1605
1606       $ret = "gst.st = ".($user_cur->step+1)."; ".($remove_wagon ? sprintf("tra.rem(%d);",$table_idx) : "");
1607       if ($user_cur->stat == "room") {
1608         log_main("DOCUMENT.index.php from table");
1609
1610         $ret .= $this->table_content($user_cur, $table_idx);
1611         $ret .= $this->standup_content($user_cur);
1612         
1613         // $ret .= table_act_content(FALSE, 0, $table_idx, $user_cur->table,
1614         //                           ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1615         $ret .= $table->act_content($user_cur);
1616
1617
1618         for ($tab_idx = 0 ; $tab_idx < $user_tab_n  ; $tab_idx++)
1619             if ($user_tab[$tab_idx] == $i) 
1620                 break;
1621
1622         // for users that wakeup the room will be reconstructed by index_rd.php
1623         if ($tab_idx < $user_tab_n) {
1624           log_main("PRE show_room username: ".$user_cur->name."  STEP: ".$user_cur->step);
1625
1626 //        ARRAY_POP DISABLED
1627 //        if ($trans_delta == 0)
1628 //          while (array_pop($user_cur->comm) != NULL);
1629
1630           $user_cur->trans_step = $user_cur->step + 1 + $trans_delta;
1631           $user_cur->comm[$user_cur->step % COMM_N] = "";
1632           $user_cur->step_inc();
1633           $user_cur->comm[$user_cur->step % COMM_N] = $this->show_room(($user_cur->step + 1), $user_cur);
1634           $user_cur->step_inc();
1635           log_main("POST show_room username: ".$user_cur->name."  STEP: ".$user_cur->step);
1636
1637           continue;
1638         }
1639         log_main("JOIN_WAKEUP wup_idx ".$wup_idx."  wup_n ".$user_wup_n);
1640
1641         log_main("JOIN_WAKEUP more");
1642         // $ret .= table_act_content(($user_cur->subst == 'standup'), $table->player_n, $table_idx, $user_cur->table,
1643         //                           ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1644         $ret .= $table->act_content($user_cur);
1645
1646         log_main("JOIN_WAKEUP end more");
1647       }
1648       log_wr("ROOM_JOIN_WAKEUP: ".$ret);
1649       $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1650       $user_cur->step_inc();
1651     }
1652   }
1653
1654   function room_outstandup($user)
1655   {
1656     $this->room_sitdown($user, -1);
1657   }
1658   
1659   function table_update($user)
1660   {
1661     log_main("table_update: pre - USER: ".$user->name);
1662
1663     $table_idx = $user->table;
1664
1665     if ($table_idx > -1) 
1666       $table = $this->table[$table_idx];
1667     
1668     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1669       $ret = "";
1670       $user_cur = $this->user[$i];
1671       if ($user_cur->sess == '' || $user_cur->stat != 'room')
1672       continue;
1673       
1674       $ret = "gst.st = ".($user_cur->step+1)."; ";
1675       if ($table_idx > -1)
1676         $ret .= $this->table_content($user_cur, $table_idx);
1677       
1678       if ($user->idx_get() == $i) {
1679           $ret .= $user->myname_innerHTML();
1680       }
1681       $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1682       $user_cur->step_inc();
1683     }
1684
1685     log_main("table_update: post");
1686   }
1687
1688   function room_sitdown($user, $table_idx)
1689   {
1690     log_main("room_sitdown ".($user == FALSE ? "USER: FALSE" : "USER: ".$user->name));
1691
1692     $train_app = "";
1693
1694     if ($table_idx > -1 && $table_idx < TABLES_N) { 
1695       $table = $this->table[$table_idx];
1696
1697       // wagon shutdown 
1698       if ($table->wag_own != -1 && $table->player_n == PLAYERS_N) {        
1699         for ($i = 0 ; $i < TABLES_N ; $i++) {
1700             if ($table->wag_own == $table->player[$i]) {
1701                 $train_app = sprintf("tra.rem(%d); ", $table_idx); 
1702                 $table->wag_reset(time());
1703                 break;
1704             }
1705         }
1706       }
1707     }
1708
1709     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1710       $ret = "";
1711       $user_cur = $this->user[$i];
1712       if ($user_cur->sess == '' || $user_cur->stat != 'room')
1713       continue;
1714       
1715       $ret = "gst.st = ".($user_cur->step+1)."; ".$train_app;
1716       if ($table_idx > -1)
1717       $ret .= $this->table_content($user_cur, $table_idx);
1718       $ret .= $this->standup_content($user_cur);
1719       
1720       if ($user->idx_get() == $i) {
1721         $ret .=  'subst = "sitdown"; tra.hide(); ';
1722         // clean the action buttons in other tables
1723         for ($e = 0 ; $e < TABLES_N ; $e++) {
1724           // $ret .= table_act_content(FALSE, 0, $e, $user_cur->table, FALSE);
1725           $ret .= $this->table[$e]->act_content($user_cur);
1726         }
1727       }
1728       else if ($table_idx > -1) {
1729         if ($table->player_n == PLAYERS_N) {
1730           // $ret .= table_act_content(($user_cur->subst == 'standup'), PLAYERS_N, $table_idx, $user_cur->table,
1731           ///                      ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1732           $ret .= $table->act_content($user_cur);
1733         }
1734       }
1735       $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1736       $user_cur->step_inc();
1737     }
1738   }
1739
1740   function chatt_send($user, $mesg)
1741   {
1742     GLOBAL $G_base, $G_alarm_passwd, $mlang_brisk, $G_lang;
1743     $only_you = FALSE;
1744     
1745     // common settings
1746     $msg = substr($mesg, 6, 128);
1747     $curtime = time();
1748     $dt = date("H:i ", $curtime);
1749     $target = "";
1750
1751     //
1752     //  Compute actions
1753     //
1754
1755     $to_user     = FALSE;
1756     $to_all      = FALSE;
1757     $to_room     = FALSE;
1758     $to_tabl     = FALSE;
1759     $is_normchat = FALSE;
1760     /* for old isolation management $is_ticker   = FALSE; */
1761     $update_room = FALSE;
1762
1763     if (strcmp($msg,  "/tav") == 0 || 
1764         strncmp($msg, "/tav ", 5) == 0) {
1765       do {
1766         if ($user->stat != 'room' || $user->subst != 'sitdown') {
1767           /* MLANG: "<br>Per attivare il messaggio di segnalazione del tavolo occorre essere seduti.<br><br>", "<br>Il messaggio di segnalazione del tavolo &egrave; gi&agrave; attivato.<br><br>", "<br>Il messaggio di segnalazione del tavolo<br>&egrave; disattivato ancora per %d second%s.<br><br>" */
1768           $msg = $mlang_brisk['tickmust'][$G_lang];
1769           $to_user = show_notify($msg, 0, "chiudi", 400, 100);
1770
1771           break;
1772         }
1773
1774         $table = $this->table[$user->table];
1775         
1776         if ($table->wag_own != -1) {
1777           // MLANG <br>Il messaggio di segnalazione del tavolo &egrave; gi&agrave; attivato.<br><br> 
1778           $msg = $mlang_brisk['tickjust'][$G_lang];
1779           $to_user = show_notify($msg, 0, "chiudi", 400, 100);
1780
1781           break;
1782         }
1783
1784         $dtime = $curtime - $table->wag_tout;
1785         if ($dtime  < EXPIRE_TIME_WAG) {
1786           // MLANG - <br>Il messaggio di segnalazione del tavolo<br>&egrave; disattivato ancora per %d second%s.<br><br>
1787           $msg = sprintf($mlang_brisk['tickwait'][$G_lang],
1788                          EXPIRE_TIME_WAG - $dtime, (EXPIRE_TIME_WAG - $dtime == 1 ? ($G_lang == 'en' ? "" : "o") : ($G_lang == 'en' ? "s" : "i")));
1789           $to_user = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang] , 400, 100);
1790
1791           break;
1792         }
1793         
1794         $msg = substr($msg, 5);
1795         
1796         $table->wag_set($user->idx_get(), $msg);
1797         $to_user = sprintf('tra.add(%d, "%s");', $user->table, xcape(sprintf("%s: %s", $user->name, $msg)));
1798         $to_room = $to_user;
1799         /* for old isolation management $is_ticker = TRUE; */
1800       } while (0);
1801     } // /tav chat command
1802
1803     else if (strncmp($msg, "/alarm ", 7) == 0) {
1804       if (strncmp($msg, "/alarm to ", 10) == 0) {
1805         $sp_pos = strpos($msg, " ", 10);
1806         $target = substr($msg, 10, $sp_pos - 10);
1807         $alarm_check = "/alarm to ".$target." ".$G_alarm_passwd." ";
1808       }
1809       else {
1810         $target = "";
1811         $alarm_check = "/alarm ".$G_alarm_passwd." ";
1812       }
1813       do {
1814         if (strncmp($msg, $alarm_check, strlen($alarm_check)) != 0) {
1815           /* MLANG: "<br>La password digitata non &egrave; corretta.<br><br>" */
1816           $msg = $mlang_brisk['alarpass'][$G_lang];
1817           $to_user = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang], 400, 100);
1818
1819           break;
1820         }
1821
1822         /* MLANG: "Alarm <b>%s</b> inviato a <b>%s</b>." */
1823         $prestr = sprintf($mlang_brisk['alarret'][$G_lang], xcape(substr($msg, strlen($alarm_check))), 
1824                            ($target == "" ? $mlang_brisk['tit_all'][$G_lang] : xcape($target)) );
1825         $to_user = sprintf('chatt_sub("%s", [2, "%s"],%s);', 
1826                            $dt, NICKSERV, $prestr);
1827
1828         $msg = sprintf("<br><b>%s<br><br>%s</b><br><br>",
1829                        $dt.NICKSERV, xcape(substr($msg, strlen($alarm_check))));
1830         /* MLANG: "chiudi" */
1831         $to_all = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang], 400, 120);
1832       } while (0);
1833     } // /alarm chat command
1834     else if (strncmp($msg, "/listen ", 8) == 0) {
1835       $arg = substr($msg, 8);
1836
1837       if (strcasecmp($arg, "isolation") == 0) {
1838         $flags_old = 0;
1839         if ($user->stat == 'room' && $user->subst == 'sitdown' &&
1840             $user->table >= TABLES_AUTH_N) {
1841           $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['listmust'][$G_lang]);
1842           
1843         }
1844         else {
1845           $user->flags &= ~USER_FLAG_MAP_AUTH;
1846           $user->flags |= USER_FLAG_ISOLAUTH;
1847           $to_user = 'list_set(\'isolation\', true, \''.$mlang_brisk['tit_onisol'][$G_lang].'\'); ';
1848         }
1849       }
1850       else if (strcasecmp($arg, "auth") == 0) {
1851         $flags_old = $user->flags;
1852         $user->flags &= ~USER_FLAG_MAP_AUTH;
1853         $user->flags |= USER_FLAG_LISTAUTH;
1854         $to_user = 'list_set(\'auth\', true, \''.$mlang_brisk['tit_onauth'][$G_lang].'\'); ';
1855       }
1856       else {
1857         $flags_old = $user->flags;
1858         $user->flags &= ~USER_FLAG_MAP_AUTH;
1859         $to_user = 'list_set(\'all\', true, \'\'); ';
1860         
1861       }
1862       // if from isolation redraw standup area
1863       if (($flags_old ^ $user->flags) & USER_FLAG_ISOLAUTH) {
1864         $to_user .= 'standup_data_old = null; '.$this->standup_content($user);
1865         
1866       }
1867     }
1868     else if (strcmp($msg, "/authreq") == 0) {
1869       if ($user->flags & USER_FLAG_AUTH) {
1870         $to_user = sprintf('authbox(300,200);');
1871       }
1872       else {
1873         /* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>", "Il nickname deve contenere almeno una lettera dell\'alfabeto o una cifra.", "Nickname <b>%s</b> gi&agrave; in uso." */
1874         $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['authmust'][$G_lang]);
1875       }
1876     }
1877     else if (strncmp($msg, "/mesgtoadm", 8) == 0) {
1878       if ($user->flags & USER_FLAG_AUTH) {
1879         $to_user = sprintf('mesgtoadmbox(500,300);');
1880       }
1881       else {
1882         /* MLANG: "<b>Per inviare un messaggio devi essere autenticato.</b>" */
1883         $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['mesgmust'][$G_lang]);
1884       }
1885     }
1886     else if (strncmp($msg, "/nick ", 6) == 0) {
1887       log_main("chatt_send BEGIN");
1888
1889       do {
1890         if (($name_new = validate_name(substr($msg, 6))) == FALSE) {
1891           $to_user = sprintf('chatt_sub("%s", [2,"%s"],"%s");', $dt, NICKSERV, $mlang_brisk['nickmust'][$G_lang]);
1892           break;
1893         }
1894
1895         $msg = "COMMAND ".$msg;
1896         for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1897           $user_cur = $this->user[$i];
1898
1899           if ($user_cur->sess == '')
1900             continue;
1901           if (strcasecmp($user_cur->name,$name_new) == 0)
1902             break;
1903           }
1904         if ($i <  MAX_PLAYERS) {
1905           $prestr = sprintf($mlang_brisk['nickdupl'][$G_lang], xcape($name_new));
1906           $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $prestr);
1907           break;
1908         }
1909         
1910         /* MLANG: "<b>Non puoi cambiare nick a un tavolo per soli autenticati.</b>", "Il nickname <b>\'%s\'</b> &egrave; gi&agrave; registrato, <b>se il suo proprietario si autentificher&agrave; verrai rinominato d\'ufficio come ghost<i>N</i>.</b>" */
1911         if ($user->flags & USER_FLAG_AUTH) {
1912           if (strcasecmp($user->name,$name_new) != 0) {
1913              if (( ($user->flags & USER_FLAG_MAP_AUTH) != USER_FLAG_ISOLAUTH) &&
1914                 ($user->subst == 'standup' || 
1915                  ($user->subst != 'standup' && $this->table[$user->table]->auth_only == FALSE)
1916                  )
1917                 ) {
1918               $user->flags &= ~(USER_FLAG_AUTH | USER_FLAG_TY_ALL); // Remove auth if name changed
1919               for ($i = 0 ; $i < TABLES_N ; $i++) {
1920                 $to_user .= $this->table[$i]->act_content($user);
1921               }
1922             }
1923             else {
1924               $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['authchan'][$G_lang]);
1925               break;
1926             }
1927           }
1928         }
1929         $user->name = $name_new; // OK - nick changed
1930         /* se nome gia' in uso, segnala cosa potrebbe capitare */
1931         if (($user->flags & USER_FLAG_AUTH) == 0) {
1932             if (($bdb = BriskDB::create()) != FALSE) {
1933                 $bdb->users_load();
1934                 /* MLANG: "Il nickname <b>\'%s\'</b> &egrave; gi&agrave; registrato, <b>se il suo proprietario si autentificher&agrave; verrai rinominato d\'ufficio come ghost<i>N</i>.</b>" */
1935                 if ($bdb->login_exists($name_new)) {
1936                     $prestr = sprintf($mlang_brisk['nickjust'][$G_lang], xcape($name_new));
1937                     $to_user .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $prestr);
1938                 }
1939             }
1940         }
1941
1942         log_main("chatt_send start set");
1943
1944         $update_room = TRUE;
1945       } while (0);
1946     } // nick chat command
1947
1948     else if (strncmp($msg, "/st ", 4) == 0) {
1949       log_main("chatt_send BEGIN");
1950
1951       do {
1952         $st_str = substr($msg, 4);
1953         
1954         if (strcasecmp($st_str, "normale") == 0) {
1955           $st = USER_FLAG_S_NORM;
1956         }
1957         else if (strcasecmp($st_str, "pausa") == 0) {
1958           $st = USER_FLAG_S_PAU;
1959         }
1960         else if (strcasecmp($st_str, "fuori") == 0) {
1961           $st = USER_FLAG_S_OUT;
1962         }
1963         else if (strcasecmp($st_str, "cane") == 0) {
1964           $st = USER_FLAG_S_DOG;
1965         }
1966         else if (strcasecmp($st_str, "cibo") == 0) {
1967           $st = USER_FLAG_S_EAT;
1968         }
1969         else if (strcasecmp($st_str, "lavoro") == 0) {
1970           $st = USER_FLAG_S_WRK;
1971         }
1972         else if (strcasecmp($st_str, "sigaretta") == 0) {
1973           $st = USER_FLAG_S_SMK;
1974         }
1975         else if (strcasecmp($st_str, "presente") == 0) {
1976           $st = USER_FLAG_S_EYE;
1977         }
1978         else if (strcasecmp($st_str, "coniglio") == 0) {
1979           $st = USER_FLAG_S_RABB;
1980         }
1981         else if (strcasecmp($st_str, "calcio") == 0) {
1982           $st = USER_FLAG_S_SOCC;
1983         }
1984         else if (strcasecmp($st_str, "pupo") == 0) {
1985           $st = USER_FLAG_S_BABY;
1986         }
1987         else if (strcasecmp($st_str, "pulizie") == 0) {
1988           $st = USER_FLAG_S_MOP;
1989         }
1990         else {
1991           /* MLANG: "Questo stato non esiste." */
1992           $to_user = sprintf('chatt_sub("%s", [2,"%s"],"%s");', $dt, NICKSERV, $mlang_brisk['statunkn'][$G_lang]);
1993           break;
1994         }
1995
1996         log_main("chatt_send start set");
1997         if (($user->flags & USER_FLAG_S_ALL) != $st) {
1998           $update_room = TRUE;
1999           $user->flags = ($user->flags & ~USER_FLAG_S_ALL) | $st;
2000         }
2001       } while (0);
2002     } // nick chat command
2003
2004     else { // normal chat line
2005       $is_normchat = TRUE;
2006       if ($curtime < ($user->chat_ban + $user->chat_dlt)) {
2007         $only_you = TRUE;
2008         $user->chat_dlt = $user->chat_dlt * 2; 
2009         if ($user->chat_dlt > 120)
2010           $user->chat_dlt = 120; 
2011       }
2012       else if ($user->chat_lst == $msg)
2013         $only_you = TRUE;
2014       else if ($curtime - $user->chattime[($user->chat_cur + 1) % CHAT_N] < CHAT_ILL_TIME) {
2015         $user->chat_ban = $curtime;
2016         $user->chat_dlt = 5;
2017         $only_you = TRUE;
2018       }
2019       else {
2020         $user->chat_ban = 0;
2021         $user->chat_dlt = 0;
2022       }
2023
2024       if ($only_you) {
2025         $to_user = sprintf('chatt_sub("%s", [%d, "%s"],"%s");', $dt, $user->flags, xcape($user->name), xcape("== chat ban =="));
2026       }
2027       else {
2028         $to_user = sprintf('chatt_sub("%s", [%d, "%s"],"%s");', $dt, $user->flags, xcape($user->name), xcape($msg));
2029         // temporary silentiation for troll (will became array check)
2030         // if (strcasecmp($user->name,'JackRokka') != 0 && $user->sess != '47ea653f602e8')
2031         $to_room = $to_user;
2032       }
2033
2034       log_legal($curtime, $user, 
2035                 ($user->stat == 'room' ? 'room' : 'table '.$user->table),$msg);
2036       
2037       $user->chat_lst = "$msg";
2038       $user->chattime[$user->chat_cur % CHAT_N] = $curtime;
2039       $user->chat_cur++;
2040     }
2041
2042     if ($to_all) {
2043       $to_room = $to_all;
2044       $to_tabl = $to_all;
2045     }
2046
2047     //
2048     //  Output to clients
2049     //
2050
2051     if ($to_user != FALSE) {
2052       $user->comm[$user->step % COMM_N] =  "gst.st = ".($user->step+1)."; ";
2053       $user->comm[$user->step % COMM_N] .= $to_user;
2054       $user->step_inc();
2055     }
2056
2057     if ($to_room != FALSE) {
2058       for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2059         $user_cur = $this->user[$i];
2060         if ($target != "" && $user_cur->name != $target)
2061           continue;
2062         if ($user_cur->sess == '' || $user_cur->stat == 'table' || $user->idx_get() == $i)
2063           continue;
2064         
2065         if ($is_normchat == TRUE) {
2066           // use MAP_AUTH to check if auth or isolation
2067           if ($user_cur->flags & USER_FLAG_MAP_AUTH) {
2068             if (($user->flags & USER_FLAG_AUTH) == 0) {
2069               continue;
2070             }
2071           }
2072         }
2073         /*
2074         else if ($is_ticker) {
2075           if (($user_cur->flags & USER_FLAG_MAP_AUTH) == USER_FLAG_ISOLAUTH) {
2076             if ($user->table >= TABLES_AUTH_N)
2077               continue;
2078           }
2079         }
2080         */
2081         $user_cur->comm[$user_cur->step % COMM_N] =  "gst.st = ".($user_cur->step+1)."; ";
2082         $user_cur->comm[$user_cur->step % COMM_N] .= $to_room; 
2083         $user_cur->step_inc();
2084       }
2085     }
2086     
2087     if ($to_tabl) {
2088       // FIXME BRISK4: include for each kind of table
2089       require_once("${G_base}briskin5/Obj/briskin5.phh");
2090       // Before all align times with table timeout
2091       for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
2092         $table_cur = $this->table[$table_idx];
2093         // if the table is complete and exists its shared mem we get the info about users lacc
2094         
2095         if ($table_cur->player_n == PLAYERS_N) {
2096           log_main("PLAYERS == N TABLE ".$table_idx);
2097         
2098           if (($sem = Bin5::lock_data(TRUE, $table_idx)) != FALSE) { 
2099             log_main("bin5 lock data success");
2100             
2101             $no_recovery = FALSE;
2102             if (($bri = Bin5::load_data($table_idx)) != FALSE) {
2103               if ($table_cur->table_token != $bri->table_token) {
2104                 log_main("ERROR: not matching table_token. Room: ".$table_cur->table_token."  Table: ".$bri->table_token);
2105                 $bri = FALSE;
2106               }
2107             }
2108             
2109             if ($bri != FALSE) {
2110               $bri_table = $bri->table[0];
2111               for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
2112                 // stat must be "table" by definition
2113                 $bri_user = $bri->user[$i];
2114               
2115                 if ($target != "" && $bri_user->name != $target)
2116                   continue;
2117                 log_main("writa: ".$user_mesg);
2118                 $bri_user->comm[$bri_user->step % COMM_N] = "gst.st = ".($bri_user->step+1)."; ";
2119                 $bri_user->comm[$bri_user->step % COMM_N] .= $to_tabl;
2120                 $bri_user->step_inc();
2121               }
2122               Bin5::save_data($bri);
2123             }
2124             Bin5::unlock_data($sem);
2125           } // bri::lock_data
2126         } //  if ($table_cur->player_n == PLAYERS_N) {
2127       } //  for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
2128     } // if ($to_tabl == true ...
2129
2130     if ($update_room) {
2131       if ($user->stat == 'room' && $user->subst == 'standup') {
2132         $this->standup_update($user);
2133       }
2134       else if ($user->stat == 'room' && $user->subst == 'sitdown') {
2135         log_main("chatt_send pre table update");
2136         $this->table_update($user);
2137         log_main("chatt_send post table update");
2138       }
2139     } // if ($update_room ...
2140
2141     return;
2142   } // function chatt_send( ...
2143
2144   function get_user($sess, &$idx)
2145   {
2146     GLOBAL $PHP_SELF;
2147
2148     if (validate_sess($sess)) {
2149       for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2150         if (strcmp($sess, $this->user[$i]->sess) == 0) {
2151           // find it
2152           $idx = $i;
2153           $ret = $this->user[$i];
2154           return ($ret);
2155         }
2156       }
2157       log_main(sprintf("get_user: Wrong sess from page [%s]",$PHP_SELF));
2158       // for ($i = 0 ; $i < MAX_PLAYERS ; $i++) 
2159       // log_main(sprintf("get_user: Wrong sess compared with [%s]",$this->user[$i]->sess));
2160     }
2161     else {
2162       log_main(sprintf("get_user: Wrong strlen [%s]",$sess));
2163     }
2164
2165     return (FALSE);
2166   }
2167
2168   /*
2169    * function add_user(&$room, &$sess, &$idx, $name, $pass, $ip)
2170    *
2171    * RETURN VALUE:
2172    *   if ($idx >  -1    && ret == FALSE)  =>  duplicated nick
2173    *   if ($idx == -2    && ret == FALSE)  =>  invalid name
2174    *   if ($idx == -3    && ret == FALSE)  =>  wrong password
2175    *   if ($idx == -1    && ret == FALSE)  =>  no space left
2176    *   if ($idx ==  0    && ret == user)   =>  SUCCESS
2177    *   if ($idx == -$idx && ret == user)   =>  SUCCESS (but the login exists in the auth db)
2178    */
2179
2180   function add_user(&$sess, &$idx, $name, $pass, $ip)
2181   {
2182     GLOBAL $G_base, $CO_list;
2183
2184     $idx = 0;
2185
2186     $authenticate = FALSE;
2187     $user_type    = 0;
2188     $login_exists = FALSE;
2189     $ghost = -1;
2190     $ghost_auth = FALSE;
2191     $idx = -1;
2192     $idfree = -1;
2193     $code = FALSE;
2194
2195     if (($name_new = validate_name($name)) == FALSE) {
2196       $idx = -2;
2197       return (FALSE);
2198     }
2199
2200     log_auth("XXX", sprintf("ARRIVA: [%s] pass:[%s]", $sess, ($pass == FALSE ? "FALSE" : $pass)));
2201     if (validate_sess($sess) == FALSE) 
2202       $sess = "";
2203
2204     /* if pass != FALSE verify the login with pass */
2205     log_auth("XXX", "auth1");
2206
2207     if (($bdb = BriskDB::create()) != FALSE) {
2208         $bdb->users_load();
2209         if ($pass != FALSE) { // TODO: here add a method to $bdb to check if the db is available.
2210             log_auth("XXX", "auth2");
2211             $authenticate = $bdb->login_verify($name_new, $pass, $code);
2212             log_auth("XXX", "authenticate: ".($authenticate != FALSE ? "TRUE" : "FALSE"));
2213             
2214             if ($authenticate != FALSE) {
2215                 $user_type = $authenticate->type_get();
2216             }
2217             else {
2218                 $idx = -3;
2219                 return (FALSE);
2220             }
2221         }
2222         else {
2223             $login_exists =  $bdb->login_exists($name_new);
2224         }
2225     }
2226     else {
2227         // if db is down, send a warning and verify only current users
2228         // no actions at this moment
2229     }
2230     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2231       /* free user ? */
2232       if (strcmp($sess, $this->user[$i]->sess) == 0) {
2233         if ($idx == -1)
2234           $idx = $i;
2235       }
2236       if ($idfree == -1 && strcmp($this->user[$i]->sess, "") == 0) {
2237         $idfree = $i;
2238         continue; // NOTE: CHECK IT !!
2239       }
2240       if (strcasecmp($this->user[$i]->name, $name_new) == 0) {
2241           if ($authenticate != FALSE) {
2242               $ghost = $i;
2243               $ghost_auth = ($this->user[$i]->flags & USER_FLAG_AUTH);
2244           }
2245           else {
2246               $idx = $i;
2247               break;
2248           }
2249       }
2250     }
2251     if ($idx == -1)
2252       $idx = $idfree;
2253
2254     log_auth("XXX", sprintf("TROVATO A QUESTO PUNTO [%d] sess [%s] name [%s]", $idx, $sess, $name_new));
2255
2256     /* there is another user logged with your account and you and him have authenticated => new user
2257        get the session of the old user */
2258     if ($ghost > -1 && $ghost_auth && ($authenticate != FALSE)) {
2259       /* swap session */
2260
2261       $ghost_user = $this->user[$ghost];
2262       $curtime = time();
2263       $ghost_user->step_inc();
2264       if ($sess == "") {
2265         $sess = uniqid(""); 
2266         $ghost_user->sess = $sess;
2267       }
2268       else {
2269         $ghost_user->sess = $sess;
2270       }
2271       
2272       // If user at the table we need to update the table data too
2273       $table_idx = $ghost_user->table;
2274       if ($ghost_user->stat == "table" && $this->table[$table_idx]->player_n == PLAYERS_N) {
2275         // FIXME BRISK4: include for each kind of table
2276         require_once("${G_base}briskin5/Obj/briskin5.phh");
2277         if (($brisem = Bin5::lock_data(TRUE, $table_idx)) != FALSE) { 
2278           if (($bri = Bin5::load_data($table_idx)) != FALSE) {
2279             if ($bri->the_end != TRUE) {
2280               $bri->user[$ghost_user->table_pos]->step_inc();
2281               $bri->user[$ghost_user->table_pos]->sess = $sess;
2282               Bin5::save_data($bri);
2283             }
2284           }
2285           Bin5::unlock_data($brisem);
2286         }
2287       }
2288
2289       $idx = $ghost;
2290       return ($this->user[$ghost]);
2291     }
2292     else if ($idx != -1 && $i == MAX_PLAYERS) {
2293       /* SUCCESS */
2294       $curtime = time();
2295       if ($sess == "") {
2296         $sess = uniqid("");
2297         $this->user[$idx]->sess = $sess;
2298       }
2299       else {
2300         $this->user[$idx]->sess = $sess;
2301       }
2302       $this->user[$idx]->name = $name_new; // OK - add new user
2303       $this->user[$idx]->stat_set("room");
2304       $this->user[$idx]->step_set(0);
2305       while (array_pop($this->user[$idx]->comm) != NULL);
2306       $this->user[$idx]->subst = "standup";
2307       $this->user[$idx]->lacc =   $curtime;
2308       $this->user[$idx]->laccwr = $curtime;
2309       $this->user[$idx]->bantime = 0;
2310       $this->user[$idx]->ip = $ip;
2311
2312       $this->user[$idx]->flags = $user_type;
2313       $this->user[$idx]->flags |= ($authenticate != FALSE ? USER_FLAG_AUTH : 0x00);
2314       $this->user[$idx]->flags |= ( ($pass != FALSE && $bdb == FALSE) ? USER_FLAG_DBFAILED : 0x00);
2315       log_auth("XXX", sprintf("FLAGS: [%x]", $this->user[$idx]->flags));
2316
2317       
2318       if ($authenticate != FALSE) {
2319         $this->user[$idx]->code = $authenticate->code_get();
2320         $this->user[$idx]->flags |= USER_FLAG_LISTAUTH;
2321
2322         if (isset($CO_list)) {
2323           if (strcmp($CO_list, "auth") == 0) {
2324             $this->user[$idx]->flags &= ~USER_FLAG_MAP_AUTH;
2325             $this->user[$idx]->flags |= USER_FLAG_LISTAUTH;
2326           }
2327           if (strcmp($CO_list, "isolation") == 0) {
2328             $this->user[$idx]->flags &= ~USER_FLAG_MAP_AUTH;
2329             $this->user[$idx]->flags |= USER_FLAG_ISOLAUTH;
2330           }
2331           else {
2332             $this->user[$idx]->flags &= ~USER_FLAG_MAP_AUTH;
2333           }
2334         }
2335       }
2336       
2337       if ($ghost > -1) {
2338         log_main("ghost: rename!");
2339         $ghost_user = $this->user[$ghost];
2340
2341         if ($ghost_auth == FALSE) {
2342           for ($sfx = 1 ; $sfx <= MAX_PLAYERS ; $sfx++) {
2343             $ghostname = 'ghost'.$sfx;
2344             for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2345               if (strcmp("", $this->user[$i]->sess) == 0) 
2346                 continue;
2347               
2348               if (strcasecmp($this->user[$i]->name, $ghostname) == 0) {
2349                 $ghostname = '';
2350                 break;
2351               }
2352             }
2353             if ($ghostname != '')
2354               break;
2355           }
2356           
2357           $ghost_user->name = $ghostname;
2358           
2359           if ($ghost_user->stat == 'room' && $ghost_user->subst == 'standup') {
2360             $this->standup_update($ghost_user);
2361           }
2362           else {
2363             log_main("chatt_send pre table update");
2364             $this->table_update($ghost_user);
2365           log_main("chatt_send post table update");
2366           }
2367         } // if ($ghost_auth == FALSE
2368         else {
2369           // FIXME: cacciare il vecchio utente room && table (if needed)
2370           $ghost_user->the_end = TRUE;
2371           $ghost_user->lacc = 0;
2372           $this->garbage_manager(TRUE);
2373         }
2374       } //  if ($ghost > -1) {
2375
2376       $real_idx = $idx;
2377       if ($login_exists)
2378         $idx = -($idx + 1);
2379       log_main(sprintf("TROVATO LIBERO A [%d] sess [%s] name [%s] count [%d] name [%s] code [%s]", $idx, $sess, $name_new, count($this->user),$this->user[$real_idx]->name, $this->user[$real_idx]->code));
2380
2381       $ret = $this->user[$real_idx];
2382       return ($ret);
2383     }
2384
2385     return (FALSE);
2386   }
2387   
2388   function standup_update($user)
2389   {
2390     for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2391       $user_cur = $this->user[$i];
2392       if ($user_cur->sess == '')
2393         continue;
2394
2395       log_main("STANDUP START: ".$user_cur->stat);
2396       
2397       if ($user_cur->stat == 'room') {
2398         $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ".$this->standup_content($user_cur);
2399         if ($user->idx_get() == $i) {
2400           $user_cur->comm[$user_cur->step % COMM_N] .= $user->myname_innerHTML();
2401         }
2402         log_main("FROM STANDUP: NAME: ".$user_cur->name." SENDED: ".$user_cur->comm[$user_cur->step % COMM_N]);
2403         
2404         $user_cur->step_inc();
2405       }
2406     }
2407   }
2408
2409   // Static functions
2410   static function create()
2411   {
2412     $room = new Room();
2413     
2414     return $room;
2415   }
2416   
2417   
2418   function load_data() 
2419   {
2420     GLOBAL $sess;
2421
2422     do {
2423       if (($tok = @ftok(FTOK_PATH."/main", "B")) == -1) {
2424         log_main("ftok failed");
2425         break;
2426       }
2427     
2428       if (($shm_sz = sharedmem_sz($tok)) == -1) {
2429         log_main("shmop_open failed");
2430       }
2431         
2432       if ($shm_sz == -1)
2433         $shm_sz = SHM_DIMS_MIN;
2434
2435       if ($shm = shm_attach($tok, $shm_sz)) {
2436           $room = @shm_get_var($shm, $tok); // CHECKED BELOW
2437           
2438           log_only("bri ==  ".($room == FALSE ?   "FALSE" : "TRUE")."  bri ===  ".($room === FALSE ? "FALSE" : "TRUE")."  bri isset ".(isset($room) ?   "TRUE" : "FALSE"));
2439           if (isset($room)) 
2440               log_only("bri count ".count($room));
2441           
2442           if ($room == FALSE) {
2443               log_only("INIT MAIN DATA");
2444               shm_detach($shm);
2445               
2446               $room = Room::create();
2447               
2448               log_shme("Room::create");
2449
2450               if (Room::save_data($room) == FALSE)
2451                   return FALSE;
2452
2453               return $room;
2454           }
2455           $room->shm_sz = $shm_sz;
2456           
2457           shm_detach($shm);
2458
2459           for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2460               if (($room->user[$i] = User::load_data($i, FALSE)) == FALSE) {
2461                   log_crit("User::load_data failed");
2462                   break;
2463               }
2464           }
2465           if ($i < MAX_PLAYERS) {
2466               break;
2467           }
2468       }
2469       
2470       //  
2471       // SHSPLIT: load users from the shared memory
2472       //
2473       return ($room);
2474     } while (0);
2475     
2476     return (FALSE);
2477   }
2478   
2479
2480   function save_data_orig($room) 
2481   {
2482     GLOBAL $sess;
2483     
2484     $shm =   FALSE;
2485     
2486     // var_dump($room);
2487     
2488     if (($tok = @ftok(FTOK_PATH."/main", "B")) == -1) 
2489       return (FALSE);
2490     
2491     while ($room->shm_sz < SHM_DIMS_MAX) {
2492       if (($shm = shm_attach($tok, $room->shm_sz)) == FALSE)
2493         break;
2494       
2495       // log_only("PUT_VAR DI ".strlen(serialize($room)));
2496       if (@shm_put_var($shm, $tok, $room) != FALSE) {
2497         shm_detach($shm);
2498         return (TRUE);
2499       }
2500       if (shm_remove($shm) === FALSE) {
2501         log_only("REMOVE FALLITA");
2502         break;
2503       }
2504       shm_detach($shm);
2505       $room->shm_sz += SHM_DIMS_DLT;
2506     } 
2507
2508     if ($shm)
2509       shm_detach($shm);
2510     
2511     return (FALSE);
2512   }
2513
2514
2515   function save_data($room) 
2516   {
2517       GLOBAL $sess;
2518     
2519       $ret =   FALSE;
2520       $shm =   FALSE;
2521     
2522       if (($tok = @ftok(FTOK_PATH."/main", "B")) == -1) 
2523           return (FALSE);
2524     
2525       // SHSPLIT: before save the $room you must save users, 
2526       //          detach from main struct and (then) reattach
2527       $user_park = array();
2528       for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2529           $user_park[$i]  = $room->user[$i];
2530           $room->user[$i] = FALSE;
2531       }
2532
2533       while ($room->shm_sz < SHM_DIMS_MAX) {
2534           if (($shm = shm_attach($tok, $room->shm_sz)) == FALSE)
2535               break;
2536       
2537           // log_only("PUT_VAR DI ".strlen(serialize($room)));
2538           if (@shm_put_var($shm, $tok, $room) != FALSE) {
2539               log_shme("Room::save_data");
2540               $ret = TRUE;
2541               break;
2542           }
2543           if (shm_remove($shm) === FALSE) {
2544               log_only("REMOVE FALLITA");
2545               break;
2546           }
2547           shm_detach($shm);
2548           $room->shm_sz += SHM_DIMS_DLT;
2549       } 
2550
2551       if ($shm)
2552           shm_detach($shm);
2553     
2554       // SHSPLIT: reattach users to the room class
2555       for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2556           User::save_data($user_park[$i], $i);
2557           $room->user[$i] = $user_park[$i];
2558       }
2559       log_load("FINISH: ".($ret == TRUE ? "TRUE" : "FALSE"));
2560
2561       return ($ret);
2562   }
2563
2564   static function lock_data($is_exclusive)
2565   {
2566       if (($res = file_lock(FTOK_PATH."/main", $is_exclusive)) != FALSE) {
2567           self::$delta_t = microtime(TRUE);
2568           log_lock("LOCK   room         [".self::$delta_t."]");
2569           
2570           return ($res);
2571       }
2572
2573       return (FALSE);
2574   }
2575   
2576   static function unlock_data($res)
2577   {
2578     GLOBAL $sess; 
2579     
2580     log_lock("UNLOCK room         [".(microtime(TRUE) - (self::$delta_t))."]");
2581
2582     file_unlock($res);
2583   }
2584
2585
2586   function standup_content($user)
2587   {
2588     $ret = "";
2589     $content = "";
2590     
2591     if ($user->stat != 'room')
2592       return;
2593     
2594     for ($i = 0 , $ct = 0 ; $ct < 4 && $i < MAX_PLAYERS ; $i++) {
2595       if ($this->user[$i]->sess == "" || $this->user[$i]->stat != "room" || $this->user[$i]->name == "")
2596         continue;
2597       $ct++;
2598     }
2599     
2600     // $content .= sprintf('<table cols=\\"%d\\" class=\\"table_standup\\">', $ct);
2601     
2602     $content = ' j_stand_cont( [ ';
2603
2604     for ($i = 0 , $ct = 0 ; $i < MAX_PLAYERS ; $i++) {
2605       if ($this->user[$i]->sess == "" || $this->user[$i]->stat != "room" || $this->user[$i]->name == "")
2606         continue;
2607       
2608       $flags = $this->user[$i]->flags;
2609       
2610       if ($this->user[$i]->subst == "standup") {
2611           if ($user->idx_get() == $i) { 
2612               $flags |= 1;
2613           }
2614           
2615           $content .= sprintf('%s[ %d, "%s" ]',($ct > 0 ? ', ' : ''), $flags, xcape($this->user[$i]->name));
2616           $ct++;
2617       }
2618     }
2619     $content .= ' ]);';
2620     
2621     return ($content);
2622   }
2623   
2624   function table_content($user, $table_idx)
2625   {
2626     $content = "";
2627     $ret = "";
2628     // TODO
2629     //
2630     //   Si possono usare i dati nella classe table
2631     //
2632     
2633     $sess = $user->sess;
2634     $table = $this->table[$table_idx];
2635     
2636     if ($user->stat != 'room')
2637       return;
2638     
2639     $content = "[ ";
2640     for ($i = 0 ; $i < $table->player_n ; $i++) {
2641         $user_cur = $this->user[$table->player[$i]];
2642         
2643         $flags = $user_cur->flags;
2644         
2645         if ($user->idx_get() == $table->player[$i]) 
2646             $flags |= 1;
2647         
2648         log_main($user_cur->name. sprintf(" IN TABLE [%d]", $table_idx));
2649         
2650         $content .= sprintf('%s[ %d, "%s" ]',($i == 0 ? '' : ', '), $flags, xcape($user_cur->name));
2651     }
2652
2653     $content .= ' ]';
2654
2655     $ret .= sprintf('j_tab_cont(%d, %s);', $table_idx, $content);
2656     
2657     return ($ret);
2658   }
2659
2660   static function garbage_time_is_expired($tm) 
2661   {
2662       $ret = TRUE;
2663       $fp = FALSE;
2664       do {
2665           if (file_exists(PROXY_PATH) == FALSE)
2666               mkdir(PROXY_PATH, 0775, TRUE);
2667           if (($fp = @fopen(PROXY_PATH."/garbage_time.expired", 'rb')) == FALSE)
2668               break;
2669           if (($s = fread($fp, 4)) == FALSE)
2670               break;
2671           if (mb_strlen($s, "ASCII") != 4)
2672               break;
2673           $arr = unpack('Le', $s);
2674           if ($arr['e'] > $tm)
2675               $ret = FALSE;
2676       } while (0);
2677       
2678       if ($fp != FALSE)
2679           fclose($fp);
2680       
2681       log_rd2("END: return ".($ret ? "TRUE" : "FALSE"));
2682       
2683       return ($ret);
2684   }
2685
2686   static function garbage_time_expire_set($tm) 
2687   {
2688       do {
2689           if (file_exists(PROXY_PATH) == FALSE)
2690               mkdir(PROXY_PATH, 0775, TRUE);
2691           if (($fp = @fopen(PROXY_PATH."/garbage_time.expired", 'wb')) == FALSE)
2692               break;
2693           fwrite($fp, pack("L",$tm));
2694           fclose($fp);
2695           
2696           return (TRUE);
2697       } while (0);
2698       
2699       return (FALSE);
2700   }
2701
2702
2703 } // end class Room
2704
2705 function make_seed()
2706 {
2707   list($usec, $sec) = explode(' ', microtime());
2708   return (float) $sec + ((float) $usec * 100000);
2709 }
2710
2711 function btrace_line($ar)
2712 {
2713     GLOBAL $G_btrace_pref_sub;
2714
2715     $ret = "";
2716     for ($i = 0 ; $i < count($ar) ; $i++) {
2717         $with_class = isset($ar[$i]['class']);
2718         $with_file  = isset($ar[$i]['file']);
2719         $ret .= sprintf("%s%s%s (%s:%d)", ($i == 0 ? "" : ", "), 
2720                         ($with_class ?  $ar[$i]['class'].$ar[$i]['type'] : ""), 
2721                         $ar[$i]['function'], ($with_file ? str_replace($G_btrace_pref_sub, "", $ar[$i]['file']) : ""), 
2722                         ($with_file ? $ar[$i]['line'] : ""));
2723     }
2724     
2725     return ($ret);
2726 }
2727
2728 function trace_ftok($id, $add)
2729 {
2730     // NOTE: without space to use sed to substitute "= @ftok("  with "= @ftok("
2731     $tok=@ftok($id, $add);
2732
2733     log_shme($tok.": ".$id." + ".$add);
2734
2735     return ($tok);
2736 }
2737
2738 function log_mop($step, $log)
2739 {
2740     GLOBAL $sess, $PHP_SELF;
2741     
2742     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LMOP) == 0)
2743         return;
2744     
2745     if (isset($sess) == FALSE)
2746         $ssess = "XXXX";
2747     else
2748         $ssess = $sess;
2749     
2750     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LMOP) == 0)
2751         return;
2752     
2753     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2754         $btrace = btrace_line(debug_backtrace());
2755     else
2756         $btrace = "";
2757     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2758         fwrite($fp, sprintf("LMOP: [%f] [%05d] [%s] [%s]\n", gettimeofday(TRUE), $step, $log, $btrace));
2759         fclose($fp);
2760     }
2761 }
2762
2763
2764 function log_only2($log)
2765 {
2766     GLOBAL $sess, $PHP_SELF;
2767     
2768     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_ONL2) == 0)
2769         return;
2770     
2771     if (isset($sess) == FALSE)
2772         $ssess = "XXXX";
2773     else
2774         $ssess = $sess;
2775     
2776     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_ONL2) == 0)
2777         return;
2778     
2779     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2780         $btrace = btrace_line(debug_backtrace());
2781     else
2782         $btrace = "";
2783     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2784         fwrite($fp, sprintf("ONL2: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2785         fclose($fp);
2786     }
2787 }
2788
2789 function log_crit($log)
2790 {
2791     GLOBAL $sess, $PHP_SELF;
2792     
2793     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_CRIT) == 0)
2794         return;
2795     
2796     if (isset($sess) == FALSE)
2797         $ssess = "XXXX";
2798     else
2799         $ssess = $sess;
2800     
2801     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_CRIT) == 0)
2802         return;
2803     
2804     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2805         $btrace = btrace_line(debug_backtrace());
2806     else
2807         $btrace = "";
2808     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2809         fwrite($fp, sprintf("CRIT: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2810         fclose($fp);
2811     }
2812 }
2813
2814 function log_only($log)
2815 {
2816     GLOBAL $sess, $PHP_SELF;
2817     
2818     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_ONLY) == 0)
2819         return;
2820     
2821     if (isset($sess) == FALSE)
2822         $ssess = "XXXX";
2823     else
2824         $ssess = $sess;
2825     
2826     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_ONLY) == 0)
2827         return;
2828     
2829     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2830         $btrace = btrace_line(debug_backtrace());
2831     else
2832         $btrace = "";
2833     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2834         fwrite($fp, sprintf("ONLY: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2835         fclose($fp);
2836     }
2837 }
2838
2839 function log_main($log)
2840 {
2841     GLOBAL $sess, $PHP_SELF;
2842     
2843     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_MAIN) == 0)
2844         return;
2845     
2846     if (isset($sess) == FALSE)
2847         $ssess = "XXXX";
2848     else
2849         $ssess = $sess;
2850     
2851     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_MAIN) == 0)
2852         return;
2853     
2854     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2855         $btrace = btrace_line(debug_backtrace());
2856     else
2857         $btrace = "";
2858     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2859         fwrite($fp, sprintf("MAIN: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2860         fclose($fp);
2861     }
2862 }
2863
2864 function log_rd($log)
2865 {
2866     GLOBAL $sess, $PHP_SELF;
2867     
2868     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_READ) == 0)
2869         return;
2870     
2871     if (isset($sess) == FALSE)
2872         $ssess = "XXXX";
2873     else
2874         $ssess = $sess;
2875     
2876     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_READ) == 0)
2877         return;
2878
2879     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2880         $btrace = btrace_line(debug_backtrace());
2881     else
2882         $btrace = "";    
2883     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2884         fwrite($fp, sprintf("READ: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2885         fclose($fp);
2886     }
2887 }
2888
2889 function log_rd2($log)
2890 {
2891     GLOBAL $sess, $PHP_SELF;
2892     
2893     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_REA2) == 0)
2894         return;
2895     
2896     if (isset($sess) == FALSE)
2897         $ssess = "XXXX";
2898     else
2899         $ssess = $sess;
2900     
2901     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_REA2) == 0)
2902         return;
2903     
2904     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2905         $btrace = btrace_line(debug_backtrace());
2906     else
2907         $btrace = "";
2908     
2909     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2910         fwrite($fp, sprintf("REA2: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2911         fclose($fp);
2912     }
2913 }
2914
2915 function log_send($log)
2916 {
2917     GLOBAL $sess, $PHP_SELF;
2918     
2919     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_SEND) == 0)
2920         return;
2921     
2922     if (isset($sess) == FALSE)
2923         $ssess = "XXXX";
2924     else
2925         $ssess = $sess;
2926     
2927     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_SEND) == 0)
2928         return;
2929
2930     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)    
2931         $btrace = btrace_line(debug_backtrace());
2932     else
2933         $btrace = "";
2934     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2935         fwrite($fp, sprintf("SEND: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2936         fclose($fp);
2937     }
2938 }
2939
2940 function log_lock($log)
2941 {
2942     GLOBAL $sess, $PHP_SELF;
2943     
2944     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LOCK) == 0)
2945         return;
2946     
2947     if (isset($sess) == FALSE)
2948         $ssess = "XXXX";
2949     else
2950         $ssess = $sess;
2951     
2952     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LOCK) == 0)
2953         return;
2954     
2955     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2956         $btrace = btrace_line(debug_backtrace());
2957     else
2958         $btrace = "";
2959     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2960         fwrite($fp, sprintf("LOCK: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2961         fclose($fp);
2962     }
2963 }
2964
2965 function log_wr($log)
2966 {
2967     GLOBAL $sess, $PHP_SELF;
2968     
2969     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_WRIT) == 0)
2970         return;
2971     
2972     if (isset($sess) == FALSE)
2973         $ssess = "XXXX";
2974     else
2975         $ssess = $sess;
2976     
2977     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_WRIT) == 0)
2978         return;
2979     
2980     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2981         $btrace = btrace_line(debug_backtrace());
2982     else
2983         $btrace = "";
2984     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2985         fwrite($fp, sprintf("WRIT: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2986         fclose($fp);
2987     }
2988 }
2989
2990 function log_load($log)
2991 {
2992     GLOBAL $sess, $PHP_SELF;
2993     
2994     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LOAD) == 0)
2995         return;
2996     
2997     if (isset($sess) == FALSE)
2998         $ssess = "XXXX";
2999     else
3000         $ssess = $sess;
3001     
3002     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LOAD) == 0)
3003         return;
3004     
3005     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
3006         $btrace = btrace_line(debug_backtrace());
3007     else
3008         $btrace = "";
3009     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
3010         fwrite($fp, sprintf("LOAD: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
3011         fclose($fp);
3012     }
3013 }
3014
3015 function log_auth($sess, $log)
3016 {
3017     GLOBAL $PHP_SELF;
3018
3019     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_AUTH) == 0)
3020         return;
3021     
3022     if (( (BRISK_DEBUG | ($sess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_AUTH) == 0)
3023         return;
3024     
3025     if ((BRISK_DEBUG | ($sess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
3026         $btrace = btrace_line(debug_backtrace());
3027     else
3028         $btrace = "";
3029     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
3030         fwrite($fp, sprintf("LOAD: [%s] [%d] [%s] [%s]\n", $sess, time(), $log, $btrace));
3031         fclose($fp);
3032     }
3033 }
3034
3035 function log_shme($log)
3036 {
3037     GLOBAL $sess, $PHP_SELF;
3038     
3039     if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_SHME) == 0)
3040         return;
3041     
3042     if (isset($sess) == FALSE)
3043         $ssess = "XXXX";
3044     else
3045         $ssess = $sess;
3046     
3047     if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_SHME) == 0)
3048         return;
3049     
3050     if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
3051         $btrace = btrace_line(debug_backtrace());
3052     else
3053         $btrace = "";
3054     if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
3055         fwrite($fp, sprintf("SHME: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
3056         fclose($fp);
3057     }
3058 }
3059
3060
3061
3062 // function log_legal($curtime, $sess, $name, $where, $mesg) 
3063 function log_legal($curtime, $user, $where, $mesg) 
3064 {
3065   GLOBAL $_SERVER;
3066
3067   if (($fp = @fopen(LEGAL_PATH."/legal.log", 'a')) != FALSE) {
3068     /* Unix time | session | nickname | IP | where was | mesg */
3069     fwrite($fp, sprintf("%ld|%s|%s|%s|%s|%s|%s|\n", $curtime, $user->sess,
3070                         ($user->flags & USER_FLAG_AUTH ? 'A' : 'N'),
3071                         $user->name, $_SERVER['REMOTE_ADDR'], $where , $mesg));
3072     fclose($fp);
3073   }
3074 }
3075
3076 function table_act_content($isstanding, $sitted, $table, $cur_table, $allowed)
3077 {
3078   $ret = "";
3079
3080   if ($isstanding) {
3081     if ($sitted < PLAYERS_N) {
3082       if ($allowed)
3083         $act = 'sit';
3084       else
3085         $act = 'reserved';
3086     }
3087   }
3088   else {
3089     if ($table == $cur_table)
3090       $act = 'wake';
3091     else
3092       $act = 'none';
3093   }
3094
3095   if ($act != '')
3096     $ret = sprintf('j_tab_act_cont(%d, \'%s\');', $table, $act);
3097
3098   return ($ret);
3099 }
3100
3101 function show_notify($text, $tout, $butt, $w, $h)
3102 {
3103   log_main("SHOW_NOTIFY: ".$text);
3104   return sprintf('var noti = new notify(gst,"%s",%d,"%s",%d,%d);', $text, $tout, $butt, $w, $h);
3105 }
3106
3107 function show_notify_ex($text, $tout, $butt, $w, $h, $is_opaque, $block_time)
3108 {
3109   log_main("SHOW_NOTIFY OPAQUE: ".$text);
3110   return sprintf('var noti = new notify_ex(gst,"%s",%d,"%s",%d,%d, %s, %d);', $text, $tout, $butt, $w, $h, ($is_opaque ? "true" : "false"), $block_time);
3111 }
3112
3113
3114 function root_wellcome($user)
3115 {
3116   GLOBAL $root_wellarr, $G_lang;
3117   $ret = "";
3118
3119   $curtime = time();
3120   $dt = date("H:i ", $curtime);
3121     
3122   for ($i = 0 ; $i < count($root_wellarr[$G_lang]) ; $i++)
3123     $ret .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, str_replace('"', '\"', $root_wellarr[$G_lang][$i]));
3124
3125   return ($ret);
3126 }
3127
3128
3129
3130 function validate_sess($sess) 
3131 {
3132   if (strlen($sess) == SESS_LEN) 
3133     return (TRUE);
3134   else
3135     return (FALSE);
3136 }
3137
3138 function validate_name($name) 
3139 {
3140   $name_new = str_replace(' ', '_', substr(trim($name),0,12));
3141
3142   for ($i = 0 ; $i < strlen($name_new) ; $i++) {
3143     $c = $name_new[$i];
3144     if (($c >= "a" && $c <= "z") || ($c >= "A" && $c <= "Z") || ($c >= "0" && $c <= "9"))
3145       return ($name_new);
3146   }
3147
3148   return (FALSE);
3149 }
3150
3151 function playsound($filename)
3152 {
3153   return (sprintf('playsound("flasou", "%s");', $filename));
3154 }
3155
3156 function secstoword($secs)
3157 {
3158   GLOBAL $G_lang;
3159
3160   $ret = "";
3161
3162   $mins = floor($secs / 60);
3163   $secs = $secs % 60;
3164   if ($G_lang == 'en') {
3165     if ($mins > 0) 
3166       $ret = sprintf("%d minute%s%s", $mins, ($mins > 1 ? "s" : ""), ($secs > 0 ? " and " : ""));
3167     
3168     if ($secs > 0)
3169       $ret .= sprintf("%d second%s", $secs, ($secs > 1 ? "s" : ""));
3170   }
3171   else {
3172     if ($mins > 0) 
3173       $ret = sprintf("%d minut%s%s", $mins, ($mins > 1 ? "i" : "o"), ($secs > 0 ? " e " : ""));
3174     
3175     if ($secs > 0)
3176       $ret .= sprintf("%d second%s", $secs, ($secs > 1 ? "i" : "o"));
3177   }
3178   return ($ret);
3179 }
3180
3181 function sharedmem_sz($tok)
3182 {
3183   if (($shm_id = @shmop_open($tok, 'a', 0, 0)) == FALSE) {
3184     log_main("shmop_open failed");
3185     return (-1);
3186   }
3187   $shm_sz = shmop_size($shm_id);
3188   shmop_close($shm_id);
3189   
3190   // log_main("shm_sz: ".$shm_sz."   SHM_DIMS: ".SHM_DIMS);
3191   return ($shm_sz);
3192 }    
3193
3194 class Warrant {
3195     static $delta_t;
3196
3197   static function lock_data($is_exclusive)
3198   {
3199       if (($res = file_lock(FTOK_PATH."/warrant", $is_exclusive)) != FALSE) {
3200           self::$delta_t = microtime(TRUE);
3201           log_lock("LOCK   warrant      [".self::$delta_t."]");
3202           
3203           return ($res);
3204       }
3205
3206       return (FALSE);
3207   }
3208   
3209   static function unlock_data($res)
3210   {
3211     GLOBAL $sess; 
3212     
3213     log_lock("UNLOCK warrant      [".(microtime(TRUE) - (self::$delta_t))."]");
3214
3215     file_unlock($res);
3216   }
3217 }
3218
3219 class Poll {
3220     static $delta_t;
3221
3222   static function lock_data($is_exclusive)
3223   {
3224       if (($res = file_lock(FTOK_PATH."/poll", $is_exclusive)) != FALSE) {
3225           self::$delta_t = microtime(TRUE);
3226           log_lock("LOCK   poll         [".self::$delta_t."]");
3227           
3228           return ($res);
3229       }
3230
3231       return (FALSE);
3232   }
3233   
3234   static function unlock_data($res)
3235   {
3236     GLOBAL $sess; 
3237     
3238     log_lock("UNLOCK poll         [".(microtime(TRUE) - (self::$delta_t))."]");
3239     
3240     file_unlock($res);
3241   }
3242 }
3243
3244 ?>