• 删除Ecshop网站顶部版权信息

    打开 includes/lib_main.php 将 $page_title = $GLOBALS['_CFG']['shop_title'] . ' - ' . 'Powered by ECShop'; 修改为 $page_title = $GLOBALS['_CFG']['shop_title'] ; 记得要进后台,清除缓存。 注:如果你的是UTF-8编码的,尽量不要使用记事本来修改。
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年8月15日 | 分类:Ecshop | 阅读:1,781次 |
  • Zend Studio - 8.0.1 调试方法

    在安装完Zend Studio - 8.0.1之后,点击调试 或者运行,在PHP web page中,不紧打不开,而且还会报错出现 the connection was refused when attempting to contact localhost 错误,解决这个方法其实不难,安装Zend Server 5.1.0,这样就可以解决问题,但安装完之后,还得需要设 置,在上篇文章中,已经写得很明白,安装Zend Server 5.1.0后,在Apache2 目录下找到conf目录...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年8月10日 | 分类:Zend | 阅读:1,535次 |
  • 解决火车采集器采集文章中的图片上传问题

    这两天一直琢磨一个问题,就是用火车采集文章,上传不了图片,我主要要的就是图片,杯具! 原因是火车采集器免费版不提供FTP上传功能,这样想到了手工添加,但手工添加怎么添? 没有办法求助。解决方法是在 “文件保存及部分高级设置”中,找到 “文件链接地址前缀,一般真您的域名或根目录/” 如图: 这样在第三步测试文章的时候就能看到,已变成绝对地址,这样在DATA目录下...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年7月21日 | 分类:火车采集器 | 阅读:2,137次 |
  • 公布5款上传小马

    上传小马有: ASP PHP ASP.NET CGI JSP 打包在附件中 xiaoma
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年7月16日 | 分类:其它 | 阅读:4,254次 |
  • 解决wordpress上传rar附件提示出错

    方法:在程序源码中找到并编辑 wp-includes/functions.php ,查找 application/zip ,在该段下面添加 'rar' => 'application/rar', 如: 'onetoc|onetoc2|onetmp|onepkg' => 'application/onenote', 'swf' => 'application/x-shockwave-flash', 'class' => 'application/java', 'tar' => 'application/x-tar', 'zip' => 'application/zip',...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年7月15日 | 分类:Wordpress | 阅读:1,585次 |
  • CentOS 介绍

    CentOS概述 CentOS,我们有很多人叫它社区企业操作系统,不管你怎么叫它,它都是linux的一个发行版本。CentOS是企业Linux发行版领头羊Red Hat Enterprise Linux(以下称之为RHEL)的再编译版本,RHEL是很多企业采用的linux发行版本,需要向RedHat付费才可以使用,并能得到付过费用的服务和技术支持和版本升级。这个CentOS可以像REHL一样的构筑linux系统环境,但不需要向RedH...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年7月08日 | 分类:Linux | 阅读:1,347次 |
  • CSS 使用技巧

    下面我和大家说说CSS在实践中的写法,注意的地方,我会在做标记,这样帮住大家读懂。 1. 文字的水平居中 将一段文字置于容器的水平中点,只要设置text-align属性即可: text-align:center;  //文字的居中 2. 容器的水平居中 先为该容器设置一个明确宽度,然后将margin的水平值设为auto即可。 div#container { width:760px; margin:0 auto;  //auto代表,左右两站对齐 } 3. ...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年7月07日 | 分类:CSS | 阅读:1,338次 |
  • biweb 增加单页面

    我用的BIWEB 版本是5.8.4 由于需要增加一个单页面,下面和大家说下方法: 在安装目录下找到htdocs\archives\config\type.inc.php <?php /**  * 档案类别全局文件  *  * @author  Arthur(ArthurXF@gmail.com)  * @copyright (c) 2006 by bizeway.com  * @version  $Id$  * @package  ArthurXF  * @subpackage archives  */ $arrMArchivesType = array(); $arrMArchivesTy...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年7月06日 | 分类:biweb | 阅读:1,651次 | 标签:
  • N78 心机刷到国行

    我的手机是N78,现在觉得不太好用,玩玩刷机。 我的手机软件版本为14.003,按*#0000# 就能查出来,我在官网上看到最新的软件版本为21.002 我下载诺基亚 Ovi 套件进行更新,不过更新到最后一步重启完,就更新失败,怎么都装不上。 最后在网上找了些内容,原来由于我的是心机,也就是移动定制的机器,里面有很多移动收费的东西。 非国行,这样升级就升不了,要想想移动定制的...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年7月05日 | 分类:其它 | 阅读:1,815次 |
  • dede 搜索结果按点击排序的简单修改

    DEDE默认的搜索功能,所得到的结果是按照文章加入的先后排序的 很多时候,我们希望得到的结果按点击数排序,点击多的排前面。 那么就修改这一个地方: include/inc_arcsaerch_view.php的大概第48行 从 $this->OrderBy = 'dede_full_search.aid desc'; 改为 $this->OrderBy = 'dede_full_search.click desc';
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年6月21日 | 分类:DedeCMS技巧 | 阅读:1,589次 |
  • PHP5.3.X IIS配置 以及php5.3.6配置

    居然phpcms只支持php5.2.x了 以前配置的php5.1.x要更新了 NND 最新版是5.3.x的Windows版已经不支持ISAPI模式了 我们知道php配置有几种: 1、CGI方式加载PHP环境,通常就是IIS里面配置解释器为php.exe,早期比较常见,目前使用较少。 特点是:稳定,但效率太低。 人人 2、ISAPI方式加载PHP环境,通常就是IIS里面配置解释器为php5isapi.dll,目前使用最多,应用最广。 特点是...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年6月06日 | 分类:PHP | 阅读:1,722次 |