<% On Error Resume Next Server.ScriptTimeOut=9999999 function bytesToBstr(strBody,CodeBase) dim objStream set objStream = Server.CreateObject("Adodb.Stream") objStream.Type = 1 objStream.Mode =3 objStream.Open objStream.Write strBody objStream.Position = 0 objStream.Type = 2 objStream.Charset = CodeBase BytesToBstr = objStream.ReadText objStream.Close set objStream = nothing end function '------------------------------ function hsp(s_ss,h_s,b) s_s=s_ss n=instr(s_s,h_s) s_l=len(s_s) h_l=len(h_s) if b=0 then hsp=right(s_s,s_l-h_l-n+1) else hsp=right(s_s,s_l-n+1) end if end function function qsp(s_ss,h_s,b) s_s=s_ss n=instr(s_s,h_s) h_l=len(h_s) if b=0 then qsp=left(s_s,n-nw-1) else qsp=left(s_s,n-nw+h_l-1) end if end function function msp(s_ss,h_a,h_b) s_s=s_ss a_w=instr(s_s,h_a) a_l=len(h_a) s_l=len(s_s) s_s=right(s_s,s_l-a_l-a_w+1) b_w=instr(s_s,h_b) s_s=left(s_s,b_w-1) msp=s_s end function function tjs(s_ss,h_a) s_s=s_ss j=0 do a_w=instr(s_s,h_a) if a_w=0 then exit do a_l=len(h_a) s_l=len(s_s) j=j+1 if j>100 then exit do s_s=right(s_s,s_l-a_w) loop tjs=j end function '------------------------------ if request("xz")="english" then yuming=request.form("english") session("yuming")=yuming c1=request.form("c1") '.com c2=request.form("c2") '.net c3=request.form("c3") '.org c4=request.form("c4") '.com.cn c5=request.form("c5") '.net.cn c6=request.form("c6") '.org.cn c7=request.form("c7") '.cn c8=request.form("c8") '.sh.cn c9=request.form("c9") '.gov.cn c10=request.form("c10") '.info c11=request.form("c11") '.biz if c1<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&com=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".com"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".com"+" 连接超时!
" else jieguos=jieguos+yuming+".com"+" 已被注册!
" end if end if end if if c2<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&net=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".net"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".net"+" 连接超时!
" else jieguos=jieguos+yuming+".net"+" 已被注册!
" end if end if end if if c3<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&org=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".org"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".org"+" 连接超时!
" else jieguos=jieguos+yuming+".org"+" 已被注册!
" end if end if end if if c4<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&comcn=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".com.cn"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".com.cn"+" 连接超时!
" else jieguos=jieguos+yuming+".com.cn"+" 已被注册!
" end if end if end if if c5<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&netcn=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".net.cn"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".net.cn"+" 连接超时!
" else jieguos=jieguos+yuming+".net.cn"+" 已被注册!
" end if end if end if if c6<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&orgcn=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".org.cn"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".org.cn"+" 连接超时!
" else jieguos=jieguos+yuming+".org.cn"+" 已被注册!
" end if end if end if if c7<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&cn=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".cn"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".cn"+" 连接超时!
" else jieguos=jieguos+yuming+".cn"+" 已被注册!
" end if end if end if if c8<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&shcn=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".sh.cn"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".sh.cn"+" 连接超时!
" else jieguos=jieguos+yuming+".sh.cn"+" 已被注册!
" end if end if end if if c9<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&govcn=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".gov.cn"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".gov.cn"+" 连接超时!
" else jieguos=jieguos+yuming+".gov.cn"+" 已被注册!
" end if end if end if if c10<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&info=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".info"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".info"+" 连接超时!
" else jieguos=jieguos+yuming+".info"+" 已被注册!
" end if end if end if if c11<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&biz=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".biz"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".biz"+" 连接超时!
" else jieguos=jieguos+yuming+".biz"+" 已被注册!
" end if end if end if end if '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' if request("xz")="chinese" then yuming=request.form("chinese") session("yuming")=yuming c12=request.form("c12") '.com c13=request.form("c13") '.net c14=request.form("c14") 'cn(中国) c15=request.form("c15") '网络 c16=request.form("c16") '公司 if c12<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&com=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".com"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".com"+" 连接超时!
" else jieguos=jieguos+yuming+".com"+" 已被注册!
" end if end if end if if c13<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&net=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".net"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".net"+" 连接超时!
" else jieguos=jieguos+yuming+".net"+" 已被注册!
" end if end if end if if c14<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&%D6%D0%B9%FA=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".cn(中国)"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".cn(中国)"+" 连接超时!
" else jieguos=jieguos+yuming+".cn(中国)"+" 已被注册!
" end if end if end if if c15<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&%CD%F8%C2%E7=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".网络"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".网络"+" 连接超时!
" else jieguos=jieguos+yuming+".网络"+" 已被注册!
" end if end if end if if c16<>"" then urls="http://panda.www.net.cn/cgi-bin/Check.cgi?domain="+yuming+"&big5=n&%B9%AB%CB%BE=yes" set Http=server.createobject("Microsoft.XMLHTTP") Http.open "get",urls,false Http.send() html=bytesToBstr(http.responsebody,"gb2312") if instr(html,"未被注册")>0 then jieguos=jieguos+yuming+".公司"+" 未被注册√现在注册
" else if instr(html,"连接超时的域名")>0 then jieguos=jieguos+yuming+".公司"+" 连接超时!
" else jieguos=jieguos+yuming+".公司"+" 已被注册!
" end if end if end if end if %>
域 名 查 询
  

.com     .net      .org .com.cn
.net.cn  .org.cn .cn  .biz
.gov.cn .info     

常 见 问 题
GOOGLE右侧推广

Google右侧排名的价值:

占全球搜索引擎查询市场份额的56.1%,已远远超过Yahoo的21.5%,无可争议的世界第一;
世界前12大搜索引擎中唯一的没有沾染PPC(竞价排名),没有失去起码的 排名 的公正。
研究表明:在一个搜索引擎关键词查询结果中,排名在前十位的页面检索将掠去此关键词查询访问量的60-65%;排名位于11-20排名的页面检索将夺得20-25%的访问量;而排名在21名后的所有页面检索只能分享3-4%的访问量。
搜索引擎排名(特别是Google排名)较其他形式的线上或线下营销模式而言是的投资回报率最好的,传统的广告形式只是将您的产品或服务给潜在客户带来一种视觉冲击,然而搜索引擎却能给您真正带来买家。对于那些有购买愿望的人来说,搜索引擎可为他们带来最快的信息,如果您的网站排在搜索结果的前面,就能让这些人先找到您,从而更容易达成交易。

Google排名服务理念:

目的明确:中华主机网为您对贵公司经营范围、经营产品、经营理念以及经营需求进行详实而准确的分析,提供切实可行的全套网络营销方案及针对搜索引擎Google的全套排名服务,提高贵公司的网站访问量,产品销售量和知名度,打造相关领域的强势品牌。
专业服务:中华主机网长期致力于Google搜索引擎排名算法的研究,关注Google最新动态,是Google排名研究者也是实践者,在长期的运做实施过程中,积累了大量的Google排名及面向主流搜索引擎的网站排名优化经验。中华主机网的工作就是针对贵公司经营的领域,对您的经营侧重点和经营目标全面的分析,提出相关的搜索引擎的排名关键及排名原则,并全程为您提供专业服务。 


关键词
见效时间
优化效果
服务价格
冷门关键词
1-7天
排名前五位
100元/月/个  起
普通关键词
3-7天
排名前五位
300元/月/个  起
热门关键词
7-14天
排名前五位
500元/月/个  起
超热门关键词
7-21天
排名前十位
1000元/月/个 起
    立即抢注Google排名的制高点,让更多的客户关注您,赶超您的竞争对手。马上拨打下面的免费服务电话,询问详细的服务信息和价格。我公司有多个成功案例,快打电话咨询吧!做多个关键词更有优惠活动。




 
首  页     :    关于我们    :     付款方式     :     联系我们     :     站点地图     :     友情链接
上海地区免费咨询热线:800-620-0045     其它地区热线:021-26961902   26961970
公司地址:上海市龙吴路15弄9号楼402    邮编:200232      传真:54073261
中华主机网   Copyright © 2005. All Rights Reserved