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