destoon更新资讯

destoon  更新资讯
修改module/article/admin/index.inc.php文件

在switch中添加新case(访问xxx.com/index.php?moduleid=21&action=tohtmlreplace)[注意action只能是小写]
【此方法只是骚操作,巧取了默认的tohtml的方式,省略了其他步骤】

case 'tohtmlreplace':
    $content = file_get_contents(DT_ROOT . '/module/article/admin/replaceBody.txt');
    $arr = json_decode($content, true);
    if (count($arr) <= 0) {
        msg('没有可更新的资讯');
    }
    $currentPage = $_REQUEST['currentPage'] ? $_REQUEST['currentPage'] : 1;
    $html_itemids = array_slice($arr, 0, 50, true);
    $html_itemids = array_keys($html_itemids);//获取下标
    $i = 0;
    foreach($html_itemids as $itemid) {
        tohtml('show', $module);
        unset($arr[$html_itemids[$i]]);
        $i++;
    }
    file_put_contents(DT_ROOT . '/module/article/admin/replaceBody.txt', json_encode($arr));
    $currentPage ++;
    msg('当前跳转页数'.$currentPage, "?moduleid=21&action=tohtmlreplace&currentPage=$currentPage");
    break;
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值