<br />
<b>Notice</b>:  curl_setopt_array(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used instead in <b>/www/wwwroot/tvbox.baoma888.eu.org/index.php</b> on line <b>601</b><br />
<br />
<b>Deprecated</b>:  Function curl_close() is deprecated since 8.5, as it has no effect since PHP 8.0 in <b>/www/wwwroot/tvbox.baoma888.eu.org/index.php</b> on line <b>612</b><br />
﻿<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>三维免费空间 free.3v.do 开通页面</title>
    <link rel="shortcut icon" href="https://free.3v.do/images/favicon.ico" type="image/x-icon">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft YaHei", sans-serif;
        }
        
        body {
            min-height: 100vh;
            background: linear-gradient(135deg, #0f6d84 0%, #1a8ca8 50%, #0f6d84 100%);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            color: #fff;
            line-height: 1.6;
        }
        
        .glass-container {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
            padding: 30px;
            width: 100%;
            max-width: 800px;
            margin: 20px 0;
        }

        /* 头部容器 */
        .header-wrap {
            width: 100%;
            position: relative;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        
        /* 大屏：Logo 居中 */
        .logo {
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .logo img {
            width: 150px;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
            transition: all 0.3s ease;
        }

        /* 汉堡按钮 默认隐藏 */
        .hamburger {
            display: none;
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.15);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 8px;
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }
        .hamburger span {
            display: block;
            width: 22px;
            height: 3px;
            background: #fff;
            border-radius: 2px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            transition: 0.3s ease;
        }
        .hamburger span:nth-child(1) { top: 12px; }
        .hamburger span:nth-child(2) { top: 18px; }
        .hamburger span:nth-child(3) { top: 24px; }
        .hamburger.active span:nth-child(1) {
            top: 18px;
            transform: translateX(-50%) rotate(45deg);
        }
        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }
        .hamburger.active span:nth-child(3) {
            top: 18px;
            transform: translateX(-50%) rotate(-45deg);
        }
        
        .nav-menu {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin: 25px 0;
            transition: all 0.3s ease;
        }
        
        .nav-item {
            padding: 10px 15px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
            text-decoration: none;
            color: white;
            font-size: 14px;
            font-weight: bold;
            text-shadow: 0 1px 3px rgba(0,0,0,0.35);
        }
        
        .nav-item:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .highlight {
            color: #ffd700;
            font-weight: bold;
        }
        
        .highlight-orange {
            color: #ffa500;
            font-weight: bold;
        }
        
        .success-message {
            font-size: 24px;
            margin-bottom: 20px;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            color:#ffff00;
            font-weight: bold;
        }
        
        .info-section {
            background: rgba(255, 255, 255, 0.08);
            border-radius: 15px;
            padding: 20px;
            margin: 20px 0;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .info-item {
            margin: 15px 0;
            padding-left: 20px;
            position: relative;
        }
        
        .info-item:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #4fc3f7;
        }
        
        .link {
            color: #4fc3f7;
            text-decoration: none;
            transition: all 0.3s ease;
            border-bottom: 1px dotted rgba(79, 195, 247, 0.5);
        }
        
        .link:hover {
            color: #81d4fa;
            border-bottom: 1px solid #81d4fa;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
            margin: 15px 0;
        }
        
        .service-card {
            background: rgba(255, 255, 255, 0.12);
            border-radius: 14px;
            padding: 22px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.35s ease;
            display: flex;
            flex-direction: column;
            height: 200px;
        }
        
        .service-card:hover {
            background: rgba(255, 255, 255, 0.18);
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }
        
        .service-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            letter-spacing: 1px;
        }
        
        .service-title:before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 24px;
            margin-right: 12px;
            border-radius: 3px;
        }
        
        .service-desc {
            font-size: 14px;
            flex-grow: 1;
            margin-bottom: 18px;
            line-height: 1.7;
        }
        
        .service-btn {
            align-self: flex-end;
            padding: 9px 20px;
            border-radius: 8px;
            border: none;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            letter-spacing: 0.5px;
        }
        
        .service-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
        }
        
        .service-green .service-title:before { background: #4caf50; }
        .service-green .service-btn { background: #4caf50; color: white; }
        .service-green .service-btn:hover { background: #43a047; }
        
        .service-blue .service-title:before { background: #2196f3; }
        .service-blue .service-btn { background: #2196f3; color: white; }
        .service-blue .service-btn:hover { background: #1976d2; }
        
        .service-purple .service-title:before { background: #9c27b0; }
        .service-purple .service-btn { background: #9c27b0; color: white; }
        .service-purple .service-btn:hover { background: #7b1fa2; }
        
        .service-orange .service-title:before { background: #ff9800; }
        .service-orange .service-btn { background: #ff9800; color: white; }
        .service-orange .service-btn:hover { background: #f57c00; }
        
        .service-red .service-title:before { background: #f44336; }
        .service-red .service-btn { background: #f44336; color: white; }
        .service-red .service-btn:hover { background: #d32f2f; }

        .service-teal .service-title:before { background: #00bcd4; }
        .service-teal .service-btn { background: #00bcd4; color: white; }
        .service-teal .service-btn:hover { background: #0097a7; }
        
        .footer {
            width: 100%;
            text-align: center;
            margin-top: 10px;
            padding-top: 5px;
            border: none;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.45);
            letter-spacing: 0.3px;
            text-shadow: none;
        }
        
        .footer a {
            color: rgba(255, 255, 255, 0.55);
            text-decoration: none;
            font-weight: normal;
            transition: all 0.3s ease;
            text-shadow: none;
        }
        
        .footer a:hover {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
        }
        
        @media (max-width: 768px) {
            .glass-container {
                padding: 20px;
            }
            /* 移动端显示汉堡按钮 */
            .hamburger {
                display: block;
            }
            /* Logo 改为左对齐 + 缩小尺寸 */
            .logo {
                text-align: left;
            }
            .logo img {
                width: 100px;
            }
            /* 导航默认隐藏 */
            .nav-menu {
                flex-direction: column;
                align-items: center;
                max-height: 0;
                overflow: hidden;
                margin: 10px 0;
                gap: 10px;
            }
            .nav-menu.show {
                max-height: 600px;
                margin: 20px 0;
            }
            
            .nav-item {
                width: 100%;
                text-align: center;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }

            .service-card {
                height: auto;
            }

            .footer {
                font-size: 11px;
                margin-top: 20px;
                padding-top: 10px;
            }
        }
    </style>
</head>
<body>
    <div class="glass-container">
        <div class="header-wrap">
            <div class="logo">
                <a href="" target="_blank">
                    <img src="https://free.3v.do/images/free-white.png" alt="三维免费空间">
                </a>
            </div>
            <div class="hamburger" id="hamburger">
                <span></span>
                <span></span>
                <span></span>
            </div>
        </div>
        
        <div class="nav-menu" id="navMenu">
            <a href="https://free.3v.do/" target="_blank" class="nav-item">免费空间</a>
            <a href="https://www.3v.do/domain/" target="_blank" class="nav-item">域名注册</a>
            <a href="https://www.3v.do/tejia" target="_blank" class="nav-item highlight">特价空间</a>
            <a href="https://www.3v.do/host/" target="_blank" class="nav-item">香港空间</a>
            <a href="https://www.3v.do/gaofang/" target="_blank" class="nav-item">高防空间</a>
            <a href="https://www.3v.do/gold/" target="_blank" class="nav-item highlight-orange">金牌空间</a>
            <a href="https://www.3v.do/agent/" target="_blank" class="nav-item">代理加盟</a>
        </div>
        
        <div class="info-section">
            <div class="success-message">恭喜！您的免费空间已经成功开通！</div>
            <div class="info-item">
                <strong>请尽快上传您的网页！</strong>
            </div>
            <div class="info-item">
               免费空间上传方法：<a href="https://free.3v.do/news/2.html" target="_blank" class="link">https://free.3v.do/news/2.html</a>
            </div>
            <div class="info-item">
               免费空间默认首页：<a href="https://free.3v.do/news/106.html" target="_blank" class="link">https://free.3v.do/news/106.html</a>
            </div>
            <div class="info-item">
              免费空间介绍及申请方法：<a href="https://free.3v.do/news/130.html" target="_blank" class="link">https://free.3v.do/news/130.html</a>
            </div>
        </div>
        
        <div class="services-grid">
            <div class="service-card service-teal">
                <div class="service-title">🔥 特价空间</div>
                <div class="service-desc">香港CN2线路，支持ASP/PHP/MYSQL，免备案无广告，仅需20元，永久使用，性价比拉满！</div>
                <a href="https://www.3v.do/tejia" target="_blank" class="service-btn">查看详情</a>
            </div>

            <div class="service-card service-blue">
                <div class="service-title">🚀 香港空间</div>
                <div class="service-desc">高速CN2专线，国内海外访问流畅，稳定性强，免备案省心，低至200元，终身可用，建站首选！</div>
                <a href="https://www.3v.do/host/" target="_blank" class="service-btn">立即购买</a>
            </div>
            
            <div class="service-card service-purple">
                <div class="service-title">🛡️ 高防空间</div>
                <div class="service-desc">专业防御DDOS/CC攻击，安全防护拉满，内容限制少，最低300元永久使用，守护网站稳定运行！</div>
                <a href="https://www.3v.do/gaofang/" target="_blank" class="service-btn">立即购买</a>
            </div>
            
            <div class="service-card service-orange">
                <div class="service-title">👑 金牌空间</div>
                <div class="service-desc">高端硬件配置+专属加速网络，极速访问、超高稳定性，旗舰级体验，一次购买永久享有！</div>
                <a href="https://www.3v.do/gold/" target="_blank" class="service-btn">立即购买</a>
            </div>
            
            <div class="service-card service-red">
                <div class="service-title">🤝 加盟代理</div>
                <div class="service-desc">零费用免费加盟，赠送专属代理站点，最高50%高额提成，收益实时提现，轻松副业增收！</div>
                <a href="https://www.3v.do/agent/" target="_blank" class="service-btn">立即加盟</a>
            </div>
        </div>
    </div>
    
    <div class="footer">
        Copyright &copy; 2008-2026 <a href="https://free.3v.do/" target="_blank">三维免费空间 </a> all right reserved.
    </div>

    <script>
        const hamburger = document.getElementById('hamburger');
        const navMenu = document.getElementById('navMenu');
        hamburger.addEventListener('click', function(){
            this.classList.toggle('active');
            navMenu.classList.toggle('show');
        });
    </script>
</body>
</html>