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.6.0";
146 /* MLANG: ALL THE INFO STRINGS IN brisk.phh */
147 $root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: aggiunti script di avvio automatico, gestione dei segnali e logging dell\' ultima connessione.',
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>: usage of reader/writer locking instead of generic exclusive locking.',
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>/authreq</b> - se si è autenticati permette di garantire per un utente fidato
177 <dd><b>/mesgtoadm</b> - se si è autenticati permette di lasciare un messaggio all\'amministratore del sito
178 <dd><b>/listen <all or auth></b> - se si è autenticati permette leggere solo i messaggi degli altri autenticati (auth) o di tutti (all)
184 <div style=\\"text-align: left; padding: 8px;\\">
185 <b>EN Descrizione</b><br>
186 EN Questa è un\'implementazione della briscola in cinque, così come è spiegata su
187 <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>
188 <b>EN Configurazione del browser.</b><br>
189 Occorre abilitare i cookies.<br>
191 <b>Uso del sito</b><br>
192 Potete sedervi a un tavolo o rimanere in piedi.<br>
193 Se al vostro tavolo si raggiungono i 5 giocatori inizia automaticamente la partita.<br>
196 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>
197 Chi vince l\'asta dovrà decidere il seme della carta scelta e inizierà la mano.<br>
198 Per giocare le carte dovrete trascinarle nel quadrato al centro del vostro schermo.<br><br>
199 Il vostro turno è sempre segnalato da una cornice verde lampeggiante intorno al quadrato al centro del vostro schermo.<br><br>
200 Durante la partita, se vorrete ricaricare la pagina, usate l\'apposito bottone \\"reload\\" in basso a destra.<br>
201 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.
203 <dt><b>Comandi della chat</b>
204 <dd><b>/nick <i><nuovo_nickname></i></b> - cambio di nickname
205 <dd><b>/tav <i><frase di invito></i></b> - invito per gli altri giocatori al tavolo dove si è seduti
206 <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\\"
207 <dd><b>/authreq</b> - se si è autenticati permette di garantire per un utente fidato
208 <dd><b>/mesgtoadm</b> - se si è autenticati permette di lasciare un messaggio all\'amministratore del sito
209 <dd><b>/listen <all or auth></b> - se si è autenticati permette leggere solo i messaggi degli altri autenticati (auth) o di tutti (all)
215 $G_room_passwdhowto = array( 'it' => '<br><h2>Come registrarsi su Brisk</h2>
216 <div style=\\"text-align: left; padding: 8px;\\">
217 Attualmente ci sono due metodi per ottenere una password sul sito:<br><br>
219 <li><b>Facendosi garantire da un utente di Brisk che già possidede una password</b><br><br>
220 <li><b>Auto-garantendosi utilizzando uno dei seguenti sistemi di identificazione digitale:</b><br><br>
222 <li>Carta Regionale dei Servizi della Lombardia (la tessera sanitaria)
223 <li>Carta Regionale dei Servizi del Friuli Venezia Giulia (la tessera sanitaria)
224 <li>Smart card di InfoCamere
227 <b>Per auto-garantisi occorre possedere:</b><br><br>
229 <li>il codice PIN della propria carta
230 <li>il lettore di smart-card per collegare la carta al PC (acquistabile di solito presso le edicole)
233 <b>Per effettuare la registrazione collegarsi al sito:</b><br><br>
235 <dd><a class=\\"flat\\" target=\\"_blank\\" href=\\"https://brisk.mine.nu\\">https://brisk.mine.nu</a>
238 Se sei in possesso di una carta che permette l\'identificazione via internet che non è nell\'elenco qui sopra
239 <a class=\\"flat\\" href=\\"mailto:authadmbrisk@alternativeoutput.it\\">fai una segnalazione</a>.
244 'en' => '<br><h2>EN Come registrarsi su Brisk</h2>
245 <div style=\\"text-align: left; padding: 8px;\\">
246 EN Attualmente ci sono due metodi per ottenere una password sul sito:<br><br>
248 <li><b>Facendosi garantire da un utente di Brisk che già possidede una password</b><br><br>
249 <li><b>Auto-garantendosi utilizzando uno dei seguenti sistemi di identificazione digitale:</b><br><br>
251 <li>Carta Regionale dei Servizi della Lombardia (la tessera sanitaria)
252 <li>Carta Regionale dei Servizi del Friuli Venezia Giulia (la tessera sanitaria)
255 <b>Per auto-garantisi occorre possedere:</b><br><br>
257 <li>il codice PIN della propria carta
258 <li>il lettore di smart-card per collegare la carta al PC (acquistabile di solito presso le edicole)
261 <b>Per effettuare la registrazione collegarsi al sito:</b><br><br>
263 <dd><a class=\\"flat\\" target=\\"_blank\\" href=\\"https://brisk.mine.nu\\">https://brisk.mine.nu</a>
266 Se sei in possesso di una carta che permette l\'identificazione via internet che non è nell\'elenco qui sopra
267 <a class=\\"flat\\" href=\\"mailto:authadmbrisk@alternativeoutput.it\\">fai una segnalazione</a>.
273 <dd>Seguendo la procedura di auto-garanzia all\'url: <a href="https://brisk.mine.nu">https://brisk.mine.nu</a>
277 $G_room_about = array( 'it' => '<br>
278 <div id=\\"header\\" class=\\"header\\">
279 <img class=\\"nobo\\" src=\\"img/brisk_logo64.png\\">
280 briscola chiamata in salsa ajax
282 <br><b>version '.$G_brisk_version.'</b><br><br>
283 Copyright 2006-2012 <a href=\\"mailto:brisk@alternativeoutput.it\\">Matteo Nastasi</a> (aka mop)<br><br>',
285 <div id=\\"header\\" class=\\"header\\">
286 <img class=\\"nobo\\" src=\\"img/brisk_logo64.png\\">
287 declaration briscola in ajax sauce <b>(Beta)</b>
289 <br><b>version '.$G_brisk_version.'</b><br><br>
290 Copyright 2006-2012 <a href=\\"mailto:brisk@alternativeoutput.it\\">Matteo Nastasi</a> (aka mop)<br><br>');
292 function addrtoipv4($addr)
294 $ipv4addr_arr = explode(':' , $addr);
295 if (isset($ipv4addr_arr[3])) {
296 $ipv4addr = $ipv4addr_arr[3];
306 for ($i = 0; $i < ob_get_level(); $i++)
308 ob_implicit_flush(1);
312 function force_no_cache(&$header_out)
314 $header_out['Pragma'] = 'no-cache, must-revalidate';
315 $header_out['Cache-Control'] = 'no-cache';
316 $header_out['Expires'] = '-1';
319 function file_lock($fname, $is_exclusive)
321 if (($res = @fopen($fname, "r+")) == FALSE) {
325 if (flock($res, ($is_exclusive ? LOCK_EX : LOCK_SH)) == FALSE) {
333 function file_unlock($res)
336 flock($res, LOCK_UN);
341 $escpush_from = array("\\", "\"");
342 $escpush_to = array("\\\\", "\\\"");
345 GLOBAL $escpush_from, $escpush_to;
347 return str_replace($escpush_from, $escpush_to, $s);
350 $escinp_from = array( "\"" );
351 $escinp_to = array( """ );
353 function escinput($s)
355 GLOBAL $escinp_from, $escinp_to;
357 return str_replace($escinp_from, $escinp_to, $s);
362 return htmlentities($s);
365 function esclfhtml($s)
367 return str_replace("\n", "<br>\n", htmlentities($s));
371 function langtolng($lang)
375 return ($G_lang == 'en' ? '-en' : '');
378 function csplitter($in, $sep)
384 for ($i = 0 ; $i < strlen($in) ; $i++) {
385 $ini = substr($in, $i, 1);
389 else if ($ini == $sep) {
408 $from = array ( '\\', '@', '|' );
409 $to = array ( '\\\\', '@', '¦' );
411 return (str_replace($from, $to, htmlentities($s,ENT_COMPAT,"UTF-8")));
416 $from = array ( '\\', '|', "\t", "\n");
417 $to = array ( '\\\\', '\\|', "\\t", "\\n");
419 return (str_replace($from, $to, $s));
422 function xcapemesg($s)
424 $from = array ( "\n");
425 $to = array ( "\\n");
427 return (str_replace($from, $to, $s));
437 function getbyid($idx)
439 return ($this->el[$idx]);
442 function setbyid($idx, $v)
444 $this->el[$idx] = $v;
453 var $auth_only; // se tavolo riservato o libero
460 var $table_start; // information field
468 function create($idx)
470 if (($thiz = new Table()) == FALSE)
474 $thiz->player = array();
476 $thiz->auth_only = FALSE;
482 $thiz->table_token = "";
483 $thiz->table_start = 0;
485 $thiz->wakeup_time = 0;
492 $this->idx = $from->idx;
493 $this->player = array();
494 for ($i = 0 ; $i < $from->player_n ; $i++)
495 $this->player[$i] = $from->player[$i];
496 $this->player_n = $from->player_n;
498 log_main("PLAYER_N - parent::copy.".$this->player_n);
500 $this->auth_only = $from->auth_only;
502 $this->wag_own = $from->wag_own;
503 $this->wag_com = $from->wag_com;
504 $this->wag_tout = $from->wag_tout;
506 $this->table_token = $from->table_token;
507 $this->table_start = $from->table_start;
509 $this->wakeup_time = $from->wakeup_time;
512 function myclone($from)
514 if (($thiz = new Table()) == FALSE)
522 function spawn($from)
524 if (($thiz = new Table()) == FALSE)
527 $thiz->idx = $from->idx;
528 $thiz->player = array();
529 for ($i = 0 ; $i < $from->player_n ; $i++)
530 $thiz->player[$i] = $i;
531 $thiz->player_n = $from->player_n;
533 $thiz->auth_only = $from->auth_only;
535 $thiz->wag_own = $from->wag_own;
536 $thiz->wag_com = $from->wag_com;
537 $thiz->wag_tout = $from->wag_tout;
539 $thiz->table_token = $from->table_token;
540 $thiz->table_start = $from->table_start;
542 $thiz->wakeup_time = $from->wakeup_time;
547 function wag_set($user_idx, $mesg)
551 $this->wag_own = $user_idx;
552 $this->wag_com = $mesg;
556 function wag_reset($timeout)
558 log_main("WAG_RESET");
560 unset($this->wag_own);
563 $this->wag_tout = $timeout;
566 function player_get($idx)
568 return ($this->player[$idx]);
571 function player_set($idx, $player)
573 $this->player[$idx] = $player;
576 function user_add($idx)
578 $this->player[$this->player_n] = $idx;
581 return ($this->player_n - 1);
584 function user_rem($room, $user)
586 $tabpos = $user->table_pos;
588 /* verifico la consistenza dei dati */
589 if ($room->user[$this->player[$tabpos]] == $user) {
591 /* aggiorna l'array dei giocatori al tavolo. */
592 for ($i = $tabpos ; $i < $this->player_n-1 ; $i++) {
593 $this->player[$i] = $this->player[$i+1];
594 $user_cur = $room->user[$this->player[$i]];
595 $user_cur->table_pos = $i;
600 log_main("INCONSISTENCY ON TABLE.");
606 // $ret .= table_act_content(($user->subst == 'standup'), $this->table[$i]->player_n, $i, $user->table,
607 // ($this->table[$i]->auth_only == FALSE ? TRUE : $user->flags & USER_FLAG_AUTH));
609 // function act_content($isstanding, $sitted, $table, $cur_table, $allowed)
610 function act_content($user)
613 $isstanding = ($user->subst == 'standup');
614 $sitted = $this->player_n;
616 $cur_table = $user->table;
620 if ($sitted < PLAYERS_N) {
621 if ($this->auth_only) {
622 if ($user->flags & USER_FLAG_AUTH)
636 if ($table == $cur_table)
643 $ret = sprintf('j_tab_act_cont(%d, \'%s\');', $table, $act);
656 function Delay_Manager($triglevel)
658 $this->triglevel = $triglevel;
659 $this->delta = array();
660 $this->lastcheck = 0;
663 function delta_get($curtime)
665 // clean too old delta items
666 for ($i = 0 ; $i < count($this->delta) ; $i++) {
667 if ($this->delta[$i][0] < $curtime) {
668 array_splice($this->delta, $i, 1);
673 // add new delta items if delay exceeded $this->triglevel sec
674 if ($curtime > $this->lastcheck + $this->triglevel && $curtime < $this->lastcheck + 1200.0) {
675 $delta = $curtime - $this->lastcheck - $this->triglevel;
676 array_push($this->delta, array($curtime + $delta , $delta));
677 // fprintf(STDERR, "DELTA: add new delta [%f] [%f] [%f]\n", $this->triglevel, $curtime + $delta, $delta);
680 // extract the maximum valid delta
682 for ($i = 0 ; $i < count($this->delta) ; $i++) {
683 $delta_cur = $this->delta[$i][1];
684 if ($delta_max < $delta_cur)
685 $delta_max = $delta_cur;
688 // fprintf(STDERR, "DELTA: status %d, delta_max: %f\n", count($this->delta), $delta_max);
693 function lastcheck_set($curtime)
695 $this->lastcheck = $curtime;
703 function Client_prefs()
707 static function from_user($user)
709 $thiz = new Client_prefs();
710 $thiz->user_load($user);
715 static function from_json($json)
717 $thiz = new Client_prefs();
718 if ($thiz->json_load($json) == FALSE) {
726 function user_load($user)
728 fprintf(STDERR, "QQ %s: %x\n", __FUNCTION__, $user->flags);
729 $this->listen = ($user->flags & USER_FLAG_MAP_AUTH) >> 2;
730 $this->supp_comp = $user->rec->supp_comp;
732 fprintf(STDERR, "QQ %s: LISTEN: %d\n", __FUNCTION__, $this->listen);
735 function json_load($json_s)
740 if (gettype($json_s) == "string") {
741 if (($json = json_decode($json_s)) == FALSE)
747 if ($this->listen < 0 || $this->listen > 2)
749 $this->listen = $json->listen;
751 if (mb_strlen($json->supp_comp, "ASCII") != 12)
754 for ($i = 0, $idx = 0 ; $i < 12 ; $i++) {
755 if (($json->supp_comp[$i] >= '0' && $json->supp_comp[$i] <= '9') ||
756 ($json->supp_comp[$i] >= 'a' && $json->supp_comp[$i] <= 'f'))
762 $this->supp_comp = $json->supp_comp;
769 function store($user, $is_save)
772 fprintf(STDERR, "QQ %s::%s PRE: %x\n", __CLASS__, __FUNCTION__,
773 $user->flags & (~USER_FLAG_S_ALL & ~USER_FLAG_AUTH));
774 $user->flags_set(($this->listen << 2), USER_FLAG_MAP_AUTH);
775 fprintf(STDERR, "QQ %s::%s %x\n", __CLASS__, __FUNCTION__,
777 if ($user->rec != FALSE && $user->rec->last_dona > 1356994800) {
778 $user->rec->supp_comp = $this->supp_comp;
790 var $crystal_filename;
794 var $comm; // commands for many people
795 var $step; // current step of the comm array
796 var $garbage_timeout;
801 function Room ($crystal_filename) {
802 $this->crystal_filename = $crystal_filename;
803 $this->user = array();
804 $this->table = array();
805 $this->match = array();
807 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
808 $this->user[$i] = User::create($this, $i, "", "");
811 for ($i = 0 ; $i < TABLES_N ; $i++) {
812 $this->table[$i] = Table::create($i);
815 $row = ( (((int)($i / 4)) % 2) == 0 );
816 $col = ($i % 2 == 0);
817 $this->table[$i]->auth_only = (($row && $col) || (!$row && !$col));
820 $this->table[$i]->auth_only = FALSE;
823 if ($i < TABLES_AUTH_N)
824 $this->table[$i]->auth_only = TRUE;
826 $this->table[$i]->auth_only = FALSE;
828 $this->garbage_timeout = 0;
829 $this->shm_sz = SHM_DIMS_MIN;
831 $this->delay_mgr = new Delay_Manager(1.5);
834 function garbage_manager($force)
836 GLOBAL $G_lang, $mlang_brisk, $G_base;
840 log_rd2("garbage_manager START");
842 /* Garbage collector degli utenti in timeout */
843 $curtime = microtime(TRUE);
845 $delta = $this->delay_mgr->delta_get($curtime);
847 if (!$force && !($this->garbage_timeout < $curtime)) {
848 $this->delay_mgr->lastcheck_set($curtime);
852 // Before all align times with table timeout
853 for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
854 $table_cur = $this->table[$table_idx];
855 // if the table is complete and exists its shared mem we get the info about users lacc
857 if ($table_cur->player_n == PLAYERS_N) {
858 log_main("PLAYERS == N TABLE ".$table_idx);
861 $no_recovery = FALSE;
862 if (isset($this->match[$table_idx])) {
863 $bri = $this->match[$table_idx];
865 if ($table_cur->table_token != $bri->table_token) {
866 log_main("ERROR: not matching table_token. Room: ".$table_cur->table_token." Table: ".$bri->table_token);
867 log_main("ERROR: not matching table_start. Room: ".$table_cur->table_start." Table: ".$bri->table_start);
876 log_main("garbage_manager: bri loaded successfully.");
877 $bri->garbage_manager(TRUE);
879 $bri_table = $bri->table[0];
881 // is the end of the table
883 if ($bri->the_end == TRUE) {
885 * DESTROY OF FINISHED TABLE && MOVE PLAYER TO ROOM AGAIN
887 log_main("garbage_manager: INSIDE THE END.");
889 $plist = "$table_cur->table_token|$table_cur->idx|$table_cur->player_n";
890 for ($i = 0 ; $i < $table_cur->player_n ; $i++) {
891 $plist .= '|'.$this->user[$table_cur->player[$i]]->sess;
894 for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
895 // stat must be "table" by definition
896 $user_cur = $this->user[$table_cur->player[$i]];
897 $bri_user = $bri->user[$i];
899 $user_cur->subst = $bri_user->subst;
900 $user_cur->step = $bri_user->step;
901 $user_cur->lacc = $bri_user->lacc;
902 $user_cur->laccwr = $bri_user->lacc;
903 $user_cur->bantime = $bri_user->bantime;
906 log_legal($curtime, $user_cur->ip, $user_cur, "STAT:DESTROY_GAME", $plist);
908 $this->room_join_wakeup($user_cur, FALSE, 0);
909 $table_cur->table_token = "";
910 $table_cur->wakeup_time = $curtime + WAKEUP_TIME;
912 $this->match_del($table_idx);
915 log_main("gm:: save_data");
917 for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
918 $this->user[$table_cur->player[$i]]->lacc = $bri->user[$i]->lacc;
921 } // if ($bri == FALSE
922 else if ($no_recovery == FALSE) {
923 log_crit("ERROR: table ".$table_idx." unrecoverable join");
925 for ($i = 0 ; $i < $table_cur->player_n ; $i++) {
926 $user_cur = $this->user[$table_cur->player[$i]];
927 $user_cur->subst = "shutdowner";
928 $user_cur->step_inc();
930 $ret = sprintf('stat = "%s"; subst = "%s";', $user_cur->stat, $user_cur->subst);
931 $ret .= "gst.st = ".($user_cur->step+1)."; ";
932 // MLANG <br>I dati del tavolo n° ".$user_cur->table." sono inconsistenti, verranno resettati.<br><br>Torni in piedi.<br><br>
933 $prestr = sprintf($mlang_brisk['tabincon'][$G_lang], $user_cur->table);
934 $ret .= show_notify($prestr, 2000, $mlang_brisk['btn_close'][$G_lang], 400, 110);
935 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
936 $user_cur->step_inc();
939 $plist = "$table_cur->table_token|$user_cur->table|$table_cur->player_n";
940 for ($i = 0 ; $i < $table_cur->player_n ; $i++) {
941 $plist .= '|'.$this->user[$table_cur->player[$i]]->sess;
943 log_legal($curtime, $user_cur->ip, $user_cur, "STAT:DESTROY_GAME(RECOVERY)", $plist);
945 $this->room_join_wakeup($user_cur, TRUE, -2);
946 $table_cur->table_token = "";
949 } // if ($table_cur->player_n == PLAYERS_N) {
950 } // for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
952 log_rd2("out new loop.");
954 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
955 $user_cur = $this->user[$i];
957 log_rd2("User: ".$user_cur->name." stat: ".$user_cur->stat." subst: ".$user_cur->subst);
959 if ($user_cur->sess == "")
962 if ($user_cur->lacc + EXPIRE_TIME_RD < ($curtime - $delta)) {
963 // Auto logout dell'utente
964 log_rd2("AUTO LOGOUT.".($user_cur->lacc + EXPIRE_TIME_RD)." curtime - delta ".($curtime - $delta));
966 if ($user_cur->stat == 'table' || $user_cur->stat == 'room') {
967 log_auth($user_cur->sess, "Autologout session.");
971 log_rd2("AUTO LOGOUT.");
972 if ($user_cur->subst == 'sitdown' || $user_cur->stat == 'table')
973 $this->room_wakeup($user_cur);
974 else if ($user_cur->subst == 'standup')
975 $this->room_outstandup($user_cur);
977 log_rd2("LOGOUT FROM WHAT ???");
981 if ($user_cur->laccwr + EXPIRE_TIME_SMAMMA < ($curtime - $delta)) { // lo rimettiamo in piedi
982 if ($user_cur->stat == 'room' && $user_cur->subst == 'sitdown') {
983 $this->room_wakeup($user_cur);
984 $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
985 /* 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" */
986 $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);
987 $user_cur->step_inc();
991 log_rd2("GARBAGE UPDATED!");
993 $this->garbage_timeout = $curtime + GARBAGE_TIMEOUT;
996 $this->delay_mgr->lastcheck_set($curtime);
1000 function show_room($user_step, $user)
1002 GLOBAL $G_lang, $mlang_brisk;
1003 log_main("show_room: username: ".$user->name);
1005 $ret = sprintf('gst.st = %d; ', $user_step);
1007 $prefs = Client_prefs::from_user($user);
1008 $ret .= sprintf('prefs_load(\'%s\', false, false);', json_encode($prefs));
1011 if ($user->flags & USER_FLAG_ISOLAUTH) {
1012 $ret .= 'list_set(\'isolation\', false, \''.$mlang_brisk['tit_onisol'][$G_lang].'\' ); ';
1014 else if ($user->flags & USER_FLAG_LISTAUTH) {
1015 $ret .= 'list_set(\'auth\', false, \''.$mlang_brisk['tit_onauth'][$G_lang].'\' ); ';
1018 $ret .= 'list_set(\'all\', false, \'\' ); ';
1022 if ($user->subst == 'standup')
1023 $ret .= "tra.show(); ";
1025 $ret .= "tra.hide(); ";
1027 $ret .= sprintf('stat = "%s";', $user->stat);
1029 $ret .= root_welcome($user);
1030 if ($user->flags & USER_FLAG_DBFAILED) {
1031 $ret .= "gst.st = ".($user->step+1)."; ";
1032 $ret .= show_notify($mlang_brisk['db_failed'][$G_lang], 0, $mlang_brisk['btn_close'][$G_lang], 400, 140);
1035 $ret .= sprintf('subst = "%s";', $user->subst);
1036 $ret .= $user->myname_innerHTML();
1038 for ($i = 0 ; $i < TABLES_N ; $i++) {
1040 $ret .= $this->table_content($user, $i);
1041 // $ret .= table_act_content(($user->subst == 'standup'), $this->table[$i]->player_n, $i, $user->table,
1042 // ($this->table[$i]->auth_only == FALSE ? TRUE : $user->flags & USER_FLAG_AUTH));
1043 $ret .= $this->table[$i]->act_content($user);
1044 if ($this->table[$i]->wag_own != -1)
1045 $ret .= sprintf('tra.add(%d, "%s: %s"); ', $i, $this->user[$this->table[$i]->wag_own]->name, $this->table[$i]->wag_com);
1047 $ret .= sprintf('tra.rem(%d); ', $i);
1049 $ret .= $this->standup_content($user);
1050 $ret .= "setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); ";
1056 function room_wakeup($user)
1058 $table_idx = $user->table;
1059 $table = $this->table[$table_idx];
1061 log_main("WAKEUP: begin function table:".$table_idx." stat: ".$user->stat." subst: ".$user->subst);
1065 $from_table = ($user->stat == "table");
1067 log_main("WAKEUP: from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1069 for ($i = 0 ; $i < $table->player_n ; $i++) {
1070 $user_cur = $this->user[$table->player[$i]];
1071 log_main("PREIMPOST: INLOOP name: ".$user_cur->name);
1073 if ($user->idx_get() != $table->player[$i]) {
1074 $user_cur->stat_set("room");
1075 $user_cur->subst = "sitdown";
1076 $user_cur->laccwr = $curtime;
1078 else if ($user->sess != "") {
1079 $user_cur->stat_set("room");
1080 $user_cur->subst = "standup";
1081 $user_cur->laccwr = $curtime;
1082 $user_cur->table = -1;
1087 $user->stat_set("room");
1088 $user->subst = "standup";
1089 $user->laccwr = $curtime;
1092 $remove_wagon = FALSE;
1093 if($table->wag_own == $user->idx_get()) {
1094 $table->wag_reset($curtime);
1095 $remove_wagon = TRUE;
1099 /* aggiorna l'array dei giocatori al tavolo. */
1100 $table->user_rem($this, $user);
1102 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1103 $user_cur = $this->user[$i];
1104 if ($user_cur->sess == '' || $user_cur->stat != 'room')
1107 // log_main("VALORI: name: ".$user_cur->name."from_table: ".$from_table." tab: ".$user_cur->table." taix: ".$table_idx." ucur: ".$user_cur." us: ".$user);
1109 $ret = "gst.st = ".($user_cur->step+1)."; ".($remove_wagon ? sprintf("tra.rem(%d);",$table_idx) : "");
1110 if ($from_table && ($user_cur->table == $table_idx || $user->idx_get() == $i)) {
1111 $ret .= 'gst.st_loc++; xstm.stop(); window.onunload = null; window.onbeforeunload = null; document.location.assign("index.php");|';
1112 // $ret .= 'gst.st_loc++; document.location.assign("index.php");|';
1113 log_main("DOCUMENT.index.php: from table");
1115 else if ($user_cur->stat == "room") {
1116 log_main("DOCUMENT.index.php: from table");
1118 $ret .= $this->table_content($user_cur, $table_idx);
1119 $ret .= $this->standup_content($user_cur);
1121 // $ret .= table_act_content(FALSE, 0, $table_idx, $user->table, FALSE);
1122 $ret .= $table->act_content($user);
1124 if ($user->idx_get() == $i) {
1125 // set the new status
1126 $ret .= 'subst = "standup"; tra.show(); ';
1127 // clean the action buttons in other tables
1128 for ($e = 0 ; $e < TABLES_N ; $e++) {
1129 if ($this->table[$e]->player_n < PLAYERS_N) {
1130 // $ret .= table_act_content(TRUE, 0, $e, $user->table,
1131 // ($this->table[$e]->auth_only == FALSE ? TRUE : $user->flags & USER_FLAG_AUTH));
1132 $ret .= $this->table[$e]->act_content($user);
1137 // $ret .= table_act_content(($user_cur->subst == 'standup'), $table->player_n, $table_idx, $user_cur->table,
1138 // ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1139 $ret .= $table->act_content($user_cur);
1142 log_wr("ROOM_WAKEUP: ".$ret);
1143 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1144 $user_cur->step_inc();
1148 function room_join_wakeup($user, $update_lacc = FALSE, $trans_delta)
1150 $table_idx = $user->table;
1151 $table = $this->table[$table_idx];
1153 log_main("JOIN_WAKEUP: begin function table:".$table_idx." stat: ".$user->stat." subst: ".$user->subst);
1156 $user_wup = array();
1158 $user_tab = array();
1160 log_main("JOIN WAKEUP: from table [".$user->table."] nplayers_n: ".$this->table[$user->table]->player_n);
1162 for ($i = 0 ; $i < $table->player_n ; $i++) {
1163 $user_cur = $this->user[$table->player[$i]];
1164 log_main("PREIMPOST INLOOP name: ".$user_cur->name);
1165 if ($user_cur->sess != "") {
1166 if ($update_lacc == TRUE) {
1167 $user_cur->laccwr = $curtime;
1169 log_main("cur: ".$user_cur->name." subst: ".$user_cur->subst);
1170 if ($user_cur->subst == "shutdowned") {
1171 $user_cur->stat_set("room");
1172 $user_cur->subst = "sitdown";
1174 else if ($user_cur->subst == "shutdowner") {
1175 $user_cur->stat_set("room");
1176 $user_cur->subst = "standup";
1177 $user_cur->table = -1;
1178 $user_wup[$user_wup_n++] = $user_cur;
1180 $remove_wagon = FALSE;
1181 if($table->wag_own == $table->player[$i]) {
1182 $remove_wagon = TRUE;
1183 $table->wag_reset($curtime);
1186 $user_tab[$user_tab_n++] = $table->player[$i];
1190 for ($wup_idx = 0 ; $wup_idx < $user_wup_n ; $wup_idx++)
1191 $table->user_rem($this, $user_wup[$wup_idx]);
1193 /* aggiorna l'array dei giocatori al tavolo. */
1195 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1196 log_main("START LOOP");
1197 $user_cur = $this->user[$i];
1198 if ($user_cur->sess == '' || $user_cur->stat != 'room') {
1199 log_main("name: ".$user_cur->name."skip subst: ".$user_cur->subst);
1204 log_main("VALORI name: ".$user_cur->name." tab: ".$user_cur->table." taix: ".$table_idx);
1206 $ret = "gst.st = ".($user_cur->step+1)."; ".($remove_wagon ? sprintf("tra.rem(%d);",$table_idx) : "");
1207 if ($user_cur->stat == "room") {
1208 log_main("DOCUMENT.index.php from table");
1210 $ret .= $this->table_content($user_cur, $table_idx);
1211 $ret .= $this->standup_content($user_cur);
1213 // $ret .= table_act_content(FALSE, 0, $table_idx, $user_cur->table,
1214 // ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1215 $ret .= $table->act_content($user_cur);
1218 for ($tab_idx = 0 ; $tab_idx < $user_tab_n ; $tab_idx++)
1219 if ($user_tab[$tab_idx] == $i)
1222 // for users that wakeup the room will be reconstructed by index_rd.php
1223 if ($tab_idx < $user_tab_n) {
1224 log_main("PRE show_room username: ".$user_cur->name." STEP: ".$user_cur->step);
1226 // ARRAY_POP DISABLED
1227 // if ($trans_delta == 0)
1228 // while (array_pop($user_cur->comm) != NULL);
1230 $user_cur->trans_step = $user_cur->step + 1 + $trans_delta;
1231 $user_cur->comm[$user_cur->step % COMM_N] = "";
1232 $user_cur->step_inc();
1233 $user_cur->comm[$user_cur->step % COMM_N] = $this->show_room(($user_cur->step + 1), $user_cur);
1234 $user_cur->step_inc();
1235 log_main("POST show_room username: ".$user_cur->name." STEP: ".$user_cur->step);
1239 log_main("JOIN_WAKEUP wup_idx ".$wup_idx." wup_n ".$user_wup_n);
1241 log_main("JOIN_WAKEUP more");
1242 // $ret .= table_act_content(($user_cur->subst == 'standup'), $table->player_n, $table_idx, $user_cur->table,
1243 // ($table->auth_only == FALSE ? TRUE : $user_cur->flags & USER_FLAG_AUTH));
1244 $ret .= $table->act_content($user_cur);
1246 log_main("JOIN_WAKEUP end more");
1248 log_wr("ROOM_JOIN_WAKEUP: ".$ret);
1249 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1250 $user_cur->step_inc();
1254 function room_outstandup($user)
1256 $this->room_sitdown($user, -1);
1259 function table_update($user)
1261 log_main("table_update: pre - USER: ".$user->name);
1263 $table_idx = $user->table;
1265 if ($table_idx > -1)
1266 $table = $this->table[$table_idx];
1268 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1270 $user_cur = $this->user[$i];
1271 if ($user_cur->sess == '' || $user_cur->stat != 'room')
1274 $ret = "gst.st = ".($user_cur->step+1)."; ";
1275 if ($table_idx > -1)
1276 $ret .= $this->table_content($user_cur, $table_idx);
1278 if ($user->idx_get() == $i) {
1279 $ret .= $user->myname_innerHTML();
1281 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1282 $user_cur->step_inc();
1285 log_main("table_update: post");
1288 function room_sitdown($user, $table_idx)
1290 log_main("room_sitdown ".($user == FALSE ? "USER: FALSE" : "USER: ".$user->name));
1294 if ($table_idx > -1 && $table_idx < TABLES_N) {
1295 $table = $this->table[$table_idx];
1298 if ($table->wag_own != -1 && $table->player_n == PLAYERS_N) {
1299 for ($i = 0 ; $i < TABLES_N ; $i++) {
1300 if ($table->wag_own == $table->player[$i]) {
1301 $train_app = sprintf("tra.rem(%d); ", $table_idx);
1302 $table->wag_reset(time());
1309 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1311 $user_cur = $this->user[$i];
1312 if ($user_cur->sess == '' || $user_cur->stat != 'room')
1315 $ret = "gst.st = ".($user_cur->step+1)."; ".$train_app;
1316 if ($table_idx > -1)
1317 $ret .= $this->table_content($user_cur, $table_idx);
1318 $ret .= $this->standup_content($user_cur);
1320 if ($user->idx_get() == $i) {
1321 $ret .= 'subst = "sitdown"; tra.hide(); ';
1322 // clean the action buttons in other tables
1323 for ($e = 0 ; $e < TABLES_N ; $e++) {
1324 // $ret .= table_act_content(FALSE, 0, $e, $user_cur->table, FALSE);
1325 $ret .= $this->table[$e]->act_content($user_cur);
1328 else if ($table_idx > -1) {
1329 if ($table->player_n == PLAYERS_N) {
1330 // $ret .= table_act_content(($user_cur->subst == 'standup'), PLAYERS_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);
1335 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
1336 $user_cur->step_inc();
1340 function chatt_send($user, $mesg)
1342 GLOBAL $G_base, $G_alarm_passwd, $mlang_brisk, $G_lang;
1346 $msg = mb_substr($mesg, 6, 128, "UTF-8");
1348 $dt = date("H:i ", $curtime);
1359 $is_normchat = FALSE;
1360 /* for old isolation management $is_ticker = FALSE; */
1361 $update_room = FALSE;
1363 if (strcmp($msg, "/tav") == 0 ||
1364 strncmp($msg, "/tav ", 5) == 0) {
1366 if ($user->stat != 'room' || $user->subst != 'sitdown') {
1367 /* 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>" */
1368 $msg = $mlang_brisk['tickmust'][$G_lang];
1369 $to_user = show_notify($msg, 0, "chiudi", 400, 100);
1374 $table = $this->table[$user->table];
1376 if ($table->wag_own != -1) {
1377 // MLANG <br>Il messaggio di segnalazione del tavolo è già attivato.<br><br>
1378 $msg = $mlang_brisk['tickjust'][$G_lang];
1379 $to_user = show_notify($msg, 0, "chiudi", 400, 100);
1384 $dtime = $curtime - $table->wag_tout;
1385 if ($dtime < EXPIRE_TIME_WAG) {
1386 // MLANG - <br>Il messaggio di segnalazione del tavolo<br>è disattivato ancora per %d second%s.<br><br>
1387 $msg = sprintf($mlang_brisk['tickwait'][$G_lang],
1388 EXPIRE_TIME_WAG - $dtime, (EXPIRE_TIME_WAG - $dtime == 1 ? ($G_lang == 'en' ? "" : "o") : ($G_lang == 'en' ? "s" : "i")));
1389 $to_user = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang] , 400, 100);
1394 $msg = substr($msg, 5);
1396 $table->wag_set($user->idx_get(), $msg);
1397 $to_user = sprintf('tra.add(%d, "%s");', $user->table, xcape(sprintf("%s: %s", $user->name, $msg)));
1398 $to_room = $to_user;
1399 /* for old isolation management $is_ticker = TRUE; */
1401 } // /tav chat command
1403 else if (strncmp($msg, "/alarm ", 7) == 0) {
1404 if (strncmp($msg, "/alarm to ", 10) == 0) {
1405 $sp_pos = strpos($msg, " ", 10);
1406 $target = substr($msg, 10, $sp_pos - 10);
1407 $alarm_check = "/alarm to ".$target." ".$G_alarm_passwd." ";
1411 $alarm_check = "/alarm ".$G_alarm_passwd." ";
1414 if (strncmp($msg, $alarm_check, strlen($alarm_check)) != 0) {
1415 /* MLANG: "<br>La password digitata non è corretta.<br><br>" */
1416 $msg = $mlang_brisk['alarpass'][$G_lang];
1417 $to_user = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang], 400, 100);
1422 /* MLANG: "Alarm <b>%s</b> inviato a <b>%s</b>." */
1423 $prestr = sprintf($mlang_brisk['alarret'][$G_lang], xcape(substr($msg, strlen($alarm_check))),
1424 ($target == "" ? $mlang_brisk['tit_all'][$G_lang] : xcape($target)) );
1425 $to_user = sprintf('chatt_sub("%s", [2, "%s"],%s);',
1426 $dt, NICKSERV, $prestr);
1428 $msg = sprintf("<br><b>%s<br><br>%s</b><br><br>",
1429 $dt.NICKSERV, xcape(substr($msg, strlen($alarm_check))));
1430 /* MLANG: "chiudi" */
1431 $to_all = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang], 400, 120);
1433 } // /alarm chat command
1434 else if (strncmp($msg, "/listen ", 8) == 0) {
1435 $arg = substr($msg, 8);
1437 if (strcasecmp($arg, "isolation") == 0) {
1439 if ($user->stat == 'room' && $user->subst == 'sitdown' &&
1440 $user->table >= TABLES_AUTH_N) {
1441 $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['listmust'][$G_lang]);
1445 $user->flags &= ~USER_FLAG_MAP_AUTH;
1446 $user->flags |= USER_FLAG_ISOLAUTH;
1447 $to_user = 'list_set(\'isolation\', true, \''.$mlang_brisk['tit_onisol'][$G_lang].'\'); ';
1450 else if (strcasecmp($arg, "auth") == 0) {
1451 $flags_old = $user->flags;
1452 $user->flags &= ~USER_FLAG_MAP_AUTH;
1453 $user->flags |= USER_FLAG_LISTAUTH;
1454 $to_user = 'list_set(\'auth\', true, \''.$mlang_brisk['tit_onauth'][$G_lang].'\'); ';
1457 $flags_old = $user->flags;
1458 $user->flags &= ~USER_FLAG_MAP_AUTH;
1459 $to_user = 'list_set(\'all\', true, \'\'); ';
1462 // if from isolation redraw standup area
1463 if (($flags_old ^ $user->flags) & USER_FLAG_ISOLAUTH) {
1464 $to_user .= 'standup_data_old = null; '.$this->standup_content($user);
1468 else if (strcmp($msg, "/authreq") == 0) {
1469 if ($user->flags & USER_FLAG_AUTH) {
1470 $to_user = sprintf('authbox(300,200);');
1473 /* 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." */
1474 $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['authmust'][$G_lang]);
1477 else if (strncmp($msg, "/mesgtoadm", 8) == 0) {
1478 if ($user->flags & USER_FLAG_AUTH) {
1479 $to_user = sprintf('mesgtoadmbox(500,300);');
1482 /* MLANG: "<b>Per inviare un messaggio devi essere autenticato.</b>" */
1483 $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['mesgmust'][$G_lang]);
1486 else if (strncmp($msg, "/nick ", 6) == 0) {
1487 log_main("chatt_send BEGIN");
1490 if (($name_new = validate_name(substr($msg, 6))) == FALSE) {
1491 $to_user = sprintf('chatt_sub("%s", [2,"%s"],"%s");', $dt, NICKSERV, $mlang_brisk['nickmust'][$G_lang]);
1495 $msg = "COMMAND ".$msg;
1496 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1497 $user_cur = $this->user[$i];
1499 if ($user_cur->sess == '')
1501 if (strcasecmp($user_cur->name,$name_new) == 0)
1504 if ($i < MAX_PLAYERS) {
1505 $prestr = sprintf($mlang_brisk['nickdupl'][$G_lang], xcape($name_new));
1506 $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $prestr);
1510 /* 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>" */
1511 if ($user->flags & USER_FLAG_AUTH) {
1512 if (strcasecmp($user->name,$name_new) != 0) {
1513 if (( ($user->flags & USER_FLAG_MAP_AUTH) != USER_FLAG_ISOLAUTH) &&
1514 ($user->subst == 'standup' ||
1515 ($user->subst != 'standup' && $this->table[$user->table]->auth_only == FALSE)
1518 $user->flags &= ~(USER_FLAG_AUTH | USER_FLAG_TY_ALL); // Remove auth if name changed
1519 for ($i = 0 ; $i < TABLES_N ; $i++) {
1520 $to_user .= $this->table[$i]->act_content($user);
1524 $to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_brisk['authchan'][$G_lang]);
1529 $user->name = $name_new; // OK - nick changed
1530 /* se nome gia' in uso, segnala cosa potrebbe capitare */
1531 if (($user->flags & USER_FLAG_AUTH) == 0) {
1532 if (($bdb = BriskDB::create()) != FALSE) {
1534 /* 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>" */
1535 if ($bdb->login_exists($name_new)) {
1536 $prestr = sprintf($mlang_brisk['nickjust'][$G_lang], xcape($name_new));
1537 $to_user .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $prestr);
1542 log_main("chatt_send start set");
1544 $update_room = TRUE;
1546 } // nick chat command
1548 else if (strncmp($msg, "/st ", 4) == 0) {
1549 log_main("chatt_send BEGIN");
1552 $st_str = substr($msg, 4);
1554 if (strcasecmp($st_str, "normale") == 0) {
1555 $st = USER_FLAG_S_NORM;
1557 else if (strcasecmp($st_str, "pausa") == 0) {
1558 $st = USER_FLAG_S_PAU;
1560 else if (strcasecmp($st_str, "fuori") == 0) {
1561 $st = USER_FLAG_S_OUT;
1563 else if (strcasecmp($st_str, "cane") == 0) {
1564 $st = USER_FLAG_S_DOG;
1566 else if (strcasecmp($st_str, "cibo") == 0) {
1567 $st = USER_FLAG_S_EAT;
1569 else if (strcasecmp($st_str, "lavoro") == 0) {
1570 $st = USER_FLAG_S_WRK;
1572 else if (strcasecmp($st_str, "sigaretta") == 0) {
1573 $st = USER_FLAG_S_SMK;
1575 else if (strcasecmp($st_str, "presente") == 0) {
1576 $st = USER_FLAG_S_EYE;
1578 else if (strcasecmp($st_str, "coniglio") == 0) {
1579 $st = USER_FLAG_S_RABB;
1581 else if (strcasecmp($st_str, "calcio") == 0) {
1582 $st = USER_FLAG_S_SOCC;
1584 else if (strcasecmp($st_str, "pupo") == 0) {
1585 $st = USER_FLAG_S_BABY;
1587 else if (strcasecmp($st_str, "pulizie") == 0) {
1588 $st = USER_FLAG_S_MOP;
1590 else if (strcasecmp($st_str, "babbo") == 0) {
1591 $st = USER_FLAG_S_BABBO;
1593 else if (strcasecmp($st_str, "renna") == 0) {
1594 $st = USER_FLAG_S_RENNA;
1596 else if (strcasecmp($st_str, "pupazzo") == 0) {
1597 $st = USER_FLAG_S_PUPAZ;
1599 else if (strcasecmp($st_str, "vischio") == 0) {
1600 $st = USER_FLAG_S_VISCH;
1603 /* MLANG: "Questo stato non esiste." */
1604 $to_user = sprintf('chatt_sub("%s", [2,"%s"],"%s");', $dt, NICKSERV, $mlang_brisk['statunkn'][$G_lang]);
1608 log_main("chatt_send start set");
1609 if (($user->flags & USER_FLAG_S_ALL) != $st) {
1610 $update_room = TRUE;
1611 $user->flags = ($user->flags & ~USER_FLAG_S_ALL) | $st;
1614 } // nick chat command
1616 else { // normal chat line
1617 $is_normchat = TRUE;
1618 if (CHAT_ENABLED && $curtime < ($user->chat_ban + $user->chat_dlt)) {
1620 $user->chat_dlt = $user->chat_dlt * 2;
1621 if ($user->chat_dlt > 120)
1622 $user->chat_dlt = 120;
1624 else if ($user->chat_lst == $msg)
1626 else if (CHAT_ENABLED && $curtime - $user->chattime[($user->chat_cur + 1) % CHAT_N] < CHAT_ILL_TIME) {
1627 $user->chat_ban = $curtime;
1628 $user->chat_dlt = 5;
1632 $user->chat_ban = 0;
1633 $user->chat_dlt = 0;
1637 $to_user = sprintf('chatt_sub("%s", [%d, "%s"],"%s");', $dt, $user->flags, xcape($user->name), xcape("== chat ban =="));
1640 $to_user = sprintf('chatt_sub("%s", [%d, "%s"],"%s");', $dt, $user->flags, xcape($user->name), xcape($msg));
1641 // temporary silentiation for troll (will became array check)
1642 // if (strcasecmp($user->name,'JackRokka') != 0 && $user->sess != '47ea653f602e8')
1643 $to_room = $to_user;
1646 log_legal($curtime, $user->ip, $user,
1647 ($user->stat == 'room' ? 'room' : 'table '.$user->table),$msg);
1649 $user->chat_lst = "$msg";
1650 $user->chattime[$user->chat_cur % CHAT_N] = $curtime;
1660 // Output to clients
1663 if ($to_user != FALSE) {
1664 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
1665 $user->comm[$user->step % COMM_N] .= $to_user;
1669 if ($to_room != FALSE) {
1670 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1671 $user_cur = $this->user[$i];
1672 if ($target != "" && $user_cur->name != $target)
1674 if ($user_cur->sess == '' || $user_cur->stat == 'table' || $user->idx_get() == $i)
1677 if ($is_normchat == TRUE) {
1678 // use MAP_AUTH to check if auth or isolation
1679 if ($user_cur->flags & USER_FLAG_MAP_AUTH) {
1680 if (($user->flags & USER_FLAG_AUTH) == 0) {
1686 else if ($is_ticker) {
1687 if (($user_cur->flags & USER_FLAG_MAP_AUTH) == USER_FLAG_ISOLAUTH) {
1688 if ($user->table >= TABLES_AUTH_N)
1693 $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
1694 $user_cur->comm[$user_cur->step % COMM_N] .= $to_room;
1695 $user_cur->step_inc();
1700 // FIXME BRISK4: include for each kind of table
1701 require_once("${G_base}briskin5/Obj/briskin5.phh");
1702 // Before all align times with table timeout
1703 for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
1704 if (isset($this->match[$table_idx])) {
1705 $bri = $this->match[$table_idx];
1707 $bri_table = $bri->table[0];
1708 for ($i = 0 ; $i < $bri_table->player_n ; $i++) {
1709 // stat must be "table" by definition
1710 $bri_user = $bri->user[$i];
1712 if ($target != "" && $bri_user->name != $target)
1714 log_main("writa: ".$user_mesg);
1715 $bri_user->comm[$bri_user->step % COMM_N] = "gst.st = ".($bri_user->step+1)."; ";
1716 $bri_user->comm[$bri_user->step % COMM_N] .= $to_tabl;
1717 $bri_user->step_inc();
1719 } // if (isset($this->match
1720 } // for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) {
1721 } // if ($to_tabl == true ...
1724 if ($user->stat == 'room' && $user->subst == 'standup') {
1725 $this->standup_update($user);
1727 else if ($user->stat == 'room' && $user->subst == 'sitdown') {
1728 log_main("chatt_send pre table update");
1729 $this->table_update($user);
1730 log_main("chatt_send post table update");
1732 } // if ($update_room ...
1735 } // function chatt_send( ...
1737 function get_user($sess, &$idx)
1741 if (validate_sess($sess)) {
1742 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1743 if (strcmp($sess, $this->user[$i]->sess) == 0) {
1746 $ret = $this->user[$i];
1750 log_main(sprintf("get_user: Wrong sess from page [%s]",$PHP_SELF));
1751 // for ($i = 0 ; $i < MAX_PLAYERS ; $i++)
1752 // log_main(sprintf("get_user: Wrong sess compared with [%s]",$this->user[$i]->sess));
1755 log_main(sprintf("get_user: Wrong strlen [%s]",$sess));
1762 * function add_user(&$room, &$sess, &$idx, $name, $pass, $ip)
1765 * if ($idx > -1 && ret == FALSE) => duplicated nick
1766 * if ($idx == -2 && ret == FALSE) => invalid name
1767 * if ($idx == -3 && ret == FALSE) => wrong password
1768 * if ($idx == -1 && ret == FALSE) => no space left
1769 * if ($idx == 0 && ret == user) => SUCCESS
1770 * if ($idx == -$idx && ret == user) => SUCCESS (but the login exists in the auth db)
1773 function add_user(&$sess, &$idx, $name, $pass, $ip, $cookie)
1779 $authenticate = FALSE;
1781 $login_exists = FALSE;
1783 $ghost_auth = FALSE;
1788 if (($name_new = validate_name($name)) == FALSE) {
1793 log_auth("XXX", sprintf("ARRIVA: [%s] pass:[%s]", $sess, ($pass == FALSE ? "FALSE" : $pass)));
1794 if (validate_sess($sess) == FALSE)
1797 /* if pass != FALSE verify the login with pass */
1798 log_auth("XXX", "auth1");
1800 if (($bdb = BriskDB::create()) != FALSE) {
1802 if ($pass != FALSE) { // TODO: here add a method to $bdb to check if the db is available.
1803 log_auth("XXX", "auth2");
1804 $authenticate = $bdb->login_verify($name_new, $pass, $code);
1805 log_auth("XXX", "authenticate: ".($authenticate != FALSE ? "TRUE" : "FALSE"));
1807 if ($authenticate != FALSE) {
1808 $user_type = $authenticate->type_get();
1816 $login_exists = $bdb->login_exists($name_new);
1820 // if db is down, send a warning and verify only current users
1821 // no actions at this moment
1823 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1825 if (strcmp($sess, $this->user[$i]->sess) == 0) {
1829 if ($idfree == -1 && strcmp($this->user[$i]->sess, "") == 0) {
1831 continue; // NOTE: CHECK IT !!
1833 if (strcasecmp($this->user[$i]->name, $name_new) == 0) {
1834 if ($authenticate != FALSE) {
1836 $ghost_auth = ($this->user[$i]->flags & USER_FLAG_AUTH);
1847 log_auth("XXX", sprintf("TROVATO A QUESTO PUNTO [%d] sess [%s] name [%s]", $idx, $sess, $name_new));
1849 /* there is another user logged with your account and you and him have authenticated => new user
1850 get the session of the old user */
1851 if ($ghost > -1 && $ghost_auth && ($authenticate != FALSE)) {
1854 $ghost_user = $this->user[$ghost];
1856 $ghost_user->comm[$ghost_user->step % COMM_N] = "";
1857 $ghost_user->step_inc();
1860 $ghost_user->sess = $sess;
1863 $ghost_user->sess = $sess;
1866 // If user at the table we need to update the table data too
1867 $table_idx = $ghost_user->table;
1868 if ($ghost_user->stat == "table" && $this->table[$table_idx]->player_n == PLAYERS_N) {
1869 require_once("${G_base}briskin5/Obj/briskin5.phh");
1870 if (isset($this->match[$table_idx])) {
1871 $bri = $this->match[$table_idx];
1873 if ($bri->the_end != TRUE) {
1874 $bri->user[$ghost_user->table_pos]->comm[$bri->user[$ghost_user->table_pos]->step % COMM_N] = "";
1875 $bri->user[$ghost_user->table_pos]->step_inc();
1876 $bri->user[$ghost_user->table_pos]->sess = $sess;
1882 return ($this->user[$ghost]);
1884 else if ($idx != -1 && $i == MAX_PLAYERS) {
1889 $this->user[$idx]->sess = $sess;
1892 $this->user[$idx]->sess = $sess;
1894 $this->user[$idx]->name = $name_new; // OK - add new user
1895 $this->user[$idx]->stat_set("room");
1896 $this->user[$idx]->step_set(0);
1897 while (array_pop($this->user[$idx]->comm) != NULL);
1898 $this->user[$idx]->subst = "standup";
1899 $this->user[$idx]->lacc = $curtime;
1900 $this->user[$idx]->laccwr = $curtime;
1901 $this->user[$idx]->bantime = 0;
1902 $this->user[$idx]->ip = $ip;
1904 $this->user[$idx]->rec = $authenticate;
1905 fprintf(STDERR, "MOP: [%s]\n", $authenticate->supp_comp);
1906 $this->user[$idx]->flags = $user_type;
1907 $this->user[$idx]->flags |= ($authenticate != FALSE ? USER_FLAG_AUTH : 0x00);
1908 $this->user[$idx]->flags |= ( ($pass != FALSE && $bdb == FALSE) ? USER_FLAG_DBFAILED : 0x00);
1909 log_auth("XXX", sprintf("FLAGS: [%x]", $this->user[$idx]->flags));
1911 if ($authenticate != FALSE) {
1912 $this->user[$idx]->code = $authenticate->code_get();
1914 // all this part is included in the db server
1915 $this->user[$idx]->flags |= USER_FLAG_LISTAUTH;
1917 if (isset($cookie['CO_list'])) {
1918 fprintf(STDERR, "QQ: %s CO_list: [%s]\n", __FUNCTION__, $cookie['CO_list']);
1919 if (strcmp($cookie['CO_list'], "auth") == 0) {
1920 $this->user[$idx]->flags &= ~USER_FLAG_MAP_AUTH;
1921 $this->user[$idx]->flags |= USER_FLAG_LISTAUTH;
1923 if (strcmp($cookie['CO_list'], "isolation") == 0) {
1924 $this->user[$idx]->flags &= ~USER_FLAG_MAP_AUTH;
1925 $this->user[$idx]->flags |= USER_FLAG_ISOLAUTH;
1928 $this->user[$idx]->flags &= ~USER_FLAG_MAP_AUTH;
1933 fprintf(STDERR, "QQ: CO_list not set flags: %x\n", __FUNCTION__, $this->user[$idx]->flags);
1936 fprintf(STDERR, "QQ %s: flag %x\n", __FUNCTION__, $this->user[$idx]->flags);
1938 log_main("ghost: rename!");
1939 $ghost_user = $this->user[$ghost];
1941 if ($ghost_auth == FALSE) {
1942 for ($sfx = 1 ; $sfx <= MAX_PLAYERS ; $sfx++) {
1943 $ghostname = 'ghost'.$sfx;
1944 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1945 if (strcmp("", $this->user[$i]->sess) == 0)
1948 if (strcasecmp($this->user[$i]->name, $ghostname) == 0) {
1953 if ($ghostname != '')
1957 $ghost_user->name = $ghostname;
1959 if ($ghost_user->stat == 'room' && $ghost_user->subst == 'standup') {
1960 $this->standup_update($ghost_user);
1963 log_main("chatt_send pre table update");
1964 $this->table_update($ghost_user);
1965 log_main("chatt_send post table update");
1967 } // if ($ghost_auth == FALSE
1969 // FIXME: cacciare il vecchio utente room && table (if needed)
1970 $ghost_user->the_end = TRUE;
1971 $ghost_user->lacc = 0;
1972 $this->garbage_manager(TRUE);
1974 } // if ($ghost > -1) {
1979 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));
1981 $ret = $this->user[$real_idx];
1988 function standup_update($user)
1990 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
1991 $user_cur = $this->user[$i];
1992 if ($user_cur->sess == '')
1995 log_main("STANDUP START: ".$user_cur->stat);
1997 if ($user_cur->stat == 'room') {
1998 $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ".$this->standup_content($user_cur);
1999 if ($user->idx_get() == $i) {
2000 $user_cur->comm[$user_cur->step % COMM_N] .= $user->myname_innerHTML();
2002 log_main("FROM STANDUP: NAME: ".$user_cur->name." SENDED: ".$user_cur->comm[$user_cur->step % COMM_N]);
2004 $user_cur->step_inc();
2010 static function create($crystal_filename)
2012 if (($room_ser = @file_get_contents($crystal_filename)) == FALSE ||
2013 ($room = unserialize($room_ser)) == FALSE) {
2014 fprintf(STDERR, "NEW ROOM\n");
2015 $room = new Room($crystal_filename);
2018 fprintf(STDERR, "ROOM FROM FILE\n");
2019 rename($crystal_filename, $crystal_filename.".old");
2026 function load_data()
2031 if (($tok = @ftok(FTOK_PATH."/main", "C")) == -1) {
2032 log_main("ftok failed");
2036 if (($shm_sz = sharedmem_sz($tok)) == -1) {
2037 log_main("shmop_open failed");
2041 $shm_sz = SHM_DIMS_MIN;
2043 if ($shm = shm_attach($tok, $shm_sz)) {
2044 $room = @shm_get_var($shm, $tok); // CHECKED BELOW
2046 log_only("bri == ".($room == FALSE ? "FALSE" : "TRUE")." bri === ".($room === FALSE ? "FALSE" : "TRUE")." bri isset ".(isset($room) ? "TRUE" : "FALSE"));
2048 log_only("bri count ".count($room));
2050 if ($room == FALSE) {
2051 log_only("INIT MAIN DATA");
2054 $room = Room::create();
2056 log_shme("Room::create");
2058 if (Room::save_data($room) == FALSE)
2063 $room->shm_sz = $shm_sz;
2067 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2068 if (($room->user[$i] = User::load_data($i, FALSE)) == FALSE) {
2069 log_crit("User::load_data failed");
2073 if ($i < MAX_PLAYERS) {
2079 // SHSPLIT: load users from the shared memory
2088 function save_data_orig($room)
2096 if (($tok = @ftok(FTOK_PATH."/main", "C")) == -1)
2099 while ($room->shm_sz < SHM_DIMS_MAX) {
2100 if (($shm = shm_attach($tok, $room->shm_sz)) == FALSE)
2103 // log_only("PUT_VAR DI ".strlen(serialize($room)));
2104 if (@shm_put_var($shm, $tok, $room) != FALSE) {
2108 if (shm_remove($shm) === FALSE) {
2109 log_only("REMOVE FALLITA");
2113 $room->shm_sz += SHM_DIMS_DLT;
2121 function dump_data()
2123 $room_ser = serialize($this);
2124 $room_ser_len = mb_strlen($room_ser, "ASCII");
2125 if (file_put_contents($this->crystal_filename, $room_ser) == $room_ser_len) {
2132 function save_data($room)
2139 if (($tok = @ftok(FTOK_PATH."/main", "C")) == -1)
2142 // SHSPLIT: before save the $room you must save users,
2143 // detach from main struct and (then) reattach
2144 $user_park = array();
2145 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2146 $user_park[$i] = $room->user[$i];
2147 $room->user[$i] = FALSE;
2150 while ($room->shm_sz < SHM_DIMS_MAX) {
2151 if (($shm = shm_attach($tok, $room->shm_sz)) == FALSE)
2154 // log_only("PUT_VAR DI ".strlen(serialize($room)));
2155 if (@shm_put_var($shm, $tok, $room) != FALSE) {
2156 log_shme("Room::save_data");
2160 if (shm_remove($shm) === FALSE) {
2161 log_only("REMOVE FALLITA");
2165 $room->shm_sz += SHM_DIMS_DLT;
2171 // SHSPLIT: reattach users to the room class
2172 for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
2173 User::save_data($user_park[$i], $i);
2174 $room->user[$i] = $user_park[$i];
2176 log_load("FINISH: ".($ret == TRUE ? "TRUE" : "FALSE"));
2181 static function lock_data($is_exclusive)
2183 if (($res = file_lock(FTOK_PATH."/main", $is_exclusive)) != FALSE) {
2184 self::$delta_t = microtime(TRUE);
2185 log_lock("LOCK room [".self::$delta_t."]");
2193 static function unlock_data($res)
2197 log_lock("UNLOCK room [".(microtime(TRUE) - (self::$delta_t))."]");
2203 function standup_content($user)
2208 if ($user->stat != 'room')
2211 for ($i = 0 , $ct = 0 ; $ct < 4 && $i < MAX_PLAYERS ; $i++) {
2212 if ($this->user[$i]->sess == "" || $this->user[$i]->stat != "room" || $this->user[$i]->name == "")
2217 // $content .= sprintf('<table cols=\\"%d\\" class=\\"table_standup\\">', $ct);
2219 $content = ' j_stand_cont( [ ';
2221 $user_cur_id = $user->idx_get();
2222 for ($i = 0 , $ct = 0 ; $i < MAX_PLAYERS ; $i++) {
2223 if ($this->user[$i]->sess == "" || $this->user[$i]->stat != "room" || $this->user[$i]->name == "")
2226 $flags = $this->user[$i]->flags;
2228 // sql record exists AND last donate > 2013-01-01
2229 if ($this->user[$i]->rec != FALSE && $this->user[$i]->rec->last_dona > 1356994800) {
2230 $supp_comp_s = sprintf(', "%s"', $this->user[$i]->rec->supp_comp);
2236 if ($this->user[$i]->subst == "standup") {
2237 if ($user_cur_id == $i) {
2241 $content .= sprintf('%s[ %d, "%s"%s ]',($ct > 0 ? ', ' : ''), $flags,
2242 xcape($this->user[$i]->name), $supp_comp_s);
2251 function table_content($user, $table_idx)
2257 // Si possono usare i dati nella classe table
2260 $sess = $user->sess;
2261 $table = $this->table[$table_idx];
2263 if ($user->stat != 'room')
2266 $user_cur_id = $user->idx_get();
2268 for ($i = 0 ; $i < $table->player_n ; $i++) {
2269 $user_cur = $this->user[$table->player[$i]];
2271 $flags = $user_cur->flags;
2273 if ($user_cur_id == $table->player[$i])
2276 log_main($user_cur->name. sprintf(" IN TABLE [%d]", $table_idx));
2277 if ($user_cur->rec != FALSE && $user_cur->rec->last_dona > 1356994800)
2278 $supp_comp_s = sprintf(', "%s"', $user_cur->rec->supp_comp);
2282 $content .= sprintf('%s[ %d, "%s"%s ]',($i == 0 ? '' : ', '), $flags,
2283 xcape($user_cur->name), $supp_comp_s);
2288 $ret .= sprintf('j_tab_cont(%d, %s);', $table_idx, $content);
2293 function request_mgr(&$s_a_p, $header, &$header_out, &$new_socket, $path, $addr, $get, $post, $cookie)
2295 printf("NEW_SOCKET (root): %d PATH [%s]\n", intval($new_socket), $path);
2297 $enc = get_encoding($header);
2298 if (isset($header['User-Agent'])) {
2299 if (strstr($header['User-Agent'], "MSIE")) {
2300 $transp_type = "htmlfile";
2303 $transp_type = "xhr";
2307 $transp_type = "iframe";
2309 force_no_cache($header_out);
2315 index_main($this, $transp_type, $header_out, $addr, $get, $post, $cookie);
2316 $content = ob_get_contents();
2319 // fprintf(STDERR, "\n\nCONTENT [%s]\n\n", $content);
2320 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
2324 case "index_wr.php":
2326 // Enhance required: in the POST case, after the header you must get content
2327 // from the socket, waiting if necessary
2330 fprintf(STDERR, "\n\nDENTRO QUI\n\n");
2332 index_wr_main($this, $addr, $get, $post, $cookie);
2333 $content = ob_get_contents();
2336 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
2340 case "index_rd_ifra.php":
2342 if (!isset($cookie['sess'])
2343 || (($user = $this->get_user($cookie['sess'], $idx)) == FALSE)) {
2344 if (($transp = gpcs_var('transp', $get, $post, $cookie)) === FALSE)
2347 $content = User::stream_fini($transp, $s_a_p->rndstr, TRUE);
2349 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
2354 // close a previous opened index_read_ifra socket, if exists
2355 if (($prev = $user->rd_socket_get()) != NULL) {
2356 $s_a_p->socks_unset($user->rd_socket_get());
2357 fclose($user->rd_socket_get());
2358 printf("CLOSE AND OPEN AGAIN ON IFRA2\n");
2359 $user->rd_socket_set(NULL);
2363 $user->stream_init($s_a_p->rndstr, $enc, $header_out, $content, $get, $post, $cookie);
2365 $response = headers_render($header_out, -1).chunked_content($user->rd_zls_get(), $content);
2366 $response_l = mb_strlen($response, "ASCII");
2368 $wret = @fwrite($new_socket, $response, $response_l);
2369 if ($wret < $response_l) {
2370 printf("TROUBLES WITH FWRITE: %d\n", $wret);
2371 $user->rd_cache_set(mb_substr($content, $wret, $response_l - $wret, "ASCII"));
2374 $user->rd_cache_set("");
2376 fflush($new_socket);
2379 $s_a_p->socks_set($new_socket, $user, NULL);
2380 $user->rd_socket_set($new_socket);
2381 printf(" - qui ci siamo - ");
2388 if (!(BRISK_DEBUG & DBG_ENGI))
2390 fprintf(STDERR, "TEST.PHP running\n");
2391 if (isset($post['data'])) {
2392 $content = $post['data'];
2395 $content = "NO DATA AVAILABLE";
2397 $header_out['Content-Type'] = 'text/plain';
2398 $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
2402 /* FAR TODO: move all into an array of registered sub-apps */
2403 $subs = "briskin5/";
2404 $subs_l = strlen($subs);
2405 if (!strncmp($path, $subs, $subs_l)) {
2406 $ret = Bin5::request_mgr(&$s_a_p, $header, &$header_out, &$new_socket, substr($path, $subs_l) , $addr, $get, $post, $cookie);
2415 function match_add($idx, $match)
2417 $this->match[$idx] = $match;
2420 function match_del($idx)
2422 unset($this->match[$idx]);
2425 function match_get($idx, $token)
2427 if (isset($this->match[$idx])) {
2429 || $token == $this->match[$idx]->table_token) {
2430 return ($this->match[$idx]);
2438 function make_seed()
2440 list($usec, $sec) = explode(' ', microtime());
2441 return (float) $sec + ((float) $usec * 100000);
2444 function btrace_line($ar)
2446 GLOBAL $G_btrace_pref_sub;
2449 for ($i = 0 ; $i < count($ar) ; $i++) {
2450 $with_class = isset($ar[$i]['class']);
2451 $with_file = isset($ar[$i]['file']);
2452 $ret .= sprintf("%s%s%s (%s:%d)", ($i == 0 ? "" : ", "),
2453 ($with_class ? $ar[$i]['class'].$ar[$i]['type'] : ""),
2454 $ar[$i]['function'], ($with_file ? str_replace($G_btrace_pref_sub, "", $ar[$i]['file']) : ""),
2455 ($with_file ? $ar[$i]['line'] : ""));
2461 function trace_ftok($id, $add)
2463 // NOTE: without space to use sed to substitute "= @ftok(" with "= @ftok("
2464 $tok=@ftok($id, $add);
2466 log_shme($tok.": ".$id." + ".$add);
2471 function log_mop($step, $log)
2473 GLOBAL $sess, $PHP_SELF;
2475 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LMOP) == 0)
2478 if (isset($sess) == FALSE)
2483 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LMOP) == 0)
2486 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2487 $btrace = btrace_line(debug_backtrace());
2490 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2491 fwrite($fp, sprintf("LMOP: [%f] [%05d] [%s] [%s]\n", gettimeofday(TRUE), $step, $log, $btrace));
2497 function log_only2($log)
2499 GLOBAL $sess, $PHP_SELF;
2501 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_ONL2) == 0)
2504 if (isset($sess) == FALSE)
2509 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_ONL2) == 0)
2512 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2513 $btrace = btrace_line(debug_backtrace());
2516 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2517 fwrite($fp, sprintf("ONL2: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2522 function log_crit($log)
2524 GLOBAL $sess, $PHP_SELF;
2526 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_CRIT) == 0)
2529 if (isset($sess) == FALSE)
2534 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_CRIT) == 0)
2537 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2538 $btrace = btrace_line(debug_backtrace());
2541 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2542 fwrite($fp, sprintf("CRIT: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2547 function log_only($log)
2549 GLOBAL $sess, $PHP_SELF;
2551 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_ONLY) == 0)
2554 if (isset($sess) == FALSE)
2559 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_ONLY) == 0)
2562 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2563 $btrace = btrace_line(debug_backtrace());
2566 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2567 fwrite($fp, sprintf("ONLY: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2572 function log_main($log)
2574 GLOBAL $sess, $PHP_SELF;
2576 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_MAIN) == 0)
2579 if (isset($sess) == FALSE)
2584 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_MAIN) == 0)
2587 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2588 $btrace = btrace_line(debug_backtrace());
2591 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2592 fwrite($fp, sprintf("MAIN: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2597 function log_rd($log)
2599 GLOBAL $sess, $PHP_SELF;
2601 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_READ) == 0)
2604 if (isset($sess) == FALSE)
2609 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_READ) == 0)
2612 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2613 $btrace = btrace_line(debug_backtrace());
2616 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2617 fwrite($fp, sprintf("READ: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2622 function log_rd2($log)
2624 GLOBAL $sess, $PHP_SELF;
2626 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_REA2) == 0)
2629 if (isset($sess) == FALSE)
2634 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_REA2) == 0)
2637 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2638 $btrace = btrace_line(debug_backtrace());
2642 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2643 fwrite($fp, sprintf("REA2: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2648 function log_send($log)
2650 GLOBAL $sess, $PHP_SELF;
2652 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_SEND) == 0)
2655 if (isset($sess) == FALSE)
2660 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_SEND) == 0)
2663 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2664 $btrace = btrace_line(debug_backtrace());
2667 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2668 fwrite($fp, sprintf("SEND: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2673 function log_lock($log)
2675 GLOBAL $sess, $PHP_SELF;
2677 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LOCK) == 0)
2680 if (isset($sess) == FALSE)
2685 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LOCK) == 0)
2688 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2689 $btrace = btrace_line(debug_backtrace());
2692 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2693 fwrite($fp, sprintf("LOCK: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2698 function log_wr($log)
2700 GLOBAL $sess, $PHP_SELF;
2702 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_WRIT) == 0)
2705 if (isset($sess) == FALSE)
2710 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_WRIT) == 0)
2713 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2714 $btrace = btrace_line(debug_backtrace());
2717 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2718 fwrite($fp, sprintf("WRIT: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2723 function log_load($log)
2725 GLOBAL $sess, $PHP_SELF;
2727 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_LOAD) == 0)
2730 if (isset($sess) == FALSE)
2735 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_LOAD) == 0)
2738 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2739 $btrace = btrace_line(debug_backtrace());
2742 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2743 fwrite($fp, sprintf("LOAD: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2748 function log_auth($sess, $log)
2752 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_AUTH) == 0)
2755 if (( (BRISK_DEBUG | ($sess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_AUTH) == 0)
2758 if ((BRISK_DEBUG | ($sess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2759 $btrace = btrace_line(debug_backtrace());
2762 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2763 fwrite($fp, sprintf("LOAD: [%s] [%d] [%s] [%s]\n", $sess, time(), $log, $btrace));
2768 function log_shme($log)
2770 GLOBAL $sess, $PHP_SELF;
2772 if (BRISK_SINGLE_SESS == "" && (BRISK_DEBUG & DBG_SHME) == 0)
2775 if (isset($sess) == FALSE)
2780 if (( (BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_SHME) == 0)
2783 if ((BRISK_DEBUG | ($ssess == BRISK_SINGLE_SESS ? BRISK_SINGLE_DEBUG : 0) ) & DBG_TRAC)
2784 $btrace = btrace_line(debug_backtrace());
2787 if (($fp = @fopen(LEGAL_PATH."/brisk.log", 'a')) != FALSE) {
2788 fwrite($fp, sprintf("SHME: [%s] [%s] [%s]\n", $ssess, $log, $btrace));
2795 // function log_legal($curtime, $sess, $name, $where, $mesg)
2796 function log_legal($curtime, $addr, $user, $where, $mesg)
2799 if (($fp = @fopen(LEGAL_PATH."/legal.log", 'a')) != FALSE) {
2800 /* Unix time | session | nickname | IP | where was | mesg */
2801 fwrite($fp, sprintf("%ld|%s|%s|%s|%s|%s|%s|\n", $curtime, $user->sess,
2802 ($user->flags & USER_FLAG_AUTH ? 'A' : 'N'),
2803 $user->name, $addr, $where , $mesg));
2808 function table_act_content($isstanding, $sitted, $table, $cur_table, $allowed)
2813 if ($sitted < PLAYERS_N) {
2821 if ($table == $cur_table)
2828 $ret = sprintf('j_tab_act_cont(%d, \'%s\');', $table, $act);
2833 function show_notify($text, $tout, $butt, $w, $h)
2835 log_main("SHOW_NOTIFY: ".$text);
2836 return sprintf('var noti = new notify(gst,"%s",%d,"%s",%d,%d);', $text, $tout, $butt, $w, $h);
2839 function show_notify_ex($text, $tout, $butt, $w, $h, $is_opaque, $block_time)
2841 log_main("SHOW_NOTIFY OPAQUE: ".$text);
2842 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);
2846 function root_welcome($user)
2848 GLOBAL $root_wellarr, $G_lang;
2852 $dt = date("H:i ", $curtime);
2854 for ($i = 0 ; $i < count($root_wellarr[$G_lang]) ; $i++)
2855 $ret .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, str_replace('"', '\"', $root_wellarr[$G_lang][$i]));
2862 function validate_sess($sess)
2864 if (strlen($sess) == SESS_LEN)
2870 function validate_name($name)
2872 $name_new = str_replace(' ', '_', mb_substr(trim($name),0,12, "UTF-8"));
2874 for ($i = 0 ; $i < strlen($name_new) ; $i++) {
2876 if (($c >= "a" && $c <= "z") || ($c >= "A" && $c <= "Z") || ($c >= "0" && $c <= "9"))
2883 function playsound($filename)
2885 return (sprintf('playsound("flasou", "%s");', $filename));
2888 function secstoword($secs)
2894 $mins = floor($secs / 60);
2896 if ($G_lang == 'en') {
2898 $ret = sprintf("%d minute%s%s", $mins, ($mins > 1 ? "s" : ""), ($secs > 0 ? " and " : ""));
2901 $ret .= sprintf("%d second%s", $secs, ($secs > 1 ? "s" : ""));
2905 $ret = sprintf("%d minut%s%s", $mins, ($mins > 1 ? "i" : "o"), ($secs > 0 ? " e " : ""));
2908 $ret .= sprintf("%d second%s", $secs, ($secs > 1 ? "i" : "o"));
2913 function sharedmem_sz($tok)
2915 if (($shm_id = @shmop_open($tok, 'a', 0, 0)) == FALSE) {
2916 log_main("shmop_open failed");
2919 $shm_sz = shmop_size($shm_id);
2920 shmop_close($shm_id);
2922 // log_main("shm_sz: ".$shm_sz." SHM_DIMS: ".SHM_DIMS);
2929 static function lock_data($is_exclusive)
2931 if (($res = file_lock(FTOK_PATH."/warrant", $is_exclusive)) != FALSE) {
2932 self::$delta_t = microtime(TRUE);
2933 log_lock("LOCK warrant [".self::$delta_t."]");
2941 static function unlock_data($res)
2945 log_lock("UNLOCK warrant [".(microtime(TRUE) - (self::$delta_t))."]");
2954 static function lock_data($is_exclusive)
2956 if (($res = file_lock(FTOK_PATH."/poll", $is_exclusive)) != FALSE) {
2957 self::$delta_t = microtime(TRUE);
2958 log_lock("LOCK poll [".self::$delta_t."]");
2966 static function unlock_data($res)
2970 log_lock("UNLOCK poll [".(microtime(TRUE) - (self::$delta_t))."]");