X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=d7d17558bfbb1a9cc44aa5f0dbe2b5a5e9c24548;hb=fac6fe420fc3df52ffda867b946b2d25a5e1374d;hp=6298b02b486da6936d9f7eedf1ca7b5ac1c48751;hpb=bb4bd80920fcff2ce4fe07aef2faaa3f739b9d58;p=brisk.git diff --git a/web/index.php b/web/index.php index 6298b02..d7d1755 100644 --- a/web/index.php +++ b/web/index.php @@ -21,7 +21,7 @@ * */ -require_once("brisk.phh"); +require_once("Obj/brisk.phh"); if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { echo "Debugging time!"; exit; @@ -35,20 +35,21 @@ function main() $body = ""; $tables = ""; + $standup = ""; $ACTION = "login"; if (isset($BRISK_SHOWHTML) == FALSE) { $is_table = FALSE; - $sem = lock_data(); - $bri = &load_data(); + $sem = Room::lock_data(); + $room = &Room::load_data(); /* Actions */ if (validate_sess($sess)) { - $bri->garbage_manager(TRUE); - if (($user = &$bri->get_user($sess, &$idx)) != FALSE) { + $room->garbage_manager(TRUE); + if (($user = &$room->get_user($sess, &$idx)) != FALSE) { if ($user->stat == "table") { header ("Location: table.php"); - unlock_data($sem); + Room::unlock_data($sem); exit; } $ACTION = "room"; @@ -56,15 +57,15 @@ function main() } if ($ACTION == "login" && isset($name)) { - $bri->garbage_manager(TRUE); + $room->garbage_manager(TRUE); /* try login */ - if (($user = &$bri->add_user(&$sess, &$idx, $name, $_SERVER['REMOTE_ADDR'])) != FALSE) { + if (($user = &$room->add_user(&$sess, &$idx, $name, $_SERVER['REMOTE_ADDR'])) != FALSE) { $ACTION = "room"; // setcookie ("sess", "", time() + 180); - $bri->standup_update(&$user); + $room->standup_update(&$user); - if (save_data(&$bri) == FALSE) { + if (Room::save_data(&$room) == FALSE) { echo "ERRORE SALVATAGGIO\n"; exit; } @@ -79,7 +80,7 @@ function main() $body .= '
Il tuo nickname è già in uso.
'; } } - unlock_data($sem); + Room::unlock_data($sem); } /* Rendering. */ @@ -91,37 +92,56 @@ function main() } if ($ACTION == "room") { + $tables .= '
'; $tables .= ''; for ($i = 0 ; $i < TABLES_N ; $i++) { if ($i % 4 == 0) $tables .= ''; - $tables .= ''."\n"; + $tables .= ''; + $tables .= ''."\n"; if ($i % 4 == 3) $tables .= ''; } - $tables .= '
Tavolo '.$i.'

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

'; + $tables .= 'Giocatori in piedi'; $tables .= sprintf('
'); $tables .= '
'; - $tables .= '
'; + */ + // $tables .= ''; } $altout_propag = array( array ( 'url' => 'http://www.alternativeoutput.it', 'content' => '' ), array ( 'url' => 'http://virtualsky.alternativeoutput.it', - 'content' => '' ) + 'content' => '' ) ); // seed with microseconds since last "whole" second srand ((double) microtime() * 1000000); - $randval = rand(0,count($altout_propag)-1); + // $randval = rand(0,count($altout_propag)-1); + $randval = 1; $altout_carousel = sprintf('%s', $altout_propag[$randval]['url'], $altout_propag[$randval]['content']); @@ -160,10 +180,15 @@ google_color_url = "000000"; -
+ + +
- briscola chiamata in salsa ajax

-
+ briscola chiamata in salsa ajax
+
+ +
@@ -190,10 +215,27 @@ google_color_url = "000000";
- +'; + +$brisk_vertical_menu = '
- + + +
+homepage
+cos\'è
+regole
+screenshoots
+compatibilità
+sorgenti
+mailing list
+ +propaganda
+about
+contatti
+ +



sponsored by:

'.$altout_carousel.'


@@ -224,7 +266,7 @@ supported by:

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



@@ -251,8 +294,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

-
-
+



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

var stat = ""; var subst = ""; var gst = new globst(); + var g_is_spawn = 0; var g_withflash = false; var g_imgct= 0; @@ -299,7 +342,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

- room_checkspace(12,8,50); + room_checkspace(12, , 50);




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



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