X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=69ba9141c16976704ebee83ce972ec075eb60a34;hb=30d87e7fe67400132c5bcc5fda108b3a323418b8;hp=14c071ddce3aae5ad5ec1889c7b62ac9030d69a2;hpb=f62bcf4727b440b940afee728b58be12a8d2620e;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 14c071d..69ba914 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -118,6 +118,38 @@ Dopo che è iniziata una partita per uscirne dovete chiedere agli altri gi '; // +$G_room_passwdhowto= '

Come registrarsi su Brisk

+
+Attualmente ci sono due metodi per ottenere una password sul sito:

+ +
  • Facendosi garantire da un utente di Brisk che già possidede una password

    +
  • Auto-garantendosi utilizzando uno dei seguenti sistemi di identificazione digitale:

    + +
  • Carta Regionale dei Servizi della Lombardia (la tessera sanitaria) +
  • Carta Regionale dei Servizi del Friuli Venezia Giulia (la tessera sanitaria) +
  • +
    +Per auto-garantisi occorre possedere:

    + +
  • il codice PIN della propria carta +
  • il lettore di smart-card per collegare la carta al PC (acquistabile di solito presso le edicole) +
  • +
    +Per effettuare la registrazione collegarsi al sito:

    +
    +
    https://brisk.mine.nu +
    +

    +Se sei in possesso di una carta che permette l\'identificazione via internet che non è nell\'elenco qui sopra +fai una segnalazione. + +
  • +
    +'; +/* +
    Seguendo la procedura di auto-garanzia all\'url: https://brisk.mine.nu +'; +*/ $G_room_about= '
    @@ -717,6 +749,9 @@ class Room { $curtime = time(); if ($force || $this->garbage_timeout < $curtime) { + // FIXME BRISK4: include for each kind of table + require_once("briskin5/Obj/briskin5.phh"); + // Before all align times with table timeout for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) { $table_cur =& $this->table[$table_idx]; @@ -1489,6 +1524,8 @@ class Room { } if ($to_tabl) { + // FIXME BRISK4: include for each kind of table + require_once("briskin5/Obj/briskin5.phh"); // Before all align times with table timeout for ($table_idx = 0 ; $table_idx < TABLES_N ; $table_idx++) { $table_cur =& $this->table[$table_idx]; @@ -1664,6 +1701,8 @@ class Room { // If user at the table we need to update the table data too $table_idx = $ghost_user->table; if ($ghost_user->stat == "table" && $this->table[$table_idx]->player_n == PLAYERS_N) { + // FIXME BRISK4: include for each kind of table + require_once("briskin5/Obj/briskin5.phh"); if (($brisem = Briskin5::lock_data($table_idx)) != FALSE) { if (($bri = &Briskin5::load_data($table_idx)) != FALSE) { if ($bri->the_end != TRUE) {