<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;
        }
        
        .logo {
            text-align: center;
            margin-bottom: 20px;
        }
        
        .logo img {
            width: 150px;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
        }
        
        .nav-menu {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin: 25px 0;
        }
        
        .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;
        }
        
        .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: 15px;
            margin: 15px 0;
        }
        
        .service-card {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 20px;
            border: 1px solid rgba(255, 255, 255, 0.15);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            height: 180px;
        }
        
        .service-card:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .service-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .service-title:before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 22px;
            margin-right: 10px;
            border-radius: 3px;
        }
        
        .service-desc {
            font-size: 14px;
            flex-grow: 1;
            margin-bottom: 15px;
        }
        
        .service-btn {
            align-self: flex-end;
            padding: 8px 16px;
            border-radius: 6px;
            border: none;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
        }
        
        .service-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        
        /* 不同服务的颜色样式 */
        .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; }
        
        .footer {
            text-align: center;
            margin-top: 30px;
            font-size: 12px;
            opacity: 0.8;
        }
        
        .footer a {
            color: #ffa500;
            text-decoration: none;
           }
        
        .footer a:hover {
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .glass-container {
                padding: 20px;
            }
            
            .nav-menu {
                flex-direction: column;
                align-items: center;
            }
            
            .nav-item {
                width: 100%;
                text-align: center;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }
        }
    </style>
</head>
<body>
    <div class="glass-container">
        <div class="logo">
            <a href="" target="_blank">
                <img src="https://free.3v.do/images/free-white.png" alt="三维免费空间">
            </a>
        </div>
        
        <div class="nav-menu">
            <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="success-message">恭喜！您的免费空间已经成功开通！</div>
        
        <div class="info-section">
            <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/8.html" target="_blank" class="link">https://free.3v.do/news/8.html</a>
            </div>
            <div class="info-item">
              免费空间介绍及申请方法：<a href="https://free.3v.do/news/1.html" target="_blank" class="link">https://free.3v.do/news/1.html</a>
            </div>
        </div>
        
        <div class="services-grid">
            <div class="service-card service-green">
                <div class="service-title">特价空间</div>
                <div class="service-desc">支持 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">高端配置，优化加速网络，快速稳定，最低2000元，可永久使用，性能旗舰！</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>
</body>
</html>
