0 && $intEveForInvite > 0 && function_exists('fxEveAccesPromoteurInviteSigValid') && fxEveAccesPromoteurInviteSigValid($intInviteCom, $intEveForInvite, $strInviteSig) && intval($_SESSION['com_id']) !== $intInviteCom) { global $objDatabase; $arrInviteCompte = $objDatabase->fxGetRow( 'SELECT com_id, com_prenom, com_nom, com_courriel, com_login FROM inscriptions_comptes WHERE com_id = ' . $intInviteCom . ' AND com_actif = 1 LIMIT 1' ); $strSessionLabel = trim( (string)($_SESSION['com_info']['com_prenom'] ?? $_SESSION['com_prenom'] ?? '') . ' ' . (string)($_SESSION['com_info']['com_nom'] ?? '') ); if ($strSessionLabel === '') { $strSessionLabel = (string)($_SESSION['com_info']['com_courriel'] ?? ('#' . intval($_SESSION['com_id']))); } $strTargetLabel = $arrInviteCompte ? trim(($arrInviteCompte['com_prenom'] ?? '') . ' ' . ($arrInviteCompte['com_nom'] ?? '')) : ''; if ($strTargetLabel === '' && $arrInviteCompte) { $strTargetLabel = (string)($arrInviteCompte['com_courriel'] ?? $arrInviteCompte['com_login'] ?? ('#' . $intInviteCom)); } if ($strTargetLabel === '') { $strTargetLabel = '#' . $intInviteCom; } $strTargetMail = $arrInviteCompte ? (string)($arrInviteCompte['com_courriel'] ?? '') : ''; $strReturnPath = (string)(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) ?: '/mobile'); $strQs = (string)(parse_url($_SERVER['REQUEST_URI'], PHP_URL_QUERY) ?: ''); if ($strQs !== '') { $strReturnPath .= '?' . $strQs; } $strLogoutUrl = $vDomaine . '/logout.php?lang=' . urlencode($strLangue) . '&return=' . rawurlencode($strReturnPath); $strStayUrl = $vDomaine . ($strLangue === 'en' ? '/account' : '/compte'); $strMetaTitle = fxInscrGestionT('inscr_gestion_mobile_title'); $strMetaDescription = ''; $strMetaKeywords = ''; $blnBoutonRetour = false; $footer_script = false; $strMailPart = ($strTargetMail !== '') ? ' (' . htmlspecialchars($strTargetMail, ENT_QUOTES, 'UTF-8') . ')' : ''; $strSignedAs = str_replace( '%name%', '' . htmlspecialchars($strSessionLabel, ENT_QUOTES, 'UTF-8') . '', fxInscrGestionT('mobile_invite_conflict_signed_as') ); $strInviteFor = str_replace( array('%name%', '%mail_part%'), array( '' . htmlspecialchars($strTargetLabel, ENT_QUOTES, 'UTF-8') . '', $strMailPart, ), fxInscrGestionT('mobile_invite_conflict_for') ); require_once('inc_header.php'); ?>
0 && !fxInscrGestionCanAccess($_SESSION['com_id'], $intEveId)) { header('Location: ' . $vDomaine . '/mobile'); exit; } if ($intEveId === 0 && count($tabEveIds) === 1) { header('Location: ' . $vDomaine . '/mobile?promoteur_eve_id=' . urlencode(base64_encode($tabEveIds[0]))); exit; } $strMetaTitle = fxInscrGestionT('inscr_gestion_mobile_title'); $strMetaDescription = ''; $strMetaKeywords = ''; $blnBoutonRetour = false; $footer_script = ($intEveId > 0); $strSousTitre = ''; if ($intEveId > 0) { $arrEvenement = fxGetEvenementsId($intEveId); $strSousTitre = '
' . fxUnescape($arrEvenement['eve_nom_' . $strLangue]) . ''; } require_once('inc_header.php'); ?>
'; echo fxInscrGestionEsc(fxInscrGestionT('mobile_no_acces_v2')); echo '
'; } else { fxInscrGestionRenderEventPicker($tabEveIds, $strLangue, fxInscrGestionBaseUrl($strLangue, true)); } } else { include('inc_tableau_inscriptions_gestion.php'); } ?>