X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=0c4ac7a0961cca0ca4e5fc8c4612997ebb863d15;hb=15f742acbc8c473b8b1b7e7ad1fa941c16154e3b;hp=bc0735f82116cbd871640920466dfdc83c0f2266;hpb=8ad982169ddcaa707e91151c515fdec89af3d4eb;p=brisk.git diff --git a/web/index.php b/web/index.php index bc0735f..0c4ac7a 100644 --- a/web/index.php +++ b/web/index.php @@ -28,8 +28,147 @@ require_once("Obj/brisk.phh"); require_once("Obj/auth.phh"); require_once("Obj/proxyscan.phh"); -$mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati.', - 'en' => 'Wrong user and/or password.') ); + +$mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati.', + 'en' => 'Wrong user and/or password.'), + 'userpassmust' => array('it' => 'Il nickname deve contenere almeno una lettera o una cifra.', + 'en' => 'The nickname have to contain at least one letter or one number.'), + 'userpassend' => array('it' => 'Spiacenti, non ci sono più posti liberi. Riprova più tardi.', + 'en' => 'We are sorry, there aren\'t free place. Try again later.'), + 'userpassuse' => array('it' => 'Il tuo nickname è già in uso.', + 'en' => 'Your nickname is already in use.'), + 'standing' => array('it' => 'Giocatori in piedi', + 'en' => 'Standing players'), + 'headline' => array('it' => 'briscola chiamata in salsa ajax', + 'en' => 'declaration briscola in ajax sauce (Beta)'), + 'wellcome' => array('it' => 'Digita il tuo nickname per accedere ai tavoli della briscola', + 'en' => 'Enter your nickname to access to the tables of briscola'), + '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)', + '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.', + 'en' => 'Exit.'), + 'tit_tabl' => array('it' => 'Tavolo ', + 'en' => 'Table '), + 'tit_stat' => array('it' => 'imposta lo stato del tuo utente', + 'en' => 'set the status of the user'), + 'stat_desc' => array('it' => 'stato', + 'en' => 'mode' ), + 'st_norm_desc' => array('it' => 'normale', + 'en' => 'normal'), + 'st_paus_desc' => array('it' => 'pausa', + 'en' => 'pause'), + 'st_out_desc' => array('it' => 'fuori', + 'en' => 'out'), + 'st_dog_desc' => array('it' => 'cane', + 'en' => 'dog'), + 'st_food_desc' => array('it' => 'cibo', + 'en' => 'food'), + 'st_work_desc' => array('it' => 'lavoro', + 'en' => 'work'), + 'st_smok_desc' => array('it' => 'sigaretta', + 'en' => 'smoke'), + 'st_pres_desc' => array('it' => 'presente', + 'en' => 'present'), + 'st_rabb_desc' => array('it' => 'coniglio', + 'en' => 'rabbit'), + + 'tit_ticker' => array('it' => 'scrivi un invito al tavolo e clicca', + 'en' => 'write an invitation at the table and click'), + 'itm_warr' => array('it' => 'garantisci', + 'en' => 'guarantee'), + 'warr_desc' => array('it' => 'garantisci per un tuo conoscente', + 'en' => 'guarantee for a friend'), + 'tit_warr' => array('it' => 'Garantisci per un tuo conoscente.', + 'en' => 'Guarantee for a friend.'), + 'itm_list' => array('it' => 'ascolta', + 'en' => 'listen'), + 'list_desc' => array('it' => 'imposta le regole di ascolto', + 'en' => 'set the listen rules'), + 'tit_listall' => array('it' => 'tutti', + 'en' => 'everybody'), + 'listall_desc' => array('it' => 'leggi tutti i messaggi di tutti gli utenti collegati', + 'en' => 'listen all messages from each user connected'), + 'tit_listaut' => array('it' => 'solo autenticati', + 'en' => 'only authorized'), + 'tit_listisol' => array('it' => 'isolamento', + 'en' => 'isolation'), + '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'), + 'tit_splash' => array('it' => 'splash', + 'en' => 'splash'), + 'splash_desc' => array('it' => 'attiva la finestra di splash', + 'en' => 'show the splash window'), + 'tit_help' => array('it' => 'informazioni utili su Brisk', + 'en' => 'usefull information about Brisk'), + 'itm_help' => array('it' => 'aiuto', + 'en' => 'help'), + 'tit_hpage' => array('it' => 'homepage del progetto', + 'en' => 'project homepage (ita)'), + 'tit_what' => array('it' => 'di cosa si tratta', + 'en' => 'what is the project'), + 'itm_what' => array('it' => 'cos\'è', + 'en' => 'what is it'), + 'url_rules' => array('it' => 'http://it.wikipedia.org/wiki/Briscola#Gioco_a_5', + 'en' => 'http://it.wikipedia.org/wiki/Briscola#Gioco_a_5&EN=true'), + 'itm_rules' => array('it' => 'regole', + 'en' => 'rules'), + 'tit_rules' => array('it' => 'come si gioca', + 'en' => 'how to play'), + 'tit_shot' => array('it' => 'screenshots dell\'applicazione', + 'en' => 'screenshots of the web-application'), + 'tit_comp' => array('it' => 'compatibilità con i browser', + 'en' => 'browsers compatibility'), + 'itm_comp' => array('it' => 'compatibilità', + 'en' => 'compatibility'), + 'tit_src' => array('it' => 'sorgenti dell\'applicazione web', + 'en' => 'sources of the web-application'), + 'itm_src' => array('it' => 'sorgenti', + 'en' => 'sources'), + 'tit_ml' => array('it' => 'come iscriversi alla mailing list', + 'en' => 'how to subscribe the mailing list'), + 'itm_ml' => array('it' => 'mailing list', + 'en' => 'mailing list'), + 'tit_pro' => array('it' => 'come fare pubblicità a Brisk!', + 'en' => 'how to spread Brisk!'), + 'itm_pro' => array('it' => 'propaganda', + 'en' => 'propaganda'), + 'tit_mail' => array('it' => 'contatti', + 'en' => 'contacts'), + 'itm_mail' => array('it' => 'contatti', + 'en' => 'contacts'), + 'tit_cla' => array('it' => 'classifiche degli utenti', + 'en' => 'user\'s placings'), + 'itm_cla' => array('it' => 'classifiche', + 'en' => 'placings'), + 'tit_rmap' => array('it' => 'prossime funzionalità implementate', + 'en' => 'roadmap of next functionalities'), + 'itm_rmap' => array('it' => 'roadmap', + 'en' => 'roadmap'), + 'tit_meet' => array('it' => 'foto dei raduni di briskisti', + 'en' => 'photos of brisk meetings'), + 'itm_meet' => array('it' => 'raduni', + 'en' => 'meeting'), + 'tit_mesg' => array('it' => 'manda un messaggio o una segnalazione all\'amministratore del sito', + 'en' => 'send a message or a signalling to the administrator' ), + 'mesgtoadm_tit'=> array('it' => 'Invia un messaggio o una segnalazione all\'amministratore:', + 'en' => 'Send a message to the administrator:'), + 'mesgtoadm_sub'=> array('it' => 'soggetto:', + 'en' => 'subject:'), + 'btn_send' => array('it' => 'Invia.', + 'en' => 'Send.'), + 'btn_close' => array('it' => 'Chiudi.', + 'en' => 'Close.') + ); // Use of proxies isn't allowed. if (!$G_is_local && is_proxy()) @@ -43,9 +182,38 @@ if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { log_load("index.php"); + +function poll_dom() { + GLOBAL $G_with_poll, $G_poll_title, $G_poll_entries; + + if ($G_with_poll) { + $ret = sprintf('
+ + + +'); + return ($ret); + } + else + return ''; +} + function main() { + GLOBAL $G_with_donors, $G_donors_cur, $G_donors_all; GLOBAL $G_with_topbanner, $G_topbanner, $G_is_local; + GLOBAL $G_with_sidebanner, $G_sidebanner; + GLOBAL $G_with_sidebanner2, $G_sidebanner2; + GLOBAL $G_with_poll; GLOBAL $sess, $name, $pass_private, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; GLOBAL $G_lang, $G_lng, $mlang_room; $is_login = FALSE; @@ -135,14 +303,30 @@ function main() else { /* Login Rendering */ /* MLANG: "Utente e/o password errati.", "Il nickname deve contenere almeno una lettera o una cifra.", "Spiacenti, non ci sono più posti liberi. Riprova più tardi.", "Il tuo nickname è già in uso." */ + /* if ($idx == -3) $body .= '
'.$mlang_room['userpasserr'][$G_lang].'
'; else if ($idx == -2) - $body .= '
Il nickname deve contenere almeno una lettera o una cifra.
'; + // $body .= '
Il nickname deve contenere almeno una lettera o una cifra.
'; + $body .= '
'.$mlang_room['userpassmust'][$G_lang].'
'; else if ($idx == -1) - $body .= '
Spiacenti, non ci sono più posti liberi. Riprova più tardi.
'; + // $body .= '
Spiacenti, non ci sono più posti liberi. Riprova più tardi.
'; + $body .= '
'.$mlang_room['userpassend'][$G_lang].'
'; else - $body .= '
Il tuo nickname è già in uso.
'; + // $body .= '
Il tuo nickname è già in uso.
'; + $body .= '
'.$mlang_room['userpassuse'][$G_lang].'
'; + */ + + if ($idx == -3) + $sfx = 'err'; + else if ($idx == -2) + $sfx = 'must'; + else if ($idx == -1) + $sfx = 'end'; + else + $sfx = 'use'; + + $body .= '
'.$mlang_room['userpass'.$sfx][$G_lang].'
'; } } Room::unlock_data($sem); @@ -165,54 +349,95 @@ function main() else $i = TABLES_N - $ii - 1; - if ($ii % 4 == 0) - $tables .= ''; - $tables .= ''; - $tables .= '
Tavolo '.$i.'
'; - $tables .= sprintf('
', $i); - $tables .= sprintf('
', $i); - $tables .= '
'; - $tables .= ''."\n"; - if ($ii % 4 == 3) + if ($ii % 4 == 0) { + $tables .= ''; + } + if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $ii < TABLES_AUTH_N) { + $tables .= ''; + + $tables .= '
'.$mlang_room['tit_tabl'][$G_lang].$i.'
'; + $tables .= sprintf('
', $i); + $tables .= sprintf('
', $i); + $tables .= '
'; + $tables .= ''."\n"; + } + if ($ii % 4 == 3) { $tables .= ''; + } } $tables .= ''; $standup .= '
'; $standup .= '
'; - /* MLANG: "Giocatori in piedi", "Come ottenere user e password" */ + /* MLANG: "Giocatori in piedi" */ // $standup .= '
Giocatori in piedi - Come ottenere user e password -
'; - $standup .= '
Giocatori in piedi
'; + $standup .= '
'.$mlang_room['standing'][$G_lang].'
'; $standup .= sprintf('
'); - $standup .= '
'; + // MLANG Esco. + $standup .= '
'; $standup .= '
'; } - $altout_propag = array( array ( 'id' => 'btn_altout', + $altout_sponsor_arr = array( array ( 'id' => 'btn_altout', 'url' => 'http://www.alternativeoutput.it', 'content' => 'img/altout80x15.png', - 'content_big' => 'img/altout80x15.png'), + 'content_big' => 'img/logotxt_banner.png'), array ( 'id' => 'btn_virtualsky', 'url' => 'http://virtualsky.alternativeoutput.it', 'content' => 'img/virtualsky80x15a.gif', - 'content_big' => 'img/virtualsky_big.png') + 'content_big' => 'img/virtualsky_big.png'), + array ( 'id' => 'btn_dynamica', + 'url' => 'http://www.dynamica.it', + 'content' => 'img/dynamica.png', + 'content_big' => 'img/dynamica_big.png') ); - + + $altout_support_arr = array( array ( 'id' => 'btn_brichi', + 'url' => 'http://www.briscolachiamata.it', + 'content' => 'img/brichi.png', + 'content_big' => 'img/brichi_big.png'), + array ( 'id' => 'btn_foroli', + 'url' => 'http://www.forumolimpia.it', + 'content' => 'img/forumolimpia.gif', + 'content_big' => 'img/forumolimpia_big.png' ) ); + + + + $altout_support = ""; + $altout_support_big = ""; + for ($i = 0 ; $i < 3 ; $i++) { + $ii = ($i < 2 ? $i : 0); + + $altout_support .= sprintf('
', + $i * 20, $altout_support_arr[$ii]['url'], + $altout_support_arr[$ii]['id'], $altout_support_arr[$ii]['content']); + + $altout_support_big .= sprintf('', + $altout_support_arr[$ii]['id'], $altout_support_arr[$ii]['content_big']); + } + + // seed with microseconds since last "whole" second - srand ((double) microtime() * 1000000); - // $randval = rand(0,count($altout_propag)-1); - $randval = 1; - $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']); - + // srand ((double) microtime() * 1000000); + // $randval = rand(0,count($altout_sponsor_arr)-1); + $altout_sponsor = ""; + $altout_sponsor_big = ""; + for ($i = 0 ; $i < 4 ; $i++) { + $ii = ($i < 3 ? $i : 0); + + $altout_sponsor .= sprintf('
', + $i * 20, $altout_sponsor_arr[$ii]['url'], + $altout_sponsor_arr[$ii]['id'], $altout_sponsor_arr[$ii]['content']); + + $altout_sponsor_big .= sprintf('', + $altout_sponsor_arr[$ii]['id'], $altout_sponsor_arr[$ii]['content_big']); + } + + + + $brisk_donate = file_get_contents(FTOK_PATH."/brisk_donate.txt"); if ($brisk_donate == FALSE) @@ -244,10 +469,12 @@ google_color_url = "000000"; src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> ' ).' -'.($G_with_topbanner ? '
' : '').'
- - briscola chiamata in salsa ajax
-
'.($G_with_topbanner ? sprintf('
%s
', $G_topbanner) : '').' +'.(($G_with_topbanner || $G_with_donors) ? '
' : '').'
+ + '.$mlang_room['headline'][$G_lang].'
+
'.( ($G_with_topbanner || $G_with_donors) ? sprintf('
%s
', + ($G_with_topbanner ? $G_topbanner : +"
donatori
") ) : '').'
'.($G_is_local ? '' : ' - + - + @@ -450,21 +800,35 @@ supported by:

- + - + @@ -548,6 +933,10 @@ Digita il tuo nickname per accedere ai tavoli della briscola.