⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 updater.php

📁 在综合英文版XOOPS 2.09, 2.091, 2.092 的基础上正式发布XOOPS 2.09中文版 XOOPS 2.09x 版主要是PHP5升级、bug修正和安全补正: 1 全面兼容PHP 5.
💻 PHP
字号:
<?php
// $Id: updater.php,v 1.1.2.9 2004/11/17 01:14:18 praedator Exp $

define('_NEWBB_UPDATE_CHARSET','ISO-8859-1');
define("_NEWBB_UPDATE_L01","Welcome to the Update Wizard for the Newbb 2.0");
define("_NEWBB_UPDATE_L02","<p>This file will update your current <b>Newbb 1.0</b>
to the new <b>Newbb 2.0</b> Version.</p><p><b>Please be sure you have done the following Steps:</b></p>");
define("_NEWBB_UPDATE_L03","Uploaded every Newbb 2.0 file in the folder of the Newbb 1.0");
define("_NEWBB_UPDATE_L04","Made a fresh backup of your Database");
define("_NEWBB_UPDATE_L08","Drop deprecated Tables");
define("_NEWBB_UPDATE_L05","Create new Tables");
define("_NEWBB_UPDATE_L06","Change old Tables");
define("_NEWBB_UPDATE_L07","Merge Datas in new changed Tables");
define("_NEWBB_UPDATE_L20","Update finished");


define("_NEWBB_UPDATE_L30","
<p>The update was successfull, please set the permissions for each Category and Forum
in the Adminsection new.</p>
<p>Moderators have to be added new.</p>
<p>Enjoy the Newbb 2.0</p>
");

define("_NEWBB_UPDATE_L40","<p>This file will update your current <b>Newbb Pro 1.03</b>
to the new <b>Newbb 2.0</b> Version.</p><p><b>Please be sure you have done the following Steps:</b></p>");
define("_NEWBB_UPDATE_L46","<p>This file will update your current <b>Newbb 2.0 RC1</b>
to the new <b>Newbb 2.0</b> Version.</p><p><b>Please be sure you have done the following Steps:</b></p>");
define("_NEWBB_UPDATE_L47","<p>This file will update your current <b>Newbb 2.0 RC2</b>
to the new <b>Newbb 2.0</b> Version.</p><p><b>Please be sure you have done the following Steps:</b></p>");
define("_NEWBB_UPDATE_L48","<p>This file will update your current <b>Newbb 2.0 RC3</b>
to the new <b>Newbb 2.0</b> Version.</p><p><b>Please be sure you have done the following Steps:</b></p>");


define('_NEWBB_UPDATE_L90','Step 2');
define('_NEWBB_UPDATE_L91','Step 3');
define('_NEWBB_UPDATE_L92','Step 4');
define('_NEWBB_UPDATE_L93','Finish Update');



define('_NEWBB_UPDATE_L99','Start Update');


?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -