X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=171f2aaf0de1f57a8813020e9eb433e992c99c1a;hb=44d6ac386631aa525344c168e3441f95d885dfa7;hp=918d0b5bbaf4aa365abd77acc8af76a257296998;hpb=473625661891dc60d8869e2aac880e7753dba942;p=brisk.git diff --git a/web/index.php b/web/index.php index 918d0b5..171f2aa 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.
'; @@ -112,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 = '
-
+ @@ -123,11 +137,11 @@ briscola chiamata in salsa ajax




-sponsored by:

-
+sponsored by:

'.$altout_carousel.'


supported by:

-

+


+%s
'; /* Templates. */ @@ -142,6 +156,7 @@ supported by:

+ @@ -151,11 +166,11 @@ supported by:

} -
+

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

+ @@ -224,7 +240,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