user ip address management and check fixed
[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         
188         else { 
189             log_wr("Get User Error");
190             echo "Get User Error:" + $argz[0];
191             return FALSE;
192         }
193         return TRUE;
194     }
195
196
197
198     $argz = explode('|', xcapemesg($mesg));
199
200     log_wr('POSTSPLIT: '.$argz[0]);
201
202     // LACC UPDATED
203     $user->lacc = $curtime;
204
205     if ($argz[0] == 'ping') {
206         log_wr("PING RECEIVED");
207     }
208     else if ($argz[0] == 'shutdown') {
209         log_auth($user->sess, "Shutdown session.");
210
211         $user->reset();
212
213         log_rd2("AUTO LOGOUT.");
214         if ($user->subst == 'sitdown' || $user->stat == 'table')
215             $room->room_wakeup($user);
216         else if ($user->subst == 'standup')
217             $room->room_outstandup(&$user);
218         else {
219             log_rd2("SHUTDOWN FROM WHAT ???");
220         }
221     }
222     else if ($argz[0] == 'warranty') {
223         if (($cli_name = gpcs_var('cli_name', $get, $post, $cookie)) === FALSE) 
224             $cli_name = "";
225         
226         if (($cli_email = gpcs_var('cli_email', $get, $post, $cookie)) === FALSE)
227             $cli_email = "";
228
229         
230         $mesg_to_user = "";
231         
232         log_wr("INFO:SKIP:argz == warranty name: [".$cli_name."] AUTH: ".($user->flags & USER_FLAG_AUTH));
233         if ($user->flags & USER_FLAG_AUTH) {
234             if (($wa_lock = Warrant::lock_data(TRUE)) != FALSE) {
235                 if (($fp = @fopen(LEGAL_PATH."/warrant.txt", 'a')) != FALSE) {
236                     /* Unix time | session | nickname | IP | where was | mesg */
237                     fwrite($fp, sprintf("%ld|%s|%s|%s|\n", $curtime, xcapelt($user->name), xcapelt(urldecode($cli_name)), xcapelt(urldecode($cli_email))));
238                     fclose($fp);
239                 }
240                 Warrant::unlock_data($wa_lock);
241                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
242                 /* 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." */
243                 $user->comm[$user->step % COMM_N] .=  show_notify($mlang_indwr['warrrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 150);
244                 $user->step_inc();
245                 echo "1";
246             }
247             else {
248                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
249                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
250             }
251             
252         }
253         else {
254             /* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>" */
255             $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['warrmust'][$G_lang]);
256         }
257         
258         if ($mesg_to_user != "") {
259             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
260             
261             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
262             $user->step_inc();
263         }
264     }
265     else if ($argz[0] == 'mesgtoadm') {
266         if (($cli_subj = gpcs_var('cli_subj', $get, $post, $cookie)) === FALSE) 
267             $cli_subj = "";
268         
269         if (($cli_mesg = gpcs_var('cli_mesg', $get, $post, $cookie)) === FALSE)
270             $cli_mesg = "";
271
272
273         
274         $mesg_to_user = "";
275         
276         log_wr("INFO:SKIP:argz == mesgtoadm name: [".$user->name."] AUTH: ".($user->flags & USER_FLAG_AUTH));
277         if ($user->flags & USER_FLAG_AUTH) {
278             if (($wa_lock = Warrant::lock_data(TRUE)) != FALSE) {
279                 if (($bdb = BriskDB::create()) != FALSE) {
280                     $bdb->users_load();
281                 
282                     if (($ema = $bdb->getmail($user->name)) != FALSE) {
283                         //  mail("nastasi",
284                         mail("brisk@alternativeoutput.it", urldecode($cli_subj), urldecode($cli_mesg), sprintf("From: %s <%s>", $user->name, $ema));
285                     }
286                     
287                     if (($fp = @fopen(LEGAL_PATH."/messages.txt", 'a')) != FALSE) {
288                         /* Unix time | session | nickname | IP | where was | mesg */
289                         fwrite($fp, sprintf("%ld|%s|%s|%s\n", $curtime, $user->name,
290                                             xcapelt(urldecode($cli_subj)), xcapelt(urldecode($cli_mesg))));
291                         fclose($fp);
292                     }
293                     Warrant::unlock_data($wa_lock);
294                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
295                     /* MLANG: "" */
296                     $user->comm[$user->step % COMM_N] .=  show_notify($mlang_indwr['mesgrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
297                     $user->step_inc();
298                     echo "1";
299                 }
300                 else {
301                     /* MLANG: "<b>Il database è temporaneamente irraggiungibile, riprova più tardi o contatta l\'amministratore.</b>" */
302                     $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['coerrdb'][$G_lang]);
303                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
304                 }
305             }
306             else {
307                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
308                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
309             }
310             
311         }
312         else {
313             /* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>" */
314             $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['mesgmust'][$G_lang]);
315         }
316         
317         if ($mesg_to_user != "") {
318             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
319             
320             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
321             $user->step_inc();
322         }
323     }
324
325
326
327     else if ($argz[0] == 'poll') {
328         GLOBAL $G_with_poll, $G_poll_name;
329         if (($cli_choose = gpcs_var('cli_choose', $get, $post, $cookie)) === FALSE) 
330             $cli_choose = "";
331         
332         if (($cli_poll_name = gpcs_var('cli_poll_name', $get, $post, $cookie)) === FALSE)
333             $cli_poll_name = "";
334
335         $poll_lock = FALSE;
336         $mesg_to_user = "";
337   
338         $fp = FALSE;
339         $echont = "0";
340
341   /*
342           DONE - autorizzato ?
343           DONE - ci sono poll attivi ?
344           - verifica che il poll_name del client sia uguale a quello sul server
345           DONE - lock
346           DONE - apro file r+ con fallback in w+
347           DONE - vedo se ha già votato
348           DONE - se si: messaggio di voto già dato
349           se no: accetto il voto e lo segno; messaggio
350           chiudo file
351   */
352
353         $dobreak = FALSE;
354         do {
355             log_wr("INFO:SKIP:argz == poll name: [".$cli_poll_name."] AUTH: ".($user->flags & USER_FLAG_AUTH));
356             if (($user->flags & USER_FLAG_AUTH) != USER_FLAG_AUTH) {
357                 // MLANG: <b>Per partecipare al sondaggio devi essere autenticato.</b>
358                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['pollmust'][$G_lang]);
359                 log_wr("break1");
360                 break;
361             }
362             
363             if ($G_with_poll == FALSE && $G_poll_name != FALSE && $G_poll_name != "") {
364                 $mesg_to_user = show_notify($mlang_indwr['pollnone'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
365                 log_wr("break2");
366                 break;
367             }
368     
369             if ($cli_choose == "" || !isset($cli_choose)) {
370                 $mesg_to_user = show_notify($mlang_indwr['pollchoo'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
371                 log_wr("break2.5");
372                 break;
373             }
374     
375             if (($poll_lock = Poll::lock_data(TRUE)) == FALSE) {
376                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
377                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
378                 log_wr("break3");
379                 break;
380             }
381     
382             if (($fp = @fopen(LEGAL_PATH."/".$G_poll_name.".txt", 'r+')) == FALSE)
383                 $fp = @fopen(LEGAL_PATH."/".$G_poll_name.".txt", 'w+');
384             
385             if ($fp == FALSE) {
386                 $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]);
387                 log_wr("break4");
388                 break;
389             }
390     
391             log_wr("poll: cp");
392             fseek($fp, 0);
393             
394             log_wr("poll: cp2");
395             while (!feof($fp)) {
396                 log_wr("poll: cp3");
397                 $bf = fgets($fp, 4096);
398                 log_wr("poll: cp3.1");
399                 $arli = csplitter($bf, '|');
400                 if (count($arli) == 0)
401                     break;
402                 log_wr("poll: cp3.2");
403                 if (strcasecmp($arli[1], $user->name) == 0) {
404                     $mesg_to_user = show_notify($mlang_indwr['pollagai'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
405                     $dobreak = TRUE;
406                     break;
407                 }
408             }
409             log_wr("poll: cp4");
410             
411             if ($dobreak) {
412                 log_wr("break5");
413                 break;
414             }
415       
416             /* Unix time | nickname | choose */
417             fwrite($fp, sprintf("%ld|%s|%s\n", $curtime, xcapelt($user->name), xcapelt(urldecode($cli_choose))));
418             fflush($fp);
419             $mesg_to_user =  show_notify($mlang_indwr['pollrec'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
420             $echont = "1";
421             log_wr("poll: cp5");
422         } while (0);
423         
424         if ($fp != FALSE)
425             fclose($fp);
426         
427         if ($poll_lock != FALSE)
428             Poll::unlock_data($poll_lock);
429         
430         if ($mesg_to_user != "") {
431             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
432             
433             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
434             $user->step_inc();
435         }
436
437         echo "$echont";
438     }
439
440     /******************
441      *                *
442      *   STAT: room   *
443      *                *
444      ******************/
445     else if ($user->stat == 'room') {
446         $user->laccwr = time();
447
448         if ($argz[0] == 'help') {
449             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
450             $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);
451
452             log_wr($user->comm[$user->step % COMM_N]);
453             $user->step_inc();
454
455         }
456         else if ($argz[0] == 'passwdhowto') {
457             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
458             $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);
459
460             log_wr($user->comm[$user->step % COMM_N]);
461             $user->step_inc();
462
463         }
464         else if ($argz[0] == 'splash') {
465             GLOBAL $G_with_splash, $G_splash_content, $G_splash_interval, $G_splash_idx;
466             GLOBAL $G_splash_w, $G_splash_h, $G_splash_timeout;
467             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
468
469             $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);
470
471             log_wr($user->comm[$user->step % COMM_N]);
472             $user->step_inc();
473         }
474         else if ($argz[0] == 'about') {
475             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
476             $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);
477             
478             log_wr($user->comm[$user->step % COMM_N]);
479             $user->step_inc();
480             
481         }
482         
483         else if ($argz[0] == 'placing') {
484             
485             require_once("briskin5/Obj/briskin5.phh");
486             require_once("briskin5/Obj/placing.phh");
487             
488             $user->comm[$user->step % COMM_N] =  "gst.st = ".($user->step+1)."; ";
489             $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);
490             
491             log_wr($user->comm[$user->step % COMM_N]);
492             $user->step_inc();
493             
494             
495         }
496         
497         
498         else if ($argz[0] == 'roadmap') {
499             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
500             $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);
501             
502             log_wr($user->comm[$user->step % COMM_N]);
503             $user->step_inc();
504             
505         }
506         else if ($argz[0] == 'whysupport') {
507             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
508             $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);
509             
510             log_wr($user->comm[$user->step % COMM_N]);
511             $user->step_inc();
512             
513         }
514         else if ($argz[0] == 'chatt') {
515             $room->chatt_send(&$user, xcapemesg($mesg));
516         }
517         /**********************
518          *                    *
519          *   SUBST: standup   *
520          *                    *
521          **********************/
522         else if ($user->subst == 'standup') {
523
524             if ($argz[0] == 'sitdown') {
525                 log_wr("SITDOWN command");
526
527                 if ($user->the_end == TRUE) {
528                     log_wr("INFO:SKIP:argz == sitdown && ->the_end == TRUE => ignore request.");
529                     return FALSE;
530                 }
531                 
532                 // Take parameters
533                 $table_idx = (int)$argz[1];
534                 $table = &$room->table[$table_idx];
535     
536                 if ($G_shutdown || $table->wakeup_time > $curtime ||
537                     ($table->auth_only && (($user->flags & USER_FLAG_AUTH) == 0)) ) {
538                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
539
540                     /* 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>" */
541                     if ($G_shutdown) {
542                         $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['shutmsg'][$G_lang]);
543                     }
544                     else if ($table->auth_only && (($user->flags & USER_FLAG_AUTH) == 0)) {
545                         $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['mustauth'][$G_lang]);
546                     }
547                     else {
548                         $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]);
549                     }
550                     $user->step_inc();
551                     return TRUE;
552                 }
553                 
554                 /* TODO: refact to a function */
555                 // if ($user->bantime > $user->laccwr) {
556                 require_once("Obj/hardban.phh");
557
558                 if (($bantime = Hardbans::check(($user->flags & USER_FLAG_AUTH ? $user->name : FALSE),
559                                                 $user->ip, $user->sess)) != -1) {
560                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
561                     /* 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." */
562                     if ($user->flags & USER_FLAG_AUTH) {
563                         $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);
564                     }
565                     else {
566                         $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);
567                     }
568                     $user->step_inc();
569                     return TRUE;
570                 }
571     
572                 if ($table->player_n == PLAYERS_N) {
573                     log_wr("WARN:FSM: Sitdown unreachable, table full.");
574                     return FALSE;
575                 }
576       
577                 // set new status
578                 $user->subst = "sitdown";
579                 $user->table = $table_idx;
580                 $user->table_pos = $table->user_add($idx);
581                 
582                 log_wr("MOP before");
583                 
584                 if ($table->player_n == PLAYERS_N) {
585                     require_once("briskin5/Obj/briskin5.phh");
586                     log_wr("MOP inall");
587                     
588                     // Start game for this table.
589                     log_wr("Start game!");
590         
591                     //
592                     //  START THE SPAWN HERE!!!!
593                     //
594                     
595                     // Create new spawned table
596                     // $bri_sem = Bin5::lock_data(TRUE, $table_idx);
597                     $table_token = uniqid("");
598                     $room->table[$table_idx]->table_token = $table_token;
599                     $room->table[$table_idx]->table_start = $curtime;
600                     
601                     $plist = "$table_token|$user->table|$table->player_n";
602                     for ($i = 0 ; $i < $table->player_n ; $i++) {
603                         $plist .= '|'.$room->user[$table->player[$i]]->sess;
604                     }
605                     log_legal($curtime, $user->ip, $user, "STAT:CREATE_GAME", $plist);
606                     
607                     log_wr("pre new Bin5");
608                     if (($bri = new Bin5($room, $table_idx, $table_token, $get, $post, $cookie)) == FALSE)
609                         log_wr("bri create: FALSE");
610                     else
611                         log_wr("bri create: ".serialize($bri));
612                     
613                     log_wr("pre init table");
614                     // init table
615                     $bri_table = $bri->table[0];
616                     $bri_table->init($bri->user);
617                     $bri_table->game_init($bri->user);
618                     //
619                     // Init spawned users.
620                     //
621                     //  MULTIGAME: here init of selected game instead of hardcabled briskin5 init (look subst status)
622                     //
623                     log_wr("game_init after");
624                     for ($i = 0 ; $i < $table->player_n ; $i++) {
625                         $bri_user_cur = $bri->user[$i];
626                         $user_cur = $room->user[$table->player[$i]];
627                         
628                         $bri_user_cur->stat_set('table');
629                         $bri_user_cur->subst = 'asta';
630                         $bri_user_cur->laccwr = $curtime;
631                         
632                         $bri_user_cur->trans_step = $user_cur->step + 1;
633                         $bri_user_cur->comm[$bri_user_cur->step % COMM_N] = "";
634                         $bri_user_cur->step_inc();
635                         $bri_user_cur->comm[$bri_user_cur->step % COMM_N] = show_table(&$bri,&$bri_user_cur,$bri_user_cur->step+1,TRUE, FALSE);
636                         $bri_user_cur->step_inc();
637                         
638                         log_wr("TRY PRESAVE: ".$bri_user_cur->step." TRANS STEP: ".$bri_user_cur->trans_step);
639                         
640                         log_wr("Pre if!");
641                         
642                         //          ARRAY_POP DISABLED
643                         //          // CHECK
644                         while (array_pop($user_cur->comm) != NULL);
645           
646                         $ret = "";
647                         $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);
648                         
649                         $user_cur->comm[$user_cur->step % COMM_N] = $ret;
650                         $user_cur->trans_step = $user_cur->step + 1;
651                         log_wr("TRANS ATTIVATO");
652                         
653                         $user_cur->stat_set('table');
654                         $user_cur->subst = 'asta';
655                         $user_cur->laccwr = $curtime;
656                         $user_cur->step_inc();
657                     }
658                     log_wr("presave bri");
659                     $room->match_add($table_idx, $bri);
660                     log_wr("postsave bri");
661                 }
662                 // change room
663                 $room->room_sitdown($user, $table_idx);
664                 
665                 log_wr("MOP finish");
666             }
667             else if ($argz[0] == 'logout') {
668                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
669                 $user->comm[$user->step % COMM_N] .= 'postact_logout();';
670                 $user->the_end = TRUE;
671                 $user->step_inc();
672             }
673         }
674         /**********************
675          *                    *
676          *   SUBST: sitdown   *
677          *                    *
678          **********************/
679         else if ($user->subst == 'sitdown') {
680             if ($argz[0] == 'wakeup') {
681                 $room->room_wakeup($user);
682             }
683             else if ($argz[0] == 'logout') {
684                 $room->room_wakeup($user);
685                 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
686                 $user->comm[$user->step % COMM_N] .= 'postact_logout();';
687                 $user->the_end = TRUE;
688                 $user->step_inc();
689             }
690         }
691     }
692     log_wr("before save data");
693     // Room::save_data($room);
694     log_wr($user->step, 'index_wr.php: after save_data()');
695     
696 /* Room::unlock_data($sem); */
697 /* exit; */
698     return (FALSE);
699 }
700 ?>