5 * Copyright (C) 2006-2012 Matteo Nastasi
6 * mailto: nastasi@alternativeoutput.it
7 * matteo.nastasi@milug.org
8 * web: http://www.alternativeoutput.it
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.
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.
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);
39 define('SHM_DIMS_U_MIN', 4096);
40 define('SHM_DIMS_U_MAX', 65536);
41 define('SHM_DIMS_U_DLT', 4096);
44 define('COMM_GEN_N', 50);
47 define('CHAT_ILL_TIME', 6);
48 define('CHAT_ENABLED', TRUE);
50 define('SESS_LEN', 13);
51 define('STREAM_TIMEOUT', 60);
52 /* FIXME: move to sac-a-push .phh */
53 /* TIME_RD define the server-side timeout, after half of it a ping request
54 is sent to client, after this time the client is log out */
55 define('EXPIRE_TIME_RD', 180);
56 define('EXPIRE_TIME_SMAMMA', 360);
57 define('EXPIRE_TIME_WAG', 10);
58 define('WAKEUP_TIME', 12);
59 // BAN_TIME da allineare anche in commons.js
60 define('BAN_TIME', 3600);
61 define('GARBAGE_TIMEOUT', 5);
62 define('NICKSERV', "<i>BriskServ</i>");
64 define('LOCK_SHARE_MAX', 10000);
66 define('DBG_ONL2', 0x0001);
67 define('DBG_ONLY', 0x0002);
68 define('DBG_MAIN', 0x0004);
69 define('DBG_READ', 0x0008);
70 define('DBG_REA2', 0x0010);
71 define('DBG_SEND', 0x0020);
72 define('DBG_LOCK', 0x0040);
73 define('DBG_WRIT', 0x0080);
74 define('DBG_LOAD', 0x0100);
75 define('DBG_AUTH', 0x0200);
76 define('DBG_CRIT', 0x0400);
77 define('DBG_LMOP', 0x0800);
78 define('DBG_TRAC', 0x1000);
79 define('DBG_SHME', 0x2000);
80 define('DBG_ENGI', 0x4000);
81 // NOTE: BRISK DEBUG must be a numerical constant, not the result of operations on symbols
82 define('BRISK_DEBUG', 0x0800);
84 define('BRISK_SINGLE_DEBUG',0);
85 define('BRISK_SINGLE_SESS', "");
86 define('DEBUGGING', "no-debugging");
88 require_once("$DOCUMENT_ROOT/Etc/".BRISK_CONF);
90 $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi',
91 'en' => 'back standing' ),
92 'btn_close' => array( 'it' => 'chiudi',
95 'tit_all' => array( 'it' => 'tutti',
98 'tabtout_a'=> array( 'it' => '<br>Sei stato inattivo per ',
99 'en' => '<br>You are being idle for ' ),
100 'tabtout_b'=> array( 'it' => ' minuti. <br><br>Quindi ritorni tra i <b>Giocatori in piedi</b>.',
101 'en' => ' minutes. <br><br>Then you return with the <b>standing players</b>.'),
102 'tickmust' => array( 'it' => '<br>Per attivare il messaggio di segnalazione del tavolo occorre essere seduti.<br><br>',
103 'en' => '<br>To activate the signalling message of the table it\'s necessary to be sitting<br><br>'),
104 'tickjust' => array( 'it' => '<br>Il messaggio di segnalazione del tavolo è già attivato.<br><br> ',
105 'en' => 'EN<br>Il messaggio di segnalazione del tavolo è già attivato.<br><br> '),
106 'tickwait' => array( 'it' => '<br>Il messaggio di segnalazione del tavolo<br>è disattivato ancora per %d second%s.<br><br>',
107 'en' => 'EN<br>The signalling message of the table<br>will be deactivated for %d second%s.<br><br>'),
108 'alarpass' => array( 'it' => '<br>La password digitata non è corretta.<br><br>',
109 'en' => '<br>The entered password is not correct.<br><br>'),
110 'alarret' => array( 'it' => '"Alarm \\"<b>%s</b>\\" inviato a <b>%s</b>."',
111 'en' => '"Alarm \\"<b>%s</b>\\" sent to <b>%s</b>."'),
112 'authmust' => array( 'it' => '<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>',
113 'en' => '<b>To authenticate someone you have to be authenticated.</b>'), // on your turn
114 'mesgmust' => array( 'it' => '<b>Per inviare un messaggio devi essere autenticato.</b>',
115 'en' => '<b>To send a message you have to be authenticated.</b>'),
116 'nickmust' => array( 'it' => 'Il nickname deve contenere almeno una lettera dell\'alfabeto o una cifra.',
117 'en' => 'The nickname have to contain at least one letter or one number.'),
118 'nickdupl' => array( 'it' => 'Nickname <b>%s</b> già in uso.',
119 'en' => 'The nickname <b>%s</b> is already in use.'),
120 'authchan' => array( 'it' => '<b>Non puoi cambiare nick a un tavolo per soli autenticati o se sei in modalità isolata.</b>',
121 'en' => '<b>You can\'t change your nickname into a table for only authenticated or if you are in isolation mode.</b>'),
122 'nickjust' => array( 'it' => 'Il nickname <b>\'%s\'</b> è già registrato, <b>se il suo proprietario si autentificherà verrai rinominato d\'ufficio come ghost<i>N</i>.</b>',
123 '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 ???
124 'statunkn' => array( 'it' => 'Questo stato non esiste.',
125 'en' => 'This state don\'t exists.'),
126 'tabincon' => array( 'it' => '<br>I dati del tavolo n° %d sono inconsistenti, verranno resettati.<br><br>Torni in piedi.<br><br>',
127 'en' => 'EN <br>I dati del tavolo n° %d sono inconsistenti, verranno resettati.<br><br>Torni in piedi.<br><br>'),
128 'listmust' => array( 'it' => '<b>Per andare in isolamento non bisogna essere seduti a tavoli non riservati.</b>',
129 'en' => '<b>To go to isolation you must don\'t stay on not reserved tables</b>'),
131 'tit_onauth'=>array( 'it' => '(solo aut.)',
132 'en' => '(only aut.)'),
133 'tit_onisol'=>array( 'it' => '(isolam.to)',
134 'en' => '(isolation)'),
135 'db_failed' =>array('it' => '<br>Il collegamento al database è fallito.<br>Temporaneamente tutte le autenticazioni verranno sospese, accederai a Brisk come un utente normale.<br><br>Ci scusiamo per il disagio.',
136 'en' => 'Connection to the database failed<br>All authentications are suspended temporarly, you login as normal user.<br>We are about the limitation')
141 $G_lng = langtolng($G_lang);
143 $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 );
144 $G_brisk_version = "4.10.1";
146 /* MLANG: ALL THE INFO STRINGS IN brisk.phh */
147 $root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: aggiunto il comando /cont per proseguire le partite.',
148 'Se vuoi iscriverti alla <a target="_blank" href="mailto:ml-briscola+subscribe@milug.org">Mailing List</a>, cliccala!' ),
149 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NEWS</b>: added /cont command to continue matches.',
150 'If you want to subscribe our <a target="_blank" href="ml-briscola+subscribe@milug.org">Mailing List</a>, click it!' ) );
152 $G_room_help = array( 'it' => '
153 <div style=\\"text-align: left; padding: 8px;\\">
154 <b>Descrizione</b><br>
155 Questa è un\'implementazione della briscola in cinque, così come è spiegata su
156 <a target=\\"_blank\\" href=\\"http://it.wikipedia.org/wiki/Briscola#Gioco_a_5\\">Wikipedia</a>; in breve è la variante con l\'asta prima sulla carta e poi sui punti.<br><br>
157 <b>Configurazione del browser.</b><br>
158 Occorre abilitare i cookies.<br>
160 <b>Uso del sito</b><br>
161 Potete sedervi a un tavolo o rimanere in piedi.<br>
162 Se al vostro tavolo si raggiungono i 5 giocatori inizia automaticamente la partita.<br>
165 All\'inizio vengono distribuite le carte e parte l\'asta; per partecipare all\'asta, quando sarà 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>
166 Chi vince l\'asta dovrà decidere il seme della carta scelta e inizierà la mano.<br>
167 Per giocare le carte dovrete trascinarle nel quadrato al centro del vostro schermo.<br><br>
168 Il vostro turno è sempre segnalato da una cornice verde lampeggiante intorno al quadrato al centro del vostro schermo.<br><br>
169 Durante la partita, se vorrete ricaricare la pagina, usate l\'apposito bottone \\"reload\\" in basso a destra.<br>
170 Dopo che è 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.
172 <dt><b>Comandi della chat</b>
173 <dd><b>/nick <i><nuovo_nickname></i></b> - cambio di nickname
174 <dd><b>/tav <i><frase di invito></i></b> - invito per gli altri giocatori al tavolo dove si è seduti
175 <dd><b>/st <i><stato></i></b> - cambia l\'icona associata al tuo user; <i>stato</i> può valere: \\"normale\\", \\"fuori\\", \\"pausa\\", \\"cibo\\", \\"cane\\", \\"lavoro\\", \\"presente\\" oppure \\"sigaretta\\"
176 <dd><b>/cont <i><id partita></i></b> - quando si è a un tavolo per garantiti, permette di proseguire una partita giocata in precedenza con gli stessi giocatori
177 <dd><b>/authreq</b> - se si è autenticati permette di garantire per un utente fidato
178 <dd><b>/mesgtoadm</b> - se si è autenticati permette di lasciare un messaggio all\'amministratore del sito
179 <dd><b>/listen <all or auth></b> - se si è autenticati permette leggere solo i messaggi degli altri autenticati (auth) o di tutti (all)
185 <div style=\\"text-align: left; padding: 8px;\\">
186 <b>EN Descrizione</b><br>
187 EN Questa è un\'implementazione della briscola in cinque, così come è spiegata su
188 <a target=\\"_blank\\" href=\\"http://it.wikipedia.org/wiki/Briscola#Gioco_a_5\\">Wikipedia</a>; in breve è la variante con l\'asta prima sulla carta e poi sui punti.<br><br>
189 <b>EN Configurazione del browser.</b><br>
190 Occorre abilitare i cookies.<br>
192 <b>Uso del sito</b><br>
193 Potete sedervi a un tavolo o rimanere in piedi.<br>
194 Se al vostro tavolo si raggiungono i 5 giocatori inizia automaticamente la partita.<br>
197 All\'inizio vengono distribuite le carte e parte l\'asta; per partecipare all\'asta, quando sarà 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>
198 Chi vince l\'asta dovrà decidere il seme della carta scelta e inizierà la mano.<br>
199 Per giocare le carte dovrete trascinarle nel quadrato al centro del vostro schermo.<br><br>
200 Il vostro turno è sempre segnalato da una cornice verde lampeggiante intorno al quadrato al centro del vostro schermo.<br><br>
201 Durante la partita, se vorrete ricaricare la pagina, usate l\'apposito bottone \\"reload\\" in basso a destra.<br>
202 Dopo che è 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.
204 <dt><b>Comandi della chat</b>
205 <dd><b>/nick <i><nuovo_nickname></i></b> - cambio di nickname
206 <dd><b>/tav <i><frase di invito></i></b> - invito per gli altri giocatori al tavolo dove si è seduti
207 <dd><b>/st <i><stato></i></b> - cambia l\'icona associata al tuo user; <i>stato</i> può valere: \\"normale\\", \\"fuori\\", \\"pausa\\", \\"cibo\\", \\"cane\\", \\"lavoro\\", \\"presente\\" oppure \\"sigaretta\\"
208 <dd><b>/authreq</b> - se si è autenticati permette di garantire per un utente fidato
209 <dd><b>/mesgtoadm</b> - se si è autenticati permette di lasciare un messaggio all\'amministratore del sito
210 <dd><b>/listen <all or auth></b> - se si è autenticati permette leggere solo i messaggi degli altri autenticati (auth) o di tutti (all)
216 $G_room_passwdhowto = array( 'it' => '<br><h2>Come registrarsi su Brisk</h2>
217 <div style=\\"text-align: left; padding: 8px;\\">
218 Attualmente ci sono due metodi per ottenere una password sul sito:<br><br>
220 <li><b>Facendosi garantire da un utente di Brisk che già possidede una password</b><br><br>
221 <li><b>Auto-garantendosi utilizzando uno dei seguenti sistemi di identificazione digitale:</b><br><br>
223 <li>Carta Regionale dei Servizi della Lombardia (la tessera sanitaria)
224 <li>Carta Regionale dei Servizi del Friuli Venezia Giulia (la tessera sanitaria)
225 <li>Smart card di InfoCamere
228 <b>Per auto-garantisi occorre possedere:</b><br><br>
230 <li>il codice PIN della propria carta
231 <li>il lettore di smart-card per collegare la carta al PC (acquistabile di solito presso le edicole)
234 <b>Per effettuare la registrazione collegarsi al sito:</b><br><br>
236 <dd><a class=\\"flat\\" target=\\"_blank\\" href=\\"https://brisk.mine.nu\\">https://brisk.mine.nu</a>
239 Se sei in possesso di una carta che permette l\'identificazione via internet che non è nell\'elenco qui sopra
240 <a class=\\"flat\\" href=\\"mailto:authadmbrisk@alternativeoutput.it\\">fai una segnalazione</a>.
245 'en' => '<br><h2>EN Come registrarsi su Brisk</h2>
246 <div style=\\"text-align: left; padding: 8px;\\">
247 EN Attualmente ci sono due metodi per ottenere una password sul sito:<br><br>
249 <li><b>Facendosi garantire da un utente di Brisk che già possidede una password</b><br><br>
250 <li><b>Auto-garantendosi utilizzando uno dei seguenti sistemi di identificazione digitale:</b><br><br>
252 <li>Carta Regionale dei Servizi della Lombardia (la tessera sanitaria)
253 <li>Carta Regionale dei Servizi del Friuli Venezia Giulia (la tessera sanitaria)
256 <b>Per auto-garantisi occorre possedere:</b><br><br>
258 <li>il codice PIN della propria carta
259 <li>il lettore di smart-card per collegare la carta al PC (acquistabile di solito presso le edicole)
262 <b>Per effettuare la registrazione collegarsi al sito:</b><br><br>
264 <dd><a class=\\"flat\\" target=\\"_blank\\" href=\\"https://brisk.mine.nu\\">https://brisk.mine.nu</a>
267 Se sei in possesso di una carta che permette l\'identificazione via internet che non è nell\'elenco qui sopra
268 <a class=\\"flat\\" href=\\"mailto:authadmbrisk@alternativeoutput.it\\">fai una segnalazione</a>.
274 <dd>Seguendo la procedura di auto-garanzia all\'url: <a href="https://brisk.mine.nu">https://brisk.mine.nu</a>
278 $G_room_about = array( 'it' => '<br>
279 <div id=\\"header\\" class=\\"header\\">
280 <img class=\\"nobo\\" src=\\"img/brisk_logo64.png\\">
281 briscola chiamata in salsa ajax
283 <br><b>version '.$G_brisk_version.'</b><br><br>
284 Copyright 2006-2012 <a href=\\"mailto:brisk@alternativeoutput.it\\">Matteo Nastasi</a> (aka mop)<br><br>',
286 <div id=\\"header\\" class=\\"header\\">
287 <img class=\\"nobo\\" src=\\"img/brisk_logo64.png\\">
288 declaration briscola in ajax sauce <b>(Beta)</b>
290 <br><b>version '.$G_brisk_version.'</b><br><br>
291 Copyright 2006-2012 <a href=\\"mailto:brisk@alternativeoutput.it\\">Matteo Nastasi</a> (aka mop)<br><br>');
297 function versions_cmp($v1, $v2)
299 // printf("V1: [%s]\nV2: [%s]\n", $v1, $v2);
303 $v1_ar = split('\.', $v1);
304 $v2_ar = split('\.', $v2);
306 $v2_ct = count($v2_ar);
308 for ($i = 0 ; $i < count($v1_ar) ; $i++) {
309 if (($v2_ct - 1) < $i) {
312 // printf("here [%s] [%s]\n", $v1_ar[$i], $v2_ar[$i]);
313 if ($v1_ar[$i] != $v2_ar[$i]) {
314 if (strval($v1_ar[$i]) < strval($v2_ar[$i]))
323 function addrtoipv4($addr)
325 $ipv4addr_arr = explode(':' , $addr);
326 if (isset($ipv4addr_arr[3])) {
327 $ipv4addr = $ipv4addr_arr[3];
337 for ($i = 0; $i < ob_get_level(); $i++)
339 ob_implicit_flush(1);
343 function force_no_cache(&$header_out)
345 $header_out['Pragma'] = 'no-cache, must-revalidate';
346 $header_out['Cache-Control'] = 'no-cache';
347 $header_out['Expires'] = '-1';
350 function file_lock($fname, $is_exclusive)
352 if (($res = @fopen($fname, "r+")) == FALSE) {
356 if (flock($res, ($is_exclusive ? LOCK_EX : LOCK_SH)) == FALSE) {
364 function file_unlock($res)
367 flock($res, LOCK_UN);
372 $escpush_from = array("\\", "\"");
373 $escpush_to = array("\\\\", "\\\"");
376 GLOBAL $escpush_from, $escpush_to;
378 return str_replace($escpush_from, $escpush_to, $s);
381 $escinp_from = array( "\"" );
382 $escinp_to = array( """ );
384 function escinput($s)
386 GLOBAL $escinp_from, $escinp_to;
388 return str_replace($escinp_from, $escinp_to, $s);
393 return htmlentities($s);
396 function esclfhtml($s)
398 return str_replace("\n", "<br>\n", htmlentities($s));
402 function langtolng($lang)
406 return ($G_lang == 'en' ? '-en' : '');
409 function csplitter($in, $sep)
415 for ($i = 0 ; $i < strlen($in) ; $i++) {
416 $ini = substr($in, $i, 1);
420 else if ($ini == $sep) {
439 $from = array ( '\\', '@', '|' );
440 $to = array ( '\\\\', '@', '¦' );
442 return (str_replace($from, $to, htmlentities($s,ENT_COMPAT,"UTF-8")));
447 $from = array ( '\\', '|', "\t", "\n");
448 $to = array ( '\\\\', '\\|', "\\t", "\\n");
450 return (str_replace($from, $to, $s));
453 function xcapemesg($s)
455 $from = array ( "\n");
456 $to = array ( "\\n");
458 return (str_replace($from, $to, $s));
468 function getbyid($idx)
470 return ($this->el[$idx]);
473 function setbyid($idx, $v)
475 $this->el[$idx] = $v;
484 var $auth_only; // se tavolo riservato o libero
491 var $table_start; // information field
499 function create($idx)
501 if (($thiz = new Table()) == FALSE)
505 $thiz->player = array();
507 $thiz->auth_only = FALSE;
513 $thiz->table_token = "";
514 $thiz->table_start = 0;
516 $thiz->wakeup_time = 0;
523 $this->idx = $from->idx;
524 $this->player = array();
525 for ($i = 0 ; $i < $from->player_n ; $i++)
526 $this->player[$i] = $from->player[$i];
527 $this->player_n = $from->player_n;
529 log_main("PLAYER_N - parent::copy.".$this->player_n);
531 $this->auth_only = $from->auth_only;
533 $this->wag_own = $from->wag_own;
534 $this->wag_com = $from->wag_com;
535 $this->wag_tout = $from->wag_tout;
537 $this->table_token = $from->table_token;
538 $this->table_start = $from->table_start;
540 $this->wakeup_time = $from->wakeup_time;
543 function myclone($from)
545 if (($thiz = new Table()) == FALSE)
553 function spawn($from)
555 if (($thiz = new Table()) == FALSE)
558 $thiz->idx = $from->idx;
559 $thiz->player = array();
560 for ($i = 0 ; $i < $from->player_n ; $i++)
561 $thiz->player[$i] = $i;
562 $thiz->player_n = $from->player_n;
564 $thiz->auth_only = $from->auth_only;
566 $thiz->wag_own = $from->wag_own;
567 $thiz->wag_com = $from->wag_com;
568 $thiz->wag_tout = $from->wag_tout;
570 $thiz->table_token = $from->table_token;
571 $thiz->table_start = $from->table_start;
573 $thiz->wakeup_time = $from->wakeup_time;
578 function wag_set($user_idx, $mesg)
582 $this->wag_own = $user_idx;
583 $this->wag_com = $mesg;
587 function wag_reset($timeout)
589 log_main("WAG_RESET");
591 unset($this->wag_own);
594 $this->wag_tout = $timeout;
597 function player_get($idx)
599 return ($this->player[$idx]);
602 function player_set($idx, $player)
604 $this->player[$idx] = $player;
607 function user_add($idx)
609 $this->player[$this->player_n] = $idx;
612 return ($this->player_n - 1);
615 function user_rem($room, $user)
617 $tabpos = $user->table_pos;
619 /* verifico la consistenza dei dati */
620 if ($room->user[$this->player[$tabpos]] == $user) {
622 /* aggiorna l'array dei giocatori al tavolo. */
623 for ($i = $tabpos ; $i < $this->player_n-1 ; $i++) {
624 $this->player[$i] = $this->player[$i+1];
625 $user_cur = $room->user[$this->player[$i]];
626 $user_cur->table_pos = $i;
631 log_main("INCONSISTENCY ON TABLE.");
637 // $ret .= table_act_content(($user->subst == 'standup'), $this->table[$i]->player_n, $i, $user->table,
638 // ($this->table[$i]->auth_only == FALSE ? TRUE : $user->flags & USER_FLAG_AUTH));
640 // function act_content($isstanding, $sitted, $table, $cur_table, $allowed)
641 function act_content($user)
644 $isstanding = ($user->subst == 'standup');
645 $sitted = $this->player_n;
647 $cur_table = $user->table;
651 if ($sitted < PLAYERS_N) {
652 if ($this->auth_only) {
653 if ($user->flags & USER_FLAG_AUTH)
667 if ($table == $cur_table)
674 $ret = sprintf('j_tab_act_cont(%d, \'%s\');', $table, $act);
687 function Delay_Manager($triglevel)
689 $this->triglevel = $triglevel;
690 $this->delta = array();
691 $this->lastcheck = 0;
694 function delta_get($curtime)
696 // clean too old delta items
697 for ($i = 0 ; $i < count($this->delta) ; $i++) {
698 if ($this->delta[$i][0] < $curtime) {
699 array_splice($this->delta, $i, 1);
704 // add new delta items if delay exceeded $this->triglevel sec
705 if ($curtime > $this->lastcheck + $this->triglevel && $curtime < $this->lastcheck + 1200.0) {
706 $delta = $curtime - $this->lastcheck - $this->triglevel;
707 array_push($this->delta, array($curtime + $delta , $delta));
708 // fprintf(STDERR, "DELTA: add new delta [%f] [%f] [%f]\n", $this->triglevel, $curtime + $delta, $delta);
711 // extract the maximum valid delta
713 for ($i = 0 ; $i < count($this->delta) ; $i++) {
714 $delta_cur = $this->delta[$i][1];
715 if ($delta_max < $delta_cur)
716 $delta_max = $delta_cur;
719 // fprintf(STDERR, "DELTA: status %d, delta_max: %f\n", count($this->delta), $delta_max);
724 function lastcheck_set($curtime)
726 $this->lastcheck = $curtime;
734 function Client_prefs()
738 static function from_user($user)
740 $thiz = new Client_prefs();
741 $thiz->user_load($user);
746 static function from_json($json)
748 $thiz = new Client_prefs();
749 if ($thiz->json_load($json) == FALSE) {
757 function user_load($user)
759 fprintf(STDERR, "QQ %s: %x\n", __FUNCTION__, $user->flags);
760 $this->listen = ($user->flags & USER_FLAG_MAP_AUTH) >> 2;
761 if ($user->rec != FALSE) {
762 $this->supp_comp = $user->rec->supp_comp;
765 $this->supp_comp = "000000000000";
768 fprintf(STDERR, "QQ %s: LISTEN: %d\n", __FUNCTION__, $this->listen);
771 function json_load($json_s)
776 if (gettype($json_s) == "string") {
777 if (($json = json_decode($json_s)) == FALSE)
783 if ($this->listen < 0 || $this->listen > 2)
785 $this->listen = $json->listen;
787 if (mb_strlen($json->supp_comp, "ASCII") != 12)
790 for ($i = 0, $idx = 0 ; $i < 12 ; $i++) {
791 if (($json->supp_comp[$i] >= '0' && $json->supp_comp[$i] <= '9') ||
792 ($json->supp_comp[$i] >= 'a' && $json->supp_comp[$i] <= 'f'))
798 $this->supp_comp = $json->supp_comp;
805 function store($user, $is_save)
808 fprintf(STDERR, "QQ %s::%s PRE: %x\n", __CLASS__, __FUNCTION__,
809 $user->flags & (~USER_FLAG_S_ALL & ~USER_FLAG_AUTH));
810 $user->flags_set(($this->listen << 2), USER_FLAG_MAP_AUTH);
811 fprintf(STDERR, "QQ %s::%s %x\n", __CLASS__, __FUNCTION__,
813 if ($user->is_supp_custom()) {
814 $user->rec->supp_comp = $this->supp_comp;
826 var $crystal_filename;
830 var $comm; // commands for many people
831 var $step; // current step of the comm array
832 var $garbage_timeout;
837 function Room ($crystal_filename) {
838 $this->crystal_filename = $crystal_filename;
839 $this->user = array();
840 $this->table = array();
841 $this->match = array();
843 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
844 $this->user[$i] = User::create($this, $i, "", "");
847 for ($i = 0 ; $i < TABLES_N ; $i++) {
848 $this->table[$i] = Table::create($i);
851 $row = ( (((int)($i / 4)) % 2) == 0 );
852 $col = ($i % 2 == 0);
853 $this->table[$i]->auth_only = (($row && $col) || (!$row && !$col));
856 $this->table[$i]->auth_only = FALSE;
859 if ($i < TABLES_AUTH_N)
860 $this->table[$i]->auth_only = TRUE;
862 $this->table[$i]->auth_only = FALSE;
864 $this->garbage_timeout = 0;
865 $this->shm_sz = SHM_DIMS_MIN;
867 $this->delay_mgr = new Delay_Manager(1.5);
870 function garbage_manager($force)
872 GLOBAL $G_lang, $mlang_brisk, $G_base;
876 log_rd2("garbage_manager START");
878 /* Garbage collector degli utenti in timeout */
879 $curtime = microtime(TRUE);
881 $delta = $this->delay_mgr->delta_get($curtime);
883 if (!$force && !($this->garbage_timeout < $curtime)) {
884 $this->delay_mgr->lastcheck_set($curtime);
888 // Before all align times with table timeout
889 for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
890 $table_cur = $this->table[$table_idx];
891 // if the table is complete and exists its shared mem we get the info about users lacc
893 if ($table_cur->player_n == PLAYERS_N) {
894 log_main("PLAYERS == N TABLE ".$table_idx);
897 $no_recovery = FALSE;
898 if (isset($this->match[$table_idx])) {
899 $bri = $this->match[$table_idx];
901 if ($table_cur->table_token != $bri->table_token) {
902 log_main("ERROR: not matching table_token. Room: ".$table_cur->table_token." Table: ".$bri->table_token);
903 log_main("ERROR: not matching table_start. Room: ".$table_cur->table_start." Table: ".$bri->table_start);
912 log_main("garbage_manager: bri loaded successfully.");
913 $bri->garbage_manager(TRUE);
915 $bri_table = $bri->table[0];
917 // is the end of the table
919 if ($bri->the_end == TRUE) {
921 * DESTROY OF FINISHED TABLE && MOVE PLAYER TO ROOM AGAIN
923 log_main("garbage_manager: INSIDE THE END.");
925 $plist = "$table_cur->table_token|$table_cur->idx|$table_cur->player_n";
926 for ($i = 0 ; $i < $table_cur->player_n ; $i++) {
927 $plist .= '|'.$this->user[$table_cur->player[$i]]->sess;
930 for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
931 // stat must be "table" by definition
932 $user_cur = $this->user[$table_cur->player[$i]];
933 $bri_user = $bri->user[$i];
935 $user_cur->subst = $bri_user->subst;
936 $user_cur->step = $bri_user->step;
937 $user_cur->lacc = $bri_user->lacc;
938 $user_cur->laccwr = $bri_user->lacc;
939 $user_cur->bantime = $bri_user->bantime;
942 log_legal($curtime, $user_cur->ip, $user_cur, "STAT:DESTROY_GAME", $plist);
944 $this->room_join_wakeup($user_cur, FALSE, 0);
945 $table_cur->table_token = "";
946 $table_cur->wakeup_time = $curtime + WAKEUP_TIME;
948 $this->match_del($table_idx);
951 log_main("gm:: save_data");
953 for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
954 $this->user[$table_cur->player[$i]]->lacc = $bri->user[$i]->lacc;
957 } // if ($bri == FALSE
958 else if ($no_recovery == FALSE) {
959 log_crit("ERROR: table ".$table_idx." unrecoverable join");
961 for ($i = 0 ; $i < $table_cur->player_n ; $i++) {
962 $user_cur = $this->user[$table_cur->player[$i]];
963 $user_cur->subst = "shutdowner";
964 $user_cur->step_inc();
966 $ret = sprintf('stat = "%s"; subst = "%s";', $user_cur->stat, $user_cur->subst);
967 $ret .= "gst.st = ".($user_cur->step+1)."; ";
968 // MLANG <br>I dati del tavolo n° ".$user_cur->table." sono inconsistenti, verranno resettati.<br><br>Torni in piedi.<br><br>
969 $prestr = sprintf($mlang_brisk['tabincon'][$G_lang], $user_cur->table);
970 $ret .= show_notify($prestr, 2000, $mlang_brisk['btn_close'][$G_lang], 400, 110);
971 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
972 $user_cur->step_inc();
975 $plist = "$table_cur->table_token|$user_cur->table|$table_cur->player_n";
976 for ($i = 0 ; $i < $table_cur->player_n ; $i++) {
977 $plist .= '|'.$this->user[$table_cur->player[$i]]->sess;
979 log_legal($curtime, $user_cur->ip, $user_cur, "STAT:DESTROY_GAME(RECOVERY)", $plist);
981 $this->room_join_wakeup($user_cur, TRUE, -2);
982 $table_cur->table_token = "";
985 } // if ($table_cur->player_n == PLAYERS_N) {
986 } // for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
988 log_rd2("out new loop.");
990 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
991 $user_cur = $this->user[$i];
993 log_rd2("User: ".$user_cur->name." stat: ".$user_cur->stat." subst: ".$user_cur->subst);
995 if ($user_cur->sess == "")
998 if ($user_cur->lacc + EXPIRE_TIME_RD < ($curtime - $delta)) {
999 // Auto logout dell'utente
1000 log_rd2("AUTO LOGOUT.".($user_cur->lacc + EXPIRE_TIME_RD)." curtime - delta ".($curtime - $delta));
1002 if ($user_cur->stat == 'table' || $user_cur->stat == 'room') {
1003 log_auth($user_cur->sess, "Autologout session.");
1007 log_rd2("AUTO LOGOUT.");
1008 if ($user_cur->subst == 'sitdown' || $user_cur->stat == 'table')
1009 $this->room_wakeup($user_cur);
1010 else if ($user_cur->subst == 'standup')
1011 $this->room_outstandup($user_cur);
1013 log_rd2("LOGOUT FROM WHAT ???");
1017 if ($user_cur->laccwr + EXPIRE_TIME_SMAMMA < ($curtime - $delta)) { // lo rimettiamo in piedi
1018 if ($user_cur->stat == 'room' && $user_cur->subst == 'sitdown') {
1019 $this->room_wakeup($user_cur);
1020 $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1021 /* 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" */
1022 $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);
1023 $user_cur->step_inc();
1027 log_rd2("GARBAGE UPDATED!");
1029 $this->garbage_timeout = $curtime + GARBAGE_TIMEOUT;
1032 $this->delay_mgr->lastcheck_set($curtime);
1036 function show_room($user_step, $user)
1038 GLOBAL $G_lang, $mlang_brisk;
1039 log_main("show_room: username: ".$user->name);
1041 $ret = sprintf('gst.st = %d; ', $user_step);
1043 $prefs = Client_prefs::from_user($user);
1044 $ret .= sprintf('prefs_load(\'%s\', false, false);', json_encode($prefs));
1047 if ($user->flags & USER_FLAG_ISOLAUTH) {
1048 $ret .= 'list_set(\'isolation\', false, \''.$mlang_brisk['tit_onisol'][$G_lang].'\' ); ';
1050 else if ($user->flags & USER_FLAG_LISTAUTH) {
1051 $ret .= 'list_set(\'auth\', false, \''.$mlang_brisk['tit_onauth'][$G_lang].'\' ); ';
1054 $ret .= 'list_set(\'all\', false, \'\' ); ';
1058 if ($user->subst == 'standup')
1059 $ret .= "tra.show(); ";
1061 $ret .= "tra.hide(); ";
1063 $ret .= sprintf('stat = "%s";', $user->stat);
1065 $ret .= root_welcome($user);
1066 if ($user->flags & USER_FLAG_DBFAILED) {
1067 $ret .= "gst.st = ".($user->step+1)."; ";
1068 $ret .= show_notify($mlang_brisk['db_failed'][$G_lang], 0, $mlang_brisk['btn_close'][$G_lang], 400, 140);
1071 $ret .= sprintf('subst = "%s";', $user->subst);
1072 $ret .= $user->myname_innerHTML();
1074 for ($i = 0 ; $i < TABLES_N ; $i++) {
1076 $ret .= $this->table_content($user, $i);
1077 // $ret .= table_act_content(($user->subst == 'standup'), $this->table[$i]->player_n, $i, $user->table,
1078 // ($this->table[$i]->auth_only == FALSE ? TRUE : $user->flags & USER_FLAG_AUTH));
1079 $ret .= $this->table[$i]->act_content($user);
1080 if ($this->table[$i]->wag_own != -1)
1081 $ret .= sprintf('tra.add(%d, "%s: %s"); ', $i, $this->user[$this->table[$i]->wag_own]->name, $this->table[$i]->wag_com);
1083 $ret .= sprintf('tra.rem(%d); ', $i);
1085 $ret .= $this->standup_content($user);
1086 $ret .= "setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); ";
1092 function room_wakeup($user)
1094 $table_idx = $user->table;
1095 $table = $this->table[$table_idx];
1097 log_main("WAKEUP: begin function table:".$table_idx." stat: ".$user->stat." subst: ".$user->subst);
1101 $from_table = ($user->stat == "table");
1103 log_main("WAKEUP: from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1105 for ($i = 0 ; $i < $table->player_n ; $i++) {
1106 $user_cur = $this->user[$table->player[$i]];
1107 log_main("PREIMPOST: INLOOP name: ".$user_cur->name);
1109 if ($user->idx_get() != $table->player[$i]) {
1110 $user_cur->stat_set("room");
1111 $user_cur->subst = "sitdown";
1112 $user_cur->laccwr = $curtime;
1114 else if ($user->sess != "") {
1115 $user_cur->stat_set("room");
1116 $user_cur->subst = "standup";
1117 $user_cur->laccwr = $curtime;
1118 $user_cur->table = -1;
1123 $user->stat_set("room");
1124 $user->subst = "standup";
1125 $user->laccwr = $curtime;
1128 $remove_wagon = FALSE;
1129 if($table->wag_own == $user->idx_get()) {
1130 $table->wag_reset($curtime);
1131 $remove_wagon = TRUE;
1135 /* aggiorna l'array dei giocatori al tavolo. */
1136 $table->user_rem($this, $user);
1138 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1139 $user_cur = $this->user[$i];
1140 if ($user_cur->sess == '' || $user_cur->stat != 'room')
1143 // log_main("VALORI: name: ".$user_cur->name."from_table: ".$from_table." tab: ".$user_cur->table." taix: ".$table_idx." ucur: ".$user_cur." us: ".$user);
1145 $ret = "gst.st = ".($user_cur->step+1)."; ".($remove_wagon ? sprintf("tra.rem(%d);",$table_idx) : "");
1146 if ($from_table && ($user_cur->table == $table_idx || $user->idx_get() == $i)) {
1147 $ret .= 'gst.st_loc++; xstm.stop(); window.onunload = null; window.onbeforeunload = null; document.location.assign("index.php");|';
1148 // $ret .= 'gst.st_loc++; document.location.assign("index.php");|';
1149 log_main("DOCUMENT.index.php: from table");
1151 else if ($user_cur->stat == "room") {
1152 log_main("DOCUMENT.index.php: from table");
1154 $ret .= $this->table_content($user_cur, $table_idx);
1155 $ret .= $this->standup_content($user_cur);
1157 // $ret .= table_act_content(FALSE, 0, $table_idx, $user->table, FALSE);
1158 $ret .= $table->act_content($user);
1160 if ($user->idx_get() == $i) {
1161 // set the new status
1162 $ret .= 'subst = "standup"; tra.show(); ';
1163 // clean the action buttons in other tables
1164 for ($e = 0 ; $e < TABLES_N ; $e++) {
1165 if ($this->table[$e]->player_n < PLAYERS_N) {
1166 // $ret .= table_act_content(TRUE, 0, $e, $user->table,
1167 // ($this->table[$e]->auth_only == FALSE ? TRUE : $user->flags & USER_FLAG_AUTH));
1168 $ret .= $this->table[$e]->act_content($user);
1173 // $ret .= table_act_content(($user_cur->subst == 'standup'), $table->player_n, $table_idx, $user_cur->table,
1174 // ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1175 $ret .= $table->act_content($user_cur);
1178 log_wr("ROOM_WAKEUP: ".$ret);
1179 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1180 $user_cur->step_inc();
1184 function room_join_wakeup($user, $update_lacc = FALSE, $trans_delta)
1186 $table_idx = $user->table;
1187 $table = $this->table[$table_idx];
1189 log_main("JOIN_WAKEUP: begin function table:".$table_idx." stat: ".$user->stat." subst: ".$user->subst);
1192 $user_wup = array();
1194 $user_tab = array();
1196 log_main("JOIN WAKEUP: from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1198 for ($i = 0 ; $i < $table->player_n ; $i++) {
1199 $user_cur = $this->user[$table->player[$i]];
1200 log_main("PREIMPOST INLOOP name: ".$user_cur->name);
1201 if ($user_cur->sess != "") {
1202 if ($update_lacc == TRUE) {
1203 $user_cur->laccwr = $curtime;
1205 log_main("cur: ".$user_cur->name." subst: ".$user_cur->subst);
1206 if ($user_cur->subst == "shutdowned") {
1207 $user_cur->stat_set("room");
1208 $user_cur->subst = "sitdown";
1210 else if ($user_cur->subst == "shutdowner") {
1211 $user_cur->stat_set("room");
1212 $user_cur->subst = "standup";
1213 $user_cur->table = -1;
1214 $user_wup[$user_wup_n++] = $user_cur;
1216 $remove_wagon = FALSE;
1217 if($table->wag_own == $table->player[$i]) {
1218 $remove_wagon = TRUE;
1219 $table->wag_reset($curtime);
1222 $user_tab[$user_tab_n++] = $table->player[$i];
1226 for ($wup_idx = 0 ; $wup_idx < $user_wup_n ; $wup_idx++)
1227 $table->user_rem($this, $user_wup[$wup_idx]);
1229 /* aggiorna l'array dei giocatori al tavolo. */
1231 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1232 log_main("START LOOP");
1233 $user_cur = $this->user[$i];
1234 if ($user_cur->sess == '' || $user_cur->stat != 'room') {
1235 log_main("name: ".$user_cur->name."skip subst: ".$user_cur->subst);
1240 log_main("VALORI name: ".$user_cur->name." tab: ".$user_cur->table." taix: ".$table_idx);
1242 $ret = "gst.st = ".($user_cur->step+1)."; ".($remove_wagon ? sprintf("tra.rem(%d);",$table_idx) : "");
1243 if ($user_cur->stat == "room") {
1244 log_main("DOCUMENT.index.php from table");
1246 $ret .= $this->table_content($user_cur, $table_idx);
1247 $ret .= $this->standup_content($user_cur);
1249 // $ret .= table_act_content(FALSE, 0, $table_idx, $user_cur->table,
1250 // ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1251 $ret .= $table->act_content($user_cur);
1254 for ($tab_idx = 0 ; $tab_idx < $user_tab_n ; $tab_idx++)
1255 if ($user_tab[$tab_idx] == $i)
1258 // for users that wakeup the room will be reconstructed by index_rd.php
1259 if ($tab_idx < $user_tab_n) {
1260 log_main("PRE show_room username: ".$user_cur->name." STEP: ".$user_cur->step);
1262 // ARRAY_POP DISABLED
1263 // if ($trans_delta == 0)
1264 // while (array_pop($user_cur->comm) != NULL);
1266 $user_cur->trans_step = $user_cur->step + 1 + $trans_delta;
1267 $user_cur->comm[$user_cur->step % COMM_N] = "";
1268 $user_cur->step_inc();
1269 $user_cur->comm[$user_cur->step % COMM_N] = $this->show_room(($user_cur->step + 1), $user_cur);
1270 $user_cur->step_inc();
1271 log_main("POST show_room username: ".$user_cur->name." STEP: ".$user_cur->step);
1275 log_main("JOIN_WAKEUP wup_idx ".$wup_idx." wup_n ".$user_wup_n);
1277 log_main("JOIN_WAKEUP more");
1278 // $ret .= table_act_content(($user_cur->subst == 'standup'), $table->player_n, $table_idx, $user_cur->table,
1279 // ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1280 $ret .= $table->act_content($user_cur);
1282 log_main("JOIN_WAKEUP end more");
1284 log_wr("ROOM_JOIN_WAKEUP: ".$ret);
1285 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1286 $user_cur->step_inc();
1290 function room_outstandup($user)
1292 $this->room_sitdown($user, -1);
1295 function table_update($user)
1297 log_main("table_update: pre - USER: ".$user->name);
1299 $table_idx = $user->table;
1301 if ($table_idx > -1)
1302 $table = $this->table[$table_idx];
1304 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1306 $user_cur = $this->user[$i];
1307 if ($user_cur->sess == '' || $user_cur->stat != 'room')
1310 $ret = "gst.st = ".($user_cur->step+1)."; ";
1311 if ($table_idx > -1)
1312 $ret .= $this->table_content($user_cur, $table_idx);
1314 if ($user->idx_get() == $i) {
1315 $ret .= $user->myname_innerHTML();
1317 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1318 $user_cur->step_inc();
1321 log_main("table_update: post");
1324 function room_sitdown($user, $table_idx)
1326 log_main("room_sitdown ".($user == FALSE ? "USER: FALSE" : "USER: ".$user->name));
1330 if ($table_idx > -1 && $table_idx < TABLES_N) {
1331 $table = $this->table[$table_idx];
1334 if ($table->wag_own != -1 && $table->player_n == PLAYERS_N) {
1335 for ($i = 0 ; $i < TABLES_N ; $i++) {
1336 if ($table->wag_own == $table->player[$i]) {
1337 $train_app = sprintf("tra.rem(%d); ", $table_idx);
1338 $table->wag_reset(time());
1345 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1347 $user_cur = $this->user[$i];
1348 if ($user_cur->sess == '' || $user_cur->stat != 'room')
1351 $ret = "gst.st = ".($user_cur->step+1)."; ".$train_app;
1352 if ($table_idx > -1)
1353 $ret .= $this->table_content($user_cur, $table_idx);
1354 $ret .= $this->standup_content($user_cur);
1356 if ($user->idx_get() == $i) {
1357 $ret .= 'subst = "sitdown"; tra.hide(); ';
1358 // clean the action buttons in other tables
1359 for ($e = 0 ; $e < TABLES_N ; $e++) {
1360 $ret .= $this->table[$e]->act_content($user_cur);
1363 else if ($table_idx > -1) {
1364 if ($table->player_n == PLAYERS_N) {
1365 // $ret .= table_act_content(($user_cur->subst == 'standup'), PLAYERS_N, $table_idx, $user_cur->table,
1366 /// ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1367 $ret .= $table->act_content($user_cur);
1370 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1371 $user_cur->step_inc();
1375 function chatt_send($user, $mesg)
1377 GLOBAL $G_base, $G_alarm_passwd, $mlang_brisk, $G_lang;
1381 $msg = mb_substr($mesg, 6, 128, "UTF-8");
1383 $dt = date("H:i ", $curtime);
1394 $is_normchat = FALSE;
1395 /* for old isolation management $is_ticker = FALSE; */
1396 $update_room = FALSE;
1398 if (strcmp($msg, "/tav") == 0 ||
1399 strncmp($msg, "/tav ", 5) == 0) {
1401 if ($user->stat != 'room' || $user->subst != 'sitdown') {
1402 /* MLANG: "<br>Per attivare il messaggio di segnalazione del tavolo occorre essere seduti.<br><br>", "<br>Il messaggio di segnalazione del tavolo è già attivato.<br><br>", "<br>Il messaggio di segnalazione del tavolo<br>è disattivato ancora per %d second%s.<br><br>" */
1403 $msg = $mlang_brisk['tickmust'][$G_lang];
1404 $to_user = show_notify($msg, 0, "chiudi", 400, 100);
1409 $table = $this->table[$user->table];
1411 if ($table->wag_own != -1) {
1412 // MLANG <br>Il messaggio di segnalazione del tavolo è già attivato.<br><br>
1413 $msg = $mlang_brisk['tickjust'][$G_lang];
1414 $to_user = show_notify($msg, 0, "chiudi", 400, 100);
1419 $dtime = $curtime - $table->wag_tout;
1420 if ($dtime < EXPIRE_TIME_WAG) {
1421 // MLANG - <br>Il messaggio di segnalazione del tavolo<br>è disattivato ancora per %d second%s.<br><br>
1422 $msg = sprintf($mlang_brisk['tickwait'][$G_lang],
1423 EXPIRE_TIME_WAG - $dtime, (EXPIRE_TIME_WAG - $dtime == 1 ? ($G_lang == 'en' ? "" : "o") : ($G_lang == 'en' ? "s" : "i")));
1424 $to_user = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang] , 400, 100);
1429 $msg = substr($msg, 5);
1431 $table->wag_set($user->idx_get(), $msg);
1432 $to_user = sprintf('tra.add(%d, "%s");', $user->table, xcape(sprintf("%s: %s", $user->name, $msg)));
1433 $to_room = $to_user;
1434 /* for old isolation management $is_ticker = TRUE; */
1436 } // /tav chat command
1438 else if (strncmp($msg, "/alarm ", 7) == 0) {
1439 if (strncmp($msg, "/alarm to ", 10) == 0) {
1440 $sp_pos = strpos($msg, " ", 10);
1441 $target = substr($msg, 10, $sp_pos - 10);
1442 $alarm_check = "/alarm to ".$target." ".$G_alarm_passwd." ";
1446 $alarm_check = "/alarm ".$G_alarm_passwd." ";
1449 if (strncmp($msg, $alarm_check, strlen($alarm_check)) != 0) {
1450 /* MLANG: "<br>La password digitata non è corretta.<br><br>" */
1451 $msg = $mlang_brisk['alarpass'][$G_lang];
1452 $to_user = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang], 400, 100);
1457 /* MLANG: "Alarm <b>%s</b> inviato a <b>%s</b>." */
1458 $prestr = sprintf($mlang_brisk['alarret'][$G_lang], xcape(substr($msg, strlen($alarm_check))),
1459 ($target == "" ? $mlang_brisk['tit_all'][$G_lang] : xcape($target)) );
1460 $to_user = sprintf('chatt_sub("%s", [2, "%s"],%s);',
1461 $dt, NICKSERV, $prestr);
1463 $msg = sprintf("<br><b>%s<br><br>%s</b><br><br>",
1464 $dt.NICKSERV, xcape(substr($msg, strlen($alarm_check))));
1465 /* MLANG: "chiudi" */
1466 $to_all = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang], 400, 120);
1468 } // /alarm chat command
1469 else if (strncmp($msg, "/listen ", 8) == 0) {
1470 $arg = substr($msg, 8);
1472 if (strcasecmp($arg, "isolation") == 0) {
1474 if ($user->stat == 'room' && $user->subst == 'sitdown' &&
1475 $user->table >= TABLES_AUTH_N) {
1476 $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['listmust'][$G_lang]);
1480 $user->flags &= ~USER_FLAG_MAP_AUTH;
1481 $user->flags |= USER_FLAG_ISOLAUTH;
1482 $to_user = 'list_set(\'isolation\', true, \''.$mlang_brisk['tit_onisol'][$G_lang].'\'); ';
1485 else if (strcasecmp($arg, "auth") == 0) {
1486 $flags_old = $user->flags;
1487 $user->flags &= ~USER_FLAG_MAP_AUTH;
1488 $user->flags |= USER_FLAG_LISTAUTH;
1489 $to_user = 'list_set(\'auth\', true, \''.$mlang_brisk['tit_onauth'][$G_lang].'\'); ';
1492 $flags_old = $user->flags;
1493 $user->flags &= ~USER_FLAG_MAP_AUTH;
1494 $to_user = 'list_set(\'all\', true, \'\'); ';
1497 // if from isolation redraw standup area
1498 if (($flags_old ^ $user->flags) & USER_FLAG_ISOLAUTH) {
1499 $to_user .= 'standup_data_old = null; '.$this->standup_content($user);
1503 else if (strcmp($msg, "/authreq") == 0) {
1504 if ($user->flags & USER_FLAG_AUTH) {
1505 $to_user = sprintf('authbox(300,200);');
1508 /* 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à in uso." */
1509 $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['authmust'][$G_lang]);
1512 else if (strncmp($msg, "/mesgtoadm", 8) == 0) {
1513 if ($user->flags & USER_FLAG_AUTH) {
1514 $to_user = sprintf('mesgtoadmbox(500,300);');
1517 /* MLANG: "<b>Per inviare un messaggio devi essere autenticato.</b>" */
1518 $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['mesgmust'][$G_lang]);
1521 else if (strncmp($msg, "/nick ", 6) == 0) {
1522 log_main("chatt_send BEGIN");
1525 if (($name_new = validate_name(substr($msg, 6))) == FALSE) {
1526 $to_user = sprintf('chatt_sub("%s", [2,"%s"],"%s");', $dt, NICKSERV, $mlang_brisk['nickmust'][$G_lang]);
1530 $msg = "COMMAND ".$msg;
1531 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1532 $user_cur = $this->user[$i];
1534 if ($user_cur->sess == '')
1536 if (strcasecmp($user_cur->name,$name_new) == 0)
1539 if ($i < MAX_PLAYERS) {
1540 $prestr = sprintf($mlang_brisk['nickdupl'][$G_lang], xcape($name_new));
1541 $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $prestr);
1545 /* MLANG: "<b>Non puoi cambiare nick a un tavolo per soli autenticati.</b>", "Il nickname <b>\'%s\'</b> è già registrato, <b>se il suo proprietario si autentificherà verrai rinominato d\'ufficio come ghost<i>N</i>.</b>" */
1546 if ($user->flags & USER_FLAG_AUTH) {
1547 if (strcasecmp($user->name,$name_new) != 0) {
1548 if (( ($user->flags & USER_FLAG_MAP_AUTH) != USER_FLAG_ISOLAUTH) &&
1549 ($user->subst == 'standup' ||
1550 ($user->subst != 'standup' && $this->table[$user->table]->auth_only == FALSE)
1553 $user->flags &= ~(USER_FLAG_AUTH | USER_FLAG_TY_ALL); // Remove auth if name changed
1554 for ($i = 0 ; $i < TABLES_N ; $i++) {
1555 $to_user .= $this->table[$i]->act_content($user);
1559 $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['authchan'][$G_lang]);
1564 $user->name = $name_new; // OK - nick changed
1565 /* se nome gia' in uso, segnala cosa potrebbe capitare */
1566 if (($user->flags & USER_FLAG_AUTH) == 0) {
1567 if (($bdb = BriskDB::create()) != FALSE) {
1569 /* MLANG: "Il nickname <b>\'%s\'</b> è già registrato, <b>se il suo proprietario si autentificherà verrai rinominato d\'ufficio come ghost<i>N</i>.</b>" */
1570 if ($bdb->login_exists($name_new)) {
1571 $prestr = sprintf($mlang_brisk['nickjust'][$G_lang], xcape($name_new));
1572 $to_user .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $prestr);
1577 log_main("chatt_send start set");
1579 $update_room = TRUE;
1581 } // nick chat command
1583 else if (strncmp($msg, "/st ", 4) == 0) {
1584 log_main("chatt_send BEGIN");
1587 $st_str = substr($msg, 4);
1589 if (strcasecmp($st_str, "normale") == 0) {
1590 $st = USER_FLAG_S_NORM;
1592 else if (strcasecmp($st_str, "pausa") == 0) {
1593 $st = USER_FLAG_S_PAU;
1595 else if (strcasecmp($st_str, "fuori") == 0) {
1596 $st = USER_FLAG_S_OUT;
1598 else if (strcasecmp($st_str, "cane") == 0) {
1599 $st = USER_FLAG_S_DOG;
1601 else if (strcasecmp($st_str, "cibo") == 0) {
1602 $st = USER_FLAG_S_EAT;
1604 else if (strcasecmp($st_str, "lavoro") == 0) {
1605 $st = USER_FLAG_S_WRK;
1607 else if (strcasecmp($st_str, "sigaretta") == 0) {
1608 $st = USER_FLAG_S_SMK;
1610 else if (strcasecmp($st_str, "presente") == 0) {
1611 $st = USER_FLAG_S_EYE;
1613 else if (strcasecmp($st_str, "coniglio") == 0) {
1614 $st = USER_FLAG_S_RABB;
1616 else if (strcasecmp($st_str, "calcio") == 0) {
1617 $st = USER_FLAG_S_SOCC;
1619 else if (strcasecmp($st_str, "pupo") == 0) {
1620 $st = USER_FLAG_S_BABY;
1622 else if (strcasecmp($st_str, "pulizie") == 0) {
1623 $st = USER_FLAG_S_MOP;
1625 else if (strcasecmp($st_str, "babbo") == 0) {
1626 $st = USER_FLAG_S_BABBO;
1628 else if (strcasecmp($st_str, "renna") == 0) {
1629 $st = USER_FLAG_S_RENNA;
1631 else if (strcasecmp($st_str, "pupazzo") == 0) {
1632 $st = USER_FLAG_S_PUPAZ;
1634 else if (strcasecmp($st_str, "vischio") == 0) {
1635 $st = USER_FLAG_S_VISCH;
1638 /* MLANG: "Questo stato non esiste." */
1639 $to_user = sprintf('chatt_sub("%s", [2,"%s"],"%s");', $dt, NICKSERV, $mlang_brisk['statunkn'][$G_lang]);
1643 log_main("chatt_send start set");
1644 if (($user->flags & USER_FLAG_S_ALL) != $st) {
1645 $update_room = TRUE;
1646 $user->flags = ($user->flags & ~USER_FLAG_S_ALL) | $st;
1649 } // nick chat command
1651 else { // normal chat line
1652 $is_normchat = TRUE;
1653 if (CHAT_ENABLED && $curtime < ($user->chat_ban + $user->chat_dlt)) {
1655 $user->chat_dlt = $user->chat_dlt * 2;
1656 if ($user->chat_dlt > 120)
1657 $user->chat_dlt = 120;
1659 else if ($user->chat_lst == $msg)
1661 else if (CHAT_ENABLED && $curtime - $user->chattime[($user->chat_cur + 1) % CHAT_N] < CHAT_ILL_TIME) {
1662 $user->chat_ban = $curtime;
1663 $user->chat_dlt = 5;
1667 $user->chat_ban = 0;
1668 $user->chat_dlt = 0;
1672 $to_user = sprintf('chatt_sub("%s", [%d, "%s"],"%s");', $dt, $user->flags, xcape($user->name), xcape("== chat ban =="));
1675 $to_user = sprintf('chatt_sub("%s", [%d, "%s"],"%s");', $dt, $user->flags, xcape($user->name), xcape($msg));
1676 // temporary silentiation for troll (will became array check)
1677 // if (strcasecmp($user->name,'JackRokka') != 0 && $user->sess != '47ea653f602e8')
1678 $to_room = $to_user;
1681 log_legal($curtime, $user->ip, $user,
1682 ($user->stat == 'room' ? 'room' : 'table '.$user->table),$msg);
1684 $user->chat_lst = "$msg";
1685 $user->chattime[$user->chat_cur % CHAT_N] = $curtime;
1695 // Output to clients
1698 if ($to_user != FALSE) {
1699 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1700 $user->comm[$user->step % COMM_N] .= $to_user;
1704 if ($to_room != FALSE) {
1705 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1706 $user_cur = $this->user[$i];
1707 if ($target != "" && $user_cur->name != $target)
1709 if ($user_cur->sess == '' || $user_cur->stat == 'table' || $user->idx_get() == $i)
1712 if ($is_normchat == TRUE) {
1713 // use MAP_AUTH to check if auth or isolation
1714 if ($user_cur->flags & USER_FLAG_MAP_AUTH) {
1715 if (($user->flags & USER_FLAG_AUTH) == 0) {
1721 else if ($is_ticker) {
1722 if (($user_cur->flags & USER_FLAG_MAP_AUTH) == USER_FLAG_ISOLAUTH) {
1723 if ($user->table >= TABLES_AUTH_N)
1728 $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1729 $user_cur->comm[$user_cur->step % COMM_N] .= $to_room;
1730 $user_cur->step_inc();
1735 // FIXME BRISK4: include for each kind of table
1736 require_once("${G_base}briskin5/Obj/briskin5.phh");
1737 // Before all align times with table timeout
1738 for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
1739 if (isset($this->match[$table_idx])) {
1740 $bri = $this->match[$table_idx];
1742 $bri_table = $bri->table[0];
1743 for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
1744 // stat must be "table" by definition
1745 $bri_user = $bri->user[$i];
1747 if ($target != "" && $bri_user->name != $target)
1749 log_main("writa: ".$user_mesg);
1750 $bri_user->comm[$bri_user->step % COMM_N] = "gst.st = ".($bri_user->step+1)."; ";
1751 $bri_user->comm[$bri_user->step % COMM_N] .= $to_tabl;
1752 $bri_user->step_inc();
1754 } // if (isset($this->match
1755 } // for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
1756 } // if ($to_tabl == true ...
1759 if ($user->stat == 'room' && $user->subst == 'standup') {
1760 $this->standup_update($user);
1762 else if ($user->stat == 'room' && $user->subst == 'sitdown') {
1763 log_main("chatt_send pre table update");
1764 $this->table_update($user);
1765 log_main("chatt_send post table update");
1767 } // if ($update_room ...
1770 } // function chatt_send( ...
1772 function get_user($sess, &$idx)
1776 if (validate_sess($sess)) {
1777 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1778 if (strcmp($sess, $this->user[$i]->sess) == 0) {
1781 $ret = $this->user[$i];
1785 log_main(sprintf("get_user: Wrong sess from page [%s]",$PHP_SELF));
1786 // for ($i = 0 ; $i < MAX_PLAYERS ; $i++)
1787 // log_main(sprintf("get_user: Wrong sess compared with [%s]",$this->user[$i]->sess));
1790 log_main(sprintf("get_user: Wrong strlen [%s]",$sess));
1797 * function add_user(&$room, &$sess, &$idx, $name, $pass, $ip)
1800 * if ($idx > -1 && ret == FALSE) => duplicated nick
1801 * if ($idx == -2 && ret == FALSE) => invalid name
1802 * if ($idx == -3 && ret == FALSE) => wrong password
1803 * if ($idx == -1 && ret == FALSE) => no space left
1804 * if ($idx == 0 && ret == user) => SUCCESS
1805 * if ($idx == -$idx && ret == user) => SUCCESS (but the login exists in the auth db)
1808 function add_user(&$sess, &$idx, $name, $pass, $ip, $cookie)
1814 $authenticate = FALSE;
1816 $login_exists = FALSE;
1818 $ghost_auth = FALSE;
1823 if (($name_new = validate_name($name)) == FALSE) {
1828 log_auth("XXX", sprintf("ARRIVA: [%s] pass:[%s]", $sess, ($pass == FALSE ? "FALSE" : $pass)));
1829 if (validate_sess($sess) == FALSE)
1832 /* if pass != FALSE verify the login with pass */
1833 log_auth("XXX", "auth1");
1835 if (($bdb = BriskDB::create()) != FALSE) {
1837 if ($pass != FALSE) { // TODO: here add a method to $bdb to check if the db is available.
1838 log_auth("XXX", "auth2");
1839 $authenticate = $bdb->login_verify($name_new, $pass, $code);
1840 log_auth("XXX", "authenticate: ".($authenticate != FALSE ? "TRUE" : "FALSE"));
1842 if ($authenticate != FALSE) {
1843 $user_type = $authenticate->type_get();
1851 $login_exists = $bdb->login_exists($name_new);
1855 // if db is down, send a warning and verify only current users
1856 // no actions at this moment
1858 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1860 if (strcmp($sess, $this->user[$i]->sess) == 0) {
1864 if ($idfree == -1 && strcmp($this->user[$i]->sess, "") == 0) {
1866 continue; // NOTE: CHECK IT !!
1868 if (strcasecmp($this->user[$i]->name, $name_new) == 0) {
1869 if ($authenticate != FALSE) {
1871 $ghost_auth = ($this->user[$i]->flags & USER_FLAG_AUTH);
1882 log_auth("XXX", sprintf("TROVATO A QUESTO PUNTO [%d] sess [%s] name [%s]", $idx, $sess, $name_new));
1884 /* there is another user logged with your account and you and him have authenticated => new user
1885 get the session of the old user */
1886 if ($ghost > -1 && $ghost_auth && ($authenticate != FALSE)) {
1889 $ghost_user = $this->user[$ghost];
1891 $ghost_user->comm[$ghost_user->step % COMM_N] = "";
1892 $ghost_user->step_inc();
1895 $ghost_user->sess = $sess;
1898 $ghost_user->sess = $sess;
1901 // If user at the table we need to update the table data too
1902 $table_idx = $ghost_user->table;
1903 if ($ghost_user->stat == "table" && $this->table[$table_idx]->player_n == PLAYERS_N) {
1904 require_once("${G_base}briskin5/Obj/briskin5.phh");
1905 if (isset($this->match[$table_idx])) {
1906 $bri = $this->match[$table_idx];
1908 if ($bri->the_end != TRUE) {
1909 $bri->user[$ghost_user->table_pos]->comm[$bri->user[$ghost_user->table_pos]->step % COMM_N] = "";
1910 $bri->user[$ghost_user->table_pos]->step_inc();
1911 $bri->user[$ghost_user->table_pos]->sess = $sess;
1917 return ($this->user[$ghost]);
1919 else if ($idx != -1 && $i == MAX_PLAYERS) {
1924 $this->user[$idx]->sess = $sess;
1927 $this->user[$idx]->sess = $sess;
1929 $this->user[$idx]->name = $name_new; // OK - add new user
1930 $this->user[$idx]->stat_set("room");
1931 $this->user[$idx]->step_set(0);
1932 while (array_pop($this->user[$idx]->comm) != NULL);
1933 $this->user[$idx]->subst = "standup";
1934 $this->user[$idx]->lacc = $curtime;
1935 $this->user[$idx]->laccwr = $curtime;
1936 $this->user[$idx]->bantime = 0;
1937 $this->user[$idx]->ip = $ip;
1939 $this->user[$idx]->rec = $authenticate;
1940 fprintf(STDERR, "MOP: [%s]\n", $authenticate->supp_comp);
1941 $this->user[$idx]->flags = $user_type;
1942 $this->user[$idx]->flags |= ($authenticate != FALSE ? USER_FLAG_AUTH : 0x00);
1943 $this->user[$idx]->flags |= ( ($pass != FALSE && $bdb == FALSE) ? USER_FLAG_DBFAILED : 0x00);
1944 log_auth("XXX", sprintf("FLAGS: [%x]", $this->user[$idx]->flags));
1946 if ($authenticate != FALSE) {
1947 $this->user[$idx]->code = $authenticate->code_get();
1949 // all this part is included in the db server
1950 $this->user[$idx]->flags |= USER_FLAG_LISTAUTH;
1952 if (isset($cookie['CO_list'])) {
1953 fprintf(STDERR, "QQ: %s CO_list: [%s]\n", __FUNCTION__, $cookie['CO_list']);
1954 if (strcmp($cookie['CO_list'], "auth") == 0) {
1955 $this->user[$idx]->flags &= ~USER_FLAG_MAP_AUTH;
1956 $this->user[$idx]->flags |= USER_FLAG_LISTAUTH;
1958 if (strcmp($cookie['CO_list'], "isolation") == 0) {
1959 $this->user[$idx]->flags &= ~USER_FLAG_MAP_AUTH;
1960 $this->user[$idx]->flags |= USER_FLAG_ISOLAUTH;
1963 $this->user[$idx]->flags &= ~USER_FLAG_MAP_AUTH;
1968 fprintf(STDERR, "QQ: CO_list not set flags: %x\n", __FUNCTION__, $this->user[$idx]->flags);
1971 fprintf(STDERR, "QQ %s: flag %x\n", __FUNCTION__, $this->user[$idx]->flags);
1973 log_main("ghost: rename!");
1974 $ghost_user = $this->user[$ghost];
1976 if ($ghost_auth == FALSE) {
1977 for ($sfx = 1 ; $sfx <= MAX_PLAYERS ; $sfx++) {
1978 $ghostname = 'ghost'.$sfx;
1979 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1980 if (strcmp("", $this->user[$i]->sess) == 0)
1983 if (strcasecmp($this->user[$i]->name, $ghostname) == 0) {
1988 if ($ghostname != '')
1992 $ghost_user->name = $ghostname;
1994 if ($ghost_user->stat == 'room' && $ghost_user->subst == 'standup') {
1995 $this->standup_update($ghost_user);
1998 log_main("chatt_send pre table update");
1999 $this->table_update($ghost_user);
2000 log_main("chatt_send post table update");
2002 } // if ($ghost_auth == FALSE
2004 // FIXME: cacciare il vecchio utente room && table (if needed)
2005 $ghost_user->the_end = TRUE;
2006 $ghost_user->lacc = 0;
2007 $this->garbage_manager(TRUE);
2009 } // if ($ghost > -1) {
2014 log_main(sprintf("TROVATO LIBERO A [%d] sess [%s] name [%s] count [%d] name [%s] code [%s]", $idx, $sess, $name_new, count($this->user),$this->user[$real_idx]->name, $this->user[$real_idx]->code));
2016 $ret = $this->user[$real_idx];
2023 function standup_update($user)
2025 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2026 $user_cur = $this->user[$i];
2027 if ($user_cur->sess == '')
2030 log_main("STANDUP START: ".$user_cur->stat);
2032 if ($user_cur->stat == 'room') {
2033 $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ".$this->standup_content($user_cur);
2034 if ($user->idx_get() == $i) {
2035 $user_cur->comm[$user_cur->step % COMM_N] .= $user->myname_innerHTML();
2037 log_main("FROM STANDUP: NAME: ".$user_cur->name." SENDED: ".$user_cur->comm[$user_cur->step % COMM_N]);
2039 $user_cur->step_inc();
2045 static function create($crystal_filename)
2047 if (($room_ser = @file_get_contents($crystal_filename)) == FALSE ||
2048 ($room = unserialize($room_ser)) == FALSE) {
2049 fprintf(STDERR, "NEW ROOM\n");
2050 $room = new Room($crystal_filename);
2053 fprintf(STDERR, "ROOM FROM FILE\n");
2054 rename($crystal_filename, $crystal_filename.".old");
2061 function load_data()
2066 if (($tok = @ftok(FTOK_PATH."/main", "C")) == -1) {
2067 log_main("ftok failed");
2071 if (($shm_sz = sharedmem_sz($tok)) == -1) {
2072 log_main("shmop_open failed");
2076 $shm_sz = SHM_DIMS_MIN;
2078 if ($shm = shm_attach($tok, $shm_sz)) {
2079 $room = @shm_get_var($shm, $tok); // CHECKED BELOW
2081 log_only("bri == ".($room == FALSE ? "FALSE" : "TRUE")." bri === ".($room === FALSE ? "FALSE" : "TRUE")." bri isset ".(isset($room) ? "TRUE" : "FALSE"));
2083 log_only("bri count ".count($room));
2085 if ($room == FALSE) {
2086 log_only("INIT MAIN DATA");
2089 $room = Room::create();
2091 log_shme("Room::create");
2093 if (Room::save_data($room) == FALSE)
2098 $room->shm_sz = $shm_sz;
2102 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2103 if (($room->user[$i] = User::load_data($i, FALSE)) == FALSE) {
2104 log_crit("User::load_data failed");
2108 if ($i < MAX_PLAYERS) {
2114 // SHSPLIT: load users from the shared memory
2123 function save_data_orig($room)
2131 if (($tok = @ftok(FTOK_PATH."/main", "C")) == -1)
2134 while ($room->shm_sz < SHM_DIMS_MAX) {
2135 if (($shm = shm_attach($tok, $room->shm_sz)) == FALSE)
2138 // log_only("PUT_VAR DI ".strlen(serialize($room)));
2139 if (@shm_put_var($shm, $tok, $room) != FALSE) {
2143 if (shm_remove($shm) === FALSE) {
2144 log_only("REMOVE FALLITA");
2148 $room->shm_sz += SHM_DIMS_DLT;
2156 function dump_data()
2158 $room_ser = serialize($this);
2159 $room_ser_len = mb_strlen($room_ser, "ASCII");
2160 if (file_put_contents($this->crystal_filename, $room_ser) == $room_ser_len) {
2167 function save_data($room)
2174 if (($tok = @ftok(FTOK_PATH."/main", "C")) == -1)
2177 // SHSPLIT: before save the $room you must save users,
2178 // detach from main struct and (then) reattach
2179 $user_park = array();
2180 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2181 $user_park[$i] = $room->user[$i];
2182 $room->user[$i] = FALSE;
2185 while ($room->shm_sz < SHM_DIMS_MAX) {
2186 if (($shm = shm_attach($tok, $room->shm_sz)) == FALSE)
2189 // log_only("PUT_VAR DI ".strlen(serialize($room)));
2190 if (@shm_put_var($shm, $tok, $room) != FALSE) {
2191 log_shme("Room::save_data");
2195 if (shm_remove($shm) === FALSE) {
2196 log_only("REMOVE FALLITA");
2200 $room->shm_sz += SHM_DIMS_DLT;
2206 // SHSPLIT: reattach users to the room class
2207 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2208 User::save_data($user_park[$i], $i);
2209 $room->user[$i] = $user_park[$i];
2211 log_load("FINISH: ".($ret == TRUE ? "TRUE" : "FALSE"));
2216 static function lock_data($is_exclusive)
2218 if (($res = file_lock(FTOK_PATH."/main", $is_exclusive)) != FALSE) {
2219 self::$delta_t = microtime(TRUE);
2220 log_lock("LOCK room [".self::$delta_t."]");
2228 static function unlock_data($res)
2232 log_lock("UNLOCK room [".(microtime(TRUE) - (self::$delta_t))."]");
2238 function standup_content($user)
2243 if ($user->stat != 'room')
2246 for ($i = 0 , $ct = 0 ; $ct < 4 && $i < MAX_PLAYERS ; $i++) {
2247 if ($this->user[$i]->sess == "" || $this->user[$i]->stat != "room" || $this->user[$i]->name == "")
2252 // $content .= sprintf('<table cols=\\"%d\\" class=\\"table_standup\\">', $ct);
2254 $content = ' j_stand_cont( [ ';
2256 $user_cur_id = $user->idx_get();
2257 for ($i = 0 , $ct = 0 ; $i < MAX_PLAYERS ; $i++) {
2258 if ($this->user[$i]->sess == "" || $this->user[$i]->stat != "room" || $this->user[$i]->name == "")
2261 $flags = $this->user[$i]->flags;
2263 // sql record exists AND last donate > 2013-01-01
2264 if ($this->user[$i]->is_supp_custom()) {
2265 $supp_comp_s = sprintf(', "%s"', $this->user[$i]->rec->supp_comp);
2271 if ($this->user[$i]->subst == "standup") {
2272 if ($user_cur_id == $i) {
2276 $content .= sprintf('%s[ %d, "%s"%s ]',($ct > 0 ? ', ' : ''), $flags,
2277 xcape($this->user[$i]->name), $supp_comp_s);
2286 function table_content($user, $table_idx)
2292 // Si possono usare i dati nella classe table
2295 $sess = $user->sess;
2296 $table = $this->table[$table_idx];
2298 if ($user->stat != 'room')
2301 $user_cur_id = $user->idx_get();
2303 for ($i = 0 ; $i < $table->player_n ; $i++) {
2304 $user_cur = $this->user[$table->player[$i]];
2306 $flags = $user_cur->flags;
2308 if ($user_cur_id == $table->player[$i])
2311 log_main($user_cur->name. sprintf(" IN TABLE [%d]", $table_idx));
2312 if ($user_cur->is_supp_custom())
2313 $supp_comp_s = sprintf(', "%s"', $user_cur->rec->supp_comp);
2317 $content .= sprintf('%s[ %d, "%s"%s ]',($i == 0 ? '' : ', '), $flags,
2318 xcape($user_cur->name), $supp_comp_s);
2323 $ret .= sprintf('j_tab_cont(%d, %s);', $table_idx, $content);
2328 function request_mgr(&$s_a_p, $header, &$header_out, &$new_socket, $path, $addr, $get, $post, $cookie)
2330 GLOBAL $G_black_list;
2332 printf("NEW_SOCKET (root): %d PATH [%s]\n", intval($new_socket), $path);
2334 $enc = get_encoding($header);
2335 if (isset($header['User-Agent'])) {
2336 if (strstr($header['User-Agent'], "MSIE")) {
2337 $transp_type = "htmlfile";
2340 $transp_type = "xhr";
2344 $transp_type = "iframe";
2346 force_no_cache($header_out);
2352 index_main($this, $transp_type, $header_out, $addr, $get, $post, $cookie);
2353 $content = ob_get_contents();
2356 // fprintf(STDERR, "\n\nCONTENT [%s]\n\n", $content);
2357 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
2361 case "index_wr.php":
2363 // Enhance required: in the POST case, after the header you must get content
2364 // from the socket, waiting if necessary
2367 fprintf(STDERR, "\n\nDENTRO QUI\n\n");
2369 index_wr_main($this, $addr, $get, $post, $cookie);
2370 $content = ob_get_contents();
2373 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
2377 case "index_rd_ifra.php":
2378 if (($transp = gpcs_var('transp', $get, $post, $cookie)) === FALSE)
2380 if ($transp == 'websocket')
2384 if (!isset($cookie['sess'])
2385 || (($user = $this->get_user($cookie['sess'], $idx)) == FALSE)) {
2387 $content = User::stream_fini($transp, $s_a_p->rndstr, TRUE);
2389 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
2394 // close a previous opened index_read_ifra socket, if exists
2395 if (($prev = $user->rd_socket_get()) != NULL) {
2396 $s_a_p->socks_unset($user->rd_socket_get());
2397 fclose($user->rd_socket_get());
2398 printf("CLOSE AND OPEN AGAIN ON IFRA2\n");
2399 $user->rd_socket_set(NULL);
2403 $user->stream_init($s_a_p->rndstr, $enc, $header, $header_out, $content, $get, $post, $cookie);
2404 $response = headers_render($header_out, -1).$user->chunked_content($content);
2405 $response_l = mb_strlen($response, "ASCII");
2407 $wret = @fwrite($new_socket, $response, $response_l);
2408 if ($wret < $response_l) {
2409 printf("TROUBLES WITH FWRITE: %d\n", $wret);
2410 $user->rd_cache_set(mb_substr($content, $wret, $response_l - $wret, "ASCII"));
2413 $user->rd_cache_set("");
2415 fflush($new_socket);
2418 $s_a_p->socks_set($new_socket, $user, NULL);
2419 $user->rd_socket_set($new_socket);
2420 printf(" - qui ci siamo - ");
2427 if (!(BRISK_DEBUG & DBG_ENGI))
2429 fprintf(STDERR, "TEST.PHP running\n");
2430 if (isset($post['data'])) {
2431 $content = $post['data'];
2434 $content = "NO DATA AVAILABLE";
2436 $header_out['Content-Type'] = 'text/plain';
2437 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
2441 /* FAR TODO: move all into an array of registered sub-apps */
2442 $subs = "briskin5/";
2443 $subs_l = strlen($subs);
2444 if (!strncmp($path, $subs, $subs_l)) {
2445 $ret = Bin5::request_mgr(&$s_a_p, $header, &$header_out, &$new_socket, substr($path, $subs_l) , $addr, $get, $post, $cookie);
2454 function match_add($idx, $match)
2456 $this->match[$idx] = $match;
2459 function match_del($idx)
2461 unset($this->match[$idx]);
2464 function match_get($idx, $token)
2466 if (isset($this->match[$idx])) {
2468 || $token == $this->match[$idx]->table_token) {
2469 return ($this->match[$idx]);
2477 function make_seed()
2479 list($usec, $sec) = explode(' ', microtime());
2480 return (float) $sec + ((float) $usec * 100000);
2483 function btrace_line($ar)
2485 GLOBAL $G_btrace_pref_sub;
2488 for ($i = 0 ; $i < count($ar) ; $i++) {
2489 $with_class = isset($ar[$i]['class']);
2490 $with_file = isset($ar[$i]['file']);
2491 $ret .= sprintf("%s%s%s (%s:%d)", ($i == 0 ? "" : ", "),
2492 ($with_class ? $ar[$i]['class'].$ar[$i]['type'] : ""),
2493 $ar[$i]['function'], ($with_file ? str_replace($G_btrace_pref_sub, "", $ar[$i]['file']) : ""),
2494 ($with_file ? $ar[$i]['line'] : ""));
2500 function trace_ftok($id, $add)
2502 // NOTE: without space to use sed to substitute "= @ftok(" with "= @ftok("
2503 $tok=@ftok($id, $add);
2505 log_shme($tok.": ".$id." + ".$add);
2510 function log_mop($step, $log)
2512 GLOBAL $sess, $PHP_SELF;
2514 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LMOP) == 0)
2517 if (isset($sess) == FALSE)
2522 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LMOP) == 0)
2525 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2526 $btrace = btrace_line(debug_backtrace());
2529 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2530 fwrite($fp, sprintf("LMOP: [%f] [%05d] [%s] [%s]\n", gettimeofday(TRUE), $step, $log, $btrace));
2536 function log_only2($log)
2538 GLOBAL $sess, $PHP_SELF;
2540 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_ONL2) == 0)
2543 if (isset($sess) == FALSE)
2548 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_ONL2) == 0)
2551 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2552 $btrace = btrace_line(debug_backtrace());
2555 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2556 fwrite($fp, sprintf("ONL2: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2561 function log_crit($log)
2563 GLOBAL $sess, $PHP_SELF;
2565 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_CRIT) == 0)
2568 if (isset($sess) == FALSE)
2573 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_CRIT) == 0)
2576 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2577 $btrace = btrace_line(debug_backtrace());
2580 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2581 fwrite($fp, sprintf("CRIT: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2586 function log_only($log)
2588 GLOBAL $sess, $PHP_SELF;
2590 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_ONLY) == 0)
2593 if (isset($sess) == FALSE)
2598 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_ONLY) == 0)
2601 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2602 $btrace = btrace_line(debug_backtrace());
2605 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2606 fwrite($fp, sprintf("ONLY: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2611 function log_main($log)
2613 GLOBAL $sess, $PHP_SELF;
2615 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_MAIN) == 0)
2618 if (isset($sess) == FALSE)
2623 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_MAIN) == 0)
2626 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2627 $btrace = btrace_line(debug_backtrace());
2630 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2631 fwrite($fp, sprintf("MAIN: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2636 function log_rd($log)
2638 GLOBAL $sess, $PHP_SELF;
2640 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_READ) == 0)
2643 if (isset($sess) == FALSE)
2648 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_READ) == 0)
2651 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2652 $btrace = btrace_line(debug_backtrace());
2655 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2656 fwrite($fp, sprintf("READ: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2661 function log_rd2($log)
2663 GLOBAL $sess, $PHP_SELF;
2665 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_REA2) == 0)
2668 if (isset($sess) == FALSE)
2673 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_REA2) == 0)
2676 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2677 $btrace = btrace_line(debug_backtrace());
2681 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2682 fwrite($fp, sprintf("REA2: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2687 function log_send($log)
2689 GLOBAL $sess, $PHP_SELF;
2691 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_SEND) == 0)
2694 if (isset($sess) == FALSE)
2699 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_SEND) == 0)
2702 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2703 $btrace = btrace_line(debug_backtrace());
2706 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2707 fwrite($fp, sprintf("SEND: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2712 function log_lock($log)
2714 GLOBAL $sess, $PHP_SELF;
2716 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LOCK) == 0)
2719 if (isset($sess) == FALSE)
2724 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LOCK) == 0)
2727 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2728 $btrace = btrace_line(debug_backtrace());
2731 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2732 fwrite($fp, sprintf("LOCK: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2737 function log_wr($log)
2739 GLOBAL $sess, $PHP_SELF;
2741 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_WRIT) == 0)
2744 if (isset($sess) == FALSE)
2749 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_WRIT) == 0)
2752 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2753 $btrace = btrace_line(debug_backtrace());
2756 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2757 fwrite($fp, sprintf("WRIT: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2762 function log_load($log)
2764 GLOBAL $sess, $PHP_SELF;
2766 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LOAD) == 0)
2769 if (isset($sess) == FALSE)
2774 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LOAD) == 0)
2777 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2778 $btrace = btrace_line(debug_backtrace());
2781 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2782 fwrite($fp, sprintf("LOAD: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2787 function log_auth($sess, $log)
2791 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_AUTH) == 0)
2794 if (( (BRISK_DEBUG | ($sess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_AUTH) == 0)
2797 if ((BRISK_DEBUG | ($sess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2798 $btrace = btrace_line(debug_backtrace());
2801 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2802 fwrite($fp, sprintf("LOAD: [%s] [%d] [%s] [%s]\n", $sess, time(), $log, $btrace));
2807 function log_shme($log)
2809 GLOBAL $sess, $PHP_SELF;
2811 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_SHME) == 0)
2814 if (isset($sess) == FALSE)
2819 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_SHME) == 0)
2822 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2823 $btrace = btrace_line(debug_backtrace());
2826 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2827 fwrite($fp, sprintf("SHME: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2834 // function log_legal($curtime, $sess, $name, $where, $mesg)
2835 function log_legal($curtime, $addr, $user, $where, $mesg)
2838 if (($fp = @fopen(LEGAL_PATH."/legal.log", 'a')) != FALSE) {
2839 /* Unix time | session | nickname | IP | where was | mesg */
2840 fwrite($fp, sprintf("%ld|%s|%s|%s|%s|%s|%s|\n", $curtime, $user->sess,
2841 ($user->flags & USER_FLAG_AUTH ? 'A' : 'N'),
2842 $user->name, $addr, $where , $mesg));
2847 function table_act_content($isstanding, $sitted, $table, $cur_table, $allowed)
2852 if ($sitted < PLAYERS_N) {
2860 if ($table == $cur_table)
2867 $ret = sprintf('j_tab_act_cont(%d, \'%s\');', $table, $act);
2872 function show_notify($text, $tout, $butt, $w, $h)
2874 log_main("SHOW_NOTIFY: ".$text);
2875 return sprintf('var noti = new notify(gst,"%s",%d,"%s",%d,%d);', $text, $tout, $butt, $w, $h);
2878 function show_notify_ex($text, $tout, $butt, $w, $h, $is_opaque, $block_time)
2880 log_main("SHOW_NOTIFY OPAQUE: ".$text);
2881 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);
2885 function root_welcome($user)
2887 GLOBAL $root_wellarr, $G_lang;
2891 $dt = date("H:i ", $curtime);
2893 for ($i = 0 ; $i < count($root_wellarr[$G_lang]) ; $i++)
2894 $ret .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, str_replace('"', '\"', $root_wellarr[$G_lang][$i]));
2901 function validate_sess($sess)
2903 if (strlen($sess) == SESS_LEN)
2909 function validate_name($name)
2911 $name_new = str_replace(' ', '_', mb_substr(trim($name),0,12, "UTF-8"));
2913 for ($i = 0 ; $i < strlen($name_new) ; $i++) {
2915 if (($c >= "a" && $c <= "z") || ($c >= "A" && $c <= "Z") || ($c >= "0" && $c <= "9"))
2922 function playsound($filename)
2924 return (sprintf('playsound("flasou", "%s");', $filename));
2927 function secstoword($secs)
2933 $mins = floor($secs / 60);
2935 if ($G_lang == 'en') {
2937 $ret = sprintf("%d minute%s%s", $mins, ($mins > 1 ? "s" : ""), ($secs > 0 ? " and " : ""));
2940 $ret .= sprintf("%d second%s", $secs, ($secs > 1 ? "s" : ""));
2944 $ret = sprintf("%d minut%s%s", $mins, ($mins > 1 ? "i" : "o"), ($secs > 0 ? " e " : ""));
2947 $ret .= sprintf("%d second%s", $secs, ($secs > 1 ? "i" : "o"));
2952 function sharedmem_sz($tok)
2954 if (($shm_id = @shmop_open($tok, 'a', 0, 0)) == FALSE) {
2955 log_main("shmop_open failed");
2958 $shm_sz = shmop_size($shm_id);
2959 shmop_close($shm_id);
2961 // log_main("shm_sz: ".$shm_sz." SHM_DIMS: ".SHM_DIMS);
2968 static function lock_data($is_exclusive)
2970 if (($res = file_lock(FTOK_PATH."/warrant", $is_exclusive)) != FALSE) {
2971 self::$delta_t = microtime(TRUE);
2972 log_lock("LOCK warrant [".self::$delta_t."]");
2980 static function unlock_data($res)
2984 log_lock("UNLOCK warrant [".(microtime(TRUE) - (self::$delta_t))."]");
2993 static function lock_data($is_exclusive)
2995 if (($res = file_lock(FTOK_PATH."/poll", $is_exclusive)) != FALSE) {
2996 self::$delta_t = microtime(TRUE);
2997 log_lock("LOCK poll [".self::$delta_t."]");
3005 static function unlock_data($res)
3009 log_lock("UNLOCK poll [".(microtime(TRUE) - (self::$delta_t))."]");