免费PHP万能建站系统_社区团购SaaS_商城系统_软件开发_虚拟币交易所系统_矿机系统_微信钻石投票系统_成品源码

标题: 会员邀请列表,让你轻松知道您邀请了哪些朋友 [打印本页]

作者: ourphp    时间: 2016-9-14 15:40
标题: 会员邀请列表,让你轻松知道您邀请了哪些朋友
v1.9.2已废弃,不需要在用了

会员邀请列表,让你轻松知道您邀请了哪些朋友

第一步,把cn_userinvitation.html模板文件,放到/templates/user/目录中。(最下面 可以下载 cn_userinvitation.html)
第二步,把
  1. <li><a href="[.$webpath.]client/user/?[.$ip.lang.]-userinvitation.html"><span class="ion-clipboard"></span>邀请会员</a></li>
复制代码



代码插入到 cn_leftnav.html 模板文件里。
第三步,打开 /client/user/ourphp_userview.class.php
找到:$smarty->assign('mail',ourphp_usermail());  在它上面插入 如下代码:
  1. function ourphp_userinvitation(){
  2.         global $db,$smarty;
  3.         
  4.         $listpage = 25;
  5.         if (intval(isset($_GET['page'])) == 0){
  6.                 $listpagesum = 1;
  7.                         }else{
  8.                 $listpagesum = intval($_GET['page']);
  9.         }
  10.         $start=($listpagesum-1)*$listpage;
  11.         $ourphptotal = $db -> listgo("count(id) as tiaoshu","`ourphp_user`","where `OP_Usersource` = '".$_SESSION['username']."'");
  12.         
  13.         $ourphptotal = $db -> whilego($ourphptotal);
  14.         $query = $db-> listgo("`id`,`OP_Useremail`,`OP_Username`,`time`","`ourphp_user`","where `OP_Usersource` = '".$_SESSION['username']."' order by time desc LIMIT ".$start.",".$listpage);
  15.         $rows = array();
  16.         while($ourphp_rs = $db -> whilego($query)){
  17.                 $rows[] = array(
  18.                                                         'id' => $ourphp_rs[0],
  19.                                                         'email' => $ourphp_rs[1],
  20.                                                         'name' => $ourphp_rs[2],
  21.                                                         'time' => $ourphp_rs[3],
  22.                 );
  23.         }
  24.         $_page = new Page($ourphptotal['tiaoshu'],$listpage);
  25.         $smarty->assign('ourphppage',$_page->showpage());
  26.         return $rows;
  27. }
复制代码
找到:$smarty->assign('integrallist',ourphp_userintegral()); 在它下面插入如下代码
  1. $smarty->assign('invitation',ourphp_userinvitation());
复制代码
完成。
cn_userinvitation.html (2.15 KB, 下载次数: 0)
作者: cqfanli    时间: 2017-8-7 21:51
必须感谢一下站长!
作者: cqfanli    时间: 2017-8-7 21:57
出错啦
该网页无法正常运作
HTTP ERROR 500
作者: 蓝色屠龙刀    时间: 2017-10-10 12:37
真正围观中...-_-












黄金果苗 黄金果苗批发 巴乐黄金果苗价格 黄金果苗多少钱一棵 黄金果苗价格
作者: admin    时间: 2019-11-22 15:03
cqfanli 发表于 2017-8-7 13:57
出错啦
该网页无法正常运作
HTTP ERROR 500

已修复





欢迎光临 免费PHP万能建站系统_社区团购SaaS_商城系统_软件开发_虚拟币交易所系统_矿机系统_微信钻石投票系统_成品源码 (http://ourphp.net/club/) Powered by Discuz! X3.2