<!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://www.bestmop.net/caita/</link>
    <description>Latest 20 threads of °¬×ã²ÈÌ¤</description>
    <copyright>Copyright(C) ÓÅÃÀÖ®¼ÒÂÛÌ³</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 10 Apr 2026 12:55:14 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.bestmop.net/static/image/common/logo_88_31.gif</url>
      <title>ÓÅÃÀÖ®¼ÒÂÛÌ³</title>
      <link>https://www.bestmop.net/</link>
    </image>
    <item>
      <title>¡¾÷çÂ¹Òø¶ù¡¿½ãÃÃ»¨±©Á¦²ÈÌ¤Éîºí¼ú¹·</title>
      <link>https://www.bestmop.net/caita/48398.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>½¿½¿¹«Ö÷</author>
      <pubDate>Fri, 10 Feb 2023 06:47:17 +0000</pubDate>
    </item>
    <item>
      <title>¡¾ÃÎ»Ã´ó´ó¡¿Ñ§Éú±©Å°ÐÂÀ´µÄÀÏÊ¦</title>
      <link>https://www.bestmop.net/caita/48397.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>½¿½¿¹«Ö÷</author>
      <pubDate>Fri, 10 Feb 2023 06:44:51 +0000</pubDate>
    </item>
    <item>
      <title>¡¾ÃÎº­´ó´ó¡¿ÍµÌòÖ÷ÈË½Å±»³Í·£</title>
      <link>https://www.bestmop.net/caita/48396.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>½¿½¿¹«Ö÷</author>
      <pubDate>Fri, 10 Feb 2023 06:42:49 +0000</pubDate>
    </item>
    <item>
      <title>¡¾Ôµ±Ë´óÈË¡¿È¦Ñø¹·-¿ÚË®À¦°óÉîºí</title>
      <link>https://www.bestmop.net/caita/48395.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>½¿½¿¹«Ö÷</author>
      <pubDate>Fri, 10 Feb 2023 06:40:21 +0000</pubDate>
    </item>
    <item>
      <title>¡¾×î¿¹×áM¡¿±»ËØÈË¾«ÉñÐ¡ÃÃÈºÅ°¡¾ÍêÕû°æ¡¿</title>
      <link>https://www.bestmop.net/caita/48394.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>½¿½¿¹«Ö÷</author>
      <pubDate>Fri, 10 Feb 2023 06:38:25 +0000</pubDate>
    </item>
    <item>
      <title>¡¾Ì¨Íå²ÈÌ¤¾ãÀÖ²¿¡¿¸ß¸úÁ¹Ð¬²ÈÌ¤ÑµÁ·</title>
      <link>https://www.bestmop.net/caita/32520.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Fri, 26 Nov 2021 11:35:57 +0000</pubDate>
    </item>
    <item>
      <title>Ö´ÄîË«s¸ß¸úÐ¬ÉíÌå×ê¶´</title>
      <link>https://www.bestmop.net/caita/32494.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Tue, 23 Nov 2021 11:04:55 +0000</pubDate>
    </item>
    <item>
      <title>¡¼Ëéµ°½¿ÍÞ¡½·ï»ËÐ¡Ö÷POV²È</title>
      <link>https://www.bestmop.net/caita/32493.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Tue, 23 Nov 2021 11:04:42 +0000</pubDate>
    </item>
    <item>
      <title>¡¼Ëéµ°½¿ÍÞ¡½Ãæ¾ßÅ®ÐÐÐÌ¹Ù</title>
      <link>https://www.bestmop.net/caita/32492.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Tue, 23 Nov 2021 11:04:25 +0000</pubDate>
    </item>
    <item>
      <title>¡¾Ì¨Íå²ÈÌ¤¾ãÀÖ²¿¡¿ºÚÉ«ÐÔ¸ÐÁ¹¸ß¸ú²ÈÌ¤</title>
      <link>https://www.bestmop.net/caita/32485.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Sun, 21 Nov 2021 12:57:03 +0000</pubDate>
    </item>
    <item>
      <title>¡¾Ì¨Íå²ÈÌ¤¾ãÀÖ²¿¡¿ºìµ×³¬Ï¸¸ß¸úÅ°²È</title>
      <link>https://www.bestmop.net/caita/32484.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Sun, 21 Nov 2021 12:56:58 +0000</pubDate>
    </item>
    <item>
      <title>¡¾Ì¨Íå²ÈÌ¤¾ãÀÖ²¿¡¿ÈýÎ»Å®Ö÷¸ß¸úÐ¬²ÈÌ¤²âÊÔ</title>
      <link>https://www.bestmop.net/caita/32483.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Sun, 21 Nov 2021 12:56:53 +0000</pubDate>
    </item>
    <item>
      <title>¾Ó¼ÒÐ¬Å«µÄÒ»Ìì</title>
      <link>https://www.bestmop.net/caita/32482.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Sun, 21 Nov 2021 12:56:46 +0000</pubDate>
    </item>
    <item>
      <title>²ÈÌ¤µÄÐÒ¸£Ê±¹â</title>
      <link>https://www.bestmop.net/caita/32481.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Sun, 21 Nov 2021 12:56:40 +0000</pubDate>
    </item>
    <item>
      <title>Óãµù¸ß¸ú°×Ð¬ºÚË¿°×Ë¿²ÈµØÌº»¨Ðõ</title>
      <link>https://www.bestmop.net/caita/32476.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Sat, 20 Nov 2021 10:01:32 +0000</pubDate>
    </item>
    <item>
      <title>»µÅ®º¢ÒÀÒÀºÍÐ¡Óã¸ß¸úÌß²È</title>
      <link>https://www.bestmop.net/caita/32475.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Sat, 20 Nov 2021 10:01:19 +0000</pubDate>
    </item>
    <item>
      <title>ÈÇÎÒÉúÆøµÄºó¹û2</title>
      <link>https://www.bestmop.net/caita/32473.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Fri, 19 Nov 2021 10:17:52 +0000</pubDate>
    </item>
    <item>
      <title>ÈÇÎÒÉúÆøµÄºó¹û</title>
      <link>https://www.bestmop.net/caita/32472.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Fri, 19 Nov 2021 10:17:43 +0000</pubDate>
    </item>
    <item>
      <title>ÃÎ½ã½ã10cmÁ¹¸ßÂã×ãÉîºí</title>
      <link>https://www.bestmop.net/caita/32471.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Fri, 19 Nov 2021 10:17:33 +0000</pubDate>
    </item>
    <item>
      <title>ÁÖð°SÉàÍ·²ÁÐ¬²ÈÉàÍ·</title>
      <link>https://www.bestmop.net/caita/32470.html</link>
      <description><![CDATA[]]></description>
      <category>°¬×ã²ÈÌ¤</category>
      <author>Ë¿×ã²ÈÌ¤</author>
      <pubDate>Fri, 19 Nov 2021 10:17:21 +0000</pubDate>
    </item>
  </channel>
</rss>