<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>URL解析</title>
      <link>http://url.web-tool-japan.com/</link>
      <description>任意のアドレスからURLエンコード・HTMLソース・文字数など</description>
      <language>ja</language>
      <copyright>Copyright 2007</copyright>
      <lastBuildDate>Fri, 13 Jul 2007 23:04:33 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2-ja-2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>最近検索されたURLのTOP100</title>
         <description><![CDATA[<?php
$DataFilePath='/home/sites/chicappa.jp/users/greater.jp-webtool/web/mt/url/quelist.txt';
$DataFileSrcArray=array_reverse(file($DataFilePath));
$WhileCounter=1;
while($WhileCounter<=100){
$DataFileSrcArrayToStr=$DataFileSrcArray[$WhileCounter];
$DataFileSrcArrayToStrNoHttp=ereg_replace('http://','',$DataFileSrcArrayToStr);
echo '<a href="http://url.web-tool-japan.com/'.$DataFileSrcArrayToStrNoHttp.'/">'.$DataFileSrcArrayToStr."</a><br />\n";
$WhileCounter=$WhileCounter+1;
}

?>]]></description>
         <link>http://url.web-tool-japan.com/e/003592.html</link>
         <guid>http://url.web-tool-japan.com/e/003592.html</guid>
         <category></category>
         <pubDate>Fri, 13 Jul 2007 23:04:33 +0900</pubDate>
      </item>
            <item>
         <title>最近解析されたURL</title>
         <description></description>
         <link>http://url.web-tool-japan.com/e/003589.html</link>
         <guid>http://url.web-tool-japan.com/e/003589.html</guid>
         <category></category>
         <pubDate>Thu, 12 Jul 2007 22:04:04 +0900</pubDate>
      </item>
            <item>
         <title>英語圏でよくみられているドメイントップ１００</title>
         <description><![CDATA[Most Popular / Most Viewed English Sites Top 100<br />]]></description>
         <link>http://url.web-tool-japan.com/e/003588.html</link>
         <guid>http://url.web-tool-japan.com/e/003588.html</guid>
         <category></category>
         <pubDate>Thu, 12 Jul 2007 20:25:56 +0900</pubDate>
      </item>
            <item>
         <title>日本でよく見られているドメイントップ１００</title>
         <description></description>
         <link>http://url.web-tool-japan.com/e/003587.html</link>
         <guid>http://url.web-tool-japan.com/e/003587.html</guid>
         <category></category>
         <pubDate>Thu, 12 Jul 2007 17:12:10 +0900</pubDate>
      </item>
      
   </channel>
</rss>
