📄 upgradeen.php
字号:
<?
$lang=array();
$lang['upgrade_name']='Welcome to upgrade Mega File Hosting Script(MFHS) 1.2';
$lang['welcome_text']='Welcome to upgrade to Mega File Hosting Script 1.2';
$lang['msg_title'] ='Upgrader Messeage:';
$lang['welcome_title'] ='Welcome:';
$lang['ok']='OK';
$lang['dirperms_warning']='you need chmod the directory to 0777';
$lang['dirperms_ok']='the directory is ok';
$lang['fileperms_warning']='you need chmod the file to 0666';
$lang['fileperms_ok']='the file is ok';
$lang['ftp_disabled']='Warning,you will not setup server automatically';
$lang['ftp_ok']='FTP Module is enabled';
$lang['gd_disabled']='Warning,captcha need GD work';
$lang['gd_ok']='GD Module is enabled';
$lang['fsockopen_disbaled']='Warning, you will not use ftp upload method';
$lang['fsockopen_ok']='Function is avaiable';
$lang['exec_disbaled']='Warning, exec is diabled. you will not use some features';
$lang['exec_ok']='Function is avaiable';
$lang['sql_caption']='Mysql Host';
$lang['sql_host']='SQL Server';
$lang['sql_db']='Database';
$lang['sql_user']='Username';
$lang['sql_pass']='Password';
$lang['droptable']="Drop tables if exist?";
$lang['upgrade_step1']='Update Database';
$lang['upgrade_step2']='Update Admin account';
$lang['step1_finished']='Database updated sucessfully!';
$lang['step2_finished']='Admin account updated sucessfully';
$lang['dir'] = "Check files and directory permistions...";
$lang['module'] = "Module check...";
$lang['function'] = "Function check...";
$lang['register_license'] = 'Register the license!';
$lang['installer_locked'] = '
<font color=red>Upgrader has been locked!</font>
<font color=blue><br>You have to remove the file <b>install/upgrade.locked</b> to redo upgradation!
</font>
<br><br><font size=2><b>View <a href="../">Front-end</a> or <a href="../admin/">admin your site</a></b></font>';
$lang['installdata_lost'] = 'Fatal Error:Data file <b>%s</b> is losted,Install halted!';
$lang['installdir_notwrite'] = 'Fatal Error:Directory <b>%s</b> can\'t writen in,please chmod to 0777';
$lang['installdata_extracted'] = 'The install data is extracted sucessfully!';
$lang['zlib_lost'] = '<font color=red>Installer need <b>ZLIB</b> to extract the Zip file</b>!';
$lang['install_ok'] = 'The script has been Installed sucessfully!click "Finish" to lock the installer';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -