X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=171f2aaf0de1f57a8813020e9eb433e992c99c1a;hb=44d6ac386631aa525344c168e3441f95d885dfa7;hp=2cfa99e735de099e5ddf0330d2d21d3cc4a8ab76;hpb=c439ef4cbc91118f9caa1ba8c97d364e8011ce2e;p=brisk.git diff --git a/web/index.php b/web/index.php index 2cfa99e..171f2aa 100644 --- a/web/index.php +++ b/web/index.php @@ -42,29 +42,26 @@ function main() $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)) != 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 +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.
'; @@ -84,13 +83,13 @@ function main() /* Rendering. */ if ($BRISK_DEBUG == "debugtable") { - $ACTION = "table"; + $ACTION = "room"; } else if ($BRISK_DEBUG == "debuglogin") { $ACTION = "login"; } - if ($ACTION == "table") { + if ($ACTION == "room") { $tables .= ''; for ($i = 0 ; $i < TABLES_N ; $i++) { if ($i % 4 == 0) @@ -113,9 +112,23 @@ 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_header_form = '
-
+ @@ -124,11 +137,11 @@ briscola chiamata in salsa ajax




-sponsored by:

-
+sponsored by:

'.$altout_carousel.'


supported by:

-

+


+%s
'; /* Templates. */ @@ -143,6 +156,7 @@ supported by:

+ @@ -152,11 +166,11 @@ supported by:

} -
+

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

Digita il tuo nickname per accedere ai tavoli della briscola.

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

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

+ @@ -233,16 +249,16 @@ else {

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