X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=a2953745ab60bfc338e95a89e1ef936d58e88359;hb=b52ea57bf947912174d9e473cd721573f1f88d86;hp=e2d8f982d81b25dcec912004a10e1d2409ed7f57;hpb=9f4092e80e6b352c9e248cd7666161ab044c3e7c;p=brisk.git diff --git a/web/index.php b/web/index.php index e2d8f98..a295374 100644 --- a/web/index.php +++ b/web/index.php @@ -25,7 +25,6 @@ require_once("Obj/user.phh"); require_once("Obj/brisk.phh"); require_once("Obj/auth.phh"); -require_once("Obj/proxyscan.phh"); $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è già in uso.', 'en' => 'Your nickname is already in use.'), @@ -60,14 +59,14 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è g 'reas_cloud' => array('it' => 'La connessione dai computer di una cloud non è ammessa.', 'en' => 'Connection from cloud computers is not allowed.'), - 'btn_enter' => array('it' => 'entra', - 'en' => 'enter'), + 'btn_enter' => array('it' => 'Entra.', + 'en' => 'Enter.'), 'passwarn' => array('it' => 'Se non hai ancora una password, lascia il campo in bianco ed entra.', 'en' => 'If you don\'t have a password, leave blank the field and enter.'), - 'browwarn' => array('it' => 'Se qualcosa non funziona prova a ricaricare la pagina con Ctrl + F5

Se non riesci più ad entrare nel nuovo Brisk e prima ci riuscivi potrebbe essere un problema di antivirus,
guarda la pagina sugli antivirus per maggiori informazioni su come configurarlo.

Se ancora non funziona nulla contatta l\'amministratore del sito.', - 'en' => '(if something don\'t work
try to reload the current page with Ctrl + F5)'), - 'regwarn' => array('it' => '
Il nickname che stai usando è già registrato,

se il suo proprietario si autentificherà

verrai rinominato d\'ufficio come ghostN.', - 'en' => '
The nickname you are using it\'s already registered,

if its proprietary authenticates

you will named ghostN.'), + 'browwarn' => array('it' => 'Se qualcosa non funziona prova a ricaricare la pagina con Ctrl + F5

Se non riesci più ad entrare nel nuovo Brisk e prima ci riuscivi potrebbe essere un problema di antivirus,
guarda la pagina sugli antivirus per maggiori informazioni su come configurarlo.

Se ancora non funziona nulla contatta l\'amministratore del sito.', + 'en' => '(if something don\'t work
try to reload the current page with Ctrl + F5)'), + 'regwarn' => array('it' => '
Il nickname che stai usando è già registrato,

se il suo proprietario si autentificherà

verrai rinominato d\'ufficio come ghostN.', + 'en' => '
The nickname you are using it\'s already registered,

if its proprietary authenticates

you will named ghostN.'), 'btn_rettabs' => array('it' => 'torna ai tavoli', 'en' => 'back to tables'), 'btn_exit' => array('it' => 'Esco.', @@ -201,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', @@ -241,11 +244,11 @@ function poll_dom() ', $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"); } } @@ -323,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 = ""; @@ -336,12 +345,14 @@ 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); - $remote_addr = addrtoipv4($remote_addr_full); + log_step("LOGIN: $name"); - // Use of proxies isn't allowed. - if (!$G_is_local && is_proxy($remote_addr)) { - return FALSE; - } + // 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; $body = ""; @@ -553,7 +564,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f for ($i = 0 ; $i < 4 ; $i++) { $ii = ($i < 3 ? $i : 0); - $altout_support .= sprintf('
'."\n", + $altout_support .= sprintf('
'."\n", $i * 20, $altout_support_arr[$ii]['url'], $altout_support_arr[$ii]['id'], $altout_support_arr[$ii]['content']); @@ -570,7 +581,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f for ($i = 0 ; $i < 4 ; $i++) { $ii = ($i < 3 ? $i : 0); - $altout_sponsor .= sprintf('
'."\n", + $altout_sponsor .= sprintf('
'."\n", $i * 20, $altout_sponsor_arr[$ii]['url'], $altout_sponsor_arr[$ii]['id'], $altout_sponsor_arr[$ii]['content']); @@ -593,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) { @@ -645,7 +656,7 @@ google_color_url = "000000";
'.$banner_top_left.'
'.(($G_with_topbanner || $G_with_donors) ? '
' : '').'
- '.$mlang_room['headline'][$G_lang].'
+ '.$mlang_room['headline'][$G_lang].'
'.( ($G_with_topbanner || $G_with_donors) ? sprintf('
%s
', ($G_with_topbanner ? $G_topbanner : "
donatori
") ) : '').' @@ -665,105 +676,109 @@ google_color_url = "000000"; '. ($ACTION == "room" ? '
@@ -777,124 +792,124 @@ google_color_url = "000000"; onmouseover="menu_hide(0,1); menu_show(\'menu_state\');">' // MLANG .$mlang_room['stat_desc'][$G_lang]. -'
+'
ticker  
+ onmouseover="menu_hide(0,1);" onclick="act_chatt(\'/tav \'+$(\'txt_in\').value); menu_over(-1,this);">ticker  
' // MLANG garantisci .$mlang_room['itm_warr'][$G_lang]. - '
+ '
@@ -914,14 +929,14 @@ google_color_url = "000000"; onmouseover="menu_hide(0,1);" onclick="act_splash(); menu_over(-1,this);">' // MLANG garantisci .$mlang_room['tit_splash'][$G_lang]. - '
+ '
'.($user->is_auth() ? ' ' // MLANG garantisci - .$mlang_room['tit_prefs'][$G_lang].'
' : '').' + .$mlang_room['tit_prefs'][$G_lang].'
' : '').' '.($G_with_poll ? '' : '
').' @@ -936,19 +951,19 @@ google_color_url = "000000";
-sponsored by:
+sponsored by:
-
'.$altout_sponsor.'
+
'.$altout_sponsor.'
'.$altout_sponsor_big.'
-supported by:
+supported by:
-
'.$altout_support.'
+
'.$altout_support.'
@@ -957,10 +972,9 @@ supported by:
' . ( /* NOTE: here facebook or fake facebook */ -! $G_is_local ? +(!$G_is_local && $_cookie_law_3party == 'true') ? '
-' : '
FACEBOOK HERE
-' ) . '
+' : '' ) . '
%s %s @@ -987,6 +1001,8 @@ supported by:
+ + @@ -1028,7 +1044,7 @@ window.onload = function() { g_withflash = DetectFlashVer(6,0,0); if (g_withflash == false) { - $("proflash").innerHTML = 'Audio con Flash.
'; + $("proflash").innerHTML = 'Audio con Flash.
'; } else $("proflashext").innerHTML = ""; @@ -1038,7 +1054,7 @@ window.onload = function() { @@ -1072,31 +1088,50 @@ window.onload = function() { /* MLANG: "Digita il tuo nickname per accedere ai tavoli della briscola.", "entra", "Se non hai ancora una password, lascia il campo in bianco ed entra." ,"(se usi firefox e qualcosa non funziona prova a ricaricare la pagina con Ctrl + F5)" */ echo "$body"; ?> -
+
-
-
-
- -

+
+
+
+ +

- + - + -
-

-
+
+ +

+ +

+ +

+
-



-



-



-



-



+



+



+



+



+



@@ -1108,6 +1143,12 @@ window.onload = function() {
+ + + + @@ -1251,7 +1294,7 @@ xstm = new xynt_streaming(window, "", 80, 2, null /
-Chat
+Chat
@@ -1265,12 +1308,12 @@ xstm = new xynt_streaming(window, "", 80, 2, null /
-
+
-

+

@@ -1292,10 +1335,10 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi
-
+
-

+

@@ -1419,7 +1462,7 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi ?>
-

+

@@ -1429,6 +1472,11 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi
+