1. 记录每个帖子的访问人情况

源代码在线查看: function.mtcommentemail.php

软件大小: 1717 K
上传用户: m472333662
关键词: 记录 访问
下载地址: 免注册下载 普通下载 VIP

相关代码

								function smarty_function_MTCommentEmail($args, &$ctx) {				    $comment = $ctx->stash('comment');				    $email = $comment['comment_email'];				    $email = strip_tags($email);				    return((isset($args['spam_protect']) && $args['spam_protect']) ? spam_protect($email) : $email);				}				?>							

相关资源