如何去掉网站底部Powered by shopex v4.85这个图标和链接
1个回答
展开全部
以下是ShopEx 4.8版去掉相关版权声明的方法,以供参考:
1、去除<meta标记中的<meta name="generator" content="ShopEx 4.xx" />中的shopex版权:
到home/cache/front_tmpl/目录下搜索header.html-zh_CN.php文件,在所有找到的文件中查找:
echo smarty_function_header(array(), $this);
替换为:
ob_start();echo smarty_function_header(array(),
$this);$headContent=preg_replace('/<meta .*?content="shopex .*?
\/>/is','',ob_get_contents());ob_clean();echo
$headContent;ob_end_flush();
如果是改为要将ShopEx 4.xx改为自己的内容请替换为:
ob_start();echo smarty_function_header(array(),
$this);$headContent=preg_replace('/(<meta .*?content=")shopex
.*?(".*? \/>)/is','\\1你的标识\\2',ob_get_contents());ob_clean();echo
$headContent;ob_end_flush();
2、去除底部“本店由ShopEx...”字样的声明:
到home/cache/front_tmpl/目录下搜索footer.html-zh_CN.php文件,在所有找到的文件中查找:
echo smarty_function_footer(array(), $this);
替换为:
ob_start();echo smarty_function_footer(array(),
$this);$headContent=preg_replace('/<table
.*?本店由.*?(<script)/uis','\\1',ob_get_contents());ob_clean();echo
$headContent;ob_end_flush();
然后记住用Dreamweaver或UltraEdit将所有替换过的文件另存为无BOM的UTF-8文件。否则含中文的正则匹配不会正确执行。
自己会修改源码的话直接在源码里去掉就可以了。以上由鱼鱼科技为您整理http://www.adyuyu.com
1、去除<meta标记中的<meta name="generator" content="ShopEx 4.xx" />中的shopex版权:
到home/cache/front_tmpl/目录下搜索header.html-zh_CN.php文件,在所有找到的文件中查找:
echo smarty_function_header(array(), $this);
替换为:
ob_start();echo smarty_function_header(array(),
$this);$headContent=preg_replace('/<meta .*?content="shopex .*?
\/>/is','',ob_get_contents());ob_clean();echo
$headContent;ob_end_flush();
如果是改为要将ShopEx 4.xx改为自己的内容请替换为:
ob_start();echo smarty_function_header(array(),
$this);$headContent=preg_replace('/(<meta .*?content=")shopex
.*?(".*? \/>)/is','\\1你的标识\\2',ob_get_contents());ob_clean();echo
$headContent;ob_end_flush();
2、去除底部“本店由ShopEx...”字样的声明:
到home/cache/front_tmpl/目录下搜索footer.html-zh_CN.php文件,在所有找到的文件中查找:
echo smarty_function_footer(array(), $this);
替换为:
ob_start();echo smarty_function_footer(array(),
$this);$headContent=preg_replace('/<table
.*?本店由.*?(<script)/uis','\\1',ob_get_contents());ob_clean();echo
$headContent;ob_end_flush();
然后记住用Dreamweaver或UltraEdit将所有替换过的文件另存为无BOM的UTF-8文件。否则含中文的正则匹配不会正确执行。
自己会修改源码的话直接在源码里去掉就可以了。以上由鱼鱼科技为您整理http://www.adyuyu.com
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
AiPPT
2024-09-19 广告
2024-09-19 广告
随着AI技术的飞速发展,如今市面上涌现了许多实用易操作的AI生成工具1、简介:AiPPT: 这款AI工具智能理解用户输入的主题,提供“AI智能生成”和“导入本地大纲”的选项,生成的PPT内容丰富多样,可自由编辑和添加元素,图表类型包括柱状图...
点击进入详情页
本回答由AiPPT提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询