Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

【正版插件】████全局喇叭2.0正式版████【发布】15元一份

  [复制链接]
凡军 发表于 2009-10-18 00:13:03 | 显示全部楼层 |阅读模式
UCHome插件
语言编码: GBK简体 
插件名称: 全局喇叭
插件作者: bbs561.cn
适用版本: UCHome 2.0
本帖最后由 凡军 于 2010-3-9 03:27 编辑

功能说明:刷喇叭每条扣除用户10个积分
拉动会员消费积分的兴趣!
当系统没有新超级喊话时,循环显示最近30条超级喊话。
每条超级喊话停留10秒或5秒
购买地址







明星会员2.0正式版
https://discuz.dismall.com/thread-1449859-1-1.html

群组增强之排名机制2.0正式版
https://discuz.dismall.com/thread-1449873-1-1.html

评分

2

查看全部评分

 楼主| 凡军 发表于 2009-10-18 00:14:08 | 显示全部楼层
本帖最后由 凡军 于 2009-10-18 00:26 编辑

安装说明:
1.把db/uchome.sql导入数据库
2.修改以下文件
打开Space.php
查找:
  1. //允许动作
  2. $dos = array('feed', 'doing', 'mood', 'blog', 'album', 'thread', 'mtag', 'friend', 'wall', 'tag', 'notice', 'share', 'topic', 'home', 'pm', 'event', 'poll', 'top', 'info', 'videophoto'
复制代码
在后面加入:
  1. , 'sshout'
复制代码
打开Source/cp_doing.php
找到:
  1. //入库
  2.                 $newdoid = inserttable('doing', $setarr, 1);
复制代码
在后面加上
  1. // -add
  2.                                 if($_GET['from']=="sshout"         ){
  3.                         include_once'./source/hook_shout.php';
  4.                
  5.                 }
  6.                 // end -add
复制代码
template\default\Space_feed.htm文件
找到:
  1. <!--{if empty($_TPL['getmore'])}-->        
  2. <!--{eval $_TPL['titles'] = array('首页');}-->
  3. <!--{template header}-->

  4. <div id="content">
复制代码
在后面加上:
  1. <!--  add shout --> <!--  test -->
  2. <style type="text/css">
  3. <!--
  4. .STYLE1 {color: #FF0000}
  5. .STYLE2 {font-size: 14px}
  6. -->
  7. </style>
  8.                             <script type="text/javascript" src="plugins/shout/js/jquery1.js"></script>

  9.                  <script type="text/javascript">
  10.                  
  11.                  <!--
  12.                                 //  getvipshout1();

  13.             //setTimeout('getshout()',3000);
  14.          setTimeout("getvipshout()",5000);
  15.             var count=1;
  16.                 function getvipshout1(){
  17.                   x$.get("plugins/shout/index.php?action=getvipshout",
  18.             { username:'{$_SN[$space[uid]]}',count:count,preid:100000},
  19.             function(data){
  20.                var o=document.getElementById('vip_shout');
  21.                o.innerHTML=data;
  22.             }
  23.           );        
  24.           count=count+1;
  25.                  setTimeout("getvipshout()",15000);
  26.                 }
  27.                 function getvipshout(){
  28.                   x$.get("plugins/shout/index.php?action=getvipshout",
  29.             { username:'{$_SN[$space[uid]]}',count:count,preid:x$('#'+'preid')[0].value},
  30.             function(data){
  31.                var o=document.getElementById('vip_shout');
  32.                o.innerHTML=data;
  33.             }
  34.           );        
  35.           count=count+1;
  36.                  setTimeout("getvipshout()",15000);
  37.                 }
  38.                  //-->
  39.                  </script>
  40. <div class="c_mgs" style="margin:0px;margin-bottom:10px;"><div class="ye_r_t"><div class="ye_l_t"><div class="ye_r_b"><div class="ye_l_b" style="margin:0px;padding:0px;">

  41.                                   <div id="shout" style="margin:0px;padding:0px;">
  42.                                 <div id="vip_shout" >

  43.          <!--{if include'plugins/code/shout_widget.php'}-->
  44.           <!--{/if}-->
  45.   <!--    <span class="" style=""> </span> &nbsp;&nbsp;<b        style="color:0000ff"></b> &nbsp;&nbsp; <span  class=""></span>  -->
  46. </div>

  47.          <!--   onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3" direction="left"-->                                
  48.                                 

  49.                         </div>  
  50.                          <!--  x -->
  51.                          <!--   <a href="cp.php?ac=task&amp;taskid=2&amp;op=ignore" style="position: absolute; width: 16px; height: 16px; background: url(image/cancel.gif) no-repeat; line-height: 200px; top: 5px; right: -8px; overflow: hidden; display: block;" title="忽略">忽略</a>-->
  52.                           <!--  /x -->

  53. </div></div></div></div></div>
  54.   <!--  /test -->
  55.     <!-- /shout -->
复制代码
template\default\Space_doing.htm文件
找到:
  1. <li$actives[me]><a href="space.php?uid=$space[uid]&do=$do&view=me"><span>我的记录</span></a></li>
复制代码
在后面加上
  1. <!--  add -->
  2.                 <li><a href="space.php?do=sshout"><span>超级喊话</span></a></li>
  3.                   <!--  /add -->
复制代码

3.上传喇叭文件夹内所有程序文件到根目录

4.更新缓存即可
回复

使用道具 举报

youdtine 发表于 2009-10-18 00:18:37 | 显示全部楼层
支持~~~~期待中!!!
回复

使用道具 举报

dxy001 发表于 2009-10-18 00:31:18 | 显示全部楼层
2# 凡军


    顶起来!
回复

使用道具 举报

晚上爱闹闹 发表于 2009-10-18 00:32:55 | 显示全部楼层
en ```不错···看齐乐吧火线论坛www.wowopc.cn
回复

使用道具 举报

maoming 发表于 2009-10-18 00:38:39 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

nilo 发表于 2009-10-18 00:40:00 | 显示全部楼层
不错的小改进。
回复

使用道具 举报

 楼主| 凡军 发表于 2009-10-18 00:52:38 | 显示全部楼层
广告位出租···············
maoming 发表于 2009-10-18 00:38



    你这个位子租了不少年了吧!
回复

使用道具 举报

 楼主| 凡军 发表于 2009-10-18 00:53:40 | 显示全部楼层
不错的小改进。
nilo 发表于 2009-10-18 00:40



    在喇叭里喊个LOVE如何?
回复

使用道具 举报

maoming 发表于 2009-10-18 00:59:05 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-31 12:52 , Processed in 0.036403 second(s), 8 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表