错误信息提示:
错误号:12142

错误原因:

错误SQL语句:
select * from user_skin where  find_in_set('sysai.net',replace(host,'|',','))

Warning: fopen(/error/2025-06-27.txt): failed to open stream: No such file or directory in /opt/lampp/htdocs/sysai/inc/datai.php on line 247
文件 2025-06-27.txt 不可写

sysai
『 자료실 』
현재위치 : HOME > 자료실
aspupload
글쓴이 : manager 작성일 : 2013-10-20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table width="523" height="190" border="0" cellpadding="0" cellspacing="0">
<form id="form1" name="form1" enctype="multipart/form-data" method="post" action="?action=ok">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><input type="text" name="text1" id="text1" /></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><p>
      <label>
        <input type="radio" name="RadioGroup1" value="111" id="RadioGroup1_0" />
        1111</label>
      <br />
      <label>
        <input type="radio" name="RadioGroup1" value="2222" id="RadioGroup1_1" />
        2222</label>
      <br />
    </p></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>
      <input type="file" name="fileField" id="fileField" />
    </td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><input type="submit" name="button" id="button" value="提交" /></td>
  </tr>
  </form>
</table>
</body>
</html>

<%
if request("action")="ok" then
Dim Upload,Upfile
Set Upload = Server.CreateObject("Persits.Upload")
Upload.Save
Response.Write(Upload.Form("text1"))
response.Write("<br>")
response.Write(Upload.Form("RadioGroup1"))
Set file1 = Upload.Files("fileField")
response.Write(file1.FileName)
newname = year(now()) & month(now()) & day(now()) & hour(now()) & minute(now()) & second(now())
file1.SaveAs Server.MapPath(".") & "\" & newname & file1.Ext
Set file1 = nothing
Set Upload = nothing
end if
%>
목록


홈으로 | 이용안내 | 이용약관 | 개인정보보호정책 | 제휴문의 | 질문과답변 | 자주하는 질문
Copyright © 2011 - 2014 SYSAI Work Group, All Rights Reserved 주소:길림성연길시,우편:133300 Version 3.0 Run Time 0.208s