X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=6298b02b486da6936d9f7eedf1ca7b5ac1c48751;hb=b4451fb7ba081a9ad657b77f0c5054cf6b54c2bd;hp=2cfa99e735de099e5ddf0330d2d21d3cc4a8ab76;hpb=c439ef4cbc91118f9caa1ba8c97d364e8011ce2e;p=brisk.git diff --git a/web/index.php b/web/index.php index 2cfa99e..6298b02 100644 --- a/web/index.php +++ b/web/index.php @@ -2,7 +2,7 @@ /* * brisk - index.php * - * Copyright (C) 2006 matteo.nastasi@milug.org + * Copyright (C) 2006-2007 matteo.nastasi@milug.org * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,44 +27,42 @@ if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { exit; } -log_load($sess, "LOAD: index.php"); +log_load((isset($sess) ? $sess : "XXX"), "LOAD: index.php"); function main() { - GLOBAL $sess, $name, $BRISK_DEBUG; + GLOBAL $sess, $name, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; $body = ""; + $tables = ""; $ACTION = "login"; - if (isset($BRISK_DEBUG) == FALSE) { - $is_table = false; + if (isset($BRISK_SHOWHTML) == FALSE) { + $is_table = FALSE; $sem = lock_data(); $bri = &load_data(); /* Actions */ - if (isset($sess)) { + if (validate_sess($sess)) { $bri->garbage_manager(TRUE); - if (($user = &get_user(&$bri, $sess, &$idx)) != FALSE) { + if (($user = &$bri->get_user($sess, &$idx)) != FALSE) { if ($user->stat == "table") { header ("Location: table.php"); unlock_data($sem); exit; } - $ACTION = "table"; - } - else { - setcookie ("sess", "", time() - 3600); + $ACTION = "room"; } } - else if (isset($name)) { + + if ($ACTION == "login" && isset($name)) { $bri->garbage_manager(TRUE); /* try login */ - $name = substr($name, 0, 12); - if (($user = &add_user(&$bri, &$sess, &$idx, $name)) != FALSE) { - $ACTION = "table"; + if (($user = &$bri->add_user(&$sess, &$idx, $name, $_SERVER['REMOTE_ADDR'])) != FALSE) { + $ACTION = "room"; - setcookie ("sess", "", time() + 180); - standup_update(&$bri,&$user); + // setcookie ("sess", "", time() + 180); + $bri->standup_update(&$user); if (save_data(&$bri) == FALSE) { echo "ERRORE SALVATAGGIO\n"; @@ -73,7 +71,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.
'; @@ -83,14 +83,14 @@ function main() } /* Rendering. */ - if ($BRISK_DEBUG == "debugtable") { - $ACTION = "table"; + if ($BRISK_SHOWHTML == "debugtable") { + $ACTION = "room"; } - else if ($BRISK_DEBUG == "debuglogin") { + else if ($BRISK_SHOWHTML == "debuglogin") { $ACTION = "login"; } - if ($ACTION == "table") { + if ($ACTION == "room") { $tables .= ''; for ($i = 0 ; $i < TABLES_N ; $i++) { if ($i % 4 == 0) @@ -113,22 +113,96 @@ 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_donate = file_get_contents(FTOK_PATH."/brisk_donate.txt"); + if ($brisk_donate == FALSE) + $brisk_donate = ""; + +$brisk_header_form = '
-
- -briscola chiamata in salsa ajax

-
+



-sponsored by:

-
+sponsored by:

'.$altout_carousel.'


supported by:



+
+


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

+ + -
+

@@ -165,6 +249,7 @@ supported by:

Digita il tuo nickname per accedere ai tavoli della briscola.

+
@@ -184,7 +269,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

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

+ + @@ -204,12 +291,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); @@ -233,16 +326,17 @@ else {




', + $brisk_donate); ?> -
+
sess"; ?>">
-
+
Chat