敬请请高手帮看看哈

问题描述

为什么总是显示下面的错误?请求URL不完整。缺少参数qdomain。/?v=1&t=php&qdomain=localhost&f=/linkexchange-generic-asp.asp下面是源码:<%err.clearOnErrorResumeNextifisempty(request("linkexg"))thenls_host=Request.ServerVariables("HTTP_HOST")ls_p=split(ls_host,":")ls_host=ls_p(0)ls_host=LCase(ls_host)ls_host=replace(ls_host,"www.","")lsfn_content="linkex_content_asp_lian666-com-"+ls_host+".txt"lsfn_time="linkex_time_asp_lian666-com-"+ls_host+".txt"setlinkex_fs=Server.CreateObject("Scripting.FileSystemObject")ls_time=cstr(day(now()))setlinkex_tfile=linkex_fs.OpenTextFile(server.MapPath(lsfn_content),1,True,True)iferr.number<>0thenerr.clearls_content=""elsels_content=linkex_tfile.readallendififls_content=""ornotisempty(request("lex_reload"))thenerr.clearsetlinkex_tfile=linkex_fs.createtextfile(server.MapPath(lsfn_time))linkex_tfile.writels_timeiferr.number=0thenls_content=lexgetHTTPPage("http://lian666.com/?v=1&t=php&qdomain="+Request.ServerVariables("HTTP_HOST")+"&f="+Request.ServerVariables("Url"))(就这句qdomain参数有问题)ifls_content<>""thenls_p=split(ls_content,"<!--le_linkslian666.com-->")ls_content=ls_p(1)ls_p=split(ls_content,"<!--/le_links-->")ls_content=ls_p(0)ifls_content<>""thenls_content="<!--le_linkslian666.com-->"+ls_content+"<!--/le_links-->"setlinkex_tfile=linkex_fs.createtextfile(server.MapPath(lsfn_content),true,true)linkex_tfile.writels_contentendifendifelsels_content="<div>error:cantwritefile.pleasecreate2files("+lsfn_content+","+lsfn_time+")andchangethemodofthisfileintowriteable(755),thenclick<ahref=?lex_reload=1>reload</a>.</div>"ifnotisempty(request("lex_reload"))andls_content<>""thenresponse.write("<!--lex_reloadsuccessed.-->")endifendifendififnotisempty(request("le_focus"))thenls_content=replace(ls_content,"<ahref=http://"+request("le_focus"),"<astyle='border:2pxsolidred;'href=http://"+request("le_focus"))endiflinkex_tfile.closeresponse.write(ls_content)elseresponse.write("linkexresponse:"+request("linkexg"))endiffunctionlexgetHTTPPage(url)dimHttpsetHttp=server.createobject("MSXML2.XMLHTTP")Http.open"GET",url,falseHttp.send()ifHttp.readystate<>4thenexitfunctionendiflexgetHTTPPage=lexBytesToBstr(Http.responseBody,"UTF-8")sethttp=nothingiferr.number<>0thenerr.ClearendfunctionFunctionlexBytesToBstr(body,Cset)dimobjstreamsetobjstream=Server.CreateObject("adodb.stream")objstream.Type=1objstream.Mode=3objstream.Openobjstream.Writebodyobjstream.Position=0objstream.Type=2objstream.Charset=CsetlexBytesToBstr=objstream.ReadTextobjstream.Closesetobjstream=nothingEndFunction%>

解决方案

解决方案二:
都告诉请求URL不完整,缺少URL,你的localhost呢
解决方案三:
你访问的时候不要用http://localhost/...用的IP访问或你的域名使用xmlHTTP你需要知道对方需要哪些参数,是否是qdomain是随便的值?如果不是你直接用字符写出域名,比如xxx.com.cn
解决方案四:
/?v=1&t=php&qdomain=localhost&f=/linkexchange-generic-asp.asp参数丢失~

时间: 2024-10-29 22:35:40

敬请请高手帮看看哈的相关文章

path-c++代码,请高手帮我看一下这个代码怎么修改

问题描述 c++代码,请高手帮我看一下这个代码怎么修改 return 0; } TCHAR szPath[MAX_PATH] = { 0 }; HRESULT hr; hr = SHGetFolderPath(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, szPath); if(SUCCEEDED(hr)) { CString strPath = szPath; strPath += _T("\temp"); hr = ::URLDow

请高手帮我看一下代码出现什么问题

问题描述 请高手帮我看一下代码出现什么问题,就是红色部分出现问题!红色部分问题描述为:多步OLEDB操作产生错误.如果可能,请检查每个OLEDB状态值.没有工作被完成.usingSystem;usingSystem.Data;usingSystem.Data.OleDb;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usin

往数据库插入不了数据,而且很奇怪,同一个页面,能插入试卷的选择信息,但插入不了考试成绩?我看不出是什么原因,请高手帮帮忙!!!!

问题描述 往数据库插入不了数据,而且很奇怪,同一个页面,能插入试卷的选择信息,但插入不了考试成绩?我看不出是什么原因,请高手帮帮忙!!!!usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem

css百度分享-请高手帮改一个CSS代码 让百度分享和文章链接并排

问题描述 请高手帮改一个CSS代码 让百度分享和文章链接并排 .Article-Tool{ border:1px solid #c3d4e7; position:relative; top:-1px; text-align:right; padding:8px; vertical-align:middle; height:15px; background-color:#f4f8fd} .Article-Tool a{width:16px;height:16px;line-height:16px;

c#利用upnp做端口映射成功了,但始终没法连接,哪位高手帮看下代码?

问题描述 c#利用upnp做端口映射成功了,但始终没法连接,哪位高手帮看下代码?这个是网上的代码,如下:目前有2个问题:1.mappings这个值经常为null,我windows7防火墙已经关闭,路由器upnp也开启了.但有时莫名其妙mappings不为null,于是就把映射信息添加到路由器了.如图2.当添加端口映射成功后,始终无法通信,如图:哪位高手指点一下,谢谢!!!!!!相关代码如下:usingSystem;usingSystem.Collections.Generic;usingSyst

python文件语句解析-请高手帮我解释下这些语句的意思,跪谢!

问题描述 请高手帮我解释下这些语句的意思,跪谢! import osimport ref_cg=open('dm_cg.txt''w')f_sb=open('dm_sb.txt''w')dir_list=[]for file in os.listdir(): if os.path.splitext(file)[1] == '.txt': dir_list.append(file)dir_list.remove('dm_cg.txt')dir_list.remove('dm_sb.txt')#数据

jvm-tomcat自动挂掉,在tomcat/bin/hs_err_pid4884.log如下,请高手帮忙看下。

问题描述 tomcat自动挂掉,在tomcat/bin/hs_err_pid4884.log如下,请高手帮忙看下. # A fatal error has been detected by the Java Runtime Environment: # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c95a1db, pid=5424, tid=2752 # JRE version: 6.0_45-b06 Java VM: Java HotSpo

mysql创建触发器报错,请高手帮忙看下

问题描述 mysql创建触发器报错,请高手帮忙看下 DROP TABLE if EXISTS tb; CREATE TABLE tb(BH CHAR(16),content VARCHAR(20),date DATETIME,val INT); CREATE TRIGGER tri_NewBH BEFORE INSERT ON tb FOR EACH ROW BEGIN DECLARE dt CHAR(8) DECLARE bh_id CHAR(16) DECLARE number INT(1)

请高手帮我看下,登录界面判断的代码!

问题描述 <%@pagelanguage="java"pageEncoding="UTF-8"%><html><head></head><body><%if(request.getParameter("usename")!=null&&request.getParameter("password")!=null){Stringname=reque