customizable support icon finalized
[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                       '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_full, $get, $post, $cookie)
83 {
84     GLOBAL $G_shutdown, $G_black_list, $G_lang, $G_room_help, $G_room_about, $G_room_passwdhowto, $mlang_indwr;
85
86     $remote_addr = addrtoipv4($remote_addr_full);
87
88     log_load("index_wr.php");
89
90     if (($mesg = gpcs_var('mesg', $get, $post, $cookie)) === FALSE) 
91         unset($mesg);
92
93     if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE)
94         $sess = "";
95
96
97     if (DEBUGGING == "local" && $remote_addr != '127.0.0.1') {
98         echo "Debugging time!";
99         return (FALSE);
100     }
101
102     /*
103      *  MAIN
104      */
105
106     /* if the IP is banned, exit without do nothing */
107     if (array_search($remote_addr, $G_black_list) !== FALSE) {
108         sleep(5);
109         return (FALSE);
110     }
111
112     $is_spawn = FALSE;
113
114     log_wr(0, 'index_wr.php: COMM: '.xcapemesg($mesg));
115     log_wr('COMM: '.xcapemesg($mesg));
116
117     $curtime = time();
118     $dt = date("H:i ", $curtime);
119
120     if (($user = $room->get_user($sess, &$idx)) == FALSE) {
121         $argz = explode('|', xcapemesg($mesg));
122
123         if ($argz[0] == 'getchallenge') {
124             if (isset($get['cli_name']))
125                 $cli_name = $get['cli_name'];
126             if (($a_sem = Challenges::lock_data(TRUE)) != FALSE) { 
127                 log_main("chal lock data success");
128                 
129                 if (($chals = &Challenges::load_data()) != FALSE) {
130                     
131                     $token =  uniqid("");
132                     // echo '2|'.$argz[1].'|'.$token.'|'.$remote_addr.'|'.$curtime.'|';
133                     // exit;
134                     
135                     if (($login_new = validate_name(urldecode($cli_name))) != FALSE) {
136                         if ($chals->add($login_new, $token, $remote_addr, $curtime) != FALSE) {
137                             log_send("SUCCESS: token:".$token);
138                             echo '0|'.$token;
139                         }
140                         else {
141                             log_send("getchallenge FAILED");
142                             echo '1|';
143                         }
144                     }
145                     else {
146                         log_send("getchallenge FAILED");
147                         echo '1|';
148                     }
149                     if ($chals->ismod()) {
150                         Challenges::save_data(&$chals);
151                     }
152                 }
153                 
154                 
155                 Challenges::unlock_data($a_sem);
156             }
157             else {
158                 echo "CHALLENGE LOCK FAILED\n";
159                 return FALSE;
160             }
161         }
162         else if ($argz[0] == 'auth') {
163             printf("challenge|ok");
164         }
165         else if ($argz[0] == 'help') {
166             /* MLANG: "torna ai tavoli" */
167             echo show_notify(str_replace("\n", " ", $G_room_help[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 600, 500);
168         }
169         else if ($argz[0] == 'about') {
170             echo show_notify(str_replace("\n", " ", $G_room_about[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 230);
171         }
172         else if ($argz[0] == 'passwdhowto') {
173             echo show_notify(str_replace("\n", " ", $G_room_passwdhowto[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 200);
174         }
175         else if ($argz[0] == 'roadmap') {
176             echo show_notify(str_replace("\n", " ", $G_room_roadmap[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 200);
177         }
178         else if ($argz[0] == 'placing') {
179             require_once("briskin5/Obj/briskin5.phh");
180             require_once("briskin5/Obj/placing.phh");
181             
182             echo show_notify(str_replace("\n", " ", placings_show(FALSE)), 0, $mlang_indwr['btn_close'][$G_lang], 800, 600);
183         }
184         else if ($argz[0] == 'whysupport') {
185             echo show_notify(str_replace("\n", " ", $G_room_whysupport[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lng], 400, 200);
186         }
187         else { 
188             log_wr("Get User Error");
189             echo "Get User Error:" + $argz[0];
190             return FALSE;
191         }
192         return TRUE;
193     }
194
195     $argz = explode('|', xcapemesg($mesg));
196
197     log_wr('POSTSPLIT: '.$argz[0]);
198
199     // LACC UPDATED
200     $user->lacc = $curtime;
201
202     if ($argz[0] == 'ping') {
203         log_wr("PING RECEIVED");
204     }
205     else if ($argz[0] == 'prefs') {
206         fprintf(STDERR, "\n\n PREFS pre\n\n");
207         if (!isset($post['prefs'])) {
208             return FALSE;
209         }
210
211         if (($prefs = Client_prefs::from_json($post['prefs'])) == FALSE) {
212             $prefs = Client_prefs::from_user($user);
213         }
214         fprintf(STDERR, "\n\n PREFS [%s]\n\n", print_r($prefs, TRUE));
215
216         $prefs->store($user, TRUE);
217
218         $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
219         $user->comm[$user->step % COMM_N] .=  sprintf('prefs_load(\'%s\', true, %s);', json_encode($prefs),
220                                                       'false');
221         $user->step_inc();
222
223         if ($user->stat == 'room' && $user->subst == 'standup') {
224             $room->standup_update($user);
225         }
226         else if ($user->stat == 'room' && $user->subst == 'sitdown') {
227             log_main("chatt_send pre table update");
228             $room->table_update($user);
229             log_main("chatt_send post table update");
230         }
231
232         echo "1";
233         return TRUE;
234     }
235     else if ($argz[0] == 'shutdown') {
236         log_auth($user->sess, "Shutdown session.");
237
238         $user->reset();
239
240         log_rd2("AUTO LOGOUT.");
241         if ($user->subst == 'sitdown' || $user->stat == 'table')
242             $room->room_wakeup($user);
243         else if ($user->subst == 'standup')
244             $room->room_outstandup(&$user);
245         else {
246             log_rd2("SHUTDOWN FROM WHAT ???");
247         }
248     }
249     else if ($argz[0] == 'warranty') {
250         if (($cli_name = gpcs_var('cli_name', $get, $post, $cookie)) === FALSE) 
251             $cli_name = "";
252         
253         if (($cli_email = gpcs_var('cli_email', $get, $post, $cookie)) === FALSE)
254             $cli_email = "";
255
256         
257         $mesg_to_user = "";
258         
259         log_wr("INFO:SKIP:argz == warranty name: [".$cli_name."] AUTH: ".($user->flags & USER_FLAG_AUTH));
260         if ($user->flags & USER_FLAG_AUTH) {
261             if (($wa_lock = Warrant::lock_data(TRUE)) != FALSE) {
262                 if (($fp = @fopen(LEGAL_PATH."/warrant.txt", 'a')) != FALSE) {
263                     /* Unix time | session | nickname | IP | where was | mesg */
264                     fwrite($fp, sprintf("%ld|%s|%s|%s|\n", $curtime, xcapelt($user->name), xcapelt(urldecode($cli_name)), xcapelt(urldecode($cli_email))));
265                     fclose($fp);
266                 }
267                 Warrant::unlock_data($wa_lock);
268                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
269                 /* 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." */
270                 $user->comm[$user->step % COMM_N] .=  show_notify($mlang_indwr['warrrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 150);
271                 $user->step_inc();
272                 echo "1";
273             }
274             else {
275                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
276                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
277             }
278             
279         }
280         else {
281             /* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>" */
282             $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['warrmust'][$G_lang]);
283         }
284         
285         if ($mesg_to_user != "") {
286             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
287             
288             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
289             $user->step_inc();
290         }
291     }
292     else if ($argz[0] == 'mesgtoadm') {
293         if (($cli_subj = gpcs_var('cli_subj', $get, $post, $cookie)) === FALSE) 
294             $cli_subj = "";
295         
296         if (($cli_mesg = gpcs_var('cli_mesg', $get, $post, $cookie)) === FALSE)
297             $cli_mesg = "";
298
299
300         
301         $mesg_to_user = "";
302         
303         log_wr("INFO:SKIP:argz == mesgtoadm name: [".$user->name."] AUTH: ".($user->flags & USER_FLAG_AUTH));
304         if ($user->flags & USER_FLAG_AUTH) {
305             if (($wa_lock = Warrant::lock_data(TRUE)) != FALSE) {
306                 if (($bdb = BriskDB::create()) != FALSE) {
307                     $bdb->users_load();
308                 
309                     if (($ema = $bdb->getmail($user->name)) != FALSE) {
310                         //  mail("nastasi",
311                         mail("brisk@alternativeoutput.it", urldecode($cli_subj), urldecode($cli_mesg), sprintf("From: %s <%s>", $user->name, $ema));
312                     }
313                     
314                     if (($fp = @fopen(LEGAL_PATH."/messages.txt", 'a')) != FALSE) {
315                         /* Unix time | session | nickname | IP | where was | mesg */
316                         fwrite($fp, sprintf("%ld|%s|%s|%s\n", $curtime, $user->name,
317                                             xcapelt(urldecode($cli_subj)), xcapelt(urldecode($cli_mesg))));
318                         fclose($fp);
319                     }
320                     Warrant::unlock_data($wa_lock);
321                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
322                     /* MLANG: "" */
323                     $user->comm[$user->step % COMM_N] .=  show_notify($mlang_indwr['mesgrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
324                     $user->step_inc();
325                     echo "1";
326                 }
327                 else {
328                     /* MLANG: "<b>Il database è temporaneamente irraggiungibile, riprova più tardi o contatta l\'amministratore.</b>" */
329                     $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['coerrdb'][$G_lang]);
330                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
331                 }
332             }
333             else {
334                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
335                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
336             }
337             
338         }
339         else {
340             /* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>" */
341             $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['mesgmust'][$G_lang]);
342         }
343         
344         if ($mesg_to_user != "") {
345             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
346             
347             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
348             $user->step_inc();
349         }
350     }
351
352
353
354     else if ($argz[0] == 'poll') {
355         GLOBAL $G_with_poll, $G_poll_name;
356         if (($cli_choose = gpcs_var('cli_choose', $get, $post, $cookie)) === FALSE) 
357             $cli_choose = "";
358         
359         if (($cli_poll_name = gpcs_var('cli_poll_name', $get, $post, $cookie)) === FALSE)
360             $cli_poll_name = "";
361
362         $poll_lock = FALSE;
363         $mesg_to_user = "";
364   
365         $fp = FALSE;
366         $echont = "0";
367
368   /*
369           DONE - autorizzato ?
370           DONE - ci sono poll attivi ?
371           - verifica che il poll_name del client sia uguale a quello sul server
372           DONE - lock
373           DONE - apro file r+ con fallback in w+
374           DONE - vedo se ha già votato
375           DONE - se si: messaggio di voto già dato
376           se no: accetto il voto e lo segno; messaggio
377           chiudo file
378   */
379
380         $dobreak = FALSE;
381         do {
382             log_wr("INFO:SKIP:argz == poll name: [".$cli_poll_name."] AUTH: ".($user->flags & USER_FLAG_AUTH));
383             if (($user->flags & USER_FLAG_AUTH) != USER_FLAG_AUTH) {
384                 // MLANG: <b>Per partecipare al sondaggio devi essere autenticato.</b>
385                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['pollmust'][$G_lang]);
386                 log_wr("break1");
387                 break;
388             }
389             
390             if ($G_with_poll == FALSE && $G_poll_name != FALSE && $G_poll_name != "") {
391                 $mesg_to_user = show_notify($mlang_indwr['pollnone'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
392                 log_wr("break2");
393                 break;
394             }
395     
396             if ($cli_choose == "" || !isset($cli_choose)) {
397                 $mesg_to_user = show_notify($mlang_indwr['pollchoo'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
398                 log_wr("break2.5");
399                 break;
400             }
401     
402             if (($poll_lock = Poll::lock_data(TRUE)) == FALSE) {
403                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
404                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
405                 log_wr("break3");
406                 break;
407             }
408     
409             if (($fp = @fopen(LEGAL_PATH."/".$G_poll_name.".txt", 'r+')) == FALSE)
410                 $fp = @fopen(LEGAL_PATH."/".$G_poll_name.".txt", 'w+');
411             
412             if ($fp == FALSE) {
413                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
414                 log_wr("break4");
415                 break;
416             }
417     
418             log_wr("poll: cp");
419             fseek($fp, 0);
420             
421             log_wr("poll: cp2");
422             while (!feof($fp)) {
423                 log_wr("poll: cp3");
424                 $bf = fgets($fp, 4096);
425                 log_wr("poll: cp3.1");
426                 $arli = csplitter($bf, '|');
427                 if (count($arli) == 0)
428                     break;
429                 log_wr("poll: cp3.2");
430                 if (strcasecmp($arli[1], $user->name) == 0) {
431                     $mesg_to_user = show_notify($mlang_indwr['pollagai'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
432                     $dobreak = TRUE;
433                     break;
434                 }
435             }
436             log_wr("poll: cp4");
437             
438             if ($dobreak) {
439                 log_wr("break5");
440                 break;
441             }
442       
443             /* Unix time | nickname | choose */
444             fwrite($fp, sprintf("%ld|%s|%s\n", $curtime, xcapelt($user->name), xcapelt(urldecode($cli_choose))));
445             fflush($fp);
446             $mesg_to_user =  show_notify($mlang_indwr['pollrec'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
447             $echont = "1";
448             log_wr("poll: cp5");
449         } while (0);
450         
451         if ($fp != FALSE)
452             fclose($fp);
453         
454         if ($poll_lock != FALSE)
455             Poll::unlock_data($poll_lock);
456         
457         if ($mesg_to_user != "") {
458             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
459             
460             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
461             $user->step_inc();
462         }
463
464         echo "$echont";
465     }
466
467     /******************
468      *                *
469      *   STAT: room   *
470      *                *
471      ******************/
472     else if ($user->stat == 'room') {
473         $user->laccwr = time();
474
475         if ($argz[0] == 'help') {
476             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
477             $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);
478
479             log_wr($user->comm[$user->step % COMM_N]);
480             $user->step_inc();
481
482         }
483         else if ($argz[0] == 'passwdhowto') {
484             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
485             $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);
486
487             log_wr($user->comm[$user->step % COMM_N]);
488             $user->step_inc();
489
490         }
491         else if ($argz[0] == 'splash') {
492             GLOBAL $G_with_splash, $G_splash_content, $G_splash_interval, $G_splash_idx;
493             GLOBAL $G_splash_w, $G_splash_h, $G_splash_timeout;
494             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
495
496             $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);
497
498             log_wr($user->comm[$user->step % COMM_N]);
499             $user->step_inc();
500         }
501         else if ($argz[0] == 'about') {
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_about[$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         
510         else if ($argz[0] == 'placing') {
511             
512             require_once("briskin5/Obj/briskin5.phh");
513             require_once("briskin5/Obj/placing.phh");
514             
515             $user->comm[$user->step % COMM_N] =  "gst.st = ".($user->step+1)."; ";
516             $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);
517             
518             log_wr($user->comm[$user->step % COMM_N]);
519             $user->step_inc();
520             
521             
522         }
523         
524         
525         else if ($argz[0] == 'roadmap') {
526             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
527             $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);
528             
529             log_wr($user->comm[$user->step % COMM_N]);
530             $user->step_inc();
531             
532         }
533         else if ($argz[0] == 'whysupport') {
534             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
535             $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);
536             
537             log_wr($user->comm[$user->step % COMM_N]);
538             $user->step_inc();
539             
540         }
541         else if ($argz[0] == 'chatt') {
542             $room->chatt_send(&$user, xcapemesg($mesg));
543         }
544         /**********************
545          *                    *
546          *   SUBST: standup   *
547          *                    *
548          **********************/
549         else if ($user->subst == 'standup') {
550
551             if ($argz[0] == 'sitdown') {
552                 log_wr("SITDOWN command");
553
554                 if ($user->the_end == TRUE) {
555                     log_wr("INFO:SKIP:argz == sitdown && ->the_end == TRUE => ignore request.");
556                     return FALSE;
557                 }
558                 
559                 // Take parameters
560                 $table_idx = (int)$argz[1];
561                 $table = &$room->table[$table_idx];
562     
563                 if ($G_shutdown || $table->wakeup_time > $curtime ||
564                     ($table->auth_only && (($user->flags & USER_FLAG_AUTH) == 0)) ) {
565                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
566
567                     /* 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>" */
568                     if ($G_shutdown) {
569                         $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['shutmsg'][$G_lang]);
570                     }
571                     else if ($table->auth_only && (($user->flags & USER_FLAG_AUTH) == 0)) {
572                         $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['mustauth'][$G_lang]);
573                     }
574                     else {
575                         $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]);
576                     }
577                     $user->step_inc();
578                     return TRUE;
579                 }
580                 
581                 /* TODO: refact to a function */
582                 // if ($user->bantime > $user->laccwr) {
583                 require_once("Obj/hardban.phh");
584
585                 if (($bantime = Hardbans::check(($user->flags & USER_FLAG_AUTH ? $user->name : FALSE),
586                                                 $user->ip, $user->sess)) != -1) {
587                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
588                     /* 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." */
589                     if ($user->flags & USER_FLAG_AUTH) {
590                         $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);
591                     }
592                     else {
593                         $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);
594                     }
595                     $user->step_inc();
596                     return TRUE;
597                 }
598     
599                 if ($table->player_n == PLAYERS_N) {
600                     log_wr("WARN:FSM: Sitdown unreachable, table full.");
601                     return FALSE;
602                 }
603       
604                 // set new status
605                 $user->subst = "sitdown";
606                 $user->table = $table_idx;
607                 $user->table_pos = $table->user_add($idx);
608                 
609                 log_wr("MOP before");
610                 
611                 if ($table->player_n == PLAYERS_N) {
612                     require_once("briskin5/Obj/briskin5.phh");
613                     log_wr("MOP inall");
614                     
615                     // Start game for this table.
616                     log_wr("Start game!");
617         
618                     //
619                     //  START THE SPAWN HERE!!!!
620                     //
621                     
622                     // Create new spawned table
623                     // $bri_sem = Bin5::lock_data(TRUE, $table_idx);
624                     $table_token = uniqid("");
625                     $room->table[$table_idx]->table_token = $table_token;
626                     $room->table[$table_idx]->table_start = $curtime;
627                     
628                     $plist = "$table_token|$user->table|$table->player_n";
629                     for ($i = 0 ; $i < $table->player_n ; $i++) {
630                         $plist .= '|'.$room->user[$table->player[$i]]->sess;
631                     }
632                     log_legal($curtime, $user->ip, $user, "STAT:CREATE_GAME", $plist);
633                     
634                     log_wr("pre new Bin5");
635                     if (($bri = new Bin5($room, $table_idx, $table_token, $get, $post, $cookie)) == FALSE)
636                         log_wr("bri create: FALSE");
637                     else
638                         log_wr("bri create: ".serialize($bri));
639                     
640                     log_wr("pre init table");
641                     // init table
642                     $bri_table = $bri->table[0];
643                     $bri_table->init($bri->user);
644                     $bri_table->game_init($bri->user);
645                     //
646                     // Init spawned users.
647                     //
648                     //  MULTIGAME: here init of selected game instead of hardcabled briskin5 init (look subst status)
649                     //
650                     log_wr("game_init after");
651                     for ($i = 0 ; $i < $table->player_n ; $i++) {
652                         $bri_user_cur = $bri->user[$i];
653                         $user_cur = $room->user[$table->player[$i]];
654                         
655                         $bri_user_cur->stat_set('table');
656                         $bri_user_cur->subst = 'asta';
657                         $bri_user_cur->laccwr = $curtime;
658                         
659                         $bri_user_cur->trans_step = $user_cur->step + 1;
660                         $bri_user_cur->comm[$bri_user_cur->step % COMM_N] = "";
661                         $bri_user_cur->step_inc();
662                         $bri_user_cur->comm[$bri_user_cur->step % COMM_N] = show_table(&$bri,&$bri_user_cur,$bri_user_cur->step+1,TRUE, FALSE);
663                         $bri_user_cur->step_inc();
664                         
665                         log_wr("TRY PRESAVE: ".$bri_user_cur->step." TRANS STEP: ".$bri_user_cur->trans_step);
666                         
667                         log_wr("Pre if!");
668                         
669                         //          ARRAY_POP DISABLED
670                         //          // CHECK
671                         while (array_pop($user_cur->comm) != NULL);
672           
673                         $ret = "";
674                         $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); xstm.stop(); window.onunload = null ; window.onbeforeunload = null ; document.location.assign("briskin5/index.php");|', $user_cur->step+1, $table_idx, $table_token, $G_lang);
675                         
676                         $user_cur->comm[$user_cur->step % COMM_N] = $ret;
677                         $user_cur->trans_step = $user_cur->step + 1;
678                         log_wr("TRANS ATTIVATO");
679                         
680                         $user_cur->stat_set('table');
681                         $user_cur->subst = 'asta';
682                         $user_cur->laccwr = $curtime;
683                         $user_cur->step_inc();
684                     }
685                     log_wr("presave bri");
686                     $room->match_add($table_idx, $bri);
687                     log_wr("postsave bri");
688                 }
689                 // change room
690                 $room->room_sitdown($user, $table_idx);
691                 
692                 log_wr("MOP finish");
693             }
694             else if ($argz[0] == 'logout') {
695                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
696                 $user->comm[$user->step % COMM_N] .= 'postact_logout();';
697                 $user->the_end = TRUE;
698                 $user->step_inc();
699             }
700         }
701         /**********************
702          *                    *
703          *   SUBST: sitdown   *
704          *                    *
705          **********************/
706         else if ($user->subst == 'sitdown') {
707             if ($argz[0] == 'wakeup') {
708                 $room->room_wakeup($user);
709             }
710             else if ($argz[0] == 'logout') {
711                 $room->room_wakeup($user);
712                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
713                 $user->comm[$user->step % COMM_N] .= 'postact_logout();';
714                 $user->the_end = TRUE;
715                 $user->step_inc();
716             }
717         }
718     }
719     log_wr("before save data");
720     // Room::save_data($room);
721     log_wr($user->step, 'index_wr.php: after save_data()');
722     
723 /* Room::unlock_data($sem); */
724 /* exit; */
725     return (FALSE);
726 }
727 ?>