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