chiliasp
AspGuestbook 1.0 beta
AspGuestbook is a free and useful programming tool that will come in handy more>>
This Guestbook must be run on a server with ActiveX Data Objects-Active Server Pages (.asp).*
*This version has only been tested on MS software-Windows 2000, IIS.
If you test this on other software such as ChiliASP, please send any feedback to dennis@denwebdsn.com.
INSTALLATION ASP GUESTBOOK :
1) Upload the "guestbook" directory into the root directory.
2) Create a link to guestbook/book.asp. There is a return link
to the default page in the root directory.
3) Mail and remote mail are configured for JMail. You must edit
appendbook.asp for your servers SMTP mail program. There will be
no error produced, but mail will not be sent if misconfigured.
Comment out: "On Error Resume Next" to debug mail.
AspDirectory 1.0 beta
AspDirectory is a free and useful programming tool that will come in handy more>>
This Business/Commerce Directory must be run on a server with ActiveX Data Objects-Active Server Pages (.asp).*
*This version has only been tested on MS software-Windows 2000, IIS.
If you test this on other software such as ChiliASP,
please send any feedback to dennis@denwebdsn.com.
INSTALLATION ASP DIRECTORY:
*Some source docs contain programmers comments where editable!
1) Upload the "directory" folder into the root directory.
2) In the inc folder, open connx.inc and edit the actual path to the
database (Database and File DSN are in db folder).
Do the same with connx.inc located in admin/inc folder.
Example:
ConnectionString = "c:websites1yourdomain.comdirectorydbclass.mdb;Driver={Microsoft Access Driver(*.mdb)}"
3) After the database connectivity is established, comment error
section of both connx.inc docs per example:
Option Display Error Desc.
response.write "Error #=" & conn.errors(counter).number & "
"
response.write "Error desc. -> " & conn.errors(counter).description & "
"
Response.End
Option Redirect
Redirect user to an error page if there is a connetion error.
Response.Redirect("connerror.htm")
Response.End
4) To enter, edit, or delete listings or categories link to:
http://www.yourdomain/directory/admin/dirxyz.html
Users should make entries through the directory site, but neither are
available until you edit and choose to "show"
5) The navigation include can be changed from java applet to text by
editing the include on pages search.asp, adInsert.asp, adInsert2.asp,
adsearch.asp, wordsearch.asp and thanks1.asp to:
, look for the HTML comment.
The email address for the directory is edited in side.inc or
side2.inc located in folder "inc", depending on the chosen
navigation.
6) Create a link to directory/search.asp. There is a return link
to the default page in the root directory.
AspDiscussion 1.0 beta
AspDiscussion is a free and useful programming tool that will come in handy more>>
This Threaded Discussion must be run on a server with ActiveX Data Objects-Active Server Pages (.asp).*
*This version has only been tested on MS software-Windows 2000, IIS.
If you test this on other software such as ChiliASP, please send any feedback to dennis@denwebdsn.com.
INSTALLATION :
1) Upload the "discussion" directory into the root directory.
2) Create a link to discussion/newform.asp. There is a return link
to the default page in the root directory.
3) Enter the subject of a new thread and a new thread page is created
with an entry form and return links at the bottom. When an entry
is made, it will be written to the list of entries along with a
date stamp. A link on the menu of newform.asp and an entry to
maillog.asp is also written (duplicates are removed and written
last). The forms are validated by JavaScript and server side
VBScript for blank fields, email syntax, and HTML tags. Any editing
of the form elements require editing of one or more of these
scripts!
4) View MailLog: discussion/maillog.asp
- Page: 1 of 1
- 1
