X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=090f960371a05aa274a0b89ee41c4317fc9d6057;hb=ca639ef6d55d2e1bb85fd18a502d438ca08d3995;hp=2cfa99e735de099e5ddf0330d2d21d3cc4a8ab76;hpb=c439ef4cbc91118f9caa1ba8c97d364e8011ce2e;p=brisk.git diff --git a/web/index.php b/web/index.php index 2cfa99e..090f960 100644 --- a/web/index.php +++ b/web/index.php @@ -42,29 +42,26 @@ 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"; + 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"; @@ -73,7 +70,9 @@ function main() } else { /* Login Rendering */ - if ($idx == -1) + if ($idx == -2) + $body .= '
Il nickname deve contenere almeno una lettera o una cifra.
'; + else if ($idx == -1) $body .= '
Spiacenti, non ci sono più posti liberi. Riprova più tardi.
'; else $body .= '
Il tuo nickname è già in uso.
'; @@ -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,9 +112,23 @@ function main() $tables .= '
'; } -$brisk_header = '
+ $altout_propag = array( array ( 'url' => 'http://www.alternativeoutput.it', + 'content' => '' ), + array ( 'url' => 'http://virtualsky.alternativeoutput.it', + 'content' => '' ) + ); + + // seed with microseconds since last "whole" second + srand ((double) microtime() * 1000000); + $randval = rand(0,count($altout_propag)-1); + $altout_carousel = sprintf('%s', + $altout_propag[$randval]['url'], + $altout_propag[$randval]['content']); + + +$brisk_header_form = '
-
+ @@ -124,11 +137,13 @@ briscola chiamata in salsa ajax




-sponsored by:

-
+sponsored by:

'.$altout_carousel.'


supported by:



+
+


+%s
'; /* Templates. */ @@ -143,20 +158,30 @@ supported by:

+ + -
+

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

Digita il tuo nickname per accedere ai tavoli della briscola.

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

@@ -195,6 +221,8 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

+ + @@ -204,6 +232,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

var subst = ""; var gst = new globst(); + var g_withflash = false; var g_imgct= 0; var g_imgtot = g_preload_img_arr.length; var myfrom = "index_php"; @@ -221,7 +250,12 @@ else { sess = ""; window.onunload = onunload_cb; - + g_withflash = DetectFlashVer(6,0,0); + if (g_withflash == false) { + $("proflash").innerHTML = 'Audio con Flash.
'; + } + else + $("proflashext").innerHTML = ""; setTimeout(xhr_rd_poll, 0, sess); // alert("ARR LENGTH "+g_preload_img_arr.length); setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); @@ -233,16 +267,16 @@ else {




'); ?> -
+
sess"; ?>">
-
+
Chat