📄 extension.php
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
$module = 'picture';
if(!is_dir(PHPCMS_ROOT.'/'.$module.'/'))
{
dir_copy(PHPCMS_ROOT.'/module/'.$module.'/copy/', PHPCMS_ROOT.'/'.$module.'/');
}
elseif(!is_writable(PHPCMS_ROOT.'/'.$module.'/config.inc.php'))
{
showmessage('Please chmod 0777 ./'.$module.'/config.inc.php !');
}
$sql = '';
if($db->version() > '4.1' && $CONFIG['dbcharset'])
{
$sql = " DEFAULT CHARSET=".$CONFIG['dbcharset'];
}
$db->query("INSERT INTO `".$CONFIG['tablepre']."module` (`name`, `module`, `moduledir`, `moduledomain`, `iscore`, `iscopy`, `isshare`, `version`, `author`, `site`, `email`, `introduce`, `license`, `faq`, `setting`, `disabled`, `publishdate`, `installdate`, `updatedate`) VALUES ('鍥剧墖', 'picture', 'picture', '', 0, 1, 0, '1.0.0', 'phpcms鍥㈤槦', 'http://www.phpcms.cn/', 'phpcms@163.com', '鍥剧墖绠$悊', '', '', '', 0, '0000-00-00', '0000-00-00', '0000-00-00')");
$db->query("INSERT INTO `".$CONFIG['tablepre']."channel` (`module`, `channelname`, `style`, `channelpic`, `introduce`, `seo_title`, `seo_keywords`, `seo_description`, `listorder`, `islink`, `channeldir`, `channeldomain`, `disabled`, `templateid`, `skinid`, `items`, `comments`, `categorys`, `specials`, `hits`, `enablepurview`, `arrgroupid_browse`, `purview_message`, `point_message`, `enablecontribute`, `enablecheck`, `emailofreject`, `emailofpassed`, `enableupload`, `uploaddir`, `maxfilesize`, `uploadfiletype`, `linkurl`, `setting`, `ishtml`, `cat_html_urlruleid`, `item_html_urlruleid`, `special_html_urlruleid`, `cat_php_urlruleid`, `item_php_urlruleid`, `special_php_urlruleid`) VALUES ('picture', '鍥剧墖', '', '', '', '', '', '', 3, 0, 'picture', '', 0, 'index', '0', 0, 0, 0, 0, 0, 0, '', '<div align=''center'' style=''color:red''>瀵逛笉璧凤紝鎮ㄦ病鏈夐槄璇绘潈闄愶紒</div>', '<p align=''center''><span style=''background:#E3E3E3''><a href=''\{\$readurl\}'' class=''read''>鏌ョ湅鏈
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -