视频认证+大头贴
安装方法:1 在template/default/header.htm 中加入菜单 根据需求自行选择添加代码的位置修改后 请再uch后台 跟新模板缓存
查找代码 <li class="app-blog"><em><a href="cp.php?ac=blog">发表</a></em><a href="space.php?do=blog"><img src="image/app/blog.gif" alt="日志" />日志</a></li>尾部加入代码<li class="app-doing"><em><a href="license.php">认证</a></em><a href="license.php"><img src="xphoto/image/app2.gif" alt="视频认证" />视频认证</a></li>2 个人主页加入调用视频认证 模版template\default\space_index.htm修改后 请再uch后台 跟新模板缓存
找到代码 <li><a href="cp.php?ac=avatar">更新我的头像</a></li>
<li><a href="cp.php?ac=profile">编辑我的资料</a></li>
<!--{else}--> 修改为<li><SCRIPT language=JavaScript1.2 src="./xphoto/license.php?uid=$space"></SCRIPT></li>
<li><a href="cp.php?ac=avatar">更新我的头像</a></li>
<li><a href="cp.php?ac=profile">编辑我的资料</a></li>
<!--{else}-->
<li><SCRIPT language=JavaScript1.2 src="./xphoto/license.php?uid=$space"></SCRIPT></li>找到代码<table cellspacing="2" cellpadding="2" class="infotable">尾部加入代码 <!--{if $license}-->找到代码<tr>
<th>主页:</th>
<td><a href="$space" onclick="javascript:setCopy('$space');return false;" class="spacelink domainurl">$space</a></td>
</tr>尾部加入代码<!--{else}-->
<tr>
<td width="80" height="80">提示:</td>
<td>对不起,您没有通过视频认证。不能查看该用户的个人资料<br>请点击此链接进行视频认证:{$license_url}<br></td>
</tr>
<!--{/if}-->3 修改 source/space_index.php
找到代码$space['domainurl'] = getsiteurl()."?$space";
}
}尾部添加以下代码//是否显示个人资料
$query = $_SGLOBAL['db']->query("SELECT if_flash FROM leletang_uch_set WHERE id='0'");
$gbsys= $_SGLOBAL['db']->fetch_array($query);
$query = $_SGLOBAL['db']->query("select id,pic,active,time from leletang_uch_authentication where id='$space' and active='1'");
$license_num = $_SGLOBAL['db']->num_rows($query);
if($_SGLOBAL['supe_uid']!=$space)
{
if($gbsys=='1')
{
if($license_num=='1')
{
$license= 'no_echo';
}
else
{
$license= '';
$license_url= '<a href="'.getsiteurl().'license.php">'.getsiteurl().'license.php</a>';
}
}
else
{
$license= 'no_echo';
}
}
else
{
$license= 'no_echo';
}4 上传 安装包 内所有文件到uchome根目录
设置xphoto下 license目录、目录可写权限777 。
访问 视频认证 菜单 根据提示 完成安装。
卸载方法:将附带的卸载包内的uch_uninstall.php上传到uch的xphoto目录执行即可删除数据表。然后手动删除插件目录即可。 不知道 有人测试了没有啊???
页:
[1]