manage acceptance of new licence
[brisk.git] / web / index_wr.php
1 <?php
2 /*
3  *  brisk - index_wr.php
4  *
5  *  Copyright (C) 2006-2012 Matteo Nastasi
6  *                          mailto: nastasi@alternativeoutput.it 
7  *                                  matteo.nastasi@milug.org
8  *                          web: http://www.alternativeoutput.it
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful, but
16  * WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  * General Public License for more details. You should have received a
19  * copy of the GNU General Public License along with this program; if
20  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
21  * Suite 330, Boston, MA 02111-1307, USA.
22  *
23  */
24
25 // require_once("Obj/brisk.phh");
26 // require_once("Obj/auth.phh");
27 // require_once("Obj/proxyscan.phh");
28
29 // Use of proxies isn't allowed.
30 // if (is_proxy()) {
31 //   sleep(5);
32 //   exit;
33 // }
34
35 $mlang_indwr = array( 'btn_backtotab' => array( 'it' => 'Torna ai tavoli.',
36                                                 'en' => 'Back to tables.' ),
37                       'warrrepl'  => array( 'it' => '<br>Il nominativo &egrave; stato inoltrato all\'amministratore.<br><br>Nell\'arco di pochi giorni verr&agrave;<br><br>notificata al garantito l\'avvenuta registrazione.',
38                                             'en' => '<br>The subscription was forwarded to the administrator.<br><br>In a few days we will notify<br><br>your friend the occurred registration.'),
39                       'btn_close' => array( 'it' => 'chiudi',
40                                             'en' => 'close' ),
41                       'commerr' => array( 'it' => '<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>',
42                                           'en' => '<b>An error was occurred during the saving, try again or contact the administrator.</b>'),
43                       'coerrdb' => array( 'it' => '<b>Il database è temporaneamente irraggiungibile, riprova più tardi o contatta l\'amministratore.</b>',
44                                           'en' => '<b>The database is temporarly unavailable, retry to later or conctact the administrator.</b>'),
45                       'warrmust' => array( 'it' => '<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>',
46                                            'en' => 'To authenticate somebody you have to be authenticated in your turn'),
47                       'mesgrepl' => array( 'it' => '<br><br>Il messaggio &egrave; stato inoltrato all\'amministratore.',
48                                            'en' => '<br><br>The message was forwarded to the administrator'),
49                       'mesgmust' => array( 'it' => '<b>Per mandare messaggi all\'amministratore devi essere autenticato.</b>',
50                                            'en' => 'To send a message to the administrator you have to be authenticated'),
51                       'shutmsg'  => array( 'it' => '<b>Il server sta per essere riavviato, non possono avere inizio nuove partite.</b>',
52                                            'en' => '<b>The server is going to be rebooted, new games are not allowed.</b>'),
53                       'mustauth' => array( 'it' => '<b>Il tavolo a cui volevi sederti richiede autentifica.</b>',
54                                            'en' => '<b>the table where you want to sit require authentication</b>'),
55                       'tabwait_a'=> array( 'it' => '<b>Il tavolo si &egrave; appena liberato, ci si potr&agrave; sedere tra ',
56                                            'en' => '<b>The table is only just opened, you will sit down in '), // FIXME
57                       'tabwait_b'=> array( 'it' => ' secondi.</b>',
58                                            'en' => ' seconds.</b>'),
59                       'mustfirst'=> array( 'it' => '<b>Il tuo utente può sedersi al tavolo solo per primo.</b>',
60                                            'en' => '<b>Your can sit down as first user only.' ),
61                       'pollmust' => array( 'it' => '<b>Per partecipare al sondaggio devi essere autenticato.</b>',
62                                            'en' => '<b>To vote for the poll you have to be authenticated</b>'),
63                       'pollnone' => array( 'it' => '<br><br>Al momento non è attivo alcun sondaggio.',
64                                            'en' => '<br><br>At this moment no polls are active.'),
65                       'pollchoo' => array( 'it' => '<br><br>Non hai espresso nessuna preferenza.',
66                                            'en' => '<br><br>You don\'t choose any preference, do it'), 
67                       'pollagai' => array( 'it' => '<br>Per questo sondaggio hai già votato.<br><br>Non si può esprimere la propria preferenza più di una volta.',
68                                            'en' => '<br>You just express your preference about this poll.<br><br>You cannot do it again.'),
69                       'pollrec'  => array ('it' => '<br><br>Il tuo voto è stato registrato.',
70                                            'en' => '<br><br>Your vote had be stored.'),
71                       'badwake_a'=> array( 'it' => '<br>Ti sei alzato da un tavolo senza il consenso degli altri giocatori.<br><br>Dovrai aspettare ancora ',
72                                            'en' => '<br>You stand up without the permission of the other players.<br><br>You will wait '),
73                       'badwake_b'=> array( 'it' => ' prima di poterti sedere nuovamente.',
74                                            'en' => ' before you can sit down again.'),
75                       'btn_stays'=> array( 'it' => 'resta in piedi.',
76                                            'en' => 'stay standing.'),
77                       'badsit_a' => array( 'it' => '<br>Tu o qualcuno col tuo stesso indirizzo IP si è alzato da un tavolo senza il consenso degli altri giocatori.<br><br>Dovrai aspettare ancora ',
78                                            'en' => '<br>You or someone with your same IP address is standing up from a table without the permission of the other players <br><br>You will wait '), 
79                       'badsit_b' => array( 'it' => ' prima di poterti sedere nuovamente.<br><br>Se non sei stato tu ad alzarti e possiedi un login con password, autenticandoti con quello, potrai accedere.',
80                                            'en' => ' before you can sit down again. If you don\'t leave the table and you have a login with a password, authenticating with this one you will access')
81
82                       );
83
84 define('LICMGR_CHO_ACCEPT', 0);
85 define('LICMGR_CHO_REFUSE', 1);
86 define('LICMGR_CHO_AFTER',  2);
87
88 function index_wr_main(&$room, $remote_addr_full, $get, $post, $cookie)
89 {
90     GLOBAL $G_shutdown, $G_black_list, $G_lang, $G_room_help, $G_room_about, $G_room_passwdhowto, $mlang_indwr;
91     GLOBAL $G_lice_vers;
92     $remote_addr = addrtoipv4($remote_addr_full);
93
94     log_load("index_wr.php");
95
96     if (($mesg = gpcs_var('mesg', $get, $post, $cookie)) === FALSE) 
97         unset($mesg);
98
99     if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE)
100         $sess = "";
101
102
103     if (DEBUGGING == "local" && $remote_addr != '127.0.0.1') {
104         echo "Debugging time!";
105         return (FALSE);
106     }
107
108     /*
109      *  MAIN
110      */
111
112     /* if the IP is banned, exit without do nothing */
113     if (array_search($remote_addr, $G_black_list) !== FALSE) {
114         // TODO: find a way to add a nonblocking sleep(5) here
115         return (FALSE);
116     }
117
118     $is_spawn = FALSE;
119
120     log_wr(0, 'index_wr.php: COMM: '.xcapemesg($mesg));
121     log_wr('COMM: '.xcapemesg($mesg));
122
123     $curtime = time();
124     $dt = date("H:i ", $curtime);
125
126     if (($user = $room->get_user($sess, &$idx)) == FALSE) {
127         $argz = explode('|', xcapemesg($mesg));
128
129         if ($argz[0] == 'getchallenge') {
130             if (isset($get['cli_name']))
131                 $cli_name = $get['cli_name'];
132             if (($a_sem = Challenges::lock_data(TRUE)) != FALSE) { 
133                 log_main("chal lock data success");
134                 
135                 if (($chals = &Challenges::load_data()) != FALSE) {
136                     
137                     $token =  uniqid("");
138                     // echo '2|'.$argz[1].'|'.$token.'|'.$remote_addr.'|'.$curtime.'|';
139                     // exit;
140                     
141                     if (($login_new = validate_name(urldecode($cli_name))) != FALSE) {
142                         if ($chals->add($login_new, $token, $remote_addr, $curtime) != FALSE) {
143                             log_send("SUCCESS: token:".$token);
144                             echo '0|'.$token;
145                         }
146                         else {
147                             log_send("getchallenge FAILED");
148                             echo '1|';
149                         }
150                     }
151                     else {
152                         log_send("getchallenge FAILED");
153                         echo '1|';
154                     }
155                     if ($chals->ismod()) {
156                         Challenges::save_data(&$chals);
157                     }
158                 }
159                 
160                 
161                 Challenges::unlock_data($a_sem);
162             }
163             else {
164                 echo "CHALLENGE LOCK FAILED\n";
165                 return FALSE;
166             }
167         }
168         else if ($argz[0] == 'auth') {
169             printf("challenge|ok");
170         }
171         else if ($argz[0] == 'help') {
172             /* MLANG: "torna ai tavoli" */
173             echo show_notify(str_replace("\n", " ", $G_room_help[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 600, 500);
174         }
175         else if ($argz[0] == 'about') {
176             echo show_notify(str_replace("\n", " ", $G_room_about[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 230);
177         }
178         else if ($argz[0] == 'passwdhowto') {
179             echo show_notify(str_replace("\n", " ", $G_room_passwdhowto[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 200);
180         }
181         else if ($argz[0] == 'roadmap') {
182             echo show_notify(str_replace("\n", " ", $G_room_roadmap[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 200);
183         }
184         else if ($argz[0] == 'placing') {
185             require_once("briskin5/Obj/briskin5.phh");
186             require_once("briskin5/Obj/placing.phh");
187             
188             echo show_notify(str_replace("\n", " ", placings_show(FALSE)), 0, $mlang_indwr['btn_close'][$G_lang], 800, 600);
189         }
190         else if ($argz[0] == 'whysupport') {
191             echo show_notify(str_replace("\n", " ", $G_room_whysupport[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lng], 400, 200);
192         }
193         else { 
194             log_wr("Get User Error");
195             echo "Get User Error:" + $argz[0];
196             return FALSE;
197         }
198         return TRUE;
199     }
200
201     $argz = explode('|', xcapemesg($mesg));
202
203     log_wr('POSTSPLIT: '.$argz[0]);
204
205     // LACC UPDATED
206     $user->lacc = $curtime;
207
208     if (array_search($user->ip, $G_black_list) !== FALSE) {
209         // TODO: find a way to add a nonblocking sleep(5) here
210         return (FALSE);
211     }
212
213     if ($argz[0] == 'ping') {
214         log_wr("PING RECEIVED");
215     }
216     else if ($argz[0] == 'prefs') {
217         if ($argz[1] == 'save') {
218             if (!isset($post['prefs'])) {
219                 return FALSE;
220             }
221
222             if (($prefs = Client_prefs::from_json($post['prefs'])) == FALSE) {
223                 $prefs = Client_prefs::from_user($user);
224             }
225             $prefs->store($user, TRUE);
226         }
227         else { // reset case as default
228             $prefs = Client_prefs::from_user($user);
229         }
230         $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
231         $user->comm[$user->step % COMM_N] .=  sprintf('prefs_load(\'%s\', true, %s);', json_encode($prefs),
232                                                       'false');
233         $user->step_inc();
234
235         if ($argz[1] == 'save') {
236             if ($user->stat == 'room' && $user->subst == 'standup') {
237                 $room->standup_update($user);
238             }
239             else if ($user->stat == 'room' && $user->subst == 'sitdown') {
240                 log_main("chatt_send pre table update");
241                 $room->table_update($user);
242                 log_main("chatt_send post table update");
243             }
244         }
245         echo "1";
246         return TRUE;
247     }
248     else if ($argz[0] == 'shutdown') {
249         log_auth($user->sess, "Shutdown session.");
250
251         $user->reset();
252
253         log_rd2("AUTO LOGOUT.");
254         if ($user->subst == 'sitdown' || $user->stat == 'table')
255             $room->room_wakeup($user);
256         else if ($user->subst == 'standup')
257             $room->room_outstandup(&$user);
258         else {
259             log_rd2("SHUTDOWN FROM WHAT ???");
260         }
261     }
262     else if ($argz[0] == 'warranty') {
263         if (($cli_name = gpcs_var('cli_name', $get, $post, $cookie)) === FALSE) 
264             $cli_name = "";
265         
266         if (($cli_email = gpcs_var('cli_email', $get, $post, $cookie)) === FALSE)
267             $cli_email = "";
268
269         
270         $mesg_to_user = "";
271         
272         log_wr("INFO:SKIP:argz == warranty name: [".$cli_name."] AUTH: ".($user->flags & USER_FLAG_AUTH));
273         if ($user->flags & USER_FLAG_AUTH) {
274             if (($wa_lock = Warrant::lock_data(TRUE)) != FALSE) {
275                 if (($fp = @fopen(LEGAL_PATH."/warrant.txt", 'a')) != FALSE) {
276                     /* Unix time | session | nickname | IP | where was | mesg */
277                     fwrite($fp, sprintf("%ld|%s|%s|%s|\n", $curtime, xcapelt($user->name), xcapelt(urldecode($cli_name)), xcapelt(urldecode($cli_email))));
278                     fclose($fp);
279                 }
280                 Warrant::unlock_data($wa_lock);
281                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
282                 /* MLANG: "<br>Il nominativo &egrave; stato inoltrato all\'amministratore.<br><br>Nell\'arco di pochi giorni vi verr&agrave;<br><br>notificata l\'avvenuta registrazione." */
283                 $user->comm[$user->step % COMM_N] .=  show_notify($mlang_indwr['warrrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 150);
284                 $user->step_inc();
285                 echo "1";
286             }
287             else {
288                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
289                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
290             }
291             
292         }
293         else {
294             /* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>" */
295             $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['warrmust'][$G_lang]);
296         }
297         
298         if ($mesg_to_user != "") {
299             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
300             
301             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
302             $user->step_inc();
303         }
304     }
305     else if ($argz[0] == 'mesgtoadm') {
306         if (($cli_subj = gpcs_var('cli_subj', $get, $post, $cookie)) === FALSE) 
307             $cli_subj = "";
308         
309         if (($cli_mesg = gpcs_var('cli_mesg', $get, $post, $cookie)) === FALSE)
310             $cli_mesg = "";
311
312
313         
314         $mesg_to_user = "";
315         
316         log_wr("INFO:SKIP:argz == mesgtoadm name: [".$user->name."] AUTH: ".($user->flags & USER_FLAG_AUTH));
317         if ($user->flags & USER_FLAG_AUTH) {
318             if (($wa_lock = Warrant::lock_data(TRUE)) != FALSE) {
319                 if (($bdb = BriskDB::create()) != FALSE) {
320                     $bdb->users_load();
321                 
322                     if (($ema = $bdb->getmail($user->name)) != FALSE) {
323                         //  mail("nastasi",
324                         mail("brisk@alternativeoutput.it", urldecode($cli_subj), urldecode($cli_mesg), sprintf("From: %s <%s>", $user->name, $ema));
325                     }
326                     
327                     if (($fp = @fopen(LEGAL_PATH."/messages.txt", 'a')) != FALSE) {
328                         /* Unix time | session | nickname | IP | where was | mesg */
329                         fwrite($fp, sprintf("%ld|%s|%s|%s\n", $curtime, $user->name,
330                                             xcapelt(urldecode($cli_subj)), xcapelt(urldecode($cli_mesg))));
331                         fclose($fp);
332                     }
333                     Warrant::unlock_data($wa_lock);
334                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
335                     /* MLANG: "" */
336                     $user->comm[$user->step % COMM_N] .=  show_notify($mlang_indwr['mesgrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
337                     $user->step_inc();
338                     echo "1";
339                 }
340                 else {
341                     /* MLANG: "<b>Il database è temporaneamente irraggiungibile, riprova più tardi o contatta l\'amministratore.</b>" */
342                     $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['coerrdb'][$G_lang]);
343                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
344                 }
345             }
346             else {
347                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
348                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
349             }
350             
351         }
352         else {
353             /* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>" */
354             $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['mesgmust'][$G_lang]);
355         }
356         
357         if ($mesg_to_user != "") {
358             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
359             
360             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
361             $user->step_inc();
362         }
363     }
364
365
366
367     else if ($argz[0] == 'poll') {
368         GLOBAL $G_with_poll, $G_poll_name;
369         if (($cli_choose = gpcs_var('cli_choose', $get, $post, $cookie)) === FALSE) 
370             $cli_choose = "";
371         
372         if (($cli_poll_name = gpcs_var('cli_poll_name', $get, $post, $cookie)) === FALSE)
373             $cli_poll_name = "";
374
375         $poll_lock = FALSE;
376         $mesg_to_user = "";
377   
378         $fp = FALSE;
379         $echont = "0";
380
381   /*
382           DONE - autorizzato ?
383           DONE - ci sono poll attivi ?
384           - verifica che il poll_name del client sia uguale a quello sul server
385           DONE - lock
386           DONE - apro file r+ con fallback in w+
387           DONE - vedo se ha già votato
388           DONE - se si: messaggio di voto già dato
389           se no: accetto il voto e lo segno; messaggio
390           chiudo file
391   */
392
393         $dobreak = FALSE;
394         do {
395             log_wr("INFO:SKIP:argz == poll name: [".$cli_poll_name."] AUTH: ".($user->flags & USER_FLAG_AUTH));
396             if (($user->flags & USER_FLAG_AUTH) != USER_FLAG_AUTH) {
397                 // MLANG: <b>Per partecipare al sondaggio devi essere autenticato.</b>
398                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['pollmust'][$G_lang]);
399                 log_wr("break1");
400                 break;
401             }
402             
403             if ($G_with_poll == FALSE && $G_poll_name != FALSE && $G_poll_name != "") {
404                 $mesg_to_user = show_notify($mlang_indwr['pollnone'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
405                 log_wr("break2");
406                 break;
407             }
408     
409             if ($cli_choose == "" || !isset($cli_choose)) {
410                 $mesg_to_user = show_notify($mlang_indwr['pollchoo'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
411                 log_wr("break2.5");
412                 break;
413             }
414     
415             if (($poll_lock = Poll::lock_data(TRUE)) == FALSE) {
416                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
417                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
418                 log_wr("break3");
419                 break;
420             }
421     
422             if (($fp = @fopen(LEGAL_PATH."/".$G_poll_name.".txt", 'r+')) == FALSE)
423                 $fp = @fopen(LEGAL_PATH."/".$G_poll_name.".txt", 'w+');
424             
425             if ($fp == FALSE) {
426                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
427                 log_wr("break4");
428                 break;
429             }
430     
431             log_wr("poll: cp");
432             fseek($fp, 0);
433             
434             log_wr("poll: cp2");
435             while (!feof($fp)) {
436                 log_wr("poll: cp3");
437                 $bf = fgets($fp, 4096);
438                 log_wr("poll: cp3.1");
439                 $arli = csplitter($bf, '|');
440                 if (count($arli) == 0)
441                     break;
442                 log_wr("poll: cp3.2");
443                 if (strcasecmp($arli[1], $user->name) == 0) {
444                     $mesg_to_user = show_notify($mlang_indwr['pollagai'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
445                     $dobreak = TRUE;
446                     break;
447                 }
448             }
449             log_wr("poll: cp4");
450             
451             if ($dobreak) {
452                 log_wr("break5");
453                 break;
454             }
455       
456             /* Unix time | nickname | choose */
457             fwrite($fp, sprintf("%ld|%s|%s\n", $curtime, xcapelt($user->name), xcapelt(urldecode($cli_choose))));
458             fflush($fp);
459             $mesg_to_user =  show_notify($mlang_indwr['pollrec'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
460             $echont = "1";
461             log_wr("poll: cp5");
462         } while (0);
463         
464         if ($fp != FALSE)
465             fclose($fp);
466         
467         if ($poll_lock != FALSE)
468             Poll::unlock_data($poll_lock);
469         
470         if ($mesg_to_user != "") {
471             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
472             
473             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
474             $user->step_inc();
475         }
476
477         echo "$echont";
478     }
479
480     /******************
481      *                *
482      *   STAT: room   *
483      *                *
484      ******************/
485     else if ($user->stat == 'room') {
486         $user->laccwr = time();
487
488         if ($argz[0] == 'help') {
489             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
490             $user->comm[$user->step % COMM_N] .=  show_notify(str_replace("\n", " ", $G_room_help[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 600, 500);
491
492             log_wr($user->comm[$user->step % COMM_N]);
493             $user->step_inc();
494
495         }
496         else if ($argz[0] == 'passwdhowto') {
497             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
498             $user->comm[$user->step % COMM_N] .=  show_notify(str_replace("\n", " ", $G_room_passwdhowto[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 600, 500);
499
500             log_wr($user->comm[$user->step % COMM_N]);
501             $user->step_inc();
502
503         }
504         else if ($argz[0] == 'splash') {
505             GLOBAL $G_with_splash, $G_splash_content, $G_splash_interval, $G_splash_idx;
506             GLOBAL $G_splash_w, $G_splash_h, $G_splash_timeout;
507             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
508
509             $user->comm[$user->step % COMM_N] .=  show_notify_ex(str_replace("\n", " ", $G_splash_content[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], $G_splash_w, $G_splash_h, true, 0);
510
511             log_wr($user->comm[$user->step % COMM_N]);
512             $user->step_inc();
513         }
514         else if ($argz[0] == 'about') {
515             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
516             $user->comm[$user->step % COMM_N] .=  show_notify(str_replace("\n", " ", $G_room_about[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 400, 200);
517             
518             log_wr($user->comm[$user->step % COMM_N]);
519             $user->step_inc();
520             
521         }
522         else if ($argz[0] == 'placing') {
523             require_once("briskin5/Obj/briskin5.phh");
524             require_once("briskin5/Obj/placing.phh");
525             
526             $user->comm[$user->step % COMM_N] =  "gst.st = ".($user->step+1)."; ";
527             $user->comm[$user->step % COMM_N] .= show_notify_ex(str_replace("\n", " ", placings_show($user)), 0, $mlang_indwr['btn_backtotab'][$G_lang], 800, 600, TRUE, 0);
528             
529             log_wr($user->comm[$user->step % COMM_N]);
530             $user->step_inc();
531         }
532         else if ($argz[0] == 'roadmap') {
533             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
534             $user->comm[$user->step % COMM_N] .=  show_notify(str_replace("\n", " ", $G_room_roadmap[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 400, 200);
535             
536             log_wr($user->comm[$user->step % COMM_N]);
537             $user->step_inc();
538             
539         }
540         else if ($argz[0] == 'whysupport') {
541             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
542             $user->comm[$user->step % COMM_N] .=  show_notify(str_replace("\n", " ", $G_room_whysupport[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 400, 200);
543             
544             log_wr($user->comm[$user->step % COMM_N]);
545             $user->step_inc();
546             
547         }
548         else if ($argz[0] == 'chatt') {
549             $room->chatt_send(&$user, xcapemesg($mesg));
550         }
551         else if ($argz[0] == 'licencemgr') {
552             // check IF is authnticated user, both licences version matches
553             if ($user->flags & USER_FLAG_AUTH && count($argz) == 5) {
554                 $f_type = $argz[1];      $f_code = $argz[2];
555                 $f_lice_curr = $argz[3]; $f_lice_vers = $argz[4];
556
557                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
558                 $user->comm[$user->step % COMM_N] .=  show_notify(xcape("FIN QUIZ |"."${argz[1]}"."|"."${argz[2]}"."|"."${argz[3]}"."|"."${argz[4]}"."|".$res), 0, $mlang_indwr['btn_backtotab'][$G_lang], 400, 200);
559                 log_wr($user->comm[$user->step % COMM_N]);
560                 $user->step_inc();
561
562                 if ("$f_lice_curr" == $user->rec->lice_vers_get()  &&
563                     "$f_lice_vers" == "$G_lice_vers") {
564                     if ("$f_type" == "soft" || "$f_type" == "hard") {
565                         $res = 100;
566                         switch ($f_code) {
567                         case LICMGR_CHO_ACCEPT:
568                             $user->rec->lice_vers_set($G_lice_vers);
569                             $res = $user->licence_store();
570                             break;
571                         case LICMGR_CHO_REFUSE:
572                             break;
573                         }
574                     }
575                 }
576             }
577         }
578         /**********************
579          *                    *
580          *   SUBST: standup   *
581          *                    *
582          **********************/
583         else if ($user->subst == 'standup') {
584             if ($argz[0] == 'sitdown') {
585                 log_wr("SITDOWN command");
586
587                 if ($user->the_end == TRUE) {
588                     log_wr("INFO:SKIP:argz == sitdown && ->the_end == TRUE => ignore request.");
589                     return FALSE;
590                 }
591                 
592                 // Take parameters
593                 $table_idx = (int)$argz[1];
594                 $table = &$room->table[$table_idx];
595     
596                 $not_allowed_msg = "";
597                 if ($G_shutdown) {
598                         $not_allowed_msg = sprintf('chatt_sub("%s", [2, "%s"],"%s");',
599                                                    $dt, NICKSERV, $mlang_indwr['shutmsg'][$G_lang]);
600                 }
601                 else if ($table->wakeup_time > $curtime) {
602                     $not_allowed_msg = sprintf('chatt_sub("%s", [2, "%s"],"%s%d%s");',
603                                                $dt, NICKSERV, $mlang_indwr['tabwait_a'][$G_lang],
604                                                $table->wakeup_time - $curtime, $mlang_indwr['tabwait_b'][$G_lang]);
605                 }
606                 else if ($table->auth_only && (($user->flags & USER_FLAG_AUTH) == 0)) {
607                     $not_allowed_msg = sprintf('chatt_sub("%s", [2, "%s"],"%s");',
608                                                $dt, NICKSERV, $mlang_indwr['mustauth'][$G_lang]);
609                 }
610                 else if ($user->flags & USER_FLAG_TY_FIRONLY && $table->player_n > 0) {
611                     $not_allowed_msg = sprintf('chatt_sub("%s", [2, "%s"], "%s");',
612                                                $dt, NICKSERV, $mlang_indwr['mustfirst'][$G_lang]);
613                 }
614                 if ($not_allowed_msg != "") {
615                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ".$not_allowed_msg;
616                     $user->step_inc();
617                     return TRUE;
618                 }
619                 
620                 /* TODO: refact to a function */
621                 // if ($user->bantime > $user->laccwr) {
622                 require_once("Obj/hardban.phh");
623
624                 if (($bantime = Hardbans::check(($user->flags & USER_FLAG_AUTH ? $user->name : FALSE),
625                                                 $user->ip, $user->sess)) != -1) {
626                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
627                     /* MLANG: "<br>Ti sei alzato da un tavolo senza il consenso degli altri giocatori. <br><br>Dovrai aspettare ancora ".secstoword($user->bantime - $user->laccwr)." prima di poterti sedere nuovamente.", "resta in piedi.", "<br>Tu o qualcuno col tuo stesso indirizzo IP si è alzato da un tavolo senza il consenso degli altri giocatori.<br><br>Dovrai aspettare ancora ".secstoword($bantime - $user->laccwr)." prima di poterti sedere nuovamente.<br><br>Se non sei stato tu ad alzarti e possiedi un login con password, autenticandoti con quello, potrai accedere." */
628                     if ($user->flags & USER_FLAG_AUTH) {
629                         $user->comm[$user->step % COMM_N] .= show_notify($mlang_indwr['badwake_a'][$G_lang].secstoword($user->bantime - $user->laccwr).$mlang_indwr['badwake_b'][$G_lang], 2000, $mlang_indwr['btn_stays'][$G_lang], 400, 100);
630                     }
631                     else {
632                         $user->comm[$user->step % COMM_N] .= show_notify($mlang_indwr['badsit_a'][$G_lang].secstoword($bantime - $user->laccwr).$mlang_indwr['badsit_a'][$G_lang], 2000, $mlang_indwr['btn_stays'][$G_lang], 400, 180);
633                     }
634                     $user->step_inc();
635                     return TRUE;
636                 }
637     
638                 if ($table->player_n == PLAYERS_N) {
639                     log_wr("WARN:FSM: Sitdown unreachable, table full.");
640                     return FALSE;
641                 }
642       
643                 // set new status
644                 $user->subst = "sitdown";
645                 $user->table = $table_idx;
646                 $user->table_pos = $table->user_add($idx);
647                 
648                 log_wr("MOP before");
649                 
650                 if ($table->player_n == PLAYERS_N) {
651                     require_once("briskin5/Obj/briskin5.phh");
652                     log_wr("MOP inall");
653                     
654                     // Start game for this table.
655                     log_wr("Start game!");
656         
657                     //
658                     //  START THE SPAWN HERE!!!!
659                     //
660                     
661                     // Create new spawned table
662                     // $bri_sem = Bin5::lock_data(TRUE, $table_idx);
663                     $table_token = uniqid("");
664                     $room->table[$table_idx]->table_token = $table_token;
665                     $room->table[$table_idx]->table_start = $curtime;
666                     
667                     $plist = "$table_token|$user->table|$table->player_n";
668                     for ($i = 0 ; $i < $table->player_n ; $i++) {
669                         $plist .= '|'.$room->user[$table->player[$i]]->sess;
670                     }
671                     log_legal($curtime, $user->ip, $user, "STAT:CREATE_GAME", $plist);
672                     
673                     log_wr("pre new Bin5");
674                     if (($bri = new Bin5($room, $table_idx, $table_token, $get, $post, $cookie)) == FALSE)
675                         log_wr("bri create: FALSE");
676                     else
677                         log_wr("bri create: ".serialize($bri));
678                     
679                     log_wr("pre init table");
680                     // init table
681                     $bri_table = $bri->table[0];
682                     $bri_table->init($bri->user);
683                     $bri_table->game_init($bri->user);
684                     //
685                     // Init spawned users.
686                     //
687                     //  MULTIGAME: here init of selected game instead of hardcabled briskin5 init (look subst status)
688                     //
689                     log_wr("game_init after");
690                     for ($i = 0 ; $i < $table->player_n ; $i++) {
691                         $bri_user_cur = $bri->user[$i];
692                         $user_cur = $room->user[$table->player[$i]];
693                         
694                         $bri_user_cur->laccwr = $curtime;
695                         $bri_user_cur->trans_step = $user_cur->step + 1;
696                         $bri_user_cur->comm[$bri_user_cur->step % COMM_N] = "";
697                         $bri_user_cur->step_inc();
698                         $bri_user_cur->comm[$bri_user_cur->step % COMM_N] = show_table(&$bri,&$bri_user_cur,$bri_user_cur->step+1,TRUE, FALSE);
699                         $bri_user_cur->step_inc();
700                         
701                         log_wr("TRY PRESAVE: ".$bri_user_cur->step." TRANS STEP: ".$bri_user_cur->trans_step);
702                         
703                         log_wr("Pre if!");
704                         
705                         //          ARRAY_POP DISABLED
706                         //          // CHECK
707                         while (array_pop($user_cur->comm) != NULL);
708           
709                         $user_cur->trans_step = $user_cur->step + 1;
710                         $user_cur->comm[$user_cur->step % COMM_N] = sprintf('gst.st_loc++; gst.st=%d; createCookie("table_idx", %d, 24*365, cookiepath); createCookie("table_token", "%s", 24*365, cookiepath); createCookie("lang", "%s", 24*365, cookiepath); xstm.stop(); window.onunload = null ; window.onbeforeunload = null ; document.location.assign("briskin5/index.php");|', $user_cur->step+1, $table_idx, $table_token, $G_lang);
711                         log_wr("TRANS ATTIVATO");
712                         
713                         $user_cur->stat_set('table');
714                         $user_cur->subst = 'asta';
715                         $user_cur->laccwr = $curtime;
716                         $user_cur->step_inc();
717                     }
718                     log_wr("presave bri");
719                     $room->match_add($table_idx, $bri);
720                     log_wr("postsave bri");
721                 }
722                 // change room
723                 $room->room_sitdown($user, $table_idx);
724                 
725                 log_wr("MOP finish");
726             }
727             else if ($argz[0] == 'logout') {
728                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
729                 $user->comm[$user->step % COMM_N] .= 'postact_logout();';
730                 $user->the_end = TRUE;
731                 $user->step_inc();
732             }
733         }
734         /**********************
735          *                    *
736          *   SUBST: sitdown   *
737          *                    *
738          **********************/
739         else if ($user->subst == 'sitdown') {
740             if ($argz[0] == 'wakeup') {
741                 $room->room_wakeup($user);
742             }
743             else if ($argz[0] == 'logout') {
744                 $room->room_wakeup($user);
745                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
746                 $user->comm[$user->step % COMM_N] .= 'postact_logout();';
747                 $user->the_end = TRUE;
748                 $user->step_inc();
749             }
750         }
751     }
752     log_wr("before save data");
753     // Room::save_data($room);
754     log_wr($user->step, 'index_wr.php: after save_data()');
755     
756 /* Room::unlock_data($sem); */
757 /* exit; */
758     return (FALSE);
759 }
760 ?>