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

错误原因:

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

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

sysai
『 자료실 』
현재위치 : HOME > 자료실
获取完整地址
글쓴이 : 손님 작성일 : 2009-01-10

Function getUrl()
'' @ Get full url
'' @ fisker lionkay@gmail.com
Dim protocol , serverName , serverPort , queryString , scriptName
If LCase(Request.ServerVariables("Https")) = "on" Then
protocol = "https://"
Else
protocol = "http://"
End If
serverName = Request.ServerVariables("Server_Name")
serverPort = Request.ServerVariables("Server_Port")
scriptName = Request.ServerVariables("Script_Name")
If serverPort <> "80" Then serverPorts = ":"&serverPort
queryString = Request.ServerVariables("Query_String")
If queryString <> "" Then queryString = "?"&queryString
getUrl = protocol & serverName & serverPorts & scriptName & queryString
End Function
response.Write(geturl())

목록


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