X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=a9d0b1772796045be6a035dd346a54645138e648;hb=29ef3f7db6bc1d39c658a15d95d22e45bbd59c16;hp=9d37c88ac43135c85c00c8f2a152845f7fa4161c;hpb=3ad972807dfceca464574e0ce7cfc1ffe1e70013;p=brisk.git diff --git a/web/index.php b/web/index.php index 9d37c88..a9d0b17 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 @@ -25,8 +28,8 @@ require_once("Obj/brisk.phh"); require_once("Obj/proxyscan.phh"); // Use of proxies isn't allowed. -if (is_proxy()) - exit; +if (!$G_is_local && is_proxy()) + exit; require_once("briskin5/Obj/briskin5.phh"); if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { @@ -38,8 +41,9 @@ log_load("index.php"); function main() { + GLOBAL $G_with_topbanner, $G_topbanner, $G_is_local; GLOBAL $sess, $name, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; - + $body = ""; $tables = ""; $standup = ""; @@ -89,6 +93,9 @@ function main() if (($user = &$room->add_user(&$sess, &$idx, $name, $_SERVER['REMOTE_ADDR'])) != FALSE) { $ACTION = "room"; + log_legal($curtime, $user->sess, $user->name, "STAT:LOGIN", ''); + + // setcookie ("sess", "", time() + 180); $room->standup_update(&$user); @@ -120,7 +127,7 @@ function main() if ($ACTION == "room") { $tables .= '
'; - $tables .= ''; + $tables .= '
'; for ($i = 0 ; $i < TABLES_N ; $i++) { if ($i % 4 == 0) $tables .= ''; @@ -136,27 +143,13 @@ 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 ( 'id' => 'btn_altout', @@ -173,7 +166,7 @@ function main() srand ((double) microtime() * 1000000); // $randval = rand(0,count($altout_propag)-1); $randval = 1; - $altout_carousel = sprintf('', + $altout_carousel = sprintf('', $altout_propag[$randval]['url'], $altout_propag[$randval]['id'], $altout_propag[$randval]['content']); @@ -187,15 +180,15 @@ function main() if ($brisk_donate == FALSE) $brisk_donate = ""; + + + $brisk_header_form = '
'; @@ -257,42 +237,100 @@ $brisk_vertical_menu = '
- -
-homepage
-cos\'è
-regole
-screenshoots
-compatibilità
-sorgenti
-mailing list
- -propaganda
-about
-contatti
+


sponsored by:

'.$altout_carousel.'
-

+

supported by:

-

+
+



%s %s + '.$altout_carousel_big.'
'; /* Templates. */ if ($ACTION == 'login') { + header('Content-type: text/html; charset="utf-8"',true); ?> Brisk + @@ -304,7 +342,14 @@ supported by: