- Home
- Categorie
- Coding e Sistemistica
- Gestione di Forum
- Commenti indesiderati nel mio blog!
-
Commenti indesiderati nel mio blog!
Salve è da un po che mi succede e io sistematicamente sono costretto a cancellare i commenti!
Non so chi sia ( sicuramente un BOT) che scrive dei commenti ad alcuni miei articoli scrivenodo un codice html con dei sitiinternet che trattano di cialis viagra etc tutte le schifezze possibili!
Ora il form che ho per far scrivere i commenti è molto semplice e probabilmente necessita a questo punto di un controllore della sicurezza... tipo quelle immagini di scritte da scrivere in un campo per evitare appunto i BOT ( non so come si chiama questo metodo) però penso che cmq anche a me da fastidio scrivere ste parole scritte nelle immagini....non c'è un modo + semplice per evitare questi inconvenienti?
-
non so Web Wiz Journal cosa abbia implementato per contrastare il fenomeno. mi sembra di evincere dal loro sito che prevedono un sistema antispam. Se è il captcha (i numeri da trascrivere) non ti resta altro da fare.
sennò, ma non so le tue consocenze di programmazione, aggiungi una semplice domanda (quanto fa 3+2?) che pregiudica o meno l'invio del form.
-
Ciao grazie per la risposta... ho preso uno script di web wiz che fa il captcha e mi dice questo :
Integration of Web Wiz CAPTCHA
Hopefully you should find the software easy to integrate.
The files 'example.asp' and 'example_process_form.asp' are ONLY used as an example of
how Web Wiz CAPTCHA works.-
Place the folder, and it's contents, named 'CAPTCHA' into the same directory that your
web form you wish to integrate Web Wiz CAPTCHA into is within. -
The web page that contains the HTML web form you wish to integrate Web Wiz CAPTCHA into must
have an .asp extension (eg. my_own_form_file.asp (this is an example file name and not a real
file)) -
Open your web form in a text editor and place the following code into the part of your
form where you wish the CAPTCHA image and textarea to be:-<!-- include the Web Wiz CAPTCHA form -->
<!--#include file="CAPTCHA/CAPTCHA_form_inc.asp" --> -
Open the file in a text editor that is to process your web form input, and place the
following code at the top of the file (not within ASP blocks):-<!-- Include file for CAPTCHA form processing -->
<!-- #include file="CAPTCHA/CAPTCHA_process_form.asp" --> -
Now within the file you entered the code from the last step into you can call the following
variable to check that the CAPTCHA code entered is correct.blnCAPTCHAcodeCorrect
If the CAPTCHA code entered is correct the above variable with be set to true, if the CAPTCHA code
has not been entered correctly the variable will be set to false.5.1 Below is some sample code to check the CAPTCHA code is correct:- <% If blnCAPTCHAcodeCorrect = True Then Response.Write(" CAPTCHA code is correct") ElseIf blnCAPTCHAcodeCorrect = False Then Response.Write(" CAPTCHA code is NOT correct") End If %>
che vuol dire????
mi aiuteresti?
-
-
praticamente mi da sto problema
'***** Change this if tyou wish to chnage the reload image text *****
strTxtLoadNewCode = "Load New Code"mi dice che strTxtLoadNewCode è una variabile non definita !
che vuol dire???P.S la sto provando in locale nel mio PC!
ho risolto mettendo : Const strTxtLoadNewCode = "Load New Code"
però ora mi da errore nella linea 53 dove dice : 'Initialise variables
Dim blnCAPTCHAaboutnon ci capisco nulla!