X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=090f960371a05aa274a0b89ee41c4317fc9d6057;hb=b1ab2024d5e2e81099c704a6b78ef9d5476c5f62;hp=100547fd8d824dde9040672d9446bb886361a487;hpb=461b072662d5d1fb0e2e7d8cfc24cd63f726343c;p=brisk.git diff --git a/web/index.php b/web/index.php index 100547f..090f960 100644 --- a/web/index.php +++ b/web/index.php @@ -57,12 +57,11 @@ function main() if ($ACTION == "login" && isset($name)) { $bri->garbage_manager(TRUE); /* try login */ - $name = substr($name, 0, 12); if (($user = &$bri->add_user(&$sess, &$idx, $name)) != FALSE) { $ACTION = "room"; // setcookie ("sess", "", time() + 180); - standup_update(&$bri,&$user); + $bri->standup_update(&$user); if (save_data(&$bri) == FALSE) { echo "ERRORE SALVATAGGIO\n"; @@ -71,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.
'; @@ -111,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 = '
-
+ @@ -122,11 +137,13 @@ briscola chiamata in salsa ajax




-sponsored by:

-
+sponsored by:

'.$altout_carousel.'


supported by:



+
+


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

+ + -
+

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

Digita il tuo nickname per accedere ai tavoli della briscola.

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

+ + @@ -202,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"; @@ -219,10 +250,15 @@ 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); + setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); $("txt_in").focus();




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