X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=8e16ca683ced07cff1fd4044429cbd769e1e614d;hb=d7d8d7998b67bae0996efeebc35c6d3fef84bd09;hp=bb31b6e0f42f0e50471af99363d74ad21e7c48f0;hpb=e58ff1b750cdb0e73657cea7bfeed86df22b4d3c;p=brisk.git diff --git a/web/index.php b/web/index.php index bb31b6e..8e16ca6 100644 --- a/web/index.php +++ b/web/index.php @@ -2,7 +2,10 @@ /* * brisk - index.php * - * Copyright (C) 2006-2007 matteo.nastasi@milug.org + * Copyright (C) 2006-2008 Matteo Nastasi + * mailto: nastasi@alternativeoutput.it + * matteo.nastasi@milug.org + * web: http://www.alternativeoutput.it * * 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 @@ -22,6 +25,12 @@ */ require_once("Obj/brisk.phh"); +require_once("Obj/proxyscan.phh"); + +// 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') { echo "Debugging time!"; @@ -32,8 +41,8 @@ log_load("index.php"); function main() { - GLOBAL $sess, $name, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; - + GLOBAL $G_is_local, $sess, $name, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; + $body = ""; $tables = ""; $standup = ""; @@ -49,7 +58,7 @@ function main() /* Actions */ if (validate_sess($sess)) { - log_main("pre garbage_manager"); + log_main("pre garbage_manager UNO"); $room->garbage_manager(TRUE); log_main("post garbage_manager"); if (($user = &$room->get_user($sess, &$idx)) != FALSE) { @@ -63,7 +72,7 @@ function main() Room::unlock_data($sem); setcookie("table_token", $user->table_token, $curtime + 31536000); setcookie("table_idx", $user->table, $curtime + 31536000); - header ("Location: briskin5/briskin5.php"); + header ("Location: briskin5/index.php"); exit; } $ACTION = "room"; @@ -76,6 +85,8 @@ function main() } if ($ACTION == "login" && isset($name)) { + + log_main("pre garbage_manager DUE"); $room->garbage_manager(TRUE); /* try login */ if (($user = &$room->add_user(&$sess, &$idx, $name, $_SERVER['REMOTE_ADDR'])) != FALSE) { @@ -128,57 +139,51 @@ function main() $tables .= ''; - $standup .= '
'; + $standup .= '
'; $standup .= '
'; - $standup .= '
Giocatori in piedi
'; + $standup .= '
Giocatori in piedi
'; $standup .= sprintf('
'); $standup .= '
'; $standup .= '
'; - - // $tables .= '
'; - - /* - $tables .= ''; - $tables .= ''; - $tables .= '
'; - $tables .= '
'; - $tables .= 'Giocatori in piedi'; - - $tables .= sprintf('
'); - $tables .= '
'; - */ - // $tables .= '
'; } - $altout_propag = array( array ( 'url' => 'http://www.alternativeoutput.it', - 'content' => '' ), - array ( 'url' => 'http://virtualsky.alternativeoutput.it', - 'content' => '' ) + $altout_propag = array( array ( 'id' => 'btn_altout', + 'url' => 'http://www.alternativeoutput.it', + 'content' => 'img/altout80x15.png', + 'content_big' => 'img/altout80x15.png'), + array ( 'id' => 'btn_virtualsky', + 'url' => 'http://virtualsky.alternativeoutput.it', + 'content' => 'img/virtualsky80x15a.gif', + 'content_big' => 'img/virtualsky_big.png') ); // 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_carousel = sprintf('', $altout_propag[$randval]['url'], + $altout_propag[$randval]['id'], $altout_propag[$randval]['content']); + $altout_carousel_big = sprintf('', + $altout_propag[$randval]['id'], + $altout_propag[$randval]['content_big']); + $brisk_donate = file_get_contents(FTOK_PATH."/brisk_donate.txt"); if ($brisk_donate == FALSE) $brisk_donate = ""; + $with_topbanner = TRUE; + $brisk_header_form = '