+ Reply to Thread
Results 1 to 5 of 5

Thread: Verify Edit Box
      
   

  1. #1
    Alistair is offline Sergeant
    Join Date
    Jan 2007
    Posts
    20

    Default Verify Edit Box

    Form that refers www.comedyshop.co.za/feedback.html

    Hi All

    I created verification on the edit boxes here, so things like the email address must be an email address and The telephone number must be a telephone number.

    When I try it, it works fine, in fact perfect,

    However I still get website submissions with UNKNOWN in the space, does anyone know how they do that, or if there is a way to stop it!

    I have noticed its allways the adds / spammers who get it right!

    Alistair
    www.comedyshop.co.za

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,060

    Default Re: Verify Edit Box

    Spammers disable javascript, and since BV validation is javascript, they override it.
    You need to use PHP validation in your script. The javascript will be usefull for normal users, php can make a second, in-script validation that will partially protect you from spam (though not from sending you spam under a fake email address)
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    Alistair is offline Sergeant
    Join Date
    Jan 2007
    Posts
    20

    Default Re: Verify Edit Box

    Thank You Naval,
    Do you know where I might find the php scripts required?

    Alistair
    www.comedyshop.co.za

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Verify Edit Box

    The script will depend on your form. Pretty much every form needs a specific script customized to its field names

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,060

    Default Re: Verify Edit Box

    Specific validation requires specific scripts. For maximum protection, i use in some of my scripts:
    a. session verification, to avoid bot submission directly to the script.
    b. a captcha , to avoid bot submission through the form
    c. Field by field specific validation that disallowes @, http and www characters if more than one time, in the comments fields, not even once in other fields.
    d. File size and mime type check, as well as file renaming to avoid execution of malicious code after uploaded.
    e. Cookies (hehe) to cookie those inocent but annoying spammers that just do it for fun. I store their IP address and when they visit again, they are already banned but before the script quits, it cookies them so that they will be recognised next time even if they use another IP address (only for amateur spammers)
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49