代码拉取完成,页面将自动刷新
同步操作将从 王东祥/HongYuDSC 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
//zend by QQ:1527200768 鸿宇科技 禁止倒卖 一经发现停止任何服务
define('IN_ECS', true);
require dirname(__FILE__) . '/includes/init.php';
require ROOT_PATH . 'includes/cls_json.php';
if (!isset($_REQUEST['cmt']) && !isset($_REQUEST['act'])) {
ecs_header("Location: ./\n");
exit();
}
$json = new JSON();
$result = array('error' => 0, 'message' => '', 'content' => '');
$cmt = new stdClass();
$cmt->id = !empty($_GET['id']) ? json_str_iconv($_GET['id']) : 0;
$cmt->type = !empty($_GET['type']) ? intval($_GET['type']) : 0;
$cmt->page = isset($_GET['page']) && (0 < intval($_GET['page'])) ? intval($_GET['page']) : 1;
$cmt->libType = isset($_GET['libType']) && (0 < intval($_GET['libType'])) ? intval($_GET['libType']) : 0;
if ($result['error'] == 0) {
$id = explode('|', $cmt->id);
$goods_id = $id[0];
$comment_id = $id[1];
if ($cmt->libType == 1) {
$comment_reply = get_reply_list($goods_id, $comment_id, $cmt->type, $cmt->page, $cmt->libType, 10);
}
else {
$comment_reply = get_reply_list($goods_id, $comment_id, $cmt->type, $cmt->page, $cmt->libType);
}
$smarty->assign('comment_type', $cmt->type);
$smarty->assign('goods_id', $goods_id);
$smarty->assign('comment_id', $comment_id);
$smarty->assign('reply_list', $comment_reply['reply_list']);
$smarty->assign('reply_pager', $comment_reply['reply_pager']);
$smarty->assign('reply_count', $comment_reply['reply_count']);
$smarty->assign('reply_size', $comment_reply['reply_size']);
$result['comment_id'] = $comment_id;
if ($cmt->libType == 1) {
$result['content'] = $smarty->fetch('library/comment_repay.lbi');
}
else {
$result['content'] = $smarty->fetch('library/comment_reply.lbi');
}
}
echo $json->encode($result);
?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。