⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sendeoff.asp

📁 千年免费电影系统 V3.1版 修正了V3.0版后台无法登陆的问题
💻 ASP
字号:
<html><!--#include file="../checkpost.asp"-->

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<%if chkcookie(request.cookies("userid"))="" or chkcookie(request.cookies("password"))="" or application(""&chkcookie(request.cookies("userid"))&"")="" then
      response.write "<script>alert('你尚未注册成为本站会员或者未登陆,不能进入!');window.close();</Script>"
      response.end
   end if
   %>
<!--#include file="articleconn.asp"-->
<%
if request("b1")<>"" then
set rsb=server.createobject("adodb.recordset")
   rsb.open "select * from totalk",conn,1,3
   rsb.addnew
   rsb("title")=request("title")
   rsb("conten")=request("conten")
   rsb("user")=Replace(request("userid"), "'", "''")
   rsb.update
   rsb.close
   set rsb=nothing
   conn.close
   set conn=nothing
   response.write "<script>alert('该信息成功发送,我们收到后马上进行处理!');window.close();</Script>"
 end if
 %>
<html><!--#include file="../checkpost.asp"-->

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
</head>

<body bgcolor="#F9F9F9">

<p> </p>
<p> </p>
<div align="center">
  <center>
  <table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="500" id="AutoNumber1">
    <form method="POST" action="sendeoff.asp">
      <tr>
        <td width="500" colspan="2" bgcolor="#C0C0C0" height="20">
        <p align="center"><b><%=request("title")%>影片错误报告</b></td>
      </tr>
      <tr>
        <td width="98" bgcolor="#EBEBEB">
        <p align="center">会员:</td>
        <td width="402" bgcolor="#EBEBEB"><%=chkcookie(request.cookies("userid"))%>
        <input type="hidden" name="userid" size="25" value="<%=chkcookie(request.cookies("userid"))%>">
        </td>
      </tr>
      <tr>
        <td width="98" bgcolor="#EBEBEB">
        <p align="center">标题:</td>
        <td width="402" bgcolor="#EBEBEB">
        <input type="text" name="title" size="25" value="&quot;<%=request("title")%>&quot;"></td>
      </tr>
      <tr>
        <td width="98" bgcolor="#EBEBEB">
        <p align="center">内容</td>
        <td width="402" bgcolor="#EBEBEB">
        <textarea rows="5" name="conten" cols="41"></textarea></td>
      </tr>
      <tr>
        <td width="98" bgcolor="#EBEBEB"> </td>
        <td width="402" bgcolor="#EBEBEB">
        <input type="submit" value="提交" name="B1">
        <input type="reset" value="重置" name="B2"></td>
      </tr>
    </form>
  </table>
  </center>
</div>

</body>

</body>

</html>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -