Web Wiz NewsPad Securing Your Access Database
Don't be a victim to a hacker!!
By not securing your Web Wiz NewsPad Access database a hacker can download the database and use the data from within it to hack NewsPad.
Follow the simple instructions below to find out how to secure your NewsPad's Microsoft Access database.
For security it is highly recommended that you move the location of the Access Database to a folder above the root directory of your website where it can not be accessed using a web browser, good web hosts will have a directory set up for this usually called 'private', 'database', or 'db'.
For the purposes of this exercise we will presume the tree structure of your website is similar to below:-

- Locate the file
NewsPad.mdb found in the 'database' directory (this is Web Wiz NewsPad Access Flat File Database).
- Move the
NewsPad.mdb file to a secure location, usually above the root of your website's public directory on the server, where it can not be accessed using a web browser. Good web hosts will have a directory set up for this usually called 'private', 'database', or 'db'. If you are uncertain of the location of your private database directory contact your web host.
- Edit, with a text editor, the file 'database_settings.asp' found in the 'database' directory. In this file you will find the following line of code: -
strDbPathAndName = Server.MapPath("database/wwForum.mdb")
- Update the path marked in red (database/), to the new path to the database directory
NewsPad.mdb is within. The path needs to be the relative path from the directory you have placed NewsPad in. (tip: to move up a directory use ../ eg: "../db/NewsPad.mdb").
- Save the amended file and upload it to your web space overwriting the original 'database_settings.asp' file.
|