X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_wr.php;h=bc349a3a3e59dcded4b32e64d4329d80c9eea12f;hb=8bb224a0ce40e72e2c3f1ae82957cd10e449c22b;hp=81922cfc32ce388932bf21c53345a3df62ae5efe;hpb=bc0b7b844ae5b31058b87b786e5164f2de8c01f2;p=brisk.git diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index 81922cf..bc349a3 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -2,7 +2,7 @@ /* * brisk - index_wr.php * - * Copyright (C) 2006-2009 Matteo Nastasi + * Copyright (C) 2006-2011 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -20,8 +20,6 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ - * */ require_once("../Obj/brisk.phh"); @@ -49,6 +47,8 @@ log_wr('COMM: '.$mesg); if ($table_idx < 0 || $table_idx >= TABLE_N) exit; +log_mop(0, 'bin::index_wr.php: COMM: '.xcapemesg($mesg)); + $sem = Briskin5::lock_data($table_idx); if (($bri = &Briskin5::load_data($table_idx,$table_token)) == FALSE) { @@ -67,8 +67,9 @@ if (($user = &$bri->get_user($sess, &$idx)) == FALSE) { $argz = explode('|', $mesg); log_wr('POSTSPLIT: '.$argz[0]); +log_mop($user->step, 'bin::index_wr.php: after get_user()'); -if ($argz[0] == 'shutdown') { +if (false && $argz[0] == 'shutdown') { log_auth($user_cur->sess, "Shutdown session. delegate to room gc the autologout"); log_rd2("bin5/index_wr.php: AUTO LOGOUT."); @@ -483,7 +484,7 @@ else if ($user->stat == 'table') { } log_legal($curtime, $user, "STAT:BRISKIN5:FINISH_GAME", $plist); if ($user->table_orig < TABLES_AUTH_N) - log_points($curtime, xcapelt($user), "STAT:BRISKIN5:FINISH_GAME", $plist); + log_points($curtime, xcapelt($user->name), "STAT:BRISKIN5:FINISH_GAME", $plist); $table->game_next(); $table->game_init(&$bri->user); @@ -515,6 +516,7 @@ else if ($user->stat == 'table') { } log_wr("before save data"); Briskin5::save_data($bri); +log_mop($user->step, 'bin::index_wr.php: after save_data()'); Briskin5::unlock_data($sem); exit;