KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/threesi/cgi-bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/threesi/cgi-bin/login.asp
<%@ language = "VBScript"%>

<%

dim conn
dim rs
dim strconn
dim strsql

strsql = ""

strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" &
Server.MapPath("database.mdb")

strsql = "INSERT INTO LIST (USER, PASSWORD)"
strsql = strsql & "VALUES (request("user") & request("password"))"

set conn = server.createobject("adodb.connection")
conn.open strconn
                        
conn.execute(strSQL)
conn.close
set conn = nothing
%>

<html><head>
<title>SQL Add record example</title>
</head>
<body>
<% = "Your record has been added" %>
</body>
</html>

Anon7 - 2021