目前共有7篇帖子。 字體大小:較小 - 100% (默認)▼  內容轉換:台灣正體▼
 
點擊 回復
125 6
遠景論壇升級中
一派掌門 二十級
1樓 發表于:2024-12-10 17:43
https://www.pcbeta.com/

論壇升級中

我們的論壇正在進行系統升級,從 X2 升級到 X3.5。預計升級時間較長,敬請耐心等待。

同時,論壇的編碼也將從 GBK 轉為 UTF-8,這可能會導致部分用戶名發生重複,系統將自動處理。

由於更新了資料庫編碼,對於極個別採用非標準字符集用作密碼的帳號可能會出現密碼錯誤的情況,遇到此情況請用戶可選擇找回密碼並按提示操作找回密碼,重新設置密碼後即可重新登錄。

當前升級進度

升級前準備
備份資料庫
預處理數據
將論壇升級到 X3.4
更新 UCenter
處理重複用戶名
將論壇升級到 X3.5
測試系統功能

升級期間,您將無法訪問論壇功能。請稍候,我們會儘快完成升級並恢復服務。

如有問題,請訪問 遠景論壇吧 獲取更多信息。

一派掌門 二十級
2樓 發表于:2024-12-10 17:49
 
副總編 二十二級
3樓 發表于:2024-12-10 18:07
似乎遠景論壇是一個特別老的論壇
 
一派掌門 二十級
4樓 發表于:2024-12-10 18:16
 
一派掌門 二十級
5樓 發表于:2024-12-11 14:02

現在是自動跳轉到https://www.pcbeta.com/news/

404: Not Found

 
一派掌門 二十級
6樓 發表于:2024-12-11 14:03

<!DOCTYPE html>
<!--
    Error 404: Not Found
    Description: The server can not find the requested page
-->
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="noindex, nofollow"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>404 - Not Found</title>
    <style>
        html, body {
            margin: 0;
            background-color: #222;
            color: #aaa;
            font-family: 'Hack', monospace
        }

        .full-height {
            height: 100vh
        }

        .flex-center {
            align-items: center;
            display: flex;
            justify-content: center
        }

        #error_text {
            font-size: 2em
        }
    </style>
</head>
<body>
<div class="flex-center full-height">
    <span id="error_text">404: Not Found</span>
</div>

<script>
    'use strict';

    const $errorText = document.getElementById('error_text'),
        text = $errorText.innerText,
        characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-=+<>,./?[{()}]!@#$%^&*~`\|'.split('');
    let progress = 0;

    const scrambleInterval = window.setInterval(function () {
        let newText = text;

        for (let i = 0; i < text.length; i++) {
            if (i >= progress) {
                newText = newText.substr(0, i) +
                    characters[Math.round(Math.random() * (characters.length - 1))] +
                    newText.substr(i + 1);
            }
        }

        $errorText.innerText = newText;
    }, 800 / 60);

    window.setTimeout(function () {
        let revealInterval = window.setInterval(function () {
            if (progress < text.length) {
                progress++;
            } else {
                window.clearInterval(revealInterval);
                window.clearInterval(scrambleInterval);
            }
        }, 70);
    }, 350);
</script>
</body>
<!--
    Error 404: Not Found
    Description: The server can not find the requested page
-->
</html>

 
一派掌門 二十級
7樓 發表于:2024-12-12 00:34

現狀:

 

回復帖子

內容:
用戶名: 您目前是匿名發表
驗證碼:
(快捷鍵:Ctrl+Enter)
 

本帖信息

點擊數:125 回複數:6
評論數: ?
作者:巨大八爪鱼
最後回復:巨大八爪鱼
最後回復時間:2024-12-12 00:34
 
©2010-2025 Purasbar Ver2.0
除非另有聲明,本站採用創用CC姓名標示-相同方式分享 3.0 Unported許可協議進行許可。