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