摘要: //格式化输出函数 function p( $temp){ echo "<pre/>"; print_r($temp); die; } 阅读全文
posted @ 2023-07-28 14:23 八路逆袭寡妇村 阅读(8) 评论(0) 推荐(0) 编辑
摘要: /languages/zh-cn/system.menu.lang.php /phpcms/languages/zh-cn/dengce.lang.php /phpcms/libs/functions/autoload/ /phpcms/libs/functions/autoload/video.f 阅读全文
posted @ 2023-07-28 12:56 八路逆袭寡妇村 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 解决办法 delete from `phome_ecms_news_index` where id not in(select id from phome_ecms_news) 阅读全文
posted @ 2023-07-27 12:08 八路逆袭寡妇村 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 本代码适合查找网站挂马(木马)文件使用 <?php function listPhpFiles($directory) { $fileList = []; $iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator 阅读全文
posted @ 2023-07-11 13:06 八路逆袭寡妇村 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 昔孟母,择邻处。子不学,断机杼。 【三字经第三句】昔孟母,择邻处。子不学,断机杼。 【解释】战国时,孟子的母亲为了让孟子有个好的学习环境搬了三次家。有一次孟子厌学,孟母就割断织布机上的梭子来教育他,做事情要持之以恒,不能半途而废,否则会前功尽弃。 【启示】孟子之所以能够成为儒家代表人物之一,和孟母对 阅读全文
posted @ 2023-07-09 11:40 八路逆袭寡妇村 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 1、找到config.json,在配置文件中新增水印效果 /* 上传图片配置项 */ "imageWater": "true",/*******************新增图片水印设置 这里是新增*/ "imageActionName": "uploadsimage", /* 执行上传图片的acti 阅读全文
posted @ 2023-07-06 00:12 八路逆袭寡妇村 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 去除内容多余样式php函数-文章来源 植物号 www.zhiwuhao.com function KillStyle($content) { $content = preg_replace("/STYLE=.+?['|\"]/i",'',$content);//去除样式 $content = pre 阅读全文
posted @ 2023-07-05 15:57 八路逆袭寡妇村 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 需要在api/extend.func.php 文件中加入的函数 function time_tran($the_time) { $now_time = time(); $show_time = strtotime($the_time); $dur = $now_time - $show_time; 阅读全文
posted @ 2023-07-05 15:53 八路逆袭寡妇村 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 今天应一个朋友请求,要求写个5118的伪原创插件,他的接口输出的默认是json形式输出,很不方便,要提取里面伪原创的结果,并附上代码。 <?php $host = "http://apis.5118.com"; $path = "/wyc/rewrite"; $method = "POST"; $a 阅读全文
posted @ 2023-07-05 15:51 八路逆袭寡妇村 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 今天我在进行“数据更新”时,点击“刷新所有信息内容页面”后,在“刷新数据表:article”一项出现提示Table ‘empirecms.phome_ecms_’ doesn’t exist 代码如下: Table 'www_zwwiki_com.***_ecms_news_data_' doesn 阅读全文
posted @ 2023-06-03 20:57 八路逆袭寡妇村 阅读(126) 评论(0) 推荐(0) 编辑
www.shiciyue.com