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