Index du Forum » » Questions

Auteur

Page accéssible uniquement aux membres, comment on fait ? galère !
Loudgi
59    

  Posté : 02-01-2009 14:46

Bonjour et bonne fête à tous !

Je souhaite rendre accéssible une page uniquement aux membres.
Comment dois-je faire ?
____________________________
J'ai vu qu'il y a un cartouche à ajouter dans un exemple de page "static" à savoir :


<?php /********************************/ ?>
<?php /* Cartouche de sécurité - NPDS */ ?>
<?php if (secur_static("member")) { ?>
<?php /********************************/ ?>
<?php /* level member */ ?>
<?php /* admin */ ?>
<?php /* */ ?>
<?php /* You can change the level off */ ?>
<?php /* off security by changing the */ ?>
<?php /* the call to secur_static */ ?>
<?php /* */ ?>
<?php /********************************/ ?>

(contenu de la page bla bla bla)

<?php /**********************************/ ?>
<?php } else { ?>
<?php echo translate("Access Deny:"); ?> <=================== La traduction qui fonctionne pas au passage
<?php } ?>
<?php /**********************************/ ?>


Mais avec cette cartouche, il faut placer ça dans un dossier NPDS on dirait donc dans static, ou modules (d'apèrs mes tests) mais j'ai un soucis.

Tout ce blabla concerne un Applet Java (JavIRC 5.4) il légèrement succeptible dans d'autres dossiers que le sien "www/javirc"

Et quand le cartouche est dans le fichier placer dans "www/javirc" j'ai :

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, postmaster@monsite.biz and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



Une solution ?



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=24091&forum=9