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