X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=ed166e0131f259c62332eb4d35f5d52afb984793;hb=8866b31f28b69c5dd2857960ddeea08bcb9725d5;hp=2e06a675e4bbe16740a3aa7d97d9eb163db78e3f;hpb=f406d58f75cd486eaab74be94faf70d516684e5a;p=brisk.git diff --git a/web/index.php b/web/index.php index 2e06a67..ed166e0 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,82 +27,219 @@ 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; + GLOBAL $sess, $name, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; $body = ""; + $tables = ""; + $standup = ""; $ACTION = "login"; - $is_table = false; - $sem = lock_data(); - $bri = &load_data(); - - /* Actions */ - if (isset($sess)) { - $bri->garbage_manager(TRUE); - if (($user = &get_user(&$bri, $sess, &$idx)) != FALSE) { - if ($user->stat == "table") { - header ("Location: table.php"); - unlock_data($sem); - exit; + if (isset($BRISK_SHOWHTML) == FALSE) { + $is_table = FALSE; + $sem = lock_data(); + $bri = &load_data(); + + /* Actions */ + if (validate_sess($sess)) { + $bri->garbage_manager(TRUE); + if (($user = &$bri->get_user($sess, &$idx)) != FALSE) { + if ($user->stat == "table") { + header ("Location: table.php"); + unlock_data($sem); + exit; + } + $ACTION = "room"; } - $ACTION = "table"; } - else { - setcookie ("sess", "", time() - 3600); - } - } - else if (isset($name)) { - $bri->garbage_manager(TRUE); - /* try login */ - if (($user = &add_user(&$bri, &$sess, &$idx, $name)) != FALSE) { - $ACTION = "table"; - - setcookie ("sess", "", time() + 180); - standup_update(&$bri,&$user); - - if (save_data(&$bri) == FALSE) { - echo "ERRORE SALVATAGGIO\n"; - exit; + + if ($ACTION == "login" && isset($name)) { + $bri->garbage_manager(TRUE); + /* try login */ + if (($user = &$bri->add_user(&$sess, &$idx, $name, $_SERVER['REMOTE_ADDR'])) != FALSE) { + $ACTION = "room"; + + // setcookie ("sess", "", time() + 180); + $bri->standup_update(&$user); + + if (save_data(&$bri) == FALSE) { + echo "ERRORE SALVATAGGIO\n"; + exit; + } + } + else { + /* Login Rendering */ + 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.
'; } } - else { - /* Login Rendering */ - if ($idx == -1) - $body .= '
Spiacenti, non ci sono più posti liberi. Riprova più tardi.
'; - else - $body .= '
Il tuo nickname è già in uso.
'; - } + unlock_data($sem); } - unlock_data($sem); - /* Rendering. */ - if ($ACTION == "table") { - $tables .= ''; + if ($BRISK_SHOWHTML == "debugtable") { + $ACTION = "room"; + } + else if ($BRISK_SHOWHTML == "debuglogin") { + $ACTION = "login"; + } + + if ($ACTION == "room") { + $tables .= '
'; + $tables .= '
'; for ($i = 0 ; $i < TABLES_N ; $i++) { if ($i % 4 == 0) $tables .= ''; - $tables .= ''; + $tables .= sprintf('
', $i); + $tables .= ''; + $tables .= ''."\n"; if ($i % 4 == 3) $tables .= ''; } - $tables .= '
Tavolo '.$i.'

'; + $tables .= '
'; + $tables .= '
Tavolo '.$i.'
'; $tables .= sprintf('
', $i); - $tables .= sprintf('
', $i); - $tables .= '
'; - $tables .= '
'; - $tables .= 'Giocatori in piedi

'; + $tables .= '
'; + + + $standup .= ''; + $standup .= sprintf('
'); + $standup .= '
'; + $standup .= '
'; + $standup .= '
'; + $standup .= '
Giocatori in piedi
'; - $tables .= sprintf('
'); - $tables .= '
'; - $tables .= '
'; + + // $tables .= ''; + + /* + $tables .= ''; + $tables .= ''; + $tables .= '
'; + $tables .= '
'; + $tables .= 'Giocatori in piedi'; - $tables .= '
'; + $tables .= sprintf('
'); + $tables .= '
'; + */ + // $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); + $randval = 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 = '
+ +'; + +$brisk_vertical_menu = ' + +
+ + + +


+sponsored by:

'.$altout_carousel.'
+

+supported by:

+

+
+


+%s +%s +
'; /* Templates. */ if ($ACTION == 'login') { @@ -116,29 +253,44 @@ function main() + + - -
briscola chiamata in salsa ajax
-
homepage -
- +\n"); + printf($brisk_vertical_menu, '', ''); + printf(""); +?> + +
+


Digita il tuo nickname per accedere ai tavoli della briscola.

- + +
-
-

-
+
+



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

@@ -164,7 +316,9 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

+ + - -
briscola chiamata in salsa ajax

-homepage - +\n"); + printf($brisk_vertical_menu, '



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