%@ LANGUAGE = "VBScript" %>
<% Option Explicit %>
<% Response.Buffer = True %>
<% Response.Expires = -1 %>
<% Response.CacheControl = "Public" %>
<%
'Dimension variables
Dim dbPath
Dim WebCon
Dim strWebCon
Dim strcopy
Dim Result
dbPath = "etc/db.mdb"
strcopy = "Powerd by ToxicLab.org"
Set WebCon = Server.CreateObject("ADODB.Connection")
strWebCon = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath(dbPath)
WebCon.connectionstring = strWebCon
WebCon.Open
%>
| No messages |
| All fields are required ! |
| " class="username"><% = rsShoutbox("name") %>: <% = rsShoutbox("msg") %> |