<!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.cp0302.com/zhaopian/</link>
    <description>Latest 20 threads of 照片交友</description>
    <copyright>Copyright(C) 优美之家论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 10 Apr 2026 12:51:52 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.cp0302.com/static/image/common/logo_88_31.gif</url>
      <title>优美之家论坛</title>
      <link>https://www.cp0302.com/</link>
    </image>
    <item>
      <title>上海</title>
      <link>https://www.cp0302.com/zhaopian/23287.html</link>
      <description><![CDATA[上海男m，找女主        新手没经验，Q958830234谢谢！]]></description>
      <category>照片交友</category>
      <author>我是爸爸</author>
      <pubDate>Sat, 05 Oct 2019 23:02:20 +0000</pubDate>
    </item>
    <item>
      <title>诚信售网盘所有类型视频打包50元一千部QQ（435902066）可截图验证觉不骗人，看截图...</title>
      <link>https://www.cp0302.com/zhaopian/23039.html</link>
      <description><![CDATA[诚信售网盘所有类型视频打包50元一千部QQ（435902066）可截图验证觉不骗人，看截图注意看顶上的北京时间，刚刚截的才是真的，要看到文件名字和视频名字和图，没有资源是不可能马上给你截图的，不管是不是在我这里买，都要验证]]></description>
      <category>照片交友</category>
      <author>笨女人</author>
      <pubDate>Thu, 26 Sep 2019 01:38:45 +0000</pubDate>
    </item>
    <item>
      <title>售网盘所有类型视频50元一千部QQ（435902066）绝对诚信可截图验证</title>
      <link>https://www.cp0302.com/zhaopian/22963.html</link>
      <description><![CDATA[售网盘所有类型视频50元一千部QQ（435902066）绝对诚信可截图验证]]></description>
      <category>照片交友</category>
      <author>魅力女王</author>
      <pubDate>Fri, 20 Sep 2019 16:07:24 +0000</pubDate>
    </item>
    <item>
      <title>随缘吧</title>
      <link>https://www.cp0302.com/zhaopian/18087.html</link>
      <description><![CDATA[男
石景山
其他的、、、随缘吧]]></description>
      <category>照片交友</category>
      <author>flyingwjl7524</author>
      <pubDate>Wed, 28 Nov 2018 11:05:13 +0000</pubDate>
    </item>
  </channel>
</rss>