X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=b5ed1e9673bb4a4f4b5b8da021e4fd8f4d081359;hb=0aa15362fed8ca3bc4e3f23c02f04de50d293ca8;hp=9fa8101bd9794513e5643527bf337959706d677c;hpb=c41ecb2b361ebb9aea6e457ec79258119900ba86;p=brisk.git diff --git a/web/index.php b/web/index.php index 9fa8101..b5ed1e9 100644 --- a/web/index.php +++ b/web/index.php @@ -52,6 +52,12 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'back to tables'), 'btn_exit' => array('it' => 'Esco.', 'en' => 'Exit.'), + 'btn_prefs_save' => array('it' => 'Salva.', + 'en' => 'Save.'), + 'btn_prefs_reset' => array('it' => 'Annulla.', + 'en' => 'Reset.'), + 'btn_prefs_close' => array('it' => 'Chiudi.', + 'en' => 'Close.'), 'tit_tabl' => array('it' => 'Tavolo ', 'en' => 'Table '), 'tit_stat' => array('it' => 'imposta lo stato del tuo utente', @@ -114,11 +120,29 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'listaut_desc' => array('it' => 'leggi soltanto i messaggi degli utenti con password', 'en' => 'listen messages only from authenticated users'), 'listisol_desc'=> array('it' => 'visualizza Brisk come se fosse solo per utenti con password', - 'en' => 'show Brisk like an authenticated user only site'), + 'en' => 'show Brisk like an authenticated user only site'), + 'suppcomp_tit' => array('it' => 'personalizza la tua S', + 'en' => 'customize your S'), + 'suppcomp_r' => array('it' => 'rosso', + 'en' => 'red'), + 'suppcomp_g' => array('it' => 'verde', + 'en' => 'green'), + 'suppcomp_b' => array('it' => 'blu', + 'en' => 'blue'), + 'suppcomp_fg' => array('it' => 'colore', + 'en' => 'color'), + 'suppcomp_bg' => array('it' => 'sfondo', + 'en' => 'background'), + 'suppcomp_range' => array('it' => '(0-255)', + 'en' => '(0-255)'), 'tit_splash' => array('it' => 'splash', 'en' => 'splash'), 'splash_desc' => array('it' => 'attiva la finestra di splash', 'en' => 'show the splash window'), + 'tit_prefs' => array('it' => 'preferenze', + 'en' => 'preferences'), + 'prefs_desc' => array('it' => 'preferenze dell\' utente', + 'en' => 'user\'s preferences'), 'tit_help' => array('it' => 'informazioni utili su Brisk', 'en' => 'usefull information about Brisk'), 'itm_help' => array('it' => 'aiuto', @@ -283,13 +307,8 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo $room->garbage_manager(TRUE); /* try login */ - $ipv4addr_arr = explode(':' , $addr); - if (isset($ipv4addr_arr[3])) { - $ipv4addr = $ipv4addr_arr[3]; - } - else { - $ipv4addr = $addr; - } + + $ipv4addr = addrtoipv4($addr); if (($user = $room->add_user(&$sess, &$idx, $name, $pass_private, $ipv4addr, $cookie)) != FALSE) { $ACTION = "room"; if ($idx < 0) { @@ -762,14 +781,6 @@ google_color_url = "000000"; .$mlang_room['st_visch_desc'][$G_lang]. ' 
-
-
' - // MLANG ascolta - .$mlang_room['itm_list'][$G_lang]. -'
-
+'.($user->flags & USER_FLAG_AUTH ? ' +
' + // MLANG garantisci + .$mlang_room['tit_prefs'][$G_lang].'
' : '').' '.($G_with_poll ? '' : '
').' @@ -903,6 +864,7 @@ supported by:
+ @@ -912,6 +874,7 @@ supported by:
+ @@ -921,6 +884,7 @@ supported by:
var g_lng = ""; var g_tables_n = ; var g_tables_auth_n = ; + var g_prefs, g_prefs_new = null; var g_listen; var g_withflash = false; var g_is_spawn = 0; @@ -934,6 +898,9 @@ supported by:
window.onload = function() { // alert(window.onbeforeunload); g_brow = get_browser_agent(); + + g_prefs = new client_prefs(null); + spo_slide = new sideslide($('spon_caro'), 80, 20); sup_slide = new sideslide($('supp_caro'), 80, 20); @@ -1038,6 +1005,7 @@ echo "$body"; ?> + @@ -1047,6 +1015,7 @@ echo "$body"; ?> +