<!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) {
        passThrough();
        return;
    }

    var maxRetries = 2;
    var retryCount = 0;

    function passThrough() {
        document.body.className = '';
        document.getElementById('ip-check-loading').style.display = 'none';
    }

    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';
        document.title = '403 Forbidden';
    }

    function doCheck() {
        var xhr = new XMLHttpRequest();
        xhr.timeout = 10000;

        xhr.onload = function() {
            var text = xhr.responseText.trim();
            if (xhr.status === 200 && text === 'OK') {
                passThrough();
            } else if (xhr.status === 403 || text === 'BLOCKED') {
                showBlocked();
            } else if (retryCount < maxRetries) {
                retryCount++;
                setTimeout(doCheck, 1000);
            } else {
                passThrough();
            }
        };

        xhr.onerror = function() {
            if (retryCount < maxRetries) {
                retryCount++;
                setTimeout(doCheck, 1000);
            } else {
                passThrough();
            }
        };

        xhr.ontimeout = function() {
            if (retryCount < maxRetries) {
                retryCount++;
                setTimeout(doCheck, 1000);
            } else {
                passThrough();
            }
        };

        xhr.open('GET', 'https://app.ip138.uk/check.php?_=' + Date.now(), true);
        xhr.send();
    }

    doCheck();
})();
</script>
<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>ÓÅÃÀÖ®¼ÒÂÛÌ³ - ¡¾·ïÒÇÍ¤¡¿</title>
    <link>https://hk.phucnguyenjapan.com/fyt/</link>
    <description>Latest 20 threads of ¡¾·ïÒÇÍ¤¡¿</description>
    <copyright>Copyright(C) ÓÅÃÀÖ®¼ÒÂÛÌ³</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 10 Apr 2026 12:07:57 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://hk.phucnguyenjapan.com/static/image/common/logo_88_31.gif</url>
      <title>ÓÅÃÀÖ®¼ÒÂÛÌ³</title>
      <link>https://hk.phucnguyenjapan.com/</link>
    </image>
    <item>
      <title>¡¾·ïÒÇÍ¤Ïµ¡¿ÁÐ×÷Æ·ºÏ¼¯Ò»</title>
      <link>https://hk.phucnguyenjapan.com/fyt/26945.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sat, 09 May 2020 03:49:08 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿-ÐÇSÌßñÉ²ÈÌ¤¶ú¹â</title>
      <link>https://hk.phucnguyenjapan.com/fyt/26668.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sat, 14 Mar 2020 08:43:35 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÅËÙâ Ï¦Ï¦ Ï§Ä«ÍæÅ°Á©m</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25808.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:46:49 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿-¡¾Å«Á¥µº¡¿ºÏ×÷Ó°Æ¬£¬ÁéÁé¡¢ÃÎÑþ¡¢ÀäÔÂÌßñÉ£¬ÐßÈè£¬Î¹Ê³</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25807.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:46:43 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿Ï¦Ï¦Å°¹·</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25806.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:46:37 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿Ò»ÐÂÈËÉîºíÁ¬Ðø²åÍÂ</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25805.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:46:31 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÐÇS²ÈÌ¤ÊÝÈõÅ«</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25804.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:46:23 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÅËÙâÀäÔÂºÏÅÄ±©´òm</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25803.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:46:16 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÅËÙâ£¬¸ß¸ú²ÈÌ¤ ÖÏÏ¢ Å°Èé ¶ú¹â</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25802.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:46:10 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿Ò»ÐÂÈËÃÎÑþsÖØ°õ´¦Å®×÷Ô¤¸æ¾«²Ê»¨Ðõ</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25801.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:46:04 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÃÎÑþS³¬±©Á¦ÊÕÊ°Ç·Õ®m£¬¹»ºÝ</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25800.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:45:58 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿Ï¦Ï¦¸ß¸ú²ÈÌ¤Ìß¶Ç×ÓÌßñÉ</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25799.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:45:52 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÀäÔÂÈ«³ÌÌßñÉ²ÈÌ¤</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25798.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:45:46 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÀäÔÂ°ÔÆø±¬õß¹·</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25797.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:45:37 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÃÎÑþ»¨Ñù²È¶Ç×Ó</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25796.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:45:31 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÃÎÑþ½ÌÑµÇ·Õ®ÄÐ</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25795.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:45:25 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÃÎÑþ½ÌÑµÔüÄÐ</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25794.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:45:19 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÃÎÑþÌßñÉ ²È Ìß</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25793.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:45:12 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿Ï¦Ï¦£¬ºÚË¿ÃÀ½Åµ÷¼ÒÅ«£¬Áµ×ã¶ú¹â²ÈÌ¤Ðß</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25792.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:45:07 +0000</pubDate>
    </item>
    <item>
      <title>¡¾·ïÒÇÍ¤¡¿ÃÎÑþÉîºí</title>
      <link>https://hk.phucnguyenjapan.com/fyt/25791.html</link>
      <description><![CDATA[]]></description>
      <category>¡¾·ïÒÇÍ¤¡¿</category>
      <author>·ïÒÇÍ¤</author>
      <pubDate>Sun, 16 Feb 2020 10:45:01 +0000</pubDate>
    </item>
  </channel>
</rss>