X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=587acd820d7a36624df988611b2e708fa35779cc;hb=525cfe7d868bfaefdde9f769f52a50bcb6f1e9e9;hp=42fa7ac0cb18ea239e5aa3a91ea368c2d7078dea;hpb=82602601a4300006e470e92cb44f18844a656a44;p=brisk.git diff --git a/web/index.php b/web/index.php index 42fa7ac..587acd8 100644 --- a/web/index.php +++ b/web/index.php @@ -20,9 +20,13 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - */ -$G_base = ""; + +TODO: + - header + - setcookie + - gestire per intero la var globale di output +*/ require_once("Obj/brisk.phh"); require_once("Obj/auth.phh"); @@ -175,9 +179,7 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'Close.') ); -// Use of proxies isn't allowed. -if (!$G_is_local && is_proxy()) - exit; + require_once("briskin5/Obj/briskin5.phh"); if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { @@ -218,15 +220,33 @@ function carousel_top() return (sprintf('', $rn)); } -function main() +function index_main(&$room, &$header_out, $get, $post, $cookie) { - GLOBAL $G_with_donors, $G_donors_cur, $G_donors_all; - GLOBAL $G_with_topbanner, $G_topbanner, $G_is_local; - GLOBAL $G_with_sidebanner, $G_sidebanner; - GLOBAL $G_with_sidebanner2, $G_sidebanner2; - GLOBAL $G_with_poll; - GLOBAL $sess, $name, $pass_private, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; - GLOBAL $G_lang, $G_lng, $mlang_room; + GLOBAL $G_with_donors, $G_donors_cur, $G_donors_all; + GLOBAL $G_with_topbanner, $G_topbanner, $G_is_local; + GLOBAL $G_with_sidebanner, $G_sidebanner; + GLOBAL $G_with_sidebanner2, $G_sidebanner2; + GLOBAL $G_with_poll; + GLOBAL $G_lang, $G_lng, $mlang_room; + GLOBAL $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; + + if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE) + unset($sess); + if (($name = gpcs_var('name', $get, $post, $cookie)) === FALSE) + unset($name); + if (($pass_private = gpcs_var('pass_private', $get, $post, $cookie)) === FALSE) + unset ($pass_private); + if (($table_idx = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) + unset ($table_idx); + if (($table_token = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) + unset ($table_token); + + + // Use of proxies isn't allowed. + if (!$G_is_local && is_proxy()) { + return FALSE; + } + $is_login = FALSE; $body = ""; $tables = ""; @@ -235,12 +255,7 @@ function main() if (isset($BRISK_SHOWHTML) == FALSE) { $is_table = FALSE; - $sem = Room::lock_data(TRUE); log_main("lock Room"); - if (($room = Room::load_data()) == FALSE) { - log_crit("load_data failed"); - exit(); - } $curtime = time(); /* Actions */ @@ -252,24 +267,14 @@ function main() if (($user = &$room->get_user($sess, &$idx)) != FALSE) { log_main("user stat: ".$user->stat); if ($user->stat == "table") { - if (Room::save_data(&$room) == FALSE) { - echo "ERRORE SALVATAGGIO\n"; - exit; - } - log_main("unlock Room"); - Room::unlock_data($sem); setcookie("table_token", $user->table_token, $curtime + 31536000); setcookie("table_idx", $user->table, $curtime + 31536000); - header ("Location: briskin5/index.php"); - exit; + $header_out['Location'] = "Location: briskin5/index.php"; + return TRUE; } $ACTION = "room"; } - if (Room::save_data(&$room) == FALSE) { - echo "ERRORE SALVATAGGIO\n"; - exit; - } } if ($ACTION == "login" && isset($name)) { @@ -293,26 +298,16 @@ function main() // recovery lost game if ($user->stat == "table") { - if (Room::save_data(&$room) == FALSE) { - echo "ERRORE SALVATAGGIO\n"; - exit; - } - log_main("unlock Room"); - Room::unlock_data($sem); setcookie("table_token", $user->table_token, $curtime + 31536000); setcookie("table_idx", $user->table, $curtime + 31536000); - header ("Location: briskin5/index.php"); - exit; + $header_out['Location'] = "Location: briskin5/index.php"; + return TRUE; } // setcookie ("sess", "", time() + 180); $room->standup_update(&$user); - if (Room::save_data($room) == FALSE) { - echo "ERRORE SALVATAGGIO\n"; - exit; - } } else { /* Login Rendering */ @@ -343,7 +338,6 @@ function main() $body .= '
'.$mlang_room['userpass'.$sfx][$G_lang].'
'; } } - Room::unlock_data($sem); } /* Rendering. */ @@ -353,7 +347,7 @@ function main() else if ($BRISK_SHOWHTML == "debuglogin") { $ACTION = "login"; } - + if ($ACTION == "room") { $tables .= '
'; $tables .= ''; @@ -863,7 +857,7 @@ supported by:
/* Templates. */ if ($ACTION == 'login') { - header('Content-type: text/html; charset="utf-8"',true); + $header_out['Content-type'] = "text/html; charset=\"utf-8\""; ?> @@ -874,7 +868,7 @@ supported by:
- + @@ -997,18 +991,19 @@ echo "$body"; ?> Brisk + - + @@ -1032,7 +1027,6 @@ echo "$body"; ?> var g_withflash = false; var g_imgct= 0; var g_imgtot = g_preload_img_arr.length; - var myfrom = "index_php"; var g_brow = null; var spo_slide, sup_slide; @@ -1064,7 +1058,7 @@ else { ?> sess = ""; - hstm = new http_streaming("sess", $('sandbox')); + hstm = new http_streaming(window, console, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); hstm.hbit_set(heartbit); tra = new train($('room_tit')); window.onunload = onunload_cb; @@ -1077,7 +1071,7 @@ else { $("proflashext").innerHTML = ""; // console.log("session from main: "+sess); - hstm.start(sess); + hstm.start(); // alert("ARR LENGTH "+g_preload_img_arr.length); setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); $("txt_in").focus(); @@ -1213,6 +1207,4 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi } } -main(); - ?>