X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Findex.php;h=7848aa5b33b3f3469084d17cba48bcb925a812d5;hp=8f087d832e9d16c6d2a9df35577faffa2586c4be;hb=9016f300544a53cda5eb4063735897891bd90c14;hpb=6de8b6fd3d57f0e18b48a640c4a594b5d62b9ce1 diff --git a/web/index.php b/web/index.php index 8f087d8..7848aa5 100644 --- a/web/index.php +++ b/web/index.php @@ -200,6 +200,10 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è g 'en' => 'contacts'), 'itm_mail' => array('it' => 'contatti', 'en' => 'contacts'), + 'tit_cook' => array('it' => 'policy sui cookie', + 'en' => 'cookie policy'), + 'itm_cook' => array('it' => 'cookie', + 'en' => 'cookie'), 'tit_cla' => array('it' => 'classifiche degli utenti', 'en' => 'user\'s placings'), 'itm_cla' => array('it' => 'classifiche', @@ -310,7 +314,13 @@ function sidebanners_render($sidebanner, $sidebanner_idx) $tit = eschtml($sb['title']); printf(' alt="%s" title="%s">', $tit, $tit); printf("\n"); - printf('', $i, $sb['icon_big']); + + $ib_class = ""; + if (array_key_exists('icon_big_class', $sb)) { + $ib_class = $sb['icon_big_class']; + } + + printf('', $ib_class, $i, $sb['icon_big']); printf("\n"); } } @@ -322,7 +332,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f GLOBAL $G_sidebanner, $G_sidebanner_idx; GLOBAL $G_with_poll; GLOBAL $G_lang, $G_lng, $mlang_room; - GLOBAL $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; + GLOBAL $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER, $_COOKIE; if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE) $sess = ""; @@ -335,6 +345,13 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f if (($table_token = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) unset ($table_token); + log_step("LOGIN: $name"); + + // default values + $_cookie_law_3party = 'true'; + if (isset($cookie['_cookie_law_3party'])) + $_cookie_law_3party = $cookie['_cookie_law_3party']; + $remote_addr = addrtoipv4($remote_addr_full); $is_login = FALSE; @@ -587,7 +604,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f /* MLANG: "briscola chiamata in salsa ajax", */ mt_srand(make_seed()); - if (!$G_is_local) { + if (!$G_is_local && $_cookie_law_3party == 'true') { $rn = rand(0, 1); if ($rn == 0) { @@ -700,6 +717,10 @@ google_color_url = "000000"; onmouseover="menu_hide(0,1);" title="'.$mlang_room['tit_mail'][$G_lang].'">'.$mlang_room['itm_mail'][$G_lang].'
+'.$mlang_room['itm_cook'][$G_lang].'

@@ -1102,6 +1124,12 @@ window.onload = function() {
+ + + + @@ -1423,6 +1453,11 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi +