X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=96f79e2e38a248e486bfd9bf216ee806e261d050;hb=1a1f16006e9892945f76c19eb3f57e29bb5cc8f1;hp=2cfa99e735de099e5ddf0330d2d21d3cc4a8ab76;hpb=c439ef4cbc91118f9caa1ba8c97d364e8011ce2e;p=brisk.git diff --git a/web/index.php b/web/index.php index 2cfa99e..96f79e2 100644 --- a/web/index.php +++ b/web/index.php @@ -42,29 +42,28 @@ function main() $bri = &load_data(); /* Actions */ - if (isset($sess)) { + if (validate_sess($sess)) { $bri->garbage_manager(TRUE); - if (($user = &get_user(&$bri, $sess, &$idx)) != FALSE) { + if (($user = &$bri->get_user($sess, &$idx)) != FALSE) { if ($user->stat == "table") { header ("Location: table.php"); unlock_data($sem); exit; } - $ACTION = "table"; - } - else { - setcookie ("sess", "", time() - 3600); + $ACTION = "room"; } } - else if (isset($name)) { + + if ($ACTION == "login" && isset($name)) { $bri->garbage_manager(TRUE); /* try login */ $name = substr($name, 0, 12); - if (($user = &add_user(&$bri, &$sess, &$idx, $name)) != FALSE) { - $ACTION = "table"; + $name = str_replace(" ", "_", $name); + if (($user = &$bri->add_user(&$sess, &$idx, $name)) != FALSE) { + $ACTION = "room"; - setcookie ("sess", "", time() + 180); - standup_update(&$bri,&$user); + // setcookie ("sess", "", time() + 180); + $bri->standup_update(&$user); if (save_data(&$bri) == FALSE) { echo "ERRORE SALVATAGGIO\n"; @@ -84,13 +83,13 @@ function main() /* Rendering. */ if ($BRISK_DEBUG == "debugtable") { - $ACTION = "table"; + $ACTION = "room"; } else if ($BRISK_DEBUG == "debuglogin") { $ACTION = "login"; } - if ($ACTION == "table") { + if ($ACTION == "room") { $tables .= ''; for ($i = 0 ; $i < TABLES_N ; $i++) { if ($i % 4 == 0) @@ -113,7 +112,7 @@ function main() $tables .= '
'; } -$brisk_header = '
+$brisk_header_form = '
@@ -128,7 +127,8 @@ sponsored by:




supported by:

-

+


+%s
'; /* Templates. */ @@ -152,11 +152,11 @@ supported by:

} -
+

@@ -165,6 +165,7 @@ supported by:

Digita il tuo nickname per accedere ai tavoli della briscola.

+
@@ -184,7 +185,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

@@ -224,7 +225,7 @@ else { setTimeout(xhr_rd_poll, 0, sess); // alert("ARR LENGTH "+g_preload_img_arr.length); - setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); + // setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); $("txt_in").focus(); '); ?> -
+
sess"; ?>">
-
+
Chat