- Home
- Categorie
- Coding e Sistemistica
- Coding
- Come inserire codice di verifica per guestbook ?
- 
							
							
							
							
							
Come inserire codice di verifica per guestbook ?Come faccio ad inserire un codice di verifica per il guestbook che mi stanno bombardando di messaggi spam ? Non pretendo cose particolari tipo "captcha" mi basta che si generino 3 numeri a caso che l'utente deve inserire ad altri dati per proseguire ! Grazie ! 
 
- 
							
							
							
							
							
 
 
- 
							
							
							
							
							
 
- 
							
							
							
							
							
Io ti ringrazio paocavo ma nel link da te postato non trovo sessuno script ! 
 :bho:
 
- 
							
							
							
							
							Eccolo: View CAPTCHA.txt <<< Link allo script INSTALLATION & REQUIREMENTS: 
 Upload CAPTCHA.txt to your web server and save it as Captcha.asp. Your server must support Classic ASP. Your visitors must support cookies.
 HOW TO USE THIS CODE:
 Include the following in your html code where you want your CAPTCHA to appear:[INDENT]<!--#include virtual="/YourRoot/YourFolder/Captcha.asp"-->[/INDENT] [INDENT]<%Response.Write CreateCAPTCHA%>[/INDENT] [INDENT]'// Optional: You can display a response message after submitting the form by including this line[/INDENT] [INDENT]<%=m_sUserResult%>[/INDENT]
 
