ASP version of the Alexa query system

Source: Internet
Author: User
Tags php tutorial trim

On Error Resume Next
Server.ScriptTimeout = 9999999

URL = "Http://data.alexa.com/data/?cli=10&dat=snba&ver=7.0&url=" &domain
' Url = ' http://localhost/alexa.xml '
Strpage = GetBody (URL)
Set Xmldom=server.createobject ("MSXML2. DOMDocument ")
XMLDOM.loadXML (Strpage)

Set RLS = Xmldom.documentElement.selectSingleNode ("RLS")
Set SD = Xmldom.documentElement.selectSingleNode ("SD")
Set DMOZ = Xmldom.documentElement.selectSingleNode ("DMOZ")

Siterlnum = RLS. Childnodes.length
For i = 0 to SiteRLNum-1
ReDim Preserve Siterl (i), rlhref (i), rltitle (i), Rldomain (i)
Set Siterl (i) = RLS. Childnodes.item (i)
Rlhref (i) = Siterl (i). attributes (0). Value
Rltitle (i) = Siterl (i). attributes (1). Value
Rldomain (i) = replace (Rlhref (i), "www.", "")
Rldomain (i) = replace (Rldomain (i), "/", "")
Next

Set ADDR = Sd.selectsinglenode ("ADDR")


Set CREATED = Sd.selectsinglenode ("CREATED")


Set PHONE = Sd.selectsinglenode ("Phone")


Set OWNER = Sd.selectsinglenode ("owner")


Set email = sd.selectsinglenode ("email")


Set LANG = Sd.selectsinglenode ("lang")


Set Linksin = Sd.selectsinglenode ("Linksin")


Set SPEED = Sd.selectsinglenode ("SPEED")


Set popularity = Sd.selectsinglenode ("popularity")


Set RANK = Sd.selectsinglenode ("Rank")


Sitestreet = addr.attributes (0). Value


sitecity = addr.attributes (1). Value


Sitezip = Addr.attributes (2). Value


Sitestate = Addr.attributes (3). Value


Sitecountry = Addr.attributes (4). Value


siteaddr = Sitestreet & sitecity & sitezip & sitestate & Sitecountry


Sitedate = created.attributes (0). Value


Sitephone = phone.attributes (0). Value


Siteowner = owner.attributes (0). Value


Siteemail = email.attributes (0). Value


Sitelex = lang.attributes (0). Value


SiteCode = lang.attributes (1). Value


Sitelinksin = linksin.attributes (0). Value


Sitelinksin = Comma (Sitelinksin)


Sitespeedtext = speed.attributes (0). Value


Sitespeedtext = Comma (Sitespeedtext)


sitespeedpct = speed.attributes (1). Value


sitespeedpct = Comma (sitespeedpct)


sitepopularity = popularity.attributes (1). Value


sitepopularity = Comma (sitepopularity)


Siterank = rank.attributes (0). Value


If InStr (Siterank, "-") > 0 Then


arrowimg = "<img src=" "Images/up_arrow.gif" "Align=absmiddle width=18 height=16/>"


ElseIf InStr (Siterank, "+") > 0 Then


arrowimg = "<img src=" "Images/down_arrow.gif" "Align=absmiddle width=18 height=16/>"


Else


Arrowimg = ""


End If


Siterank = Replace (Siterank, "+", "")


Siterank = Replace (Siterank, "-", "")


If Siterank = 0 Then


Arrowimg = ""


End If


Siterank = Comma (Siterank)

Set SITE = Dmoz.selectsinglenode ("site")
Set CATS = Site.selectsinglenode ("CATS")
Set CAT = Cats.selectsinglenode ("Cat")
Sitetitle = site.attributes (1). Value
Sitedesc = Site.attributes (2). Value
Sitecat = cat.attributes (0). Value

Dim Fso,f,onames,oonames,otemp,onum


Set fso = CreateObject ("Scripting.FileSystemObject")


Set f = fso. OpenTextFile (server. MapPath ("cache.asp Tutorial"), 1, True)


If F.atendofstream = False Then


Onames = F.readline


End If


F.close


If fso.fileexists (server. MapPath ("cache.asp") = True Then


Fso.deletefile (server. MapPath ("cache.asp"))


End If


Set f = fso. OpenTextFile (server. MapPath ("cache.asp"), 8, True)


If IsNull (Onames) or Len (Trim (onames)) = 0 Then


Onames = "|" &domain


ElseIf InStr (Onames, "|") &domain) > 0 Then


Onames = replace (onames, "|" &domain, "")


Onames = "|" &domain&onames


Else


Onames = "|" &domain&onames


End If


Oonames = Split (Onames, "|")


Otemp = ""


If UBound (oonames) >19 Then


For I=1 to 20


otemp = otemp& "|" &oonames (i)


Next


Onum = 20


Else


Otemp = Onames


Onum = UBound (oonames)


End If


F.write (Trim (otemp))


F.close


Set F = Nothing

Dim ynames,yynames,ytemp,ynum
Set ynames = Request.Cookies ("Dnames")
If IsNull (ynames) or Len (Trim (ynames)) = 0 Then
 ynames = "|" &domain
ElseIf InStr (Ynames, "|") &domain) > 0 Then
 ynames = replace (ynames, "|" &domain, "")
 ynames = "|" &domain&ynames
Else
 ynames = "|" &domain&ynames
End If
Yynames = Split (Ynames, "|")
Ytemp = ""
If UBound (yynames) > 9 Then
 for I=1 to ten
  ytemp = ytemp& "|" &yynames (i)
 next
 ynum = ten
Else
 ytemp = ynames
 ynum = UBound (yynames)
End If
Response.Cookies ("dnames") = Trim (ytemp)
Response.Cookies ("Dnames"). Expires = Now () + 1

Function iswww (String)
Iswww = False
Dim regex,matches
Set regEx = New RegExp
Regex.pattern = "^[a-za-z0-9]+ (-+[a-za-z0-9]+) * (. [ a-za-z]+)? [a-za-z]+$]
Regex.ignorecase = True
Regex.global = True
Set matches = Regex.execute (string)
If Matches.count Then
iswww= True
End If
End Function

Function GetBody (URL)
On Error Resume Next
Set xmlHttp = Server.CreateObject ("Microsoft.XMLHTTP")
With XmlHttp
Xmlhttp.open "Get", Url,false, "" "," "
Xmlhttp.send
GetBody = Xmlhttp.responsetext
End With
Set xmlHttp = Nothing
End Function

Function Comma (str)
 if not (IsNumeric (str)) Or Len (Fix (str)) < 4 Then
  result = str
&NB Sp Else
  pos = Instr (1,str, ".")
  if Pos > 0 Then
   dec = Mid (str,pos)
  end If
  res = StrReverse (Fix (str))
  loopcount = 1
  while loopcount <= Len (Res)
  & nbsp Tempresult = Tempresult + Mid (res,loopcount,3)
   loopcount = loopcount + 3
   if Loopcount <= Len (Res) Then
    tempresult = Tempresult + ","
   end If
  wend
  result = StrReverse (tempresult) + Dec
 end If
 comma = result
E nd Function

Function Fget (str)
str = Trim (str)
Select Case Str
Case ""
Fget = "--"
Case "-"
Fget = "--"
Case Else
Fget = str
End Select
End Function

Function fixstr (ByVal str, ByVal start, ByVal last, ByVal N)


Dim strtemp


On Error Resume Next


If InStr (str, start) &gt; 0 Then


Select Case N


Case 0


strtemp = Right (str, Len (str)-INSTR (str, start)-Len (start) + 1)


strtemp = Left (strtemp, InStr (strtemp, last)-1)


Case 1


strtemp = Right (str, Len (str)-INSTR (str, start) + 1)


strtemp = Left (strtemp, InStr (strtemp, last) + Len (last)-1)


Case 2


strtemp = Right (str, Len (str)-INSTR (str, start) + 1)


strtemp = Left (strtemp, InStr (strtemp, last)-1)


Case Else


strtemp = Right (str, Len (str)-INSTR (str, start)-Len (start) + 1)


strtemp = Left (strtemp, InStr (strtemp, last) + Len (last)-1)


End Select


Else


strtemp = ""


End If


Fixstr = strtemp


End Function

Function regstr (ByVal str, ByVal start, ByVal last, ByVal N)


Dim regex,match,matches,strtemp (), I


i = 0


Set regEx = New RegExp


Regex.pattern = start &amp; [^&lt;&gt;/]*] &amp; Last


Regex.ignorecase = False


Regex.global = True


Set matches = Regex.execute (str)


For the Match in matches


Select Case N


Case 0


ReDim Preserve strtemp (i)


strtemp (i) = Replace (Match.value,start, "")


strtemp (i) = Replace (strtemp (i), Last, "")


Case Else


ReDim Preserve strtemp (i)


strtemp (i) = Match.value


End Select


i = i + 1


Next


Regstr = strtemp


End Function


%&gt;


&lt;html&gt;


&lt;head&gt;


&lt;meta http-equiv= "Content-type" content= "text/html; charset=gb2312 "/&gt;


&lt;meta content= "All" name= "robots"/&gt;


&lt;meta http-equiv= "x-ua-compatible" content= "ie=7" &gt;


&lt;meta http-equiv= "Refresh" content= "180" &gt;


&lt;title&gt;alexa Site Rankings ★&lt;%=sitetitle%&gt; rankings ★&lt;%=domain%&gt; domain name Alexa global rankings &lt;/title&gt;


&lt;meta name= "Description" content= "★★★&lt;%=domain%&gt; site rankings, Alexa site rankings, Alexa rankings, Alexa rankings search URL: Www.Alexa.Gz.Cn"/ &gt;


&lt;link href= "style.css Tutorial" rel= "stylesheet" type= "Text/css"/&gt;


&lt;script language= "javascript tutorial" type= "Text/javascript" &gt;


var xmlHttp = false;


try {xmlHttp = new ActiveXObject ("Msxml2.xmlhttp");}


catch (E)


{


try {xmlHttp = new ActiveXObject ("Microsoft.XMLHTTP");}


catch (E2) {xmlHttp = false;}


}


if (!xmlhttp &amp;&amp; typeof xmlhttprequest!= ' undefined ')


{


XmlHttp = new XMLHttpRequest ();


}

function CallServer ()
{
var url = "Ajaxloading.asp?domain=<%=domain%>&more=1";
Xmlhttp.open ("Get", Url,true, "", "");
Xmlhttp.onreadystatechange = Updatepage;
Xmlhttp.send (NULL);
}

function Updatepage ()
{
if (xmlhttp.readystate <= 3)
{
Moreinfo.innerhtml= "}
if (xmlhttp.readystate >= 4)
{
var response = Xmlhttp.responsetext;
moreinfo.innerhtml = response;
}
}
</script>
<base target= "_blank" >
<body>

<table width= "780" border= "0" cellspacing= "0" cellpadding= "0"
  <tr>
    & LT;TD align= "left" width= "312"
    <a href= "http://www.alexa.gz.cn/" ></A>
    </td>
     <TD align= "right" width= "468"
<a href= "http://www.alexa.com/siteinfo/<%=domain%>" > <script type= ' text/javascript ' language= ' javascript ' src= ' http://xslt.alexa.com/site_stats/js/s/c?url=<%= Domain%> ' ></script></a>
    </td>
  </tr>
</table "

<div class= "colspan" >
<div class= "title" >&nbsp;&nbsp;
<a href= ". /index.asp ">alexa ranking query </a>┊
<a href= ". /search.gd.cn/index.asp "> site collection Query </a>┊
<a href= "./seotg.com.cn/index.asp" > website Automation propaganda machine </a>┊
<a href= ". /improve-alexa-ranking/"> Improve Alexa site rankings </a>┊
<a href= "http://www.com-web.cn/google/index.php tutorial" title= "Google PR query tool" >google PR query </a>┊

&lt;a href= "http://www.sem.gz.cn" &gt;&lt;font color= "#FF0000" &gt; Guangzhou website Optimization course &lt;/font&gt;&lt;/a&gt;┊


&lt;a href= "http://www.xincheng.cc" title= "Xin Cheng Technology Service" &gt; Xin Cheng Technology Service &lt;/a&gt;┊


&lt;a href= "" onclick= "Window.external.addFavorite (' http://www.alexa.sn.cn/', ' website Alexa rank query ')" &gt; Collection this page &lt;/a&gt;


&lt;/div&gt;


&lt;div class= "Data" &gt;


&lt;table width= "780" cellspacing= "0" cellpadding= "0" &gt;


&lt;form name= "Alexasearch" method= "Get" target= "_top" &gt;


&lt;tr&gt;


&lt;td&gt;


Please enter the URL you want to query: http://www.


&lt;input class= "Input_text" size= "value=" "&lt;%=Domain%&gt;" Name= "Domain" &gt;&amp;nbsp;


&lt;script&gt;document.alexasearch.domain.focus () &lt;/Script&gt;


&lt;input class= "Submit_button" type= "submit" value= "Query" &gt;&amp;nbsp;&amp;nbsp;


&lt;input class= "Submit_button" onclick= "window.open (' http://www.sem.gz.cn ')" type= "button" value= "Guangzhou website optimization" &gt;


&lt;/td&gt;


&lt;/tr&gt;


&lt;/form&gt;


&lt;tr&gt;


&LT;TD align= "left" &gt;&amp;nbsp;&amp;nbsp;


&lt;b&gt; Tips &lt;/b&gt: The query after the address for Friendship Link address, Friendship link name "Alexa ranking Query" Every time from your station to the left of the automatic first, within a week can form a reverse link!


&lt;/td&gt;


&lt;/tr&gt;


&lt;/table&gt;


&lt;/div&gt;


&lt;/div&gt;

&lt;div class= "colspan" &gt;


&lt;div class= "title" &gt;


&amp;nbsp;&amp;nbsp; website &lt;b&gt;&lt;font color= "#005599" &gt;www.&lt;%=domain%&gt;&lt;/font&gt;&lt;/b&gt; in Alexa On the comprehensive ranking of &lt;b&gt;&lt;font color= "#005599" &gt;&lt;%=fget (sitepopularity)%&gt;&lt;/font&gt;&lt;/b&gt; bit.


[&lt;a href= "http://www.alexa.sn.cn/alexa-ranking/" &gt;alexa ranking promotion expert &lt;/a&gt;┊&lt;a href= "http://www.search.gd.cn /?url=&lt;%=domain%&gt; "&gt; Search engine Tutorial included query &lt;/a&gt;┊&lt;a href=" http://www.seotg.com.cn "&gt; Free website Promotion &lt;/a&gt;]&lt;/ Div&gt;


&lt;div class= "Data" &gt;


&lt;table class= "doublecolortable" cellspacing= "0" cellpadding= "0" &gt;


&lt;tr&gt;


&LT;TD colspan= "7" &gt;


We only provide Alexa ranking query services, about how to improve rankings and Alexa rankings cheat do not consult us, we do not agree and encourage any cheating, have questions please first


&lt;a href= "help.asp" &gt;&lt;b&gt; View Help &lt;/b&gt;&lt;/a&gt;


&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&LT;TD width= "210" rowspan= "7" &gt;&lt;div&gt;


&lt;script type= "Text/javascript" &gt;&lt;!--


Google_ad_client = "pub-0631744883924280";


/* www.nengy.com200x200, founded in 09-11-23 * *


Google_ad_slot = "3978876637";


Google_ad_width = 200;


Google_ad_height = 200;


--&gt;


&lt;/script&gt;


&lt;script type= "Text/javascript"


src= "Http://pagead2.googlesyndication.com/pagead/show_ads.js" &gt;


&lt;/script&gt;


&lt;/div&gt;&lt;/td&gt;


&LT;TD width= &gt; site domain name:&lt;/td&gt;


&LT;TD width= "align=" left "title=" &lt;%=fget (sitetitle)%&gt; "&gt;&lt;div class=" height "&gt;&lt;a href=" http:// &lt;%=Domain%&gt; "&gt;&lt;font color=" "#ff6600" &gt;&lt;%=domain%&gt;&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td &gt;


&LT;TD width= &gt; Webmaster:&lt;/td&gt;


&LT;TD width= "align=" "left" title= "&lt;%=fget (siteowner)%&gt;" &gt;&lt;div class= "height" &gt;&lt;%=fget ( Siteowner)%&gt;&lt;/div&gt;&lt;/td&gt;


&LT;TD width= &gt; Email:&lt;/td&gt;


&LT;TD width= "172" align= "left" title= "&lt;%=fget (siteemail)%&gt;" &gt;&lt;div class= "height" &gt;&lt;%=fget ( Siteemail)%&gt;&lt;/div&gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&LT;TD width= &gt; Comprehensive ranking:&lt;/td&gt;


&LT;TD width= "align=" left "title=" "&gt;&lt;div class=" height "&gt;&lt;iframe frameborder=0 height=20 Scrolling=no Src= ' http://www.alexa.sn.cn/search/myalexa.asp?d=&lt;%=domain%&gt;&amp;s=alexarank&amp;b=fff ' width= ' 60 ' Allowtransparency=true&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/td&gt;


&LT;TD width= &gt; Rankings Change:&lt;/td&gt;


&LT;TD width= "align=" "left" title= "&gt;&lt;div class=" height "&gt;&lt;%=arrowimg &amp; Fget (Siterank)%&gt;&lt;/ Div&gt;&lt;/td&gt;


&LT;TD width= &gt; included date:&lt;/td&gt;


&LT;TD width= "172" align= "left" title= "&lt;%=fget (sitedate)%&gt;" &gt;&lt;div class= "height" &gt;&lt;%=fget (SiteDate )%&gt;&lt;/div&gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&LT;TD width= "&gt;" National:&lt;/td&gt;


&LT;TD width= "align=" "left" title= "&lt;%=fget (Sitelex)%&gt;" &gt;&lt;div class= "height" &gt;&lt;%=fget (SiteLex)% &gt;&lt;/div&gt;&lt;/td&gt;


&LT;TD width= &gt; Coding Mode:&lt;/td&gt;


&LT;TD width= "align=" "left" title= "&lt;%=fget (sitecode)%&gt;" &gt;&lt;div class= "height" &gt;&lt;%=fget (SiteCode )%&gt;&lt;/div&gt;&lt;/td&gt;


&LT;TD width= &gt; Access Speed:&lt;/td&gt;


&LT;TD width= "172" align= "left" title= "page average load time &lt;%=fget (sitespeedtext)%&gt; Ms, than &lt;%=fget (sitespeedpct)%&gt;% Site access is fast. "&gt;&lt;div class=" Height &gt;&lt;%=fget (sitespeedtext) &amp; "Ms/" &amp; Fget (sitespeedpct) &amp; "Min"%&gt;&lt;/div& Gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&LT;TD width= &gt; Adult Content:&lt;/td&gt;


&LT;TD width= "align=" "left" title= "NO" &gt;&lt;div class= "height" &gt;NO&lt;/div&gt;&lt;/td&gt;


&LT;TD width= &gt; Reverse link:&lt;/td&gt;


&LT;TD width= "align=" left "title=" click the digital View detailed reverse link site "&gt;&lt;div class=" height "&gt;&lt;a href=" http:// www.alexa.com/site/linksin/&lt;%=Domain%&gt;/"&gt;&lt;%=fget (sitelinksin)%&gt;&lt;/a&gt; &lt;/div&gt;&lt;/td &gt;


&LT;TD width= &gt; Contact Tel:&lt;/td&gt;


&LT;TD width= "172" align= "left" title= "&lt;%=fget (sitephone)%&gt;" &gt;&lt;div class= "height" &gt;&lt;%=fget ( Sitephone)%&gt;&lt;/div&gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&LT;TD width= &gt; website Profile:&lt;/td&gt;


&LT;TD width= "504" colspan= "5" align= "left" title= "&lt;%=fget (SITEDESC)%&gt;" &gt;&lt;div class= "height" &gt;&lt;%= Fget (SITEDESC)%&gt;&lt;/div&gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&LT;TD width= &gt; Detailed Address:&lt;/td&gt;


&LT;TD width= "504" colspan= "5" align= "left" title= "&lt;%=fget (siteaddr)%&gt;" &gt;&lt;div class= "height" &gt;&lt;%= Fget (SITEADDR)%&gt;&lt;/div&gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&LT;TD width= &gt; directory:&lt;/td&gt;


&LT;TD width= "504" colspan= "5" align= "left" title= "&lt;%=fget (sitecat)%&gt;" &gt;&lt;div class= "height" &gt;&lt;%= Fget (Sitecat)%&gt;&lt;/div&gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&lt;td&gt;


&lt;div class= "Height" &gt;


&lt;a href= "http://cn.alexa.com/siteinfo/www.com-web.cn" target= "_blank" &gt; Update thumbnails &lt;/a&gt; &lt;a href= "http:// Www.alexa.com/siteinfo/&lt;%=domain%&gt; "target=" _blank "&gt; Submit link &lt;/a&gt; &lt;a href=" http://www.alexa.gz.cn/ Tool/index.asp "target=" _blank &gt;alexa website ranking &lt;/a&gt;


&lt;/div&gt;


&lt;/td&gt;


&LT;TD colspan= "6" &gt;


&lt;div&gt;


&lt;font color=red&gt; Webmaster recommended: &amp;nbsp;&amp;nbsp;&lt;a href= "http://www.com-web.cn/google/index.php" &gt;google PR query tool &lt;/a&gt;┊&amp;nbsp;&lt;a href= "http://www.com-web.cn/search/index.php" &gt; Baidu included Query tool &lt;/a&gt;┊&amp;nbsp; &lt;a href= "http://www.com-web.cn/keywords/index.php" &gt; Keyword analysis tool &lt;/a&gt;┊&amp;nbsp;&lt;a href= "http:// Www.com-web.cn/pv/index.html "&gt; Free online brush PV Tools &lt;/a&gt;&lt;/font&gt;


&lt;/div&gt;


&lt;/td&gt;


&lt;/tr&gt;


&lt;/table&gt;


&lt;/div&gt;


&lt;/div&gt;

<div class= "colspan" >

<script src= "Http://www.helenshop.cn/goods_script.php?cat_id=24&brand_id=62&intro_type=is_random &need_image=true&goods_num=7&arrange=v&rows_num=1&charset=gb2312&sitename= www.alexa.gz.cn "></script>


</div>

<div class= "colspan" >
<div class= "title" >
&nbsp;&nbsp;<font color=red><b> Advertising Leasing </b>↓</font>
</div>
<div class= "Data" >
<table width= "780" cellspacing= "0" cellpadding= "0" >
<tr>
<TD align= "Left" >

<div align= "center" >
<font color= "#FF0000" > site PR4, Friendship links for rent (40 yuan/month): </font> <a href= "http://wpa.qq.com/msgrd?v=1&amp; uin=858261598&amp; site= advertisement for Rent &amp; Menu=yes "target=" "_blank" >858261598</a> QQ Group: 21721306 <b> Friendship Tips </b>: The address after the inquiry for Friendship address, visit the left automatically first! </div>
</div>

</td>
</tr>
</table>
</div>
</div>

&lt;div class= "colspan" &gt;


&lt;div class= "title" &gt;


&amp;nbsp;&amp;nbsp; website &lt;b&gt;&lt;font color= "#005599" &gt;www.&lt;%=domain%&gt;&lt;/font&gt;&lt;/b&gt; related Sites


&lt;a href= "http://www.alexa.com/siteinfo/&lt;%=domain%&gt;" &gt;alexa official data &lt;/a&gt;┊


&lt;a href= "http://www.search.gd.cn/?url=&lt;%=domain%&gt;" &gt; Search engine included Query &lt;/a&gt;┊


&lt;a href= "http://www.alexa.gz.cn/alexa/index.asp?url=&lt;%=domain%&gt;" &gt;&lt;font color= "#FF0000" &gt; Alexa ranking Query tools &lt;/font&gt;&lt;/a&gt;


&lt;/div&gt;


&lt;div class= "Data" &gt;


&lt;table width= "780" cellspacing= "0" cellpadding= "0" &gt;


&lt;tr&gt;


&LT;TD class= "Project_left" width= "40%" &gt; Related website &lt;/td&gt;


&LT;TD class= "project" width= "45%" &gt; site name &lt;/td&gt;


&LT;TD class= "project" width= "15%" &gt; Rankings &lt;/td&gt;


&lt;/tr&gt;


&lt;%


If rls.attributes (1). Value = 0 Then


%&gt;


&lt;tr&gt;


&LT;TD class= "Rank_left" &gt;--&lt;/td&gt;


&LT;TD class= "Rank" &gt;--&lt;/td&gt;


&LT;TD class= "Rank" &gt;--&lt;/td&gt;


&lt;/tr&gt;


&lt;%


Else


For i = 0 to SiteRLNum-1


%&gt;


&lt;tr&gt;


&LT;TD class= "Rank_left" &gt;&lt;div class= "height" &gt;&lt;a href= "Http://&lt;%=RLHref (i)%&gt;" &gt;http://&lt;%= Rlhref (i)%&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;


&LT;TD class= "Rank" &gt;&lt;div class= "height" &gt;&lt;%=rltitle (i)%&gt;&lt;/div&gt;&lt;/td&gt;


&LT;TD class= "Rank" &gt;&lt;a href= "Index.asp?domain=&lt;%=rldomain (i)%&gt;" &gt; View rankings &lt;/a&gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;%


Next


End If


%&gt;


&lt;/table&gt;


&lt;/div&gt;


&lt;/div&gt;


&lt;script language= "javascript" type= "Text/javascript" src= "ajaxloading.asp?domain=&lt;%=domain%&gt;&amp;more=0" &gt;&lt;/script&gt;

&lt;div id= "Other_cookie" &gt;


&lt;div class= "Cookie_title" onclick= "other_cookie.style.display= ' none '; yours_cookie.style.display= ' none ';" &gt;


Recent Query Records


&lt;/div&gt;


&lt;div class= "Cookie_data" &gt;


&lt;table width= "100%" cellspacing= "0" cellpadding= "0" &gt;


&lt;%


The for I=1 to Onum ' I is finally equal to onum+1 because the for loop is finally executed once i++


%&gt;


&lt;tr&gt;


&LT;TD class= "Rank_left" &gt;&lt;div class= "height" &gt;&lt;a href= "Index.asp?domain=&lt;%=oonames (i)%&gt;" title= " Www.&lt;%=oonames (i)%&gt; "&gt;&lt;%=oonames (i)%&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;%


Next


%&gt;


&lt;/table&gt;


&lt;/div&gt;


&lt;/div&gt;


&lt;div id= "Yours_cookie" &gt;


&lt;div class= "Cookie_title" onclick= "other_cookie.style.display= ' none '; yours_cookie.style.display= ' none ';" &gt;


Your site of interest


&lt;/div&gt;


&lt;div class= "Cookie_data" &gt;


&lt;table width= "100%" cellspacing= "0" cellpadding= "0" &gt;


&lt;%


For I=1 to Ynum


%&gt;


&lt;tr&gt;


&LT;TD class= "Rank_left" &gt;&lt;div class= "height" &gt;&lt;a href= "Index.asp?domain=&lt;%=yynames (i)%&gt;" title= " Www.&lt;%=yynames (i)%&gt; "&gt;&lt;%=yynames (i)%&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;%


Next


%&gt;


&lt;/table&gt;


&lt;/div&gt;


&lt;/div&gt;


&lt;script language= "javascript" src= "Scroll.js" &gt;&lt;/script&gt;

&lt;div class= "colspan" &gt;


&lt;div class= "title" &gt;


&amp;nbsp;&amp;nbsp; website &lt;b&gt;&lt;font color= "#005599" &gt;www.&lt;%=domain%&gt;&lt;/font&gt;&lt;/b&gt; daily average &lt;a href= "http://www.alexa.sn.cn/" &gt;alexa ranking &lt;/a&gt; trend Chart


&lt;font onmouseover= "this.color= ' #FF0000"; "onmouseout=" this.color= ' #ff6600 '; "color=" #ff6600 "&gt;[click Time period to view the corresponding period curve ]&lt;/font&gt;


&lt;/div&gt;


&lt;div class= "Data" &gt;


&lt;table width= "780" cellspacing= "0" cellpadding= "0" &gt;


&lt;tr&gt;


&LT;TD class= "Project_left" &gt;&lt;a style= "Cursor:hand" onclick= "document.all.rank1.style.display="; Document.all.rank2.style.display= ' None ';d ocument.all.rank3.style.display= ' none '; Document.all.rank4.style.display= ' None ';d ocument.all.rank5.style.display= ' none '; &gt; Six-month average ranking curve &lt;/a&gt;&lt;/td&gt;


&LT;TD class= "project" &gt;&lt;a style= "Cursor:hand" onclick= "none"; document.all.rank2.style.display= ';d ocument.all.rank3.style.display= ' none ';d ocument.all.rank4.style.display= ' None ';d ocument.all.rank5.style.display= ' none '; &gt; Three-month average ranking curve &lt;/a&gt;&lt;/td&gt;


&LT;TD class= "project" &gt;&lt;a style= "Cursor:hand" onclick= "none"; Document.all.rank2.style.display= ' None ';d ocument.all.rank3.style.display= ';d ocument.all.rank4.style.display= ' None ';d ocument.all.rank5.style.display= ' none '; &gt; An average monthly ranking curve &lt;/a&gt;&lt;/td&gt;


&LT;TD class= "project" &gt;&lt;a style= "Cursor:hand" onclick= "none"; Document.all.rank2.style.display= ' None ';d ocument.all.rank3.style.display= ' none '; document.all.rank4.style.display= ';d ocument.all.rank5.style.display= ' none '; &gt; Average half-month ranking curve &lt;/a&gt;&lt;/td&gt;


&LT;TD class= "project" &gt;&lt;a style= "Cursor:hand" onclick= "none"; Document.all.rank2.style.display= ' None ';d ocument.all.rank3.style.display= ' none '; Document.all.rank4.style.display= ' None ';d ocument.all.rank5.style.display= '; &gt; Average ranking curve for a week &lt;/a&gt;&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&LT;TD class= "Rank_left" colspan= "5" &gt;


&lt;div id= "Rank1" &gt;&lt;img alt= if the picture is not visible, right-click to select [Show picture] ' src= ' http://traffic.alexa.com/graph?w=700&amp;h=280 &amp;r=6m&amp;y=t&amp;u=&lt;%=Domain%&gt; "&gt;&lt;/div&gt;


&lt;div id= "Rank2" style= display:none "&gt;&lt;img alt=" if the picture is not visible, right-click to select [Show picture] ' src= ' http://traffic.alexa.com/graph ?w=700&amp;h=280&amp;r=3m&amp;y=t&amp;u=&lt;%=domain%&gt; "&gt;&lt;/div&gt;


&lt;div id= "Rank3" style= display:none "&gt;&lt;img alt=" if the picture is not visible, right-click to select [Show picture] ' src= ' http://traffic.alexa.com/graph ?w=700&amp;h=280&amp;r=1m&amp;y=t&amp;u=&lt;%=domain%&gt; "&gt;&lt;/div&gt;


&lt;div id= "Rank4" style= display:none "&gt;&lt;img alt=" if the picture is not visible, right-click to select [Show picture] ' src= ' http://traffic.alexa.com/graph ?w=700&amp;h=280&amp;r=15.0m&amp;y=t&amp;u=&lt;%=domain%&gt; "&gt;&lt;/div&gt;


&lt;div id= "Rank5" style= display:none "&gt;&lt;img alt=" if the picture is not visible, right-click to select [Show picture] ' src= ' http://traffic.alexa.com/graph ?w=700&amp;h=280&amp;r=7.0m&amp;y=t&amp;u=&lt;%=domain%&gt; "&gt;&lt;/div&gt;


&lt;/td&gt;


&lt;/tr&gt;


&lt;/table&gt;


&lt;/div&gt;


&lt;/div&gt;

&lt;div class= "colspan" &gt;


&lt;div class= "title" &gt;


&amp;nbsp;&amp;nbsp; Chinese &lt;a href= "http://www.alexa.gz.cn/" &gt;alexa ranking query &lt;/a&gt; system usage instructions and related help


&lt;/div&gt;


&lt;div class= "Data" &gt;


&lt;table width= "780" cellspacing= "0" cellpadding= "0" &gt;


&lt;tr&gt;


&LT;TD align= "left" &gt;&amp;nbsp;&amp;nbsp;


&lt;script type= "Text/javascript" &gt;&lt;!--


Google_ad_client = "pub-0631744883924280";


Google_ad_format = "JS_SDO";


Google_cts_mode = "RS";


Google_num_cts = "5";


Google_searchbox_width = 215;


Google_searchbox_height = 26;


Google_link_target = 2;


Google_logo_pos = "Left";


Google_rs_pos = "right";


Google_ad_height = 35;


Google_ad_width = 690;


--&gt;


&lt;/script&gt;


&lt;script type= "Text/javascript"


src= "Http://pagead2.googlesyndication.com/pagead/show_sdo.js" &gt;


&lt;/script&gt;


&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&LT;TD align= "left" &gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;


Chinese Alexa website ranking data from Amazon.com official, for the convenience of domestic webmaster query their website ranking data, the site has been carefully collated data,


After finishing the published ranking data than Alexa.com query on the data more detailed, organized, Alexa World ranking principle for the first contact with its people,


Some of the terminology is difficult to understand, for this reason we specialize in sorting out the &lt;a href= "help.asp" target=_blank&gt; some of the terminology explained in the query Help &lt;/a&gt; and then you'll see that you know &lt;a href= "http://" www.alexa.sn.cn/"&gt;alexa ranking query system &lt;/a&gt; is actually very simple. &lt;a href= "http://www.alexa.gz.cn" target=_blank&gt;alexa ranking query &LT;/A&GT;QQ group: 21721306 Welcome to join the exchange.


&lt;/td&gt;


&lt;/tr&gt;


&lt;/table&gt;


&lt;/div&gt;


&lt;/div&gt;

&lt;div class= "colspan" &gt;


&lt;div class= "title" &gt;


&amp;nbsp;&amp;nbsp;&lt;b&gt; Friendship Link ↓&lt;/b&gt;


&lt;/div&gt;


&lt;div class= "Data" &gt;


&lt;table width= "780" cellspacing= "0" cellpadding= "0" &gt;


&lt;tr&gt;


&LT;TD align= "left" &gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;


&lt;a title= "Guangzhou website optimization" href= "http://www.sem.gz.cn/" &gt;&lt;span style= "color: #ff0000" &gt; Guangzhou website Optimization &lt;/span&gt;&lt;/a &gt;┊&lt;a href= "http://www.seotg.com.cn/?url=&lt;%=domain%&gt;" &gt; Free website Promotion &lt;/a&gt;┊&lt;a title= "search engine included query" href= "http://www.search.gd.cn/?url=www.alexa.gz.cn" &gt;&lt;span style= "color: #ff0000" &gt; Search engine included Query &lt;/span&gt;&lt;/a &gt;┊&lt;a href= "http://www.alexa.gz.cn/?url=&lt;%=domain%&gt;" &gt;alexa ranking query &lt;/a&gt;┊&lt;a href= "http:// Www.sem.gz.cn/today.html "&gt; Today's expired Domain name query &lt;/a&gt;┊&lt;a href=" http://www.xincheng.cc/"&gt;&lt;span style=" COLOR: # ff0000 "&gt; Xin Cheng Technology Service &lt;/span&gt;&lt;/a&gt;┊&lt;a href=" http://www.0755himin.com/"target=" _blank "title=" "Shenzhen Solar energy Company" &gt; Shenzhen Solar company &lt;/a&gt;┊&lt;a href= "http://www.gzvatti.com/" &gt; Guangzhou Huatian store &lt;/a&gt;&lt;br&gt;&lt;a href= "http:// www.sem.gz.cn/"target=" _blank "title=" Guangzhou website production &gt; Guangzhou website production &lt;/a&gt;┊&lt;a href= "http://www.balesol.cn/" &gt; Soft film Smallpox &lt;/a&gt;┊&lt;a href= "http://www.helenshop.cn/" target= "_blank" title= "guangzhou apparel wholesale" &gt; Guangzhou apparel wholesale &lt;/a&gt;┊&lt;a href= "HTtp://www.bakinglife.com/"&gt; Guangzhou cake DIY production training &lt;/a&gt;┊&lt;a href=" http://www.gzsjmg.cn/"&gt; Panyu Solar Engineering &lt;/a&gt;┊&lt; A href= "http://www.gd3m.com/" &gt; Guangzhou 3M Water purifier &lt;/a&gt;┊&lt;a href= "http://www.midea-com.cn/" &gt; Beauty heat pump water heater &lt;/a&gt;┊ &lt;a href= "http://www.daikin-vip.com/" &gt; Guangzhou da Jin Air conditioner &lt;/a&gt;┊&lt;a href= "http://www.helenshop.cn/" &gt; Clothing wholesale &lt;/a &gt;

<div align= "center" >
<font color= "#FF0000" > site PR4, Friendship links for rent (40 yuan/month): </font> <a href= "http://wpa.qq.com/msgrd?v=1&amp; uin=858261598&amp; site= advertisement for Rent &amp; Menu=yes "target=" "_blank" >858261598</a> QQ Group: 21721306 <b> Friendship Tips </b>: The address after the inquiry for Friendship address, visit the left automatically first! </div>
</div>

</td>
</tr>
</table>
</div>
</div>

&lt;div class= "Bottom" &gt;


&lt;div class= "Bottom_title" &gt;&lt;/div&gt;


&lt;div class= "Bottom_data" &gt;


&lt;table width= "100%" cellspacing= "0" cellpadding= "0" &gt;


&lt;tr&gt;


&LT;TD class= "Project_left" &gt;


&lt;a href= "help.asp" &gt; Query Help &lt;/a&gt;┊


&lt;a href= "Http://tbar.alexa.com/9.0.0.31/Alexa.9.0.0.31.exe" &gt;alexa download &lt;/a&gt;┊


&lt;a href= "http://www.alexa.sn.cn/alexa/" &gt;alexa Global rankings query &lt;/a&gt;┊


&lt;a href= "http://www.alexa.gz.cn/seo/index.asp" &gt; Free website Promotion tools &lt;/a&gt;┊


&lt;a href= "http://www.search.gd.cn/" &gt; Search engine included Query &lt;/a&gt;&lt;/a&gt;┊


&lt;a title= "Guangzhou Network Marketing" href= "http://www.sem.gz.cn/" &gt;&lt;span style= "color: #ff0000" &gt; Guangzhou Network Marketing &lt;/span&gt;&lt;/a &gt;┊


&lt;a href= "" onclick= "this.style.behavior= ' url (#default #homepage) '; This.sethomepage (' http://www.alexa.sn.cn/')" &gt; Homepage &lt;/a&gt;┊


&lt;a href= "" onclick= "Window.external.addFavorite (' http://www.alexa.sn.cn/', ' Alexa rank query tool ')" &gt; Add to Favorites &lt;/a&gt;┊


&lt;/td&gt;


&lt;/tr&gt;


&lt;tr&gt;


&LT;TD class= "Copyrights" &gt;


&lt;a href= "http://www.sem.gz.cn" &gt;&lt;font color= "#FF0000" &gt; Guangzhou website Optimization &lt;/font&gt;&lt;/a&gt; _


&lt;a href= "http://www.xincheng.cc" title= "Xin Cheng Technology Service" &gt; Xin Cheng Technology Services &lt;/a&gt; _ &lt;a href= "http://www.alexa.sn.cn/ Alexa.sn.cn.rar "title=" Alexa ranking query system download "&gt;alexa ranking query system download &lt;/a&gt; _ &lt;script src=" http://s61.cnzz.com/stat.php? Id=1821988&amp;web_id=1821988&amp;show=pic "language=" JavaScript "charset=" gb2312 "&gt;&lt;/script&gt;&lt;/br&gt;


&lt;/td&gt;


&lt;/tr&gt;


&lt;/table&gt;


&lt;/div&gt;


&lt;/div&gt;

<script language= "JavaScript" >
if (Navigator.appName.indexOf ("Internet Explorer")!=-1)
Document.onmousedown = Nosourceexplorer;
function Nosourceexplorer ()
{
if (Event.button = = 2 | event.button = 3)
{
Alert ("This site is not allowed to right-click, now for you to change the Alexa ranking query system use!" ");
Location.replace ("http://www.alexa.gz.cn");
}
}
</script>

</body>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.