X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=98f1ac28750a3eced6de298de5a680646b29c397;hb=74cad9e7d70f147fa2977d4f5e471947853be5c7;hp=02e4df5377329ea479ca97849b1bc595eb61012c;hpb=3199198b5763dc2836fde80b9a09b62daa0b518d;p=brisk.git diff --git a/web/index.php b/web/index.php index 02e4df5..98f1ac2 100644 --- a/web/index.php +++ b/web/index.php @@ -31,12 +31,14 @@ log_load($sess, "LOAD: index.php"); function main() { - GLOBAL $sess, $name, $BRISK_DEBUG; - + GLOBAL $sess, $name, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; + + $NOGOOGLE = BRISK_DEBUG; + $body = ""; $ACTION = "login"; - if (isset($BRISK_DEBUG) == FALSE) { + if (isset($BRISK_SHOWHTML) == FALSE) { $is_table = false; $sem = lock_data(); $bri = &load_data(); @@ -57,9 +59,7 @@ 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) { + if (($user = &$bri->add_user(&$sess, &$idx, $name, $_SERVER['REMOTE_ADDR'])) != FALSE) { $ACTION = "room"; // setcookie ("sess", "", time() + 180); @@ -72,7 +72,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.
'; @@ -82,10 +84,10 @@ function main() } /* Rendering. */ - if ($BRISK_DEBUG == "debugtable") { + if ($BRISK_SHOWHTML == "debugtable") { $ACTION = "room"; } - else if ($BRISK_DEBUG == "debuglogin") { + else if ($BRISK_SHOWHTML == "debuglogin") { $ACTION = "login"; } @@ -112,22 +114,81 @@ 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_donate = file_get_contents(FTOK_PATH."/brisk_donate.txt"); + if ($brisk_donate == FALSE) + $brisk_donate = ""; + $brisk_header_form = '
-



-sponsored by:

-
+sponsored by:

'.$altout_carousel.'


supported by:

-


+

+
+


+%s %s
'; @@ -143,17 +204,26 @@ supported by:

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

+ @@ -207,12 +278,13 @@ 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"; window.onload = function() { room_checkspace(12,8,50); "; 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();

'); + printf($brisk_header_form, '




', + $brisk_donate); ?>