X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=a3d283fe0e4da78cf3c9e30f91cfa9ff11376263;hb=ddd822f1dca51731cc9fc8199db3f1cc527fb01a;hp=0b3076ae0b81782db4fb3a5919ba0867e50ef47d;hpb=b41e2233431a8862b741c7eb4c998c1a47263ed7;p=brisk.git diff --git a/web/index.php b/web/index.php index 0b3076a..a3d283f 100644 --- a/web/index.php +++ b/web/index.php @@ -3,7 +3,7 @@ * brisk - index.php * * Copyright (C) 2006-2012 Matteo Nastasi - * mailto: nastasi@alternativeoutput.it + * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it * @@ -96,7 +96,7 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'mop'), 'st_visch_desc' => array('it' => 'vischio', 'en' => 'mop'), - + 'tit_ticker' => array('it' => 'scrivi un invito al tavolo e clicca', 'en' => 'write an invitation at the table and click'), 'itm_warr' => array('it' => 'garantisci', @@ -243,13 +243,13 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo { GLOBAL $G_with_donors, $G_donors_cur, $G_donors_all; GLOBAL $G_with_topbanner, $G_topbanner, $G_is_local; - GLOBAL $G_with_sidebanner, $G_sidebanner; - GLOBAL $G_with_sidebanner2, $G_sidebanner2; + GLOBAL $G_with_sidebanner, $G_sidebanner; + GLOBAL $G_with_sidebanner2, $G_sidebanner2; GLOBAL $G_with_poll; GLOBAL $G_lang, $G_lng, $mlang_room; GLOBAL $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; - if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE) + if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE) $sess = ""; if (($name = gpcs_var('name', $get, $post, $cookie)) === FALSE) unset($name); @@ -270,14 +270,14 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo $tables = ""; $standup = ""; $ACTION = "login"; - + if (isset($BRISK_SHOWHTML) == FALSE) { $is_table = FALSE; log_main("lock Room"); $curtime = time(); - + /* Actions */ - + if (validate_sess($sess)) { log_main("pre garbage_manager UNO"); $room->garbage_manager(TRUE); @@ -294,17 +294,15 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo } $ACTION = "room"; } - } - + if ($ACTION == "login" && isset($name)) { - log_main("pre garbage_manager DUE"); - + if (isset($pass_private) == FALSE) { $pass_private = FALSE; } - + $room->garbage_manager(TRUE); /* try login */ @@ -315,9 +313,9 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo $idx = -$idx - 1; $is_login = TRUE; } - + log_legal($curtime, $ipv4addr, $user, "STAT:LOGIN", ''); - + // recovery lost game if ($user->stat == "table") { $cookies = new Cookies(); @@ -327,38 +325,36 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo $header_out['Location'] = "briskin5/index.php"; return TRUE; } - - + // setcookie ("sess", "", time() + 180); $room->standup_update(&$user); - } else { /* Login Rendering */ /* MLANG: "Utente e/o password errati.", "Il nickname deve contenere almeno una lettera o una cifra.", "Spiacenti, non ci sono più posti liberi. Riprova più tardi.", "Il tuo nickname è già in uso." */ /* - if ($idx == -3) + if ($idx == -3) $body .= '
'.$mlang_room['userpasserr'][$G_lang].'
'; else if ($idx == -2) // $body .= '
Il nickname deve contenere almeno una lettera o una cifra.
'; $body .= '
'.$mlang_room['userpassmust'][$G_lang].'
'; - else if ($idx == -1) + else if ($idx == -1) // $body .= '
Spiacenti, non ci sono più posti liberi. Riprova più tardi.
'; $body .= '
'.$mlang_room['userpassend'][$G_lang].'
'; else // $body .= '
Il tuo nickname è già in uso.
'; $body .= '
'.$mlang_room['userpassuse'][$G_lang].'
'; */ - - if ($idx == -3) + + if ($idx == -3) $sfx = 'err'; else if ($idx == -2) $sfx = 'must'; - else if ($idx == -1) + else if ($idx == -1) $sfx = 'end'; else $sfx = 'use'; - + $body .= '
'.$mlang_room['userpass'.$sfx][$G_lang].'
'; } } @@ -380,13 +376,13 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo $i = $ii; else $i = TABLES_N - $ii - 1; - + if ($ii % 4 == 0) { $tables .= ''; } if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $ii < TABLES_AUTH_N) { $tables .= ''; - + $tables .= '
'.$mlang_room['tit_tabl'][$G_lang].$i.'
'; $tables .= sprintf('
', $i); $tables .= sprintf('
', $i); @@ -398,14 +394,13 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo } } $tables .= '
'; - - + $standup .= '
'; $standup .= '
'; /* MLANG: "Giocatori in piedi" */ // $standup .= '
Giocatori in piedi - Come ottenere user e password -
'; $standup .= '
'.$mlang_room['standing'][$G_lang].'
'; - + $standup .= sprintf('
'); // MLANG Esco. $standup .= '
'; @@ -1071,7 +1066,7 @@ else { ?> sess = ""; -xstm = new xynt_streaming(window, "", null /* console */, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); +xstm = new xynt_streaming(window, "", 80, 2, console, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); xstm.hbit_set(heartbit); tra = new train($('room_tit')); window.onunload = onunload_cb; @@ -1132,7 +1127,7 @@ if ($is_login) { } printf("
"); -?> +?> sess"; ?>">