|
xgonin 709
| Posté : 29-06-2007 05:38
ben c'est exactement ce que j'ai fais jusqu'à présent, mais rien n'y fait...
et ton code de contrôle
//anti_spambot - begin
global $asb_question, $asb_reponse;
if (!R_spambot($asb_question, $asb_reponse)) {
Ecr_Log("security", "Module Anti-Spam : module=links / url=".$url, "");
redirect_!url(!"index.php");
die();
}
//anti_spambot - end
tu l'as mis ou ????
|  Profil www Citation
|
|
daumal 209
| Posté : 29-06-2007 06:52
Voila, c'est bien Xgonin, tu suis la leçon...
A la ligne 199 dans la fonction ADD, on ajoute:
function Add($title, $url, $name, $cat, $xtext, $name, $email) {
//**************************************
//anti_spambot - begin
global $asb_question, $asb_reponse;
if (!R_spambot($asb_question, $asb_reponse)) {
Ecr_Log("security", "Module Anti-Spam : module=links / url=".$url, "");
redirect_!url(!"index.php");
die();
}
//anti_spambot - end
//*********************************
$result = mysql_query("select url from links_links where url='$url'"
Et voila, tout est parfait et cela doit fonctionner chez toi.
Amicalement |  Profil www Citation
|
|
xgonin 709
| |
daumal 209
| Posté : 29-06-2007 18:07
De rien, l'essentiel est que cela puisse réellement fonctionner pour la protection anti spam.
C'est cela l'esprit NPDS et un grand merci a Dev et la Team
Amicalement |  Profil www Citation
|
|
developpeur 24581
| |
Aller à la page : [ 1 | 2 | 3 ] |