add tables for apprentices
[brisk.git] / web / index_wr.php
1 <?php
2 /*
3  *  brisk - index_wr.php
4  *
5  *  Copyright (C) 2006-2015 Matteo Nastasi
6  *                          mailto: nastasi@alternativeoutput.it
7  *                                  matteo.nastasi@milug.org
8  *                          web: http://www.alternativeoutput.it
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful, but
16  * WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  * General Public License for more details. You should have received a
19  * copy of the GNU General Public License along with this program; if
20  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
21  * Suite 330, Boston, MA 02111-1307, USA.
22  *
23  */
24
25 $mlang_indwr = array( 'unknownerr'    => array( 'it' => 'errore sconosciuto',
26                                                 'en' => 'unknown error'),
27                       'btn_backtotab' => array( 'it' => 'Torna ai tavoli.',
28                                                 'en' => 'Back to tables.' ),
29                       'warrrepl'  => array( 'it' => '<br>Il nominativo &egrave; stato inoltrato all\'amministratore.<br><br>Nell\'arco di pochi giorni verr&agrave;<br><br>notificata al garantito l\'avvenuta registrazione.',
30                                             'en' => '<br>The subscription was forwarded to the administrator.<br><br>In a few days we will notify<br><br>your friend the occurred registration.'),
31                       'btn_close' => array( 'it' => 'chiudi',
32                                             'en' => 'close' ),
33                       'commerr' => array( 'it' => '<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>',
34                                           'en' => '<b>An error was occurred during the saving, try again or contact the administrator.</b>'),
35                       'coerrdb' => array( 'it' => '<b>Il database è temporaneamente irraggiungibile, riprova più tardi o contatta l\'amministratore.</b>',
36                                           'en' => '<b>The database is temporarly unavailable, retry to later or conctact the administrator.</b>'),
37                       'warrmust' => array( 'it' => '<b>Per autenticare qualcuno devi a tua volta essere autenticato e certificato.</b>',
38                                            'en' => 'To authenticate somebody you have to be authenticated and certified yourown'),
39                       'mesgrepl' => array( 'it' => '<br><br>Il messaggio &egrave; stato inoltrato all\'amministratore.',
40                                            'en' => '<br><br>The message was forwarded to the administrator'),
41                       'mesgmust' => array( 'it' => '<b>Per mandare messaggi all\'amministratore devi essere autenticato.</b>',
42                                            'en' => 'To send a message to the administrator you have to be authenticated'),
43                       'shutmsg'  => array( 'it' => '<b>Il server sta per essere riavviato, non possono avere inizio nuove partite.</b>',
44                                            'en' => '<b>The server is going to be rebooted, new games are not allowed.</b>'),
45                       'mustappr' => array( 'it' => '<b>Il tavolo a cui volevi sederti richiede autentifica o apprendistato.</b>',
46                                            'en' => '<b>The table where you want to sit require authentication or apprentice</b>'),
47                       'mustauth' => array( 'it' => '<b>Il tavolo a cui volevi sederti richiede autentifica.</b>',
48                                            'en' => '<b>The table where you want to sit require authentication</b>'),
49                       'mustcert' => array( 'it' => '<b>Il tavolo a cui volevi sederti richiede autentifica e certificazione.</b>',
50                                            'en' => '<b>The table where you want to sit require authentication and certification</b>'),
51                       'tabwait'=> array( 'it' => '<b>Il tavolo si &egrave; appena liberato, ci si potr&agrave; sedere tra %d secondi.',
52                                            'en' => '<b>The table is only just opened, you will sit down in %d seconds.'),
53                       'mustfirst'=> array( 'it' => '<b>Il tuo utente può sedersi al tavolo solo per primo.</b>',
54                                            'en' => '<b>Your can sit down as first user only.' ),
55                       'pollmust' => array( 'it' => '<b>Per partecipare al sondaggio devi essere autenticato.</b>',
56                                            'en' => '<b>To vote for the poll you have to be authenticated</b>'),
57                       'pollnone' => array( 'it' => '<br><br>Al momento non è attivo alcun sondaggio.',
58                                            'en' => '<br><br>At this moment no polls are active.'),
59                       'pollchoo' => array( 'it' => '<br><br>Non hai espresso nessuna preferenza.',
60                                            'en' => '<br><br>You don\'t choose any preference, do it'),
61                       'pollagai' => array( 'it' => '<br>Per questo sondaggio hai già votato.<br><br>Non si può esprimere la propria preferenza più di una volta.',
62                                            'en' => '<br>You just express your preference about this poll.<br><br>You cannot do it again.'),
63                       'pollrec'  => array ('it' => '<br><br>Il tuo voto è stato registrato.',
64                                            'en' => '<br><br>Your vote had be stored.'),
65                       'badwake_a'=> array( 'it' => '<br>Ti sei alzato da un tavolo senza il consenso degli altri giocatori.<br><br>Dovrai aspettare ancora ',
66                                            'en' => '<br>You stand up without the permission of the other players.<br><br>You will wait '),
67                       'badwake_b'=> array( 'it' => ' prima di poterti sedere nuovamente.',
68                                            'en' => ' before you can sit down again.'),
69                       'btn_stays'=> array( 'it' => 'resta in piedi.',
70                                            'en' => 'stay standing.'),
71                       'badsit_a' => array( 'it' => '<br>Tu o qualcuno col tuo stesso indirizzo IP si è alzato da un tavolo senza il consenso degli altri giocatori.<br><br>Dovrai aspettare ancora ',
72                                            'en' => '<br>You or someone with your same IP address is standing up from a table without the permission of the other players <br><br>You will wait '),
73                       'badsit_b' => array( 'it' => ' prima di poterti sedere nuovamente.<br><br>Se non sei stato tu ad alzarti e possiedi un login con password, autenticandoti con quello, potrai accedere.',
74                                            'en' => ' before you can sit down again. If you don\'t leave the table and you have a login with a password, authenticating with this one you will access'),
75                       'nu_netguard' => array('it' => "Di recente è già arrivata una richiesta da un indirizzo IP simile al tuo, riprova tra qualche tempo.",
76                                              'en' => "EN di recente è già arrivata una richiesta da un indirizzo IP simile al tuo, riprova tra qualche tempo."),
77                       'nu_unkerr' => array('it' => "Si è verificato un errore inatteso, contattare l'amministratore.",
78                                            'en' => "EN Si è verificato un errore inatteso, contattare l'amministratore."),
79                       'nu_loginau' => array('it' => "login già in uso",
80                                             'en' => "login already in use"),
81                       'nu_emailau' => array('it' => "email già utilizzata",
82                                             'en' => "email already in use"),
83                       'nu_msubj' => array( 'it' => 'Brisk: verifica email',
84                                            'en' => 'Brisk: email verification'),
85                       // %s(guar) %s(login) %s(baseurl) %d(code) %s(hash)
86                       'nu_mtext' => array( 'it' =>
87 'Ciao, sono l\' amministratore del sito di Brisk.
88
89 L\' utente \'%s\' ha garantito per te col nickname \'%s\',
90 vai al link: <%s>
91 per confermare il tuo indirizzo di posta elettronica.
92
93 Ciò è necessario per ottenere la password.
94
95 Saluti e buone partite, mop.',
96                                            'en' => 'EN mtext [%s] [%s] [%s]'),
97                       'nu_mhtml' => array( 'it' => 'Ciao, sono l\' amministratore del sito di Brisk.<br><br>
98 L\' utente \'%s\' ha garantito per te col nickname \'%s\',<br>
99 <a href="%s">clicca qui</a> per confermare il tuo indirizzo di posta elettronica.<br><br>
100 Ciò è necessario per ottenere la password.<br><br>
101 Saluti e buone partite, mop.<br>',
102                                            'en' => 'EN mhtml [%s] [%s] [%s]'),
103
104                       'ap_mtext' => array( 'it' =>
105 'Ciao, sono l\' amministratore del sito di Brisk.
106
107 Ti sei registrato col nickname \'%s\',
108 vai al link: <%s>
109 per confermare il tuo indirizzo di posta elettronica.
110
111 Ciò è necessario per ottenere la password.
112
113 Saluti e buone partite, mop.',
114                                            'en' => 'EN mtext [%s] [%s]'),
115
116                       'ap_mhtml' => array( 'it' => 'Ciao, sono l\' amministratore del sito di Brisk.<br><br>
117 Ti sei registrato col nickname \'%s\',<br>
118 <a href="%s">clicca qui</a> per confermare il tuo indirizzo di posta elettronica.<br><br>
119 Ciò è necessario per ottenere la password.<br><br>
120 Saluti e buone partite, mop.<br>',
121                                            'en' => 'EN mhtml [%s] [%s]'),
122                       'info_err' => array( 'it' => 'E\' occorso un errore (%d), riprova più tardi.',
123                                            'en' => 'Some error occurs (%d), retry later.')
124                       );
125
126 define('LICMGR_CHO_ACCEPT', 0);
127 define('LICMGR_CHO_REFUSE', 1);
128 define('LICMGR_CHO_AFTER',  2);
129
130 function index_wr_main(&$brisk, $remote_addr_full, $get, $post, $cookie)
131 {
132     GLOBAL $G_domain, $G_webbase, $G_mail_seed, $G_notguar_code;
133     GLOBAL $G_shutdown, $G_alarm_passwd, $G_ban_list, $G_black_list, $G_lang, $G_room_help, $G_room_about;
134     GLOBAL $G_room_passwdhowto, $mlang_indwr;
135     GLOBAL $G_tos_vers;
136
137     log_load("index_wr.php");
138     $remote_addr = addrtoipv4($remote_addr_full);
139     $remote_ip = ip2int($remote_addr);
140
141     if (($mesg = gpcs_var('mesg', $get, $post, $cookie)) === FALSE)
142         unset($mesg);
143
144     if (($cl_step = gpcs_var('stp', $get, NULL, NULL)) === FALSE)
145         $cl_step = -2;
146
147     if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE)
148         $sess = "";
149
150
151     if (DEBUGGING == "local" && $remote_addr != '127.0.0.1') {
152         echo "Debugging time!";
153         return (FALSE);
154     }
155
156     /*
157      *  MAIN
158      */
159     $is_spawn = FALSE;
160
161     log_wr(0, 'index_wr.php: COMM: '.xcapemesg($mesg));
162     log_wr('COMM: '.xcapemesg($mesg));
163
164     $curtime = time();
165     $dt = date("H:i ", $curtime);
166
167     if (($user = $brisk->get_user($sess, &$idx)) == FALSE) {
168         $argz = explode('|', xcapemesg($mesg));
169
170         if ($argz[0] == 'getchallenge') {
171             if (isset($get['cli_name']))
172                 $cli_name = $get['cli_name'];
173             if (($a_sem = Challenges::lock_data(TRUE)) != FALSE) {
174                 log_main("chal lock data success");
175
176                 if (($chals = &Challenges::load_data()) != FALSE) {
177
178                     $token =  uniqid("");
179                     // echo '2|'.$argz[1].'|'.$token.'|'.$remote_addr.'|'.$curtime.'|';
180                     // exit;
181
182                     if (($login_new = validate_name(urldecode($cli_name))) != FALSE) {
183                         if ($chals->add($login_new, $token, $remote_addr, $curtime) != FALSE) {
184                             log_send("SUCCESS: token:".$token);
185                             echo '0|'.$token;
186                         }
187                         else {
188                             log_send("getchallenge FAILED");
189                             echo '1|';
190                         }
191                     }
192                     else {
193                         log_send("getchallenge FAILED");
194                         echo '1|';
195                     }
196                     if ($chals->ismod()) {
197                         Challenges::save_data(&$chals);
198                     }
199                 }
200
201
202                 Challenges::unlock_data($a_sem);
203             }
204             else {
205                 echo "CHALLENGE LOCK FAILED\n";
206                 return FALSE;
207             }
208         }
209         else if ($argz[0] == 'auth') {
210             printf("challenge|ok");
211         }
212         else if ($argz[0] == 'help') {
213             /* MLANG: "torna ai tavoli" */
214             echo show_notify(str_replace("\n", " ", $G_room_help[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 600, 500);
215         }
216         else if ($argz[0] == 'about') {
217             echo show_notify(str_replace("\n", " ", $G_room_about[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 230);
218         }
219         else if ($argz[0] == 'passwdhowto') {
220             echo show_notify(str_replace("\n", " ", $G_room_passwdhowto[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 200);
221         }
222         else if ($argz[0] == 'roadmap') {
223             echo show_notify(str_replace("\n", " ", $G_room_roadmap[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 200);
224         }
225         else if ($argz[0] == 'placing') {
226             require_once("briskin5/Obj/briskin5.phh");
227             require_once("briskin5/Obj/placing.phh");
228
229             echo show_notify(str_replace("\n", " ", placings_show(FALSE)), 0, $mlang_indwr['btn_close'][$G_lang], 800, 600);
230         }
231         else if ($argz[0] == 'whysupport') {
232             echo show_notify(str_replace("\n", " ", $G_room_whysupport[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lng], 400, 200);
233         }
234         else if ($argz[0] == 'apprentice') {
235             if (($cli_name = gpcs_var('cli_name', $get, $post, $cookie)) === FALSE)
236                 $cli_name = "";
237
238             if (($cli_email = gpcs_var('cli_email', $get, $post, $cookie)) === FALSE)
239                 $cli_email = "";
240
241             $mesg_to_user = "";
242
243             // check existence of username or email
244             $is_trans = FALSE;
245             do {
246                 if (($bdb = BriskDB::create()) == FALSE) {
247                     $mesg_to_user = "Connessione al database fallita";
248                     break;
249                 }
250
251                 // check IP address as previous requirer
252                 if ($bdb->selfreg_check($remote_ip) == FALSE) {
253                     $mesg_to_user = $mlang_indwr['nu_netguard'][$G_lang];
254                     break;
255                 }
256
257                 $cli_name = urldecode($cli_name);
258                 $cli_email = urldecode($cli_email);
259
260                 // check for already used fields
261                 if (($idret = $bdb->check_record_by_login_or_email($cli_name, $cli_email)) != 0) {
262                     $mesg_to_user = ($idret == 1 ?  $mlang_indwr['nu_loginau'][$G_lang] :
263                                      ($idret == 2 ? $mlang_indwr['nu_emailau'][$G_lang] :
264                                       $mlang_indwr['unknownerr'][$G_lang]));
265                     break;
266                 }
267
268                 $bdb->transaction('BEGIN');
269                 $is_trans = TRUE;
270                 //   insert the new user disabled with reason NU_MAILED
271                 // FIXME: move 'no-guaran' user into configuration file
272                 if (($usr_obj = $bdb->user_add($cli_name, 'THE_PASS', $cli_email,
273                                                USER_FLAG_TY_DISABLE | USER_FLAG_TY_APPR,
274                                                USER_DIS_REA_NU_MAILED, $G_notguar_code)) == FALSE) {
275                     fprintf(STDERR, "ERROR: user_add FAILED\n");
276                     $mesg_to_user = "Fallito inserimento nel database.";
277                     break;
278                 }
279
280                 if (($mail_code = $bdb->mail_reserve_code()) == FALSE) {
281                     fprintf(STDERR, "ERROR: mail reserve code FAILED\n");
282                     $mesg_to_user = "Fallita creazione codice email.";
283                     break;
284                 }
285                 $hash = md5($curtime . $G_alarm_passwd . $cli_name . $cli_email);
286
287                 $confirm_page = sprintf("http://%s/%s/mailmgr.php?f_act=checkmail&f_code=%d&f_hash=%s",
288                                         $G_domain, $G_webbase, $mail_code, $hash);
289                 $subj = $mlang_indwr['nu_msubj'][$G_lang];
290                 $body_txt = sprintf($mlang_indwr['ap_mtext'][$G_lang],
291                                     $cli_name, $confirm_page);
292                 $body_htm = sprintf($mlang_indwr['ap_mhtml'][$G_lang],
293                                     $cli_name, $confirm_page);
294
295                 $mail_item = new MailDBItem($mail_code, $usr_obj->code, MAIL_TYP_CHECK,
296                                             $curtime, $subj, $body_txt, $body_htm, $hash);
297
298                 // save the mail
299                 if ($mail_item->store($bdb) == FALSE) {
300                     // store mail error
301                     fprintf(STDERR, "ERROR: store mail FAILED\n");
302                     $mesg_to_user = "Fallita procedura di store.";
303                     break;
304                 }
305
306                 // check IP address as previous requirer
307                 if ($bdb->selfreg_set($remote_ip) == FALSE) {
308                     $mesg_to_user = $mlang_indwr['nu_unkerr'][$G_lang];
309                     break;
310                 }
311
312                 if (brisk_mail($cli_email, $subj, $body_txt, $body_htm) == FALSE) {
313                     // mail error
314                     fprintf(STDERR, "ERROR: mail send FAILED\n");
315                     $mesg_to_user = "Fallito invio email.";
316                     break;
317                 }
318
319                 $bdb->transaction('COMMIT');
320                 fprintf(STDERR, "REMOTE: %d\n", $remote_ip);
321                 echo "1";
322                 return TRUE;
323             } while(FALSE);
324             if ($is_trans)
325                 $bdb->transaction('ROLLBACK');
326             echo "$mesg_to_user";
327             return FALSE;
328         }
329         else {
330             log_wr("Get User Error");
331             echo "Get User Error:" + $argz[0];
332             return FALSE;
333         }
334         return TRUE;
335     } // end if (($user = $brisk->get_user($sess, ... == FALSE) {
336
337     $brisk->sess_cur_set($user->sess);
338     $argz = explode('|', xcapemesg($mesg));
339
340     log_wr('POSTSPLIT: '.$argz[0]);
341
342     // LACC UPDATED
343     $user->lacc = $curtime;
344     if ($user->cl_step < $cl_step) {
345         log_step(sprintf("%s|%s|%d|%d|%d|%d", $user->sess, $user->name, $user->step, $user->cl_step, $cl_step, $user->step - $user->cl_step));
346         $user->cl_step = $cl_step;
347     }
348
349     if ( ( ! $user->is_auth() ) &&
350         $brisk->ban_check($user->ip)) {
351         // TODO: find a way to add a nonblocking sleep(5) here
352         return (FALSE);
353     }
354
355     if ($argz[0] == 'ping') {
356         log_wr("PING RECEIVED");
357     }
358     else if ($argz[0] == 'info') {
359         if ($argz[1] == 'save') {
360             if (!isset($post['info'])) {
361                 return FALSE;
362             }
363             if (($ret = $brisk->info_save($user, $post['info'])) == 0) {
364                 echo "1";
365                 return TRUE;
366             }
367
368             printf($mlang_indwr['info_err'][$G_lang], $ret);
369             return FALSE;
370         }
371     }
372     else if ($argz[0] == 'prefs') {
373         if ($argz[1] == 'save') {
374             if (!isset($post['prefs'])) {
375                 return FALSE;
376             }
377
378             if (($prefs = Client_prefs::from_json($post['prefs'])) == FALSE) {
379                 $prefs = Client_prefs::from_user($user);
380             }
381             $prefs->store($user, TRUE);
382         }
383         else { // reset case as default
384             $prefs = Client_prefs::from_user($user);
385         }
386         $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
387         $user->comm[$user->step % COMM_N] .=  sprintf('prefs_load(\'%s\', true, %s);', json_encode($prefs),
388                                                       'false');
389         $user->step_inc();
390
391         if ($argz[1] == 'save') {
392             if ($user->stat == 'room' && $user->subst == 'standup') {
393                 $brisk->standup_update($user);
394             }
395             else if ($user->stat == 'room' && $user->subst == 'sitdown') {
396                 log_main("chatt_send pre table update");
397                 $brisk->table_update($user);
398                 log_main("chatt_send post table update");
399             }
400         }
401         echo "1";
402         return TRUE;
403     }
404     else if ($argz[0] == 'shutdown') {
405         log_auth($user->sess, "Shutdown session.");
406
407         $user->the_end = TRUE;
408
409         log_rd2("AUTO LOGOUT.");
410         if ($user->subst == 'sitdown' || $user->stat == 'table')
411             $brisk->room_wakeup($user);
412         else if ($user->subst == 'standup')
413             $brisk->room_outstandup(&$user);
414         else {
415             log_rd2("SHUTDOWN FROM WHAT ???");
416         }
417     }
418     else if ($argz[0] == 'warranty') {
419         if (($cli_name = gpcs_var('cli_name', $get, $post, $cookie)) === FALSE)
420             $cli_name = "";
421
422         if (($cli_email = gpcs_var('cli_email', $get, $post, $cookie)) === FALSE)
423             $cli_email = "";
424
425         $mesg_to_user = "";
426
427         log_wr("INFO:SKIP:argz == warranty name: [".$cli_name."] CERT: ".$user->is_cert());
428         if ($user->is_cert()) {
429             if (0 == 1) {
430                 if (($wa_lock = Warrant::lock_data(TRUE)) != FALSE) {
431                     if (($fp = @fopen(LEGAL_PATH."/warrant.txt", 'a')) != FALSE) {
432                         /* Unix time | session | nickname | IP | where was | mesg */
433                         fwrite($fp, sprintf("%ld|%s|%s|%s|\n", $curtime, xcapelt($user->name), xcapelt(trim(urldecode($cli_name))), xcapelt(trim(urldecode($cli_email)))));
434                         fclose($fp);
435                     }
436                     Warrant::unlock_data($wa_lock);
437                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
438                     /* MLANG: "<br>Il nominativo &egrave; stato inoltrato all\'amministratore.<br><br>Nell\'arco di pochi giorni vi verr&agrave;<br><br>notificata l\'avvenuta registrazione." */
439                     $user->comm[$user->step % COMM_N] .=  show_notify($mlang_indwr['warrrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 150);
440                     $user->step_inc();
441                     echo "1";
442                 }
443                 else {
444                     /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
445                     $mesg_to_user = nickserv_msg($dt, $mlang_indwr['commerr'][$G_lang]);
446                 }
447             } // 0 == 1
448             else {
449                 // check existence of username or email
450                 $is_trans = FALSE;
451                 do {
452                     if (($bdb = BriskDB::create()) == FALSE)
453                         break;
454
455                     $cli_name = trim(urldecode($cli_name));
456                     $cli_email = trim(urldecode($cli_email));
457
458                     // check for already used fields
459                     if (($idret = $bdb->check_record_by_login_or_email($cli_name, $cli_email)) != 0) {
460                         $mesg_to_user = nickserv_msg($dt, ($idret == 1 ?  $mlang_indwr['nu_loginau'][$G_lang] :
461                                                            ($idret == 2 ? $mlang_indwr['nu_emailau'][$G_lang]
462                                                             : $mlang_indwr['unknownerr'][$G_lang])));
463                         break;
464                     }
465                     $bdb->transaction('BEGIN');
466                     $is_trans = TRUE;
467                     //   insert the new user disabled with reason NU_MAILED
468                     if (($usr_obj = $bdb->user_add($cli_name, 'THE_PASS', $cli_email,
469                                                    USER_FLAG_TY_DISABLE | USER_FLAG_TY_NORM,
470                                                    USER_DIS_REA_NU_MAILED, $user->code)) == FALSE) {
471                         fprintf(STDERR, "ERROR: user_add FAILED\n");
472                         break;
473                     }
474                     if (($mail_code = $bdb->mail_reserve_code()) == FALSE) {
475                         fprintf(STDERR, "ERROR: mail reserve code FAILED\n");
476                         break;
477                     }
478                     $hash = md5($curtime . $G_alarm_passwd . $cli_name . $cli_email);
479
480                     $confirm_page = sprintf("http://%s/%s/mailmgr.php?f_act=checkmail&f_code=%d&f_hash=%s",
481                                             $G_domain, $G_webbase, $mail_code, $hash);
482                     $subj = $mlang_indwr['nu_msubj'][$G_lang];
483                     $body_txt = sprintf($mlang_indwr['nu_mtext'][$G_lang],
484                                         $user->name, $cli_name, $confirm_page);
485                     $body_htm = sprintf($mlang_indwr['nu_mhtml'][$G_lang],
486                                         $user->name, $cli_name, $confirm_page);
487
488                     $mail_item = new MailDBItem($mail_code, $usr_obj->code, MAIL_TYP_CHECK,
489                                                 $curtime, $subj, $body_txt, $body_htm, $hash);
490
491                     if (brisk_mail($cli_email, $subj, $body_txt, $body_htm) == FALSE) {
492                         // mail error
493                         fprintf(STDERR, "ERROR: mail send FAILED\n");
494                         break;
495                     }
496                     // save the mail
497                     if ($mail_item->store($bdb) == FALSE) {
498                         // store mail error
499                         fprintf(STDERR, "ERROR: store mail FAILED\n");
500                         break;
501                     }
502                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
503                     /* MLANG: "<br>Il nominativo &egrave; stato inoltrato all\'amministratore.<br><br>Nell\'arco di pochi giorni vi verr&agrave;<br><br>notificata l\'avvenuta registrazione." */
504                     $user->comm[$user->step % COMM_N] .=  show_notify($mlang_indwr['warrrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 150);
505                     $user->step_inc();
506                     echo "1";
507                     $bdb->transaction('COMMIT');
508                 } while(FALSE);
509                 $bdb->transaction('ROLLBACK');
510             }
511
512         }
513         else {
514             /* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>" */
515             $mesg_to_user = nickserv_msg($dt, $mlang_indwr['warrmust'][$G_lang]);
516         }
517
518         if ($mesg_to_user != "") {
519             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
520
521             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
522             $user->step_inc();
523         }
524     }
525     else if ($argz[0] == 'mesgtoadm') {
526         if (($cli_subj = gpcs_var('cli_subj', $get, $post, $cookie)) === FALSE)
527             $cli_subj = "";
528
529         if (($cli_mesg = gpcs_var('cli_mesg', $get, $post, $cookie)) === FALSE)
530             $cli_mesg = "";
531
532         $mesg_to_user = "";
533
534         log_wr("INFO:SKIP:argz == mesgtoadm name: [".$user->name."] AUTH: ".$user->is_auth());
535         if ($user->is_auth()) {
536             if (($wa_lock = Warrant::lock_data(TRUE)) != FALSE) {
537                 if (($bdb = BriskDB::create()) != FALSE) {
538                     $bdb->users_load();
539
540                     if (($ema = $bdb->getmail($user->name)) != FALSE) {
541                         //  mail("nastasi",
542                         mail("brisk@alternativeoutput.it", urldecode($cli_subj), urldecode($cli_mesg), sprintf("From: %s <%s>", $user->name, $ema));
543                     }
544
545                     if (($fp = @fopen(LEGAL_PATH."/messages.txt", 'a')) != FALSE) {
546                         /* Unix time | session | nickname | IP | where was | mesg */
547                         fwrite($fp, sprintf("%ld|%s|%s|%s\n", $curtime, $user->name,
548                                             xcapelt(urldecode($cli_subj)), xcapelt(urldecode($cli_mesg))));
549                         fclose($fp);
550                     }
551                     Warrant::unlock_data($wa_lock);
552                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
553                     /* MLANG: "" */
554                     $user->comm[$user->step % COMM_N] .=  show_notify($mlang_indwr['mesgrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
555                     $user->step_inc();
556                     echo "1";
557                 }
558                 else {
559                     /* MLANG: "<b>Il database è temporaneamente irraggiungibile, riprova più tardi o contatta l\'amministratore.</b>" */
560                     $mesg_to_user = nickserv_msg($dt, $mlang_indwr['coerrdb'][$G_lang]);
561                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
562                 }
563             }
564             else {
565                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
566                 $mesg_to_user = nickserv_msg($dt, $mlang_indwr['commerr'][$G_lang]);
567             }
568
569         }
570         else {
571             /* MLANG: "<b>Per autenticare qualcuno devi a tua volta essere autenticato.</b>" */
572             $mesg_to_user = nickserv_msg($dt, $mlang_indwr['mesgmust'][$G_lang]);
573         }
574
575         if ($mesg_to_user != "") {
576             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
577
578             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
579             $user->step_inc();
580         }
581     }
582
583
584
585     else if ($argz[0] == 'poll') {
586         GLOBAL $G_with_poll, $G_poll_name;
587         if (($cli_choose = gpcs_var('cli_choose', $get, $post, $cookie)) === FALSE)
588             $cli_choose = "";
589
590         if (($cli_poll_name = gpcs_var('cli_poll_name', $get, $post, $cookie)) === FALSE)
591             $cli_poll_name = "";
592
593         $poll_lock = FALSE;
594         $mesg_to_user = "";
595
596         $fp = FALSE;
597         $echont = "0";
598
599   /*
600           DONE - autorizzato ?
601           DONE - ci sono poll attivi ?
602           - verifica che il poll_name del client sia uguale a quello sul server
603           DONE - lock
604           DONE - apro file r+ con fallback in w+
605           DONE - vedo se ha già votato
606           DONE - se si: messaggio di voto già dato
607           se no: accetto il voto e lo segno; messaggio
608           chiudo file
609   */
610
611         $dobreak = FALSE;
612         do {
613             log_wr("INFO:SKIP:argz == poll name: [".$cli_poll_name."] AUTH: ".$user->is_auth());
614             if ( ! $user->is_auth() || $user->is_appr() ) {
615                 // MLANG: <b>Per partecipare al sondaggio devi essere autenticato.</b>
616                 $mesg_to_user = nickserv_msg($dt, $mlang_indwr['pollmust'][$G_lang]);
617                 log_wr("break1");
618                 break;
619             }
620
621             if ($G_with_poll == FALSE && $G_poll_name != FALSE && $G_poll_name != "") {
622                 $mesg_to_user = show_notify($mlang_indwr['pollnone'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
623                 log_wr("break2");
624                 break;
625             }
626
627             if ($cli_choose == "" || !isset($cli_choose)) {
628                 $mesg_to_user = show_notify($mlang_indwr['pollchoo'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
629                 log_wr("break2.5");
630                 break;
631             }
632
633             if (($poll_lock = Poll::lock_data(TRUE)) == FALSE) {
634                 /* MLANG: "<b>E\' occorso un errore durante il salvataggio, riprova o contatta l\'amministratore.</b>" */
635                 $mesg_to_user = nickserv_msg($dt, $mlang_indwr['commerr'][$G_lang]);
636                 log_wr("break3");
637                 break;
638             }
639
640             if (($fp = @fopen(LEGAL_PATH."/".$G_poll_name.".txt", 'r+')) == FALSE)
641                 $fp = @fopen(LEGAL_PATH."/".$G_poll_name.".txt", 'w+');
642
643             if ($fp == FALSE) {
644                 $mesg_to_user = nickserv_msg($dt, $mlang_indwr['commerr'][$G_lang]);
645                 log_wr("break4");
646                 break;
647             }
648
649             log_wr("poll: cp");
650             fseek($fp, 0);
651
652             log_wr("poll: cp2");
653             while (!feof($fp)) {
654                 log_wr("poll: cp3");
655                 $bf = fgets($fp, 4096);
656                 log_wr("poll: cp3.1");
657                 $arli = csplitter($bf, '|');
658                 if (count($arli) == 0)
659                     break;
660                 log_wr("poll: cp3.2");
661                 if (strcasecmp($arli[1], $user->name) == 0) {
662                     $mesg_to_user = show_notify($mlang_indwr['pollagai'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
663                     $dobreak = TRUE;
664                     break;
665                 }
666             }
667             log_wr("poll: cp4");
668
669             if ($dobreak) {
670                 log_wr("break5");
671                 break;
672             }
673
674             /* Unix time | nickname | choose */
675             fwrite($fp, sprintf("%ld|%s|%s\n", $curtime, xcapelt($user->name), xcapelt(urldecode($cli_choose))));
676             fflush($fp);
677             $mesg_to_user =  show_notify($mlang_indwr['pollrec'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 110);
678             $echont = "1";
679             log_wr("poll: cp5");
680         } while (0);
681
682         if ($fp != FALSE)
683             fclose($fp);
684
685         if ($poll_lock != FALSE)
686             Poll::unlock_data($poll_lock);
687
688         if ($mesg_to_user != "") {
689             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
690
691             $user->comm[$user->step % COMM_N] .= $mesg_to_user;
692             $user->step_inc();
693         }
694
695         echo "$echont";
696     }
697
698     /******************
699      *                *
700      *   STAT: room   *
701      *                *
702      ******************/
703     else if ($user->stat == 'room') {
704         $user->laccwr = time();
705
706         if ($argz[0] == 'help') {
707             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
708             $user->comm[$user->step % COMM_N] .=  show_notify(str_replace("\n", " ", $G_room_help[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 600, 500);
709
710             log_wr($user->comm[$user->step % COMM_N]);
711             $user->step_inc();
712
713         }
714         else if ($argz[0] == 'passwdhowto') {
715             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
716             $user->comm[$user->step % COMM_N] .=  show_notify(str_replace("\n", " ", $G_room_passwdhowto[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 600, 500);
717
718             log_wr($user->comm[$user->step % COMM_N]);
719             $user->step_inc();
720
721         }
722         else if ($argz[0] == 'splash') {
723             GLOBAL $G_with_splash, $G_splash_content, $G_splash_interval, $G_splash_idx;
724             GLOBAL $G_splash_w, $G_splash_h, $G_splash_timeout;
725             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
726
727             $user->comm[$user->step % COMM_N] .=  show_notify_ex(str_replace("\n", " ", $G_splash_content[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], $G_splash_w, $G_splash_h, true, 0);
728
729             log_wr($user->comm[$user->step % COMM_N]);
730             $user->step_inc();
731         }
732         else if ($argz[0] == 'about') {
733             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
734             $user->comm[$user->step % COMM_N] .=  show_notify(str_replace("\n", " ", $G_room_about[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 400, 200);
735
736             log_wr($user->comm[$user->step % COMM_N]);
737             $user->step_inc();
738
739         }
740         else if ($argz[0] == 'placing') {
741             require_once("briskin5/Obj/briskin5.phh");
742             require_once("briskin5/Obj/placing.phh");
743
744             $user->comm[$user->step % COMM_N] =  "gst.st = ".($user->step+1)."; ";
745             $user->comm[$user->step % COMM_N] .= show_notify_ex(str_replace("\n", " ", placings_show($user)), 0, $mlang_indwr['btn_backtotab'][$G_lang], 800, 600, TRUE, 0);
746
747             log_wr($user->comm[$user->step % COMM_N]);
748             $user->step_inc();
749         }
750         else if ($argz[0] == 'roadmap') {
751             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
752             $user->comm[$user->step % COMM_N] .=  show_notify(str_replace("\n", " ", $G_room_roadmap[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 400, 200);
753
754             log_wr($user->comm[$user->step % COMM_N]);
755             $user->step_inc();
756
757         }
758         else if ($argz[0] == 'whysupport') {
759             $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
760             $user->comm[$user->step % COMM_N] .=  show_notify(str_replace("\n", " ", $G_room_whysupport[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 400, 200);
761
762             log_wr($user->comm[$user->step % COMM_N]);
763             $user->step_inc();
764
765         }
766         else if ($argz[0] == 'chatt') {
767             $brisk->chatt_send(&$user, xcapemesg($mesg));
768         }
769         else if ($argz[0] == 'tosmgr') {
770             // check IF is authnticated user, both terms of service versions matches
771             if ($user->is_auth() && count($argz) == 5) {
772                 $f_type = $argz[1];      $f_code = $argz[2];
773                 $f_tos_curr = $argz[3]; $f_tos_vers = $argz[4];
774
775                 if ("$f_tos_curr" == $user->rec->tos_vers_get()  &&
776                     "$f_tos_vers" == "$G_tos_vers") {
777                     if ("$f_type" == "soft" || "$f_type" == "hard") {
778                         $res = 100;
779                         switch ($f_code) {
780                         case LICMGR_CHO_ACCEPT:
781                             $user->rec->tos_vers_set($G_tos_vers);
782                             $res = $user->tos_store();
783                             break;
784                         case LICMGR_CHO_REFUSE:
785                             $user->flags_set(USER_FLAG_TY_DISABLE, USER_FLAG_TY_ALL);
786                             $user->rec->disa_reas_set(USER_DIS_REA_LICENCE);
787                             $res = $user->state_store();
788
789                             $user->comm[$user->step % COMM_N] = $user->blocking_error(TRUE);
790                             $user->the_end = TRUE;
791                             $user->step_inc();
792                             break;
793                         }
794                     }
795                 }
796             }
797         }
798         /**********************
799          *                    *
800          *   SUBST: standup   *
801          *                    *
802          **********************/
803         else if ($user->subst == 'standup') {
804             if ($argz[0] == 'sitdown') {
805                 log_wr("SITDOWN command");
806
807                 if ($user->the_end == TRUE) {
808                     log_wr("INFO:SKIP:argz == sitdown && ->the_end == TRUE => ignore request.");
809                     return FALSE;
810                 }
811
812                 // Take parameters
813                 $table_idx = (int)$argz[1];
814                 $table = &$brisk->table[$table_idx];
815
816                 $not_allowed_msg = "";
817                 if ($G_shutdown) {
818                         $not_allowed_msg = nickserv_msg($dt, $mlang_indwr['shutmsg'][$G_lang]);
819                 }
820                 else if ($table->wakeup_time > $curtime) {
821                     $not_allowed_msg = nickserv_msg($dt, sprintf($mlang_indwr['tabwait'][$G_lang],
822                                                                  $table->wakeup_time - $curtime));
823                 }
824                 else if ( $table->auth_type == TABLE_AUTH_TY_CERT &&
825                           (!$user->is_cert() || $user->is_appr()) ) {
826                     $not_allowed_msg = nickserv_msg($dt, $mlang_indwr['mustcert'][$G_lang]);
827                 }
828                 else if ( $table->auth_type == TABLE_AUTH_TY_AUTH &&
829                           (!$user->is_auth() || $user->is_appr()) ) {
830                     $not_allowed_msg = nickserv_msg($dt, $mlang_indwr['mustauth'][$G_lang]);
831                 }
832                 else if ( $table->auth_type == TABLE_AUTH_TY_APPR &&
833                           (!$user->is_auth()) ) {
834                     $not_allowed_msg = nickserv_msg($dt, $mlang_indwr['mustappr'][$G_lang]);
835                 }
836                 else if ($user->flags & USER_FLAG_TY_FIRONLY && $table->player_n > 0) {
837                     $not_allowed_msg = nickserv_msg($dt, $mlang_indwr['mustfirst'][$G_lang]);
838                 }
839                 if ($not_allowed_msg != "") {
840                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ".$not_allowed_msg;
841                     $user->step_inc();
842                     return TRUE;
843                 }
844
845                 /* TODO: refact to a function */
846                 // if ($user->bantime > $user->laccwr) {
847                 require_once("Obj/hardban.phh");
848
849                 if (($bantime = Hardbans::check(($user->is_auth() ? $user->name : FALSE),
850                                                 $user->ip, $user->sess)) != -1) {
851                     $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
852                     /* MLANG: "<br>Ti sei alzato da un tavolo senza il consenso degli altri giocatori. <br><br>Dovrai aspettare ancora ".secstoword($user->bantime - $user->laccwr)." prima di poterti sedere nuovamente.", "resta in piedi.", "<br>Tu o qualcuno col tuo stesso indirizzo IP si è alzato da un tavolo senza il consenso degli altri giocatori.<br><br>Dovrai aspettare ancora ".secstoword($bantime - $user->laccwr)." prima di poterti sedere nuovamente.<br><br>Se non sei stato tu ad alzarti e possiedi un login con password, autenticandoti con quello, potrai accedere." */
853                     if ($user->is_auth()) {
854                         $user->comm[$user->step % COMM_N] .= show_notify($mlang_indwr['badwake_a'][$G_lang].secstoword($bantime - $user->laccwr).$mlang_indwr['badwake_b'][$G_lang], 2000, $mlang_indwr['btn_stays'][$G_lang], 400, 140);
855                     }
856                     else {
857                         $user->comm[$user->step % COMM_N] .= show_notify($mlang_indwr['badsit_a'][$G_lang].secstoword($bantime - $user->laccwr).$mlang_indwr['badsit_a'][$G_lang], 2000, $mlang_indwr['btn_stays'][$G_lang], 400, 180);
858                     }
859                     $user->step_inc();
860                     return TRUE;
861                 }
862
863                 if ($table->player_n == PLAYERS_N) {
864                     log_wr("WARN:FSM: Sitdown unreachable, table full.");
865                     return FALSE;
866                 }
867
868                 // set new status
869                 $user->subst = "sitdown";
870                 $user->table = $table_idx;
871                 $user->table_pos = $table->user_add($idx);
872
873                 log_wr("MOP before");
874
875                 if ($table->player_n == PLAYERS_N) {
876                     require_once("briskin5/Obj/briskin5.phh");
877                     log_wr("MOP inall");
878
879                     // Start game for this table.
880                     log_wr("Start game!");
881         
882                     //
883                     //  START THE SPAWN HERE!!!!
884                     //
885
886                     // Create new spawned table
887                     // $bin5_sem = Bin5::lock_data(TRUE, $table_idx);
888                     $table_token = uniqid("");
889                     $brisk->table[$table_idx]->table_token = $table_token;
890                     $brisk->table[$table_idx]->table_start = $curtime;
891
892                     $plist = "$table_token|$user->table|$table->player_n";
893                     for ($i = 0 ; $i < $table->player_n ; $i++) {
894                         $plist .= '|'.$brisk->user[$table->player[$i]]->sess;
895                     }
896                     log_legal($curtime, $user->ip, $user, "STAT:CREATE_GAME", $plist);
897
898                     log_wr("pre new Bin5");
899                     if (($bin5 = new Bin5($brisk, $table_idx, $table_token, $get, $post, $cookie)) == FALSE)
900                         log_wr("bri create: FALSE");
901                     else
902                         log_wr("bri create: ".serialize($bin5));
903
904                     log_wr("pre init table");
905                     // init table
906                     $bin5_table = $bin5->table[0];
907                     $bin5_table->init($bin5->user);
908                     $bin5_table->game_init($bin5->user);
909                     //
910                     // Init spawned users.
911                     //
912                     //  MULTIGAME: here init of selected game instead of hardcabled briskin5 init (look subst status)
913                     //
914                     log_wr("game_init after");
915                     for ($i = 0 ; $i < $table->player_n ; $i++) {
916                         $bin5_user_cur = $bin5->user[$i];
917                         $user_cur = $brisk->user[$table->player[$i]];
918
919                         $bin5_user_cur->laccwr = $curtime;
920                         $bin5_user_cur->trans_step = $user_cur->step + 1;
921                         $bin5_user_cur->comm[$bin5_user_cur->step % COMM_N] = "";
922                         $bin5_user_cur->step_inc();
923                         $bin5_user_cur->comm[$bin5_user_cur->step % COMM_N] = show_table(&$bin5,&$bin5_user_cur,$bin5_user_cur->step+1,TRUE,FALSE);
924                         $bin5_user_cur->step_inc();
925
926                         log_wr("TRY PRESAVE: ".$bin5_user_cur->step." TRANS STEP: ".$bin5_user_cur->trans_step);
927
928                         log_wr("Pre if!");
929
930                         //          ARRAY_POP DISABLED
931                         //          // CHECK
932                         while (array_pop($user_cur->comm) != NULL);
933
934                         $user_cur->trans_step = $user_cur->step + 1;
935                         $user_cur->comm[$user_cur->step % COMM_N] = sprintf('gst.st_loc++; gst.st=%d; createCookie("table_idx", %d, 24*365, cookiepath); createCookie("table_token", "%s", 24*365, cookiepath); createCookie("lang", "%s", 24*365, cookiepath); xstm.stop(); window.onunload = null ; window.onbeforeunload = null ; document.location.assign("briskin5/index.php");|', $user_cur->step+1, $table_idx, $table_token, $G_lang);
936                         log_wr("TRANS ATTIVATO");
937
938                         $user_cur->stat_set('table');
939                         $user_cur->subst = 'asta';
940                         $user_cur->laccwr = $curtime;
941                         $user_cur->step_inc();
942                     }
943                     log_wr("presave bri");
944                     $brisk->match_add($table_idx, $bin5);
945                     log_wr("postsave bri");
946                 }
947                 // change room
948                 $brisk->room_sitdown($user, $table_idx);
949
950                 log_wr("MOP finish");
951             }
952             else if ($argz[0] == 'logout') {
953                 $brisk->ghost_sess->push($curtime, $user->sess, GHOST_SESS_REAS_LOUT);
954                 $user->the_end = TRUE;
955
956                 if ($user->subst == 'sitdown') {
957                     log_load("ROOM WAKEUP");
958                     $brisk->room_wakeup($user);
959                 }
960                 else if ($user->subst == 'standup')
961                     $brisk->room_outstandup($user);
962                 else
963                     log_rd2("LOGOUT FROM WHAT ???");
964             }
965         }
966         /**********************
967          *                    *
968          *   SUBST: sitdown   *
969          *                    *
970          **********************/
971         else if ($user->subst == 'sitdown') {
972             if ($user->the_end == TRUE) {
973                 log_wr("INFO:SKIP:argz == sitdown && ->the_end == TRUE => ignore request.");
974                 return FALSE;
975             }
976
977             if ($argz[0] == 'wakeup') {
978                 $brisk->room_wakeup($user);
979             }
980             else if ($argz[0] == 'logout') {
981                 $brisk->ghost_sess->push($curtime, $user->sess, GHOST_SESS_REAS_LOUT);
982                 $user->the_end = TRUE;
983
984                 $brisk->room_wakeup($user);
985             }
986         }
987     }
988
989     return (FALSE);
990 }
991 ?>