X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=090f960371a05aa274a0b89ee41c4317fc9d6057;hb=b1ab2024d5e2e81099c704a6b78ef9d5476c5f62;hp=02e4df5377329ea479ca97849b1bc595eb61012c;hpb=3199198b5763dc2836fde80b9a09b62daa0b518d;p=brisk.git diff --git a/web/index.php b/web/index.php index 02e4df5..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.
'; @@ -112,6 +112,20 @@ function main() $tables .= ''; } + $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 = '