亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? install.php

?? 在綜合英文版XOOPS 2.09, 2.091, 2.092 的基礎上正式發布XOOPS 2.09中文版 XOOPS 2.09x 版主要是PHP5升級、bug修正和安全補正: 1 全面兼容PHP 5.
?? PHP
字號:
<?php// $Id: install.php,v 1.8 2003/10/08 10:23:22 okazu Exp $define("_INSTALL_L0","Welcome to the Install Wizard for XOOPS 2.0");define("_INSTALL_L70","Please change the file permission for mainfile.php so that it is writeable by the server (i.e. chmod 777 mainfile.php on a UNIX/LINUX server, or check the properties of the file and make sure the read-only flag is not set on a Windows server ). Reload this page once you have changed the permission setting.");//define("_INSTALL_L71","Click on the button below to begin the installation.");define("_INSTALL_L1","Open mainfile.php with your text editor and find the following codes on line 31:");define("_INSTALL_L2","Now, change this line to:");define("_INSTALL_L3","Next, on line 35, change %s to %s");define("_INSTALL_L4","OK, I have set the above setings, let me try again!");define("_INSTALL_L5","WARNING!");define("_INSTALL_L6","There is a mismatch between your XOOPS_ROOT_PATH configuration on line 31 of mainfile.php and the root path info we have detected.");define("_INSTALL_L7","Your setting: ");define("_INSTALL_L8","We detected: ");define("_INSTALL_L9","( On MS platforms, you may receive this error message even when your configuration is correct. If that is the case, please press the button below to continue)");define("_INSTALL_L10","Plesae press the button below to continue if this is really ok.");define("_INSTALL_L11","The server path to your XOOPS root directory: ");define("_INSTALL_L12","URL to your XOOPS root directory: ");define("_INSTALL_L13","If the above setting is correct, press the button below to continue.");define("_INSTALL_L14","Next");define("_INSTALL_L15","Please open mainfile.php and enter required DB settings data");define("_INSTALL_L16","%s is the hostname of your database server.");define("_INSTALL_L17","%s is the username of your database account.");define("_INSTALL_L18","%s is the password required to access your database.");define("_INSTALL_L19","%s is the name of your database in which XOOPS tables will be created.");define("_INSTALL_L20","%s is the prefix for tables that will be made during the installation.");define("_INSTALL_L21","The following database was not found on the server:");define("_INSTALL_L22","Attempt to create it?");define("_INSTALL_L23","Yes");define("_INSTALL_L24","No");define("_INSTALL_L25","We have detected the following database information from your configuration in mainfile.php. Please fix it now if this is not correct.");define("_INSTALL_L26","Database Configuration");define("_INSTALL_L51","Database");define("_INSTALL_L66","Choose the database to be used");define("_INSTALL_L27","Database Hostname");define("_INSTALL_L67","Hostname of the database server. If you are unsure, 'localhost' works in most cases.");define("_INSTALL_L28","Database Username");define("_INSTALL_L65","Your database user account on the host");define("_INSTALL_L29","Database Name");define("_INSTALL_L64","The name of database on the host. The installer will attempt to create the database if not exist");define("_INSTALL_L52","Database Password");define("_INSTALL_L68","Password for your database user account");define("_INSTALL_L30","Table Prefix");define("_INSTALL_L63","This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default 'xoops'.");define("_INSTALL_L54","Use persistent connection?");define("_INSTALL_L69","Default is 'NO'. Choose 'NO' if you are unsure.");define("_INSTALL_L55","XOOPS Physical Path");define("_INSTALL_L59","Physical path to your main XOOPS directory WITHOUT trailing slash");define("_INSTALL_L56","XOOPS Virtual Path (URL)");define("_INSTALL_L58","Virtual path to your main XOOPS directory WITHOUT trailing slash");define("_INSTALL_L31","Could not create database. Contact the server administrator for details.");define("_INSTALL_L32","Installation Complete");define("_INSTALL_L33","Click <a href='../index.php'>HERE</a> to see the home page of your site.");define("_INSTALL_L35","If you had any errors, please contact the dev team at <a href='http://www.xoops.org/' target='_blank'>XOOPS.org</a>");define("_INSTALL_L36","Please choose your site admin's name and password.");define("_INSTALL_L37","Admin Name");define("_INSTALL_L38","Admin Email");define("_INSTALL_L39","Admin Password");define("_INSTALL_L74","Confirm Password");define("_INSTALL_L40","Create Tables");define("_INSTALL_L41","Please go back and type in all the required info.");define("_INSTALL_L42","Back");define("_INSTALL_L57","Please enter %s");// %s is database namedefine("_INSTALL_L43","Database %s created!");// %s is table namedefine("_INSTALL_L44","Unable to make %s");define("_INSTALL_L45","Table %s created.");define("_INSTALL_L46","In order for the modules included in the package to work correctly, the following files must be writeable by the server. Please change the permission setting for these files. (i.e. 'chmod 666 file_name' and 'chmod 777 dir_name' on a UNIX/LINUX server, or check the properties of the file and make sure the read-only flag is not set on a Windows server)");define("_INSTALL_L47","Next");define("_INSTALL_L53","Please confirm the following submitted data:");define("_INSTALL_L60","Could not write into mainfile.php. Please check the file permission and try again.");define("_INSTALL_L61","Could not write to mainfile.php. Contact the server administrator for details.");define("_INSTALL_L62","Configuration data has been saved successfully to mainfile.php.");define("_INSTALL_L72","The following directories must be created with the write permission by the server. (i.e. 'chmod 777 directory_name' on a UNIX/LINUX server)");define("_INSTALL_L73","Invalid Email");// add by harukidefine("_INSTALL_L80","introduction");define("_INSTALL_L81","check file permissions");define("_INSTALL_L82","Checking file and directory permissions..");define("_INSTALL_L83","File %s is NOT writable.");define("_INSTALL_L84","File %s is writable.");define("_INSTALL_L85","Directory %s is NOT writable.");define("_INSTALL_L86","Directory %s is writable.");define("_INSTALL_L87","No errors detected.");define("_INSTALL_L89","general settings");define("_INSTALL_L90","General configuration");define("_INSTALL_L91","confirm");define("_INSTALL_L92","save settings");define("_INSTALL_L93","modify settings");define("_INSTALL_L88","Saving configuration data..");define("_INSTALL_L94","check path & URL");define("_INSTALL_L127","Checking file path & URL settings..");define("_INSTALL_L95","Could not detect the physical path to your XOOPS directory.");define("_INSTALL_L96","There is a conflict between the detected physical path (%s) and the one you input.");define("_INSTALL_L97","<b>Physical path</b> is correct.");define("_INSTALL_L99","<b>Physical path</b> must be a directory.");define("_INSTALL_L100","<b>Virtual path</b> is a valid URL.");define("_INSTALL_L101","<b>Virtual path</b> is not a valid URL.");define("_INSTALL_L102","confirm database settings");define("_INSTALL_L103","restart from the beginning");define("_INSTALL_L104","check database");define("_INSTALL_L105","atempt to create database");define("_INSTALL_L106","Could not connect to the database server.");define("_INSTALL_L107","Please check the database server and its configuration.");define("_INSTALL_L108","Connection to database server is OK.");define("_INSTALL_L109","Database %s does not exists.");define("_INSTALL_L110","Database %s exists and connectable.");define("_INSTALL_L111","Database connection is OK.<br />Press the button below to create database tables.");define("_INSTALL_L112","admin user setting");define("_INSTALL_L113","Table %s deleted.");define("_INSTALL_L114","Failed creating database tables.");define("_INSTALL_L115","Database tables created.");define("_INSTALL_L116","insert data");define("_INSTALL_L117","finish");define("_INSTALL_L118","Failed creating table %s.");define("_INSTALL_L119","%d entries inserted to table %s.");define("_INSTALL_L120","Failed inserting %d entries to table %s.");define("_INSTALL_L121","Constant %s written to %s.");define("_INSTALL_L122","Failed writing constant %s.");define("_INSTALL_L123","File %s stored in cache/ directory.");define("_INSTALL_L124","Failed storing file %s to cache/ directory.");define("_INSTALL_L125","File %s overwritten by %s.");define("_INSTALL_L126","Could not write to file %s.");define("_INSTALL_L130","The installer has detected tables for XOOPS 1.3.x in your database.<br />The installer will now attempt to upgrade your database to XOOPS2.");define("_INSTALL_L131","Tables for XOOPS2 already exist in your database.");define("_INSTALL_L132","update tables");define("_INSTALL_L133","Table %s updated.");define("_INSTALL_L134","Failed updating table %s.");define("_INSTALL_L135","Failed updating database tables.");define("_INSTALL_L136","Database tables updated.");define("_INSTALL_L137","update modules");define("_INSTALL_L138","update comments");define("_INSTALL_L139","update avatars");define("_INSTALL_L140","update smilies");define("_INSTALL_L141","The installer will now update each module to work with XOOPS2.<br />Make sure that you have uploaded all files in XOOPS2 package to your server.<br />This may take a while to complete.");define("_INSTALL_L142","Updating modules..");define("_INSTALL_L143","The installer will now update configuration data of XOOPS 1.3.x to be used with XOOPS2.");define("_INSTALL_L144","update config");define("_INSTALL_L145","Comment (ID: %s) inserted to the database.");define("_INSTALL_L146","Could not insert comment (ID: %s) to the database.");define("_INSTALL_L147","Updating comments..");define("_INSTALL_L148","Update complete.");define("_INSTALL_L149","The installer will now update comment posts in XOOPS 1.3.x to be used in XOOPS2.<br />This may take a while to complete.");define("_INSTALL_L150","The installer will now update the smiley and user rank images to be used with XOOPS2.<br />This may take a while to complete.");define("_INSTALL_L151","The installer will now update the user avatar images to be used in XOOPS2.<br />This may take a while to complete.");define("_INSTALL_L155","Updating smiley/rank images..");define("_INSTALL_L156","Updating user avatar images..");define("_INSTALL_L157","Select the default user group for each group type");define("_INSTALL_L158","Groups in 1.3.x");define("_INSTALL_L159","Webmasters");define("_INSTALL_L160","Register Users");define("_INSTALL_L161","Anonymous Users");define("_INSTALL_L162","You must select a default group for each group type.");define("_INSTALL_L163","Table %s dropped.");define("_INSTALL_L164","Failed deleting table %s.");define("_INSTALL_L165","The site is currently closed for maintainance. Please come back later.");// %s is filenamedefine("_INSTALL_L152","Could not open %s.");define("_INSTALL_L153","Could not update %s.");define("_INSTALL_L154","%s updated.");define('_INSTALL_L128', 'Choose language to be used for the installation process');define('_INSTALL_L200', 'Reload');define('_INSTALL_CHARSET','ISO-8859-1');?>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线一区二区三区四区五区| 成人深夜福利app| 免费一级片91| 日韩福利视频网| 国产在线精品一区二区三区不卡| 麻豆91精品视频| 成人永久看片免费视频天堂| www.欧美.com| 6080午夜不卡| 日本一区二区三区电影| 亚洲欧美偷拍三级| 精品在线一区二区三区| 99这里只有久久精品视频| 日本道免费精品一区二区三区| 欧美日韩在线播放| 国产欧美综合色| 国产一区二区三区四区五区入口| 加勒比av一区二区| 久久日韩精品一区二区五区| 亚洲色图在线播放| 国产精品18久久久久久久久| 欧美伊人久久久久久久久影院| 26uuu亚洲婷婷狠狠天堂| 亚洲v中文字幕| 91亚洲精品一区二区乱码| www国产成人| 麻豆一区二区在线| 91精品国产日韩91久久久久久| 中文字幕一区二区三区av| 国产伦精品一区二区三区在线观看| 欧美在线啊v一区| 亚洲影院免费观看| 91理论电影在线观看| 国产精品欧美久久久久一区二区| 国产一区在线看| 久久久久国产一区二区三区四区 | 麻豆专区一区二区三区四区五区| 欧美视频你懂的| 五月婷婷综合网| 亚洲精品在线一区二区| 国产精品综合在线视频| 国产偷v国产偷v亚洲高清| 国产电影精品久久禁18| 日韩理论片在线| 337p亚洲精品色噜噜狠狠| 日韩精品国产精品| 精品成人在线观看| 99久久夜色精品国产网站| 亚洲综合偷拍欧美一区色| 欧美性欧美巨大黑白大战| 久久99国内精品| 亚洲国产激情av| 欧美日韩精品一区二区天天拍小说 | 欧美日韩国产一级| 欧美一级片在线看| 波多野结衣一区二区三区| 亚洲成人精品影院| 国产精品日产欧美久久久久| 欧美三片在线视频观看| 国产69精品一区二区亚洲孕妇| 亚洲影视资源网| 久久男人中文字幕资源站| 欧美日韩一级二级| 91视频.com| 国产成都精品91一区二区三| 亚洲chinese男男1069| 国产亚洲欧洲997久久综合| 欧美日韩国产综合视频在线观看 | 制服丝袜亚洲精品中文字幕| 91美女在线视频| thepron国产精品| 成人理论电影网| 国产91清纯白嫩初高中在线观看| 视频一区中文字幕国产| 视频在线观看一区| 亚洲123区在线观看| 丝瓜av网站精品一区二区| 亚洲午夜羞羞片| 国产剧情在线观看一区二区| 久久er99精品| 国产一区 二区 三区一级| 国产毛片精品一区| 国产精品资源站在线| 国产精品自拍毛片| 成人一级黄色片| 波多野结衣的一区二区三区| 一本一道久久a久久精品综合蜜臀| 成人精品gif动图一区| 欧美伊人精品成人久久综合97| 欧美日韩国产综合久久| 日韩电影在线一区二区| 国产电影一区在线| 欧美系列一区二区| 日韩欧美一区在线| 中文字幕一区二区三| 日本伊人精品一区二区三区观看方式 | 亚洲另类色综合网站| 免费在线一区观看| 97久久人人超碰| 久久色视频免费观看| 亚洲欧美日韩久久精品| 久久精品国产亚洲5555| 成人美女视频在线看| 91麻豆精品国产| 玉米视频成人免费看| 粉嫩一区二区三区在线看| 欧美日本在线看| 国产精品麻豆一区二区| 五月综合激情婷婷六月色窝| 一本久道中文字幕精品亚洲嫩| 欧美一区二区三区四区在线观看 | 国产精品综合av一区二区国产馆| 欧美色网一区二区| 亚洲视频一二区| 成人性生交大片免费看视频在线| 日韩一级片在线播放| 一区二区三区小说| 成人动漫在线一区| 国产日韩欧美在线一区| 国产一区二区三区香蕉| 欧美一级精品在线| 水蜜桃久久夜色精品一区的特点 | 国产精品色噜噜| 国产福利一区二区| 久久精品视频免费观看| 国产sm精品调教视频网站| 日韩欧美亚洲国产另类| 奇米精品一区二区三区四区| 欧美另类高清zo欧美| 免费欧美日韩国产三级电影| 欧美一区二区三区免费在线看| 日韩精品欧美成人高清一区二区| 9191国产精品| 国产精品一区二区三区网站| 国产天堂亚洲国产碰碰| 91一区二区在线| 日韩一区精品视频| 2020国产精品自拍| 99精品国产视频| 日韩avvvv在线播放| 26uuu久久天堂性欧美| 成人看片黄a免费看在线| 亚洲精品成人少妇| 久久久美女毛片| 欧美麻豆精品久久久久久| 极品少妇xxxx精品少妇偷拍| 国产精品美女久久久久高潮| 欧美色综合影院| 裸体健美xxxx欧美裸体表演| 亚洲免费在线观看| www久久精品| 欧美日韩精品系列| aaa亚洲精品一二三区| 久久99精品国产麻豆婷婷| 亚洲国产一区二区三区青草影视| 亚洲精品一区二区三区在线观看 | 一区二区免费看| 国产精品无人区| 久久精品夜色噜噜亚洲aⅴ| 制服丝袜亚洲色图| 色婷婷香蕉在线一区二区| 国产一区 二区| 国产一区二区美女| 国产精品一区二区免费不卡 | 99麻豆久久久国产精品免费优播| 蜜臀久久99精品久久久画质超高清| 成人免费在线视频| 国产精品免费av| 中文字幕一区二区三| 亚洲日本在线看| 亚洲色大成网站www久久九九| 国产精品无遮挡| 国产精品狼人久久影院观看方式| 久久婷婷成人综合色| 国产亚洲综合在线| 欧美国产综合一区二区| 18成人在线观看| 亚洲欧美激情小说另类| 亚洲无人区一区| 久久精品国产一区二区三| 国产精品一级片在线观看| 成人妖精视频yjsp地址| 9i在线看片成人免费| 欧美在线你懂的| 欧美大胆人体bbbb| 国产精品成人免费在线| 亚洲精品成人少妇| 国产呦精品一区二区三区网站| av电影在线观看一区| 欧美性受xxxx| 国产精品久线在线观看| 亚洲成av人片| 972aa.com艺术欧美| 欧美一区二区三区电影| 国产视频911| 婷婷成人激情在线网| av午夜一区麻豆| 日韩欧美国产不卡| 一片黄亚洲嫩模| 丁香啪啪综合成人亚洲小说|