|
Hi all
i tried doing the security thing by changing the location of the database etc and now my forums are blank and not quite back to standard but still no forum headers etc.
ok here goes see if you can tell me whats wrong:
first file D:\South-Seat\Forums
(in the file itself) - strDbPathAndName = Server.MapPath ("admin/database/wwForum.mdb")
second file D:\South-Seat\Forums\admin
(in the file itself) - Server.MapPath =("database/wwForum.mdb")
now i am confused completely!!
so i followed the explanation:
- Locate the file wwForum.mdb found in the database directory in the admin directory (this is the forums access database).
- Rename and/or move the location of this file on your web space.
- Edit the two files called common.asp with a text editor like notepad. One common.asp file is with the main files and the other should be in a directory called admin.
- In these two files you will find the following line of code: -
strDbPathAndName = Server.MapPath("admin/database/wwForum.mdb")
- Change the part marked in blue (admin/database/), to the new path to the database relative to the common.asp file you are editing, if you are editing the common.asp file from the admin section you will have,database/ written in front of the database name, don't worry, just change this to the path to the database relative to the common.asp file.
- Change the part marked in red (wwForum.mdb), to the new name of the Forum's Access database.
i renamed the file (wwforum.mdb) and copied it to the route what do i need to do then?
cos now the forums are blank, and how do i revert it back to its last state? cos its completely cocked up! help!!
|