X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=96f79e2e38a248e486bfd9bf216ee806e261d050;hb=1a1f16006e9892945f76c19eb3f57e29bb5cc8f1;hp=aab9def111224ba57affb49f9554839a33e1bd7f;hpb=6cce2d168d3d7269f533d8838528188b9784ccfd;p=brisk.git diff --git a/web/index.php b/web/index.php index aab9def..96f79e2 100644 --- a/web/index.php +++ b/web/index.php @@ -17,6 +17,8 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * */ require_once("brisk.phh"); @@ -29,65 +31,73 @@ log_load($sess, "LOAD: index.php"); function main() { - GLOBAL $sess, $name; + GLOBAL $sess, $name, $BRISK_DEBUG; $body = ""; $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_DEBUG) == 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 */ + $name = substr($name, 0, 12); + $name = str_replace(" ", "_", $name); + if (($user = &$bri->add_user(&$sess, &$idx, $name)) != 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 == -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_DEBUG == "debugtable") { + $ACTION = "room"; + } + else if ($BRISK_DEBUG == "debuglogin") { + $ACTION = "login"; + } + + if ($ACTION == "room") { + $tables .= '
'; for ($i = 0 ; $i < TABLES_N ; $i++) { if ($i % 4 == 0) $tables .= ''; - $tables .= ''; + $tables .= sprintf('
', $i); + $tables .= ''."\n"; if ($i % 4 == 3) $tables .= ''; } @@ -95,12 +105,31 @@ function main() $tables .= '
'; $tables .= 'Giocatori in piedi

'; - $tables .= sprintf('
'); - $tables .= '
'; + $tables .= sprintf('
'); + $tables .= '
'; $tables .= ''; $tables .= '
Tavolo '.$i.'

'; + $tables .= '
Tavolo '.$i.'

'; $tables .= sprintf('
', $i); - $tables .= sprintf('
', $i); - $tables .= '
'; } + +$brisk_header_form = '
+ +
+ +briscola chiamata in salsa ajax

+
+ + +
+ +


+sponsored by:

+
+

+supported by:

+


+%s +
'; /* Templates. */ if ($ACTION == 'login') { @@ -114,7 +143,7 @@ function main() - + - -
briscola chiamata in salsa ajax
-
homepage -
+ + + +

+


Digita il tuo nickname per accedere ai tavoli della briscola.

- + +
-

-
+
+



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

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

- + - -
briscola chiamata in salsa ajax

-homepage - +'); +?> + +
sess"; ?>"> +
+ +
Chat -
- - -
- -
+
+
+
+
+
+
-
+
-
 
-
+