Home  |   Guide to VP-ASP  |   Advanced Form Handling  |   Purchase
Quick Links

Home

Purchase

Online Demo

Help and Support

Documentation

Download free Version

HK Programming Forum

Advanced Form Handling

 

Anti Fraud

The hard work has been done for you. Try Advanced Form Handling

  Anti Fraud
 

If your site is subject to hacker attacks, you can add addition checking to be sure the form is being submitted from your site. Using the configuration option. For example if you want to limit the form to to be submitted from mysite.co.uk and IPaddress 777.44.33.xx then use the following configuration. Where xx can be anything.

 

<input type=hidden name="config_securityreferer" value="mysite.co.uk,777.44.33">

 

Hackers and databases

Hackers are always around on the Internet and at some time you may be attacked. We have included numerous prevention measures into Advanced Form Handling. But some of these require you to perform an action on your part.

 

 We STRONGLY recommend that you follow the guidelines in the User's Guide do the following:

  • Change the user name and password for logging into the database.
  • Change the name of the logon page so that only you know the name
  • Use two passwords for extra protection.