資源簡介
安裝說明:
1、上傳到網站根目錄.
2、用phpMyadmin導入數據庫文件vikeji.sql
3、修改數據庫鏈接文件 /application/config/database.php
(記得不要用記事本修改,否則可能會出現驗證碼顯示不了問題,建議用Notepad )
4、安裝好了以后,登陸后臺 帳號 admin 密碼 admin888
代碼片段和文件信息
header(‘Content-Type:?text/html;?charset=utf-8‘);
date_default_timezone_set(‘Asia/Shanghai‘);
set_time_limit(0);
define(‘ENVIRONMENT‘?‘production‘);??
if?(defined(‘ENVIRONMENT‘))?{
switch?(ENVIRONMENT)?{
case?‘development‘:
error_reporting(E_ALL);
break;
case?‘testing‘:
case?‘production‘:
error_reporting(0);
break;
default:
exit(‘The?application?environment?is?not?set?correctly.‘);
}
}
$system_path?=?‘system‘;
$application_folder?=?‘application‘;
if?(defined(‘STDIN‘))?{
chdir(dirname(__FILE__));
}
if?(realpath($system_path)?!==?FALSE)?{
$system_path?=?realpath($system_path).‘/‘;
}
$system_path?=?rtrim($system_path?‘/‘).‘/‘;
if?(?!?is_dir($system_path))?{
exit(“Your?system?folder?path?does?not?appear?to?be?set?correc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1651??2015-10-08?18:10??index.php
?????文件?????116369??2016-06-12?17:38??vikeji.sql
?????文件????????259??2016-06-12?17:39??安裝說明.txt
?????文件?????????13??2013-07-09?05:47??application\.htaccess
?????文件?????????13??2013-07-09?05:47??application\cache\.htaccess
?????文件????????114??2013-07-09?05:47??application\cache\index.html
?????文件???????3299??2015-06-05?16:38??application\config\autoload.php
?????文件??????14339??2015-06-23?14:37??application\config\config.php
?????文件???????1558??2013-07-09?05:47??application\config\constants.php
?????文件???????4356??2016-06-12?15:11??application\config\databa
?????文件???????1138??2013-07-09?05:47??application\config\doctypes.php
?????文件???????1781??2013-07-09?05:47??application\config\foreign_chars.php
?????文件????????498??2013-07-09?05:47??application\config\hooks.php
?????文件????????114??2013-07-09?05:47??application\config\index.html
?????文件???????1282??2013-07-09?05:47??application\config\migration.php
?????文件???????4453??2013-07-09?05:47??application\config\mimes.php
?????文件????????564??2013-07-09?05:47??application\config\profiler.php
?????文件???????1904??2015-05-21?21:01??application\config\routes.php
?????文件???????3295??2013-07-09?05:47??application\config\smileys.php
?????文件???????5589??2013-07-09?05:47??application\config\user_agents.php
?????文件??????12753??2015-10-12?10:39??application\controllers\ba
?????文件???????2686??2015-06-05?16:24??application\controllers\ba
?????文件???????2889??2015-10-12?10:40??application\controllers\ba
?????文件??????11339??2015-10-12?10:40??application\controllers\ba
?????文件????????997??2015-06-22?12:10??application\controllers\ba
?????文件???????3753??2015-06-05?16:25??application\controllers\ba
?????文件???????5466??2015-10-12?10:40??application\controllers\ba
?????文件???????3197??2015-06-22?11:22??application\controllers\ba
?????文件??????21350??2015-10-12?10:16??application\controllers\ba
?????文件???????4318??2015-06-24?19:51??application\controllers\ba
............此處省略1616個文件信息
- 上一篇:php-parse 格式化goto
- 下一篇:跟兄弟連學PHP
評論
共有 條評論