Skip to content

Commit b7e5b64

Browse files
author
shenqiang
committed
废弃PHPCMS 字样
1 parent 2cd1e38 commit b7e5b64

File tree

6 files changed

+24
-12
lines changed

6 files changed

+24
-12
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
phpcms
22
======
33

4-
阅读理解PHPCMS V9, BUG修改
4+
阅读, 学习PHPCMS V9代码, BUG修改, 二次开发
55

66
ToDoList:
7-
* 去除版本信息,升级信息,定期手动合并最新代码
8-
7+
* 屏蔽自动更新功能,避免代码与最新冲突,定期手动合并最新代码
8+
*

caches/error_log.php

+12
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
<?php exit;?>11-19 00:55:24 | 2 | Invalid argument supplied for foreach() | phpcms/modules/video/player.php | 54
22
<?php exit;?>11-19 00:55:46 | 2 | Invalid argument supplied for foreach() | phpcms/modules/video/player.php | 54
3+
<?php exit;?>11-20 00:31:36 | 2 | mysql_connect(): [2002] Connection refused (trying to connect via tcp://127.0.0.1:3306) | phpcms/libs/classes/mysql.class.php | 56
4+
<?php exit;?>11-20 00:31:36 | 2 | mysql_connect(): Connection refused | phpcms/libs/classes/mysql.class.php | 56
5+
<?php exit;?>11-20 00:31:36 | 2 | mysql_error() expects parameter 1 to be resource, boolean given | phpcms/libs/classes/mysql.class.php | 388
6+
<?php exit;?>11-20 00:31:36 | 2 | mysql_errno() expects parameter 1 to be resource, boolean given | phpcms/libs/classes/mysql.class.php | 392
7+
<?php exit;?>11-20 00:31:36 | 2 | mysql_errno() expects parameter 1 to be resource, boolean given | phpcms/libs/classes/mysql.class.php | 392
8+
<?php exit;?>11-20 00:31:36 | 2 | mysql_error() expects parameter 1 to be resource, boolean given | phpcms/libs/classes/mysql.class.php | 388
9+
<?php exit;?>11-20 00:31:36 | 2 | mysql_connect(): [2002] Connection refused (trying to connect via tcp://127.0.0.1:3306) | phpcms/libs/classes/mysql.class.php | 56
10+
<?php exit;?>11-20 00:31:36 | 2 | mysql_connect(): Connection refused | phpcms/libs/classes/mysql.class.php | 56
11+
<?php exit;?>11-20 00:31:36 | 2 | mysql_error() expects parameter 1 to be resource, boolean given | phpcms/libs/classes/mysql.class.php | 388
12+
<?php exit;?>11-20 00:31:36 | 2 | mysql_errno() expects parameter 1 to be resource, boolean given | phpcms/libs/classes/mysql.class.php | 392
13+
<?php exit;?>11-20 00:31:36 | 2 | mysql_errno() expects parameter 1 to be resource, boolean given | phpcms/libs/classes/mysql.class.php | 392
14+
<?php exit;?>11-20 00:31:36 | 2 | mysql_error() expects parameter 1 to be resource, boolean given | phpcms/libs/classes/mysql.class.php | 388

phpcms/languages/en/admin.lang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658

659659
$LANG['your_server_it_may_not_have_access_to'] = 'Could not able to access your server.';
660660
$LANG['_please_check_the_server_configuration'] = ', please check your server configuration';
661-
$LANG['phpcms_logon'] = 'PHPCMS login';
661+
$LANG['phpcms_logon'] = 'login';
662662
$LANG['please_input_your_password_the_picture_corresponding_location_6_digits'] = 'Please input 6 digits number corresponding to picture in smart electronic password card.';
663663
$LANG['ht_card'] = 'Smart electronic password card';
664664
$LANG['apply_for_a_password_card'] = 'Apply';

phpcms/languages/en/system.lang.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
$LANG['no_language'] = 'Lack of language pack';
9-
$LANG['website_manage'] = 'phpcmsV9 - Administration';
9+
$LANG['website_manage'] = 'Administration';
1010
$LANG['lockscreen'] = 'Screen lock';
1111
$LANG['submit'] = 'Submit';
1212
$LANG['yes'] = 'Yes';
@@ -38,7 +38,7 @@
3838
$LANG['Thursday'] = 'Thursday';
3939
$LANG['Friday'] = 'Friday';
4040
$LANG['Saturday'] = 'Saturday';
41-
$LANG['admin_login'] = 'PHPCMS Administration';
41+
$LANG['admin_login'] = 'Administration';
4242
$LANG['add'] = 'Add';
4343
$LANG['edit'] = 'Edit';
4444
$LANG['delete'] = 'Delete';

phpcms/languages/zh-cn/admin.lang.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
*/
77

88
//index
9-
$LANG['admin_site_title'] = 'PHPCMS - 后台管理中心';
9+
$LANG['admin_site_title'] = '后台管理中心';
1010
$LANG['expand_or_contract'] = '展开与收缩';
11-
$LANG['phpcms_title'] = 'PHPCMS内容管理系统';
11+
$LANG['phpcms_title'] = '内容管理系统';
1212
$LANG['official_site'] = '官方网站';
1313
$LANG['authorization'] = '授权';
1414
$LANG['igenus_for_postfix'] = '支持论坛';
@@ -50,14 +50,14 @@
5050
$LANG['main_safety_tpledit'] = '※ 您的模版允许后台在线编辑,为避免安全问题,建议您设为不允许在线修改';
5151
$LANG['main_shortcut'] = '快捷方式';
5252
$LANG['main_sysinfo'] = '系统信息';
53-
$LANG['main_version'] = 'PHPCMS程序版本';
53+
$LANG['main_version'] = '程序版本';
5454
$LANG['main_latest_version'] = '查看最新版本';
5555
$LANG['main_os'] = '操作系统:';
5656
$LANG['main_web_server'] = '服务器软件:';
5757
$LANG['main_sql_version'] = 'MySQL 版本:';
5858
$LANG['main_upload_limit'] = '上传文件:';
5959
$LANG['main_copyright'] = '版权所有:';
60-
$LANG['main_product_team'] = 'PHPCMS系统开发团队';
60+
$LANG['main_product_team'] = '开发团队';
6161
$LANG['main_product_planning'] = '总 策 划:';
6262
$LANG['main_product_dev'] = '开发与支持团队:';
6363
$LANG['main_product_ui'] = 'UI 设计:';
@@ -666,7 +666,7 @@
666666

667667
$LANG['your_server_it_may_not_have_access_to'] = '您的服务器,可能无法访问到';
668668
$LANG['_please_check_the_server_configuration'] = ',请检查服务器配置。';
669-
$LANG['phpcms_logon'] = 'phpcms 登录';
669+
$LANG['phpcms_logon'] = '网站后台登录';
670670
$LANG['please_input_your_password_the_picture_corresponding_location_6_digits'] = '请输入口令卡中图片对应位置的6位数字';
671671
$LANG['ht_card'] = '口令卡';
672672
$LANG['apply_for_a_password_card'] = '申请口令卡';

phpcms/languages/zh-cn/member.lang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
$LANG['newpassword'] = '新密码为';
3131
$LANG['forgetpasswordmessage'] = '密码找回邮件内容';
3232
$LANG['forgetpassword'] = '密码找回';
33-
$LANG['no_phpcms_account'] = '您还没有注册PHPCMS会员';
33+
$LANG['no_phpcms_account'] = '您还没有注册会员';
3434
$LANG['immediately'] = '立即';
3535
$LANG['use_passport'] = '使用外部通行证';
3636
$LANG['other_passport'] = '其他通行证';

0 commit comments

Comments
 (0)