X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=090f960371a05aa274a0b89ee41c4317fc9d6057;hb=dce5542c19cd926a07c852ed912c483a6b2e921d;hp=50f7f9fa91b2551b02276db6bfb84ee8dc4c86f9;hpb=3ebf44b7ec594d6c5b2a805a88f0559832e54543;p=brisk.git diff --git a/web/index.php b/web/index.php index 50f7f9f..090f960 100644 --- a/web/index.php +++ b/web/index.php @@ -57,8 +57,6 @@ function main() if ($ACTION == "login" && isset($name)) { $bri->garbage_manager(TRUE); /* try login */ - $name = substr($name, 0, 12); - $name = str_replace(" ", "_", $name); if (($user = &$bri->add_user(&$sess, &$idx, $name)) != FALSE) { $ACTION = "room"; @@ -72,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.
'; @@ -140,7 +140,9 @@ briscola chiamata in salsa ajax

sponsored by:

'.$altout_carousel.'


supported by:

-


+

+
+


%s '; @@ -156,12 +158,21 @@ supported by:

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

+ @@ -220,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"; @@ -237,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); @@ -249,7 +267,7 @@ else {

'); + printf($brisk_header_form, '




'); ?>