5 * Copyright (C) 2006-2011 Matteo Nastasi
6 * mailto: nastasi@alternativeoutput.it
7 * matteo.nastasi@milug.org
8 * web: http://www.alternativeoutput.it
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.
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.
25 // require_once("Obj/brisk.phh");
26 // require_once("Obj/auth.phh");
27 // require_once("Obj/proxyscan.phh");
29 // Use of proxies isn't allowed.
35 $mlang_indwr = array( 'btn_backtotab' => array( 'it' => 'Torna ai tavoli.',
36 'en' => 'Back to tables.' ),
37 'warrrepl' => array( 'it' => '<br>Il nominativo è stato inoltrato all\'amministratore.<br><br>Nell\'arco di pochi giorni verrà<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',
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 è 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 è appena liberato, ci si potrà 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')
82 function index_wr_main(&$room, $remote_addr, $get, $post, $cookie)
84 GLOBAL $G_black_list, $G_lang, $G_room_help, $G_room_about, $mlang_indwr;
86 log_load("index_wr.php");
88 if (($mesg = gpcs_var('mesg', $get, $post, $cookie)) === FALSE)
91 if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE)
95 if (DEBUGGING == "local" && $remote_addr != '127.0.0.1') {
96 echo "Debugging time!";
104 /* if the IP is banned, exit without do nothing */
105 if (array_search($remote_addr, $G_black_list) !== FALSE) {
112 log_wr(0, 'index_wr.php: COMM: '.xcapemesg($mesg));
113 log_wr('COMM: '.xcapemesg($mesg));
116 $dt = date("H:i ", $curtime);
118 if (($user = $room->get_user($sess, &$idx)) == FALSE) {
119 $argz = explode('|', xcapemesg($mesg));
121 if ($argz[0] == 'getchallenge') {
122 if (isset($get['cli_name']))
123 $cli_name = $get['cli_name'];
124 if (($a_sem = Challenges::lock_data(TRUE)) != FALSE) {
125 log_main("chal lock data success");
127 if (($chals = &Challenges::load_data()) != FALSE) {
130 // echo '2|'.$argz[1].'|'.$token.'|'.$remote_addr.'|'.$curtime.'|';
133 if (($login_new = validate_name(urldecode($cli_name))) != FALSE) {
134 if ($chals->add($login_new, $token, $remote_addr, $curtime) != FALSE) {
135 log_send("SUCCESS: token:".$token);
139 log_send("getchallenge FAILED");
144 log_send("getchallenge FAILED");
147 if ($chals->ismod()) {
148 Challenges::save_data(&$chals);
153 Challenges::unlock_data($a_sem);
156 echo "CHALLENGE LOCK FAILED\n";
160 else if ($argz[0] == 'auth') {
161 printf("challenge|ok");
163 else if ($argz[0] == 'help') {
164 /* MLANG: "torna ai tavoli" */
165 echo show_notify(str_replace("\n", " ", $G_room_help[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 600, 500);
167 else if ($argz[0] == 'about') {
168 echo show_notify(str_replace("\n", " ", $G_room_about[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 220);
170 else if ($argz[0] == 'passwdhowto') {
171 echo show_notify(str_replace("\n", " ", $G_room_passwdhowto[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 200);
173 else if ($argz[0] == 'roadmap') {
174 echo show_notify(str_replace("\n", " ", $G_room_roadmap[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 200);
176 /* else if ($argz[0] == 'placing') { */
177 /* require_once("briskin5/Obj/briskin5.phh"); */
178 /* require_once("briskin5/Obj/placing.phh"); */
180 /* echo show_notify(str_replace("\n", " ", placings_show(FALSE)), 0, $mlang_indwr['btn_close'][$G_lang], 800, 600); */
182 /* else if ($argz[0] == 'whysupport') { */
183 /* echo show_notify(str_replace("\n", " ", $G_room_whysupport[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lng], 400, 200); */
187 log_wr("Get User Error");
188 echo "Get User Error:" + $argz[0];
196 $argz = explode('|', xcapemesg($mesg));
198 log_wr('POSTSPLIT: '.$argz[0]);
200 log_wr($user->step, 'index_wr.php: after get_user()');
202 if ($argz[0] == 'shutdown') {
203 log_auth($user->sess, "Shutdown session.");
207 log_rd2("AUTO LOGOUT.");
208 if ($user->subst == 'sitdown' || $user->stat == 'table')
209 $room->room_wakeup($user);
210 else if ($user->subst == 'standup')
211 $room->room_outstandup(&$user);
213 log_rd2("SHUTDOWN FROM WHAT ???");
216 /* else if ($argz[0] == 'warranty') { */
217 /* GLOBAL $cli_name, $cli_email; */
219 /* $mesg_to_user = ""; */
221 /* log_wr("INFO:SKIP:argz == warranty name: [".$cli_name."] AUTH: ".($user->flags & USER_FLAG_AUTH)); */
222 /* if ($user->flags & USER_FLAG_AUTH) { */
223 /* if (($wa_lock = Warrant::lock_data(TRUE)) != FALSE) { */
224 /* if (($fp = @fopen(LEGAL_PATH."/warrant.txt", 'a')) != FALSE) { */
225 /* /\* Unix time | session | nickname | IP | where was | mesg *\/ */
226 /* fwrite($fp, sprintf("%ld|%s|%s|%s|\n", $curtime, xcapelt($user->name), xcapelt(urldecode($cli_name)), xcapelt(urldecode($cli_email)))); */
229 /* Warrant::unlock_data($wa_lock); */
230 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
231 /* /\* MLANG: "<br>Il nominativo è stato inoltrato all\'amministratore.<br><br>Nell\'arco di pochi giorni vi verrà<br><br>notificata l\'avvenuta registrazione." *\/ */
232 /* $user->comm[$user->step % COMM_N] .= show_notify($mlang_indwr['warrrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 150); */
233 /* $user->step_inc(); */
237 /* /\* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" *\/ */
238 /* $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]); */
243 /* /\* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>" *\/ */
244 /* $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['warrmust'][$G_lang]); */
247 /* if ($mesg_to_user != "") { */
248 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
250 /* $user->comm[$user->step % COMM_N] .= $mesg_to_user; */
251 /* $user->step_inc(); */
254 /* else if ($argz[0] == 'mesgtoadm') { */
255 /* GLOBAL $cli_subj, $cli_mesg; */
257 /* $mesg_to_user = ""; */
259 /* log_wr("INFO:SKIP:argz == mesgtoadm name: [".$user->name."] AUTH: ".($user->flags & USER_FLAG_AUTH)); */
260 /* if ($user->flags & USER_FLAG_AUTH) { */
261 /* if (($wa_lock = Warrant::lock_data(TRUE)) != FALSE) { */
262 /* if (($bdb = BriskDB::create()) != FALSE) { */
263 /* $bdb->users_load(); */
265 /* if (($ema = $bdb->getmail($user->name)) != FALSE) { */
266 /* // mail("nastasi", */
267 /* mail("brisk@alternativeoutput.it", urldecode($cli_subj), urldecode($cli_mesg), sprintf("From: %s <%s>", $user->name, $ema)); */
270 /* if (($fp = @fopen(LEGAL_PATH."/messages.txt", 'a')) != FALSE) { */
271 /* /\* Unix time | session | nickname | IP | where was | mesg *\/ */
272 /* fwrite($fp, sprintf("%ld|%s|%s|%s\n", $curtime, $user->name, */
273 /* xcapelt(urldecode($cli_subj)), xcapelt(urldecode($cli_mesg)))); */
276 /* Warrant::unlock_data($wa_lock); */
277 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
278 /* /\* MLANG: "" *\/ */
279 /* $user->comm[$user->step % COMM_N] .= show_notify($mlang_indwr['mesgrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110); */
280 /* $user->step_inc(); */
284 /* /\* MLANG: "<b>Il database è temporaneamente irraggiungibile, riprova più tardi o contatta l\'amministratore.</b>" *\/ */
285 /* $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['coerrdb'][$G_lang]); */
286 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
290 /* /\* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" *\/ */
291 /* $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]); */
296 /* /\* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>" *\/ */
297 /* $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['mesgmust'][$G_lang]); */
300 /* if ($mesg_to_user != "") { */
301 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
303 /* $user->comm[$user->step % COMM_N] .= $mesg_to_user; */
304 /* $user->step_inc(); */
310 /* else if ($argz[0] == 'poll') { */
311 /* GLOBAL $G_with_poll, $G_poll_name, $cli_choose, $cli_poll_name; */
313 /* $poll_lock = FALSE; */
314 /* $mesg_to_user = ""; */
320 /* DONE - autorizzato ? */
321 /* DONE - ci sono poll attivi ? */
322 /* - verifica che il poll_name del client sia uguale a quello sul server */
324 /* DONE - apro file r+ con fallback in w+ */
325 /* DONE - vedo se ha già votato */
326 /* DONE - se si: messaggio di voto già dato */
327 /* se no: accetto il voto e lo segno; messaggio */
331 /* $dobreak = FALSE; */
333 /* log_wr("INFO:SKIP:argz == poll name: [".$cli_name."] AUTH: ".($user->flags & USER_FLAG_AUTH)); */
334 /* if (($user->flags & USER_FLAG_AUTH) != USER_FLAG_AUTH) { */
335 /* // MLANG: <b>Per partecipare al sondaggio devi essere autenticato.</b> */
336 /* $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['pollmust'][$G_lang]); */
337 /* log_wr("break1"); */
341 /* if ($G_with_poll == FALSE && $G_poll_name != FALSE && $G_poll_name != "") { */
342 /* $mesg_to_user = show_notify($mlang_indwr['pollnone'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110); */
343 /* log_wr("break2"); */
347 /* if ($cli_choose == "" || !isset($cli_choose)) { */
348 /* $mesg_to_user = show_notify($mlang_indwr['pollchoo'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110); */
349 /* log_wr("break2.5"); */
353 /* if (($poll_lock = Poll::lock_data(TRUE)) == FALSE) { */
354 /* /\* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" *\/ */
355 /* $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]); */
356 /* log_wr("break3"); */
360 /* if (($fp = @fopen(LEGAL_PATH."/".$G_poll_name.".txt", 'r+')) == FALSE) */
361 /* $fp = @fopen(LEGAL_PATH."/".$G_poll_name.".txt", 'w+'); */
363 /* if ($fp == FALSE) { */
364 /* $mesg_to_user = sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['commerr'][$G_lang]); */
365 /* log_wr("break4"); */
369 /* log_wr("poll: cp"); */
372 /* log_wr("poll: cp2"); */
373 /* while (!feof($fp)) { */
374 /* log_wr("poll: cp3"); */
375 /* $bf = fgets($fp, 4096); */
376 /* log_wr("poll: cp3.1"); */
377 /* $arli = csplitter($bf, '|'); */
378 /* if (count($arli) == 0) */
380 /* log_wr("poll: cp3.2"); */
381 /* if (strcasecmp($arli[1], $user->name) == 0) { */
382 /* $mesg_to_user = show_notify($mlang_indwr['pollagai'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110); */
383 /* $dobreak = TRUE; */
387 /* log_wr("poll: cp4"); */
389 /* if ($dobreak) { */
390 /* log_wr("break5"); */
394 /* /\* Unix time | nickname | choose *\/ */
395 /* fwrite($fp, sprintf("%ld|%s|%s\n", $curtime, xcapelt($user->name), xcapelt(urldecode($cli_choose)))); */
397 /* $mesg_to_user = show_notify($mlang_indwr['pollrec'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110); */
399 /* log_wr("poll: cp5"); */
402 /* if ($fp != FALSE) */
405 /* if ($poll_lock != FALSE) */
406 /* Poll::unlock_data($poll_lock); */
408 /* if ($mesg_to_user != "") { */
409 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
411 /* $user->comm[$user->step % COMM_N] .= $mesg_to_user; */
412 /* $user->step_inc(); */
415 /* echo "$echont"; */
423 else if ($user->stat == 'room') {
424 $user->laccwr = time();
426 if ($argz[0] == 'help') {
427 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
428 $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);
430 log_wr($user->comm[$user->step % COMM_N]);
434 else if ($argz[0] == 'passwdhowto') {
435 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
436 $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);
438 log_wr($user->comm[$user->step % COMM_N]);
442 else if ($argz[0] == 'splash') {
443 GLOBAL $G_with_splash, $G_splash_content, $G_splash_interval, $G_splash_idx;
444 GLOBAL $G_splash_w, $G_splash_h, $G_splash_timeout;
445 $CO_splashdate = "CO_splashdate".$G_splash_idx;
446 GLOBAL $$CO_splashdate;
448 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
450 $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);
452 log_wr($user->comm[$user->step % COMM_N]);
455 /* else if ($argz[0] == 'about') { */
456 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
457 /* $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); */
459 /* log_wr($user->comm[$user->step % COMM_N]); */
460 /* $user->step_inc(); */
465 /* else if ($argz[0] == 'placing') { */
467 /* require_once("briskin5/Obj/briskin5.phh"); */
468 /* require_once("briskin5/Obj/placing.phh"); */
470 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
471 /* $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); */
473 /* log_wr($user->comm[$user->step % COMM_N]); */
474 /* $user->step_inc(); */
480 /* else if ($argz[0] == 'roadmap') { */
481 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
482 /* $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); */
484 /* log_wr($user->comm[$user->step % COMM_N]); */
485 /* $user->step_inc(); */
488 /* else if ($argz[0] == 'whysupport') { */
489 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
490 /* $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); */
492 /* log_wr($user->comm[$user->step % COMM_N]); */
493 /* $user->step_inc(); */
496 else if ($argz[0] == 'chatt') {
497 $room->chatt_send(&$user, xcapemesg($mesg));
499 /* /\********************** */
501 /* * SUBST: standup * */
503 /* **********************\/ */
504 /* else if ($user->subst == 'standup') { */
506 /* if ($argz[0] == 'sitdown') { */
507 /* log_wr("SITDOWN command"); */
509 /* if ($user->the_end == TRUE) { */
510 /* log_wr("INFO:SKIP:argz == sitdown && ->the_end == TRUE => ignore request."); */
511 /* Room::unlock_data($sem); */
515 /* // Take parameters */
516 /* $table_idx = (int)$argz[1]; */
517 /* $table = &$room->table[$table_idx]; */
519 /* if ($G_shutdown || $table->wakeup_time > $curtime || */
520 /* ($table->auth_only && (($user->flags & USER_FLAG_AUTH) == 0)) ) { */
521 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
523 /* /\* 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 è appena liberato, ci si potrà sedere tra %d secondi.</b>" *\/ */
524 /* if ($G_shutdown) { */
525 /* $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['shutmsg'][$G_lang]); */
527 /* else if ($table->auth_only && (($user->flags & USER_FLAG_AUTH) == 0)) { */
528 /* $user->comm[$user->step % COMM_N] .= sprintf('chatt_sub("%s", [2, "%s"],"%s");', $dt, NICKSERV, $mlang_indwr['mustauth'][$G_lang]); */
531 /* $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]); */
533 /* $user->step_inc(); */
534 /* Room::save_data($room); */
535 /* Room::unlock_data($sem); */
539 /* /\* TODO: refact to a function *\/ */
540 /* // if ($user->bantime > $user->laccwr) { */
541 /* require_once("Obj/hardban.phh"); */
543 /* if (($bantime = Hardbans::check(($user->flags & USER_FLAG_AUTH ? $user->name : FALSE), */
544 /* $user->ip, $user->sess)) != -1) { */
545 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
546 /* /\* 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." *\/ */
547 /* if ($user->flags & USER_FLAG_AUTH) { */
548 /* $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); */
551 /* $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); */
553 /* $user->step_inc(); */
554 /* Room::save_data($room); */
555 /* Room::unlock_data($sem); */
559 /* if ($table->player_n == PLAYERS_N) { */
560 /* log_wr("WARN:FSM: Sitdown unreachable, table full."); */
561 /* Room::unlock_data($sem); */
565 /* // set new status */
566 /* $user->subst = "sitdown"; */
567 /* $user->table = $table_idx; */
568 /* $user->table_pos = $table->user_add($idx); */
570 /* log_wr("MOP before"); */
572 /* if ($table->player_n == PLAYERS_N) { */
573 /* require_once("briskin5/Obj/briskin5.phh"); */
574 /* log_wr("MOP inall"); */
576 /* // Start game for this table. */
577 /* log_wr("Start game!"); */
580 /* // START THE SPAWN HERE!!!! */
583 /* // Create new spawned table */
584 /* $bri_sem = Bin5::lock_data(TRUE, $table_idx); */
585 /* $table_token = uniqid(""); */
586 /* $room->table[$table_idx]->table_token = $table_token; */
587 /* $room->table[$table_idx]->table_start = $curtime; */
589 /* $plist = "$table_token|$user->table|$table->player_n"; */
590 /* for ($i = 0 ; $i < $table->player_n ; $i++) { */
591 /* $plist .= '|'.$room->user[$table->player[$i]]->sess; */
593 /* log_legal($curtime, $user, "STAT:CREATE_GAME", $plist); */
595 /* log_wr("pre new Bin5"); */
596 /* if (($bri = new Bin5($room, $table_idx, $table_token)) == FALSE) */
597 /* log_wr("bri create: FALSE"); */
599 /* log_wr("bri create: ".serialize($bri)); */
601 /* log_wr("pre init table"); */
603 /* $bri_table = $bri->table[0]; */
604 /* $bri_table->init($bri->user); */
605 /* $bri_table->game_init($bri->user); */
607 /* // Init spawned users. */
609 /* // MULTIGAME: here init of selected game instead of hardcabled briskin5 init (look subst status) */
611 /* log_wr("game_init after"); */
612 /* for ($i = 0 ; $i < $table->player_n ; $i++) { */
613 /* $bri_user_cur = $bri->user[$i]; */
614 /* $user_cur = $room->user[$table->player[$i]]; */
616 /* $bri_user_cur->stat_set('table'); */
617 /* $bri_user_cur->subst = 'asta'; */
618 /* $bri_user_cur->laccwr = $curtime; */
620 /* $bri_user_cur->trans_step = $user_cur->step + 1; */
621 /* $bri_user_cur->comm[$bri_user_cur->step % COMM_N] = ""; */
622 /* $bri_user_cur->step_inc(); */
623 /* $bri_user_cur->comm[$bri_user_cur->step % COMM_N] = show_table(&$bri,&$bri_user_cur,$bri_user_cur->step+1,TRUE, FALSE); */
624 /* $bri_user_cur->step_inc(); */
626 /* log_wr("TRY PRESAVE: ".$bri_user_cur->step." TRANS STEP: ".$bri_user_cur->trans_step); */
628 /* log_wr("Pre if!"); */
630 /* // ARRAY_POP DISABLED */
632 /* while (array_pop($user_cur->comm) != NULL); */
635 /* $ret .= sprintf('gst.st_loc++; gst.st=%d; createCookie("table_idx", %d, 24*365, cookiepath); createCookie("table_token", "%s", 24*365, cookiepath); createCookie("lang", "%s", 24*365, cookiepath); hstm.stop(); window.onunload = null ; window.onbeforeunload = null ; document.location.assign("briskin5/index.php");|', $user_cur->step+1, $table_idx, $table_token, $G_lang); */
637 /* $user_cur->comm[$user_cur->step % COMM_N] = $ret; */
638 /* $user_cur->trans_step = $user_cur->step + 1; */
639 /* log_wr("TRANS ATTIVATO"); */
641 /* $user_cur->stat_set('table'); */
642 /* $user_cur->subst = 'asta'; */
643 /* $user_cur->laccwr = $curtime; */
644 /* $user_cur->step_inc(); */
646 /* log_wr("presave bri"); */
647 /* Bin5::save_data($bri); */
648 /* Bin5::unlock_data($bri_sem); */
649 /* log_wr("postsave bri"); */
652 /* $room->room_sitdown($user, $table_idx); */
654 /* log_wr("MOP finish"); */
656 else if ($argz[0] == 'logout') {
657 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
658 $user->comm[$user->step % COMM_N] .= 'postact_logout();';
659 $user->the_end = TRUE;
663 /* /\********************** */
665 /* * SUBST: sitdown * */
667 /* **********************\/ */
668 /* else if ($user->subst == 'sitdown') { */
669 /* if ($argz[0] == 'wakeup') { */
670 /* $room->room_wakeup($user); */
672 /* else if ($argz[0] == 'logout') { */
673 /* $room->room_wakeup($user); */
674 /* $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; */
675 /* $user->comm[$user->step % COMM_N] .= 'postact_logout();'; */
676 /* $user->the_end = TRUE; */
677 /* $user->step_inc(); */
681 /* log_wr("before save data"); */
682 /* Room::save_data($room); */
683 /* log_wr($user->step, 'index_wr.php: after save_data()'); */
685 /* Room::unlock_data($sem); */