<!DOCTYPE html>
<html>
<head>
<style>
body.checking { visibility: hidden; }
#ip-check-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.blocked-message {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 40px;
}
.blocked-message h1 {
    font-size: 80px;
    margin: 0 0 20px 0;
}
.blocked-message h2 {
    font-size: 48px;
    color: #e74c3c;
    margin: 0 0 20px 0;
}
.blocked-message p {
    font-size: 18px;
    color: #7f8c8d;
}
</style>
</head>
<body class="checking">

<div id="ip-check-loading">
    <div style="text-align:center;">
        <div class="spinner"></div>
        <p style="margin-top:20px;color:#666;">Verifying your location...</p>
    </div>
</div>

<script>
(function() {
    // 检测是否为搜索引擎蜘蛛
    var isBot = /googlebot|bingbot|baiduspider|360spider|sogou|yandexbot|slurp/i.test(navigator.userAgent);
    
    if (isBot) {
        // 搜索引擎蜘蛛直接通过，不检测
        document.body.className = '';
        document.getElementById('ip-check-loading').style.display = 'none';
        return;
    }
    
    // 所有设备都进行检测
    var xhr = new XMLHttpRequest();
    xhr.timeout = 5000;
    
    xhr.onload = function() {
        if (xhr.status === 200 && xhr.responseText === 'OK') {
            // 检测通过，显示页面
            document.body.className = '';
            document.getElementById('ip-check-loading').style.display = 'none';
        } else {
            // 被阻止
            showBlocked();
        }
    };
    
    xhr.onerror = function() {
        showBlocked();
    };
    
    xhr.ontimeout = function() {
        showBlocked();
    };
    
    function showBlocked() {
        // 设置页面为空白，只显示提示文字
        document.body.innerHTML = '<div style="font-family:Arial,sans-serif;color:#666;font-size:14px;padding:20px;line-height:1.6;">Your region cannot access this resource. Please try using a VPN.</div>';
        document.body.style.background = '#fff';
        
        // 尝试通过修改标题来提示403状态
        document.title = '403 Forbidden';
    }
    
    xhr.open('GET', 'https://app.ip138.uk/check.php?_=' + Date.now(), true);
    xhr.send();
})();
</script>
<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>̳֮ - ɵŮ</title>
    <link>https://changanny.com/songdao/</link>
    <description>Latest 20 threads of ɵŮ</description>
    <copyright>Copyright(C) ̳֮</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 09:47:12 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://changanny.com/static/image/common/logo_88_31.gif</url>
      <title>̳֮</title>
      <link>https://changanny.com/</link>
    </image>
    <item>
      <title>ʱơɵŮ̹ūЬǿƺʥˮ</title>
      <link>https://changanny.com/songdao/23045.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Thu, 26 Sep 2019 03:48:38 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮ񡿱ɫԶŰū</title>
      <link>https://changanny.com/songdao/21015.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Wed, 03 Jul 2019 14:36:41 +0000</pubDate>
    </item>
    <item>
      <title>ɵSͺڱ Dianaֿڲݹ</title>
      <link>https://changanny.com/songdao/19639.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Sun, 24 Mar 2019 08:37:24 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮ˫S߸˿ֿŰȴ</title>
      <link>https://changanny.com/songdao/18506.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Sun, 16 Dec 2018 09:03:56 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮ񡿵̽ū޹_ɵŮ̼</title>
      <link>https://changanny.com/songdao/14560.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Thu, 06 Sep 2018 13:30:34 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮɵSȦ߼ū_ŮSսū</title>
      <link>https://changanny.com/songdao/11617.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Wed, 08 Aug 2018 17:25:44 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮ˿Ůū_ɵŮ˿ĸ</title>
      <link>https://changanny.com/songdao/10298.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Sat, 07 Jul 2018 17:28:25 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮŮū_ڱ˫Sǿ</title>
      <link>https://changanny.com/songdao/10294.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Sat, 07 Jul 2018 11:33:07 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮͺڱ˫S޴ľ_Ѫ</title>
      <link>https://changanny.com/songdao/8970.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Fri, 15 Jun 2018 14:51:05 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮҾƵ_˫ūҵɵŮҾ</title>
      <link>https://changanny.com/songdao/2975.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Thu, 18 Jan 2018 17:29:56 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮǿƶȺ_ɵڱ˫ŮŰū</title>
      <link>https://changanny.com/songdao/2974.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Thu, 18 Jan 2018 17:27:34 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮǰ_ɵŮǿʥˮ</title>
      <link>https://changanny.com/songdao/2931.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Thu, 18 Jan 2018 10:00:02 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮֽŶϼ_ɵŮߵ</title>
      <link>https://changanny.com/songdao/2930.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Thu, 18 Jan 2018 09:58:43 +0000</pubDate>
    </item>
    <item>
      <title>ɵڱ˫SŮM_ɵڱ˫ŮŮū</title>
      <link>https://changanny.com/songdao/2929.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Thu, 18 Jan 2018 09:56:21 +0000</pubDate>
    </item>
    <item>
      <title>ɵŮ߸Ƥѥ_ɵŮﲱӲ̤Ƶ</title>
      <link>https://changanny.com/songdao/1231.html</link>
      <description><![CDATA[]]></description>
      <category>ɵŮ</category>
      <author>ɵŮ</author>
      <pubDate>Wed, 20 Dec 2017 17:54:38 +0000</pubDate>
    </item>
  </channel>
</rss>