Foire Aux Questions
Comment ajouter mon annuaire FreeGlobes qui possède un captcha ( code de vérification)
Pour ceux qui souhaitent enregistrer leurs annuaires Freeglobes(RC2) avec captcha( code de vérification), il suffit de remplacer la ligne 18 du fichier include/functions/basic.php ci-dessous:
if( ($CONFIG['use_antibot'] == 0) || (isset($_SESSION['antibotcode']) && $_SESSION['antibotcode'] == $_POST['antibotcode']))
Par:
if( ($CONFIG['use_antibot'] == 0) || (isset($_SESSION['antibotcode']) && $_SESSION['antibotcode'] == $_POST['antibotcode']) || $_POST["refyou"]=="oui")