01 2013 档案

摘要:html.class.php/** * 更新首页 */ public function index() { if($this->siteid==1) { $file = PHPCMS_PATH.'index.html'; //添加到发布点队列 $this->queue->add_queue('edit','/index.html',$this->siteid); } else { $site_dir = $this->sitelist[$this->siteid]['dirname']; $fi 阅读全文
posted @ 2013-01-19 11:08 为了这有限的生命 阅读(189) 评论(0) 推荐(0) 编辑
摘要:/** * 模板调用 * * @param $module * @param $template * @param $istag * @return unknown_type */function template($module = 'content', $template = 'index', $style = '') { if(strpos($module, 'plugin/')!== false) { $plugin = str_replace('plugin/', '', $module) 阅读全文
posted @ 2013-01-18 09:13 为了这有限的生命 阅读(699) 评论(0) 推荐(0) 编辑
摘要:例如访问地址 localhost/phpcmsindex.html chmod 777 index.htmlcaches/ chmod -R 777 cacheshtml/ chmod -R 777 htmluploadfile/ chmod -R 777 uploadfilephpsso_server/caches/ chmod -R 777 phpsso_server/cachesphpsso_server/uploadfile/chmod -R 777 phpsso_server/uploadfile网站根目录 chmod 777 phpcms (注意这里没有 -R) 阅读全文
posted @ 2013-01-08 13:58 为了这有限的生命 阅读(361) 评论(0) 推荐(0) 编辑
摘要:安装系统需求:需要2 GB硬盘剩余空间128M以上内存,OpenVZ的建议192MB以上(小内存请勿使用64位系统)Linux下区分大小写,输入命令时请注意!安装步骤:1、使用putty或类似的SSH工具登陆;登陆后运行:screen -S lnmp如果提示screen命令不存在可以执行:yum install screen或apt-get install screen安装,详细的screen教程点击这里。2、下载LNMP一键安装包:您可以选择使用下载版(推荐国外或者美国VPS使用)或者完整版(推荐国内VPS使用)如需下载版执行命令:wget -chttp://soft.vpser.net/l 阅读全文
posted @ 2013-01-08 08:59 为了这有限的生命 阅读(392) 评论(0) 推荐(0) 编辑