📄 -
字号:
本API适用于PW6.0正式版
把本目录的5个PHP文件替换PW6.0根目录的同名文件
一、使用方法:
打开 pp_dederemote_interface.php
把 Dedecms 的 Cookie 加密码替换成你站点实际的 Cookie 密码
把 dede.com 换成你的实际网址 (如果是 127.0.0.1/localhost 等本地网址,改成空即可)
本API只整合同步登录,不整合积分等,不需要导入旧数据
DedeCms系统主页模板的登录框替换为如下代码:
<!--Split-->
<table width="96%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#BCC1B3">
<tr>
<td valign="top" bgcolor="#FFFFFF">
<!--
本模板使用Ajax技术判断用户是否登录,如果你改动了模板,
必须指定id=loginform 的区域作为返回内容
-->
<span id="_loginform">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- 改这里为实际论坛网址 -->
<form name='form1' method='POST' action='http://bbs.dedecms.com/login.php'>
<input type='hidden' name='jumpurl' value='http://www.dedecms.com/?n'>
<input type='hidden' name='step' value=2>
<input type='hidden' name='cktime' value='31536000'>
<tr>
<td height="28"> </td>
<td width="30%">用户名:</td>
<td width="63%"><input name="pwuser" type="text" id="userid" style="width:120px;height:20px;border:1px solid #cccccc"></td>
</tr>
<tr>
<td height="28"></td>
<td>密 码:</td>
<td><input type="password" name="pwpwd" style="width:120px;height:20px;border:1px solid #cccccc"></td>
</tr>
<tr>
<td height="28"> </td>
<td>验证码:</td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="40%"><input name="gdcode" type="text" id="vdcode" style="width:50px;height:20px;border:1px solid #cccccc"></td>
<td>
<!-- 改这里为实际论坛网址 -->
<img src="http://bbs.dedecms.com/ck.php?windid=">
</td>
</tr>
</table></td>
</tr>
<tr>
<td width="4%" height="57"> </td>
<td height="57" colspan="2" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" align="center">
<input name="imageField" type="image" src="/templets/img/loginbt.gif" width="75" height="28" border="0">
</td>
<td> <a href="/member/index_do.php?fmdo=user&dopost=regnew"><img src="/templets/img/regbt.gif" width="75" height="28" border="0"></a>
</td>
</tr>
</table></td>
</tr>
</form>
</table>
</span>
<script language="JavaScript">CheckLogin();</script>
</td>
</tr>
</table>
<!--Split-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -