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