一个php的网站添加一个Discuz! 论坛 同步账户名 密码和email 具体该如何操作 哪位大侠帮帮忙
你原来的网站有用户表吧?你的用户表绝对没有Discuz的复杂,简单点整合就是找到原来涉及到用户数据操作的部分换成discuz的代码。
要再深一些就要研究研究ucenter了
打开templates/default/indexhtm
找到
<!--{if empty($gid)}-->
<table border="0" cellspacing="0" cellpadding="0" width="{TABLEWIDTH}" bgcolor="{BORDERCOLOR}" align="center">
<tr><td>
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class="header"><td colspan="3">$bbname {lang index_announcements}</td></tr>
<tr bgcolor="{ALTBG2}" align="center">
<td colspan="3" align="center">
<!--{if empty($announcements)}-->
{lang index_noannouncement}
<!--{else}-->
<marquee direction="left" scrollamount="3" onMouseOver="thisstop();" onMouseOut="thisstart();">
$announcements
</marquee>
<!--{/if}-->
</td></tr></table></td></tr></table>
<!--{/if}-->
在下面添加
<!--{if !$discuz_uid}--><br>
<table border="0" cellspacing="0" cellpadding="0" width="{TABLEWIDTH}" bgcolor="{BORDERCOLOR}" align="center">
<tr><td>
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class="header"><td colspan="3" align=left><form method="post" action="loggingphpaction=login">
会员登录 [<a href="registerphp" style="color: #FFFFFF">立即注册</a>] [<a href="memberphpaction=lostpasswd" style="color: #FFFFFF">忘记密码</a>]</th></tr>
<tr bgcolor="#F8F8F8"><td><input type="text" name="username" size="12" maxlength="40" tabindex="1"> 密码 <input type="password" name="password" size="12" tabindex="2"> 安全提问
<select name="questionid" tabindex="3">
<option value="0">无安全提问</option>
<option value="1">母亲的名字</option>
<option value="2">爷爷的名字</option>
<option value="3">父亲出生的城市</option>
<option value="4">您其中一位老师的名字</option>
<option value="5">您个人计算机的型号</option>
<option value="6">您最喜欢的餐馆名称</option>
<option value="7">驾驶执照的最后四位数字</option>
</select> 回答
<input type="text" name="answer" size="12" tabindex="4"> Cookie 有效期
<select name=cookietime><option value=0>浏览器进程</option>
<option value=3600>一小时</option>
<option value=86400>一天</option>
<option selected value=2592000>一个月</option>
<option value=31536000>永久</option></select><td align="center"><input type="submit" name="loginsubmit" value="提 交"></td></tr></table></td></tr></table>
<!--{/if}-->
你的网站可能没有备案,你的域名是万网送的 不管是否送的,只要是用大陆的主机都要求备案
你要拿到域名的管理员权限
你也可以使用万网空间给你的独立ip去访问,如果是公用ip,你就只能去看看有没有万网送的临时访问网址了
0条评论