分类分类
大小:32 KB更新:2010/09/21
类别:ecms插件系统:Linux/2003/PHP
一:功能如下:
手机短信设置
发送给会员
发送给订单中的收货人 (1.4版此功能尚未开放)
发送给其他人
查看短信发送结果
查看接收到的短信
-------------------------------------------------------------------------------
二:开发平台
帝国网站管理系统5.1开源正式版
动易短信通2.5BETA
--------------------------------------------------------------------------------
三:文件说明
/sms/SmsConfig.php
手机短信设置
/sms/SendToMember.php
发送给会员
/sms/SendToConsignee.php
发送给订单中的收货人
/sms/SendToOther.php
发送给其他人
/sms/Admin_SMSLog.php
查看短信发送结果
/sms/Admin_SMSReceive.php
查看接收到的短信
http://sms.powereasy.net/Member/Recharge.aspx
短信通充值
/sms/SetSMS.php
短信通配置
/sms/SMSfun.php
短信函数库
四:安装说明
1. 将 sms 整个文件夹解压上传到eadmin
2. 上传tool.php到eadminadminstyle1menu目录下,覆盖原文件
如果您修改过后台模板请在tool.php中加入以下代码:
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="dosendsmsid">
<tr>
<td height="25" class="header"><img src="<?=$addimg?>" width="20" height="9" name="sendsmsimg"><a href="#ecms" onMouseUp=turnit(dosendsms,"sendsmsimg"); style="CURSOR: hand">手机短信管理</a></td>
</tr>
<tbody id="dosendsms"<?=$display?>>
<tr>
<td height="25" bgcolor="#FFFFFF"<?=$movecolor?>> <a href="../../sms/SetSMS.php" target="main">手机短信设置</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"<?=$movecolor?>> <a href="../../sms/SendToMember.php" target="main">发送给会员</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"<?=$movecolor?>> <a href="../../sms/SendToConsignee.php" target="main">发送给订单中的收货人</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"<?=$movecolor?>> <a href="../../sms/SendToOther.php" target="main">发送给其他人</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"<?=$movecolor?>> <a href="../../sms/Admin_SMSLog.php" target="main">查看短信发送结果</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"<?=$movecolor?>> <a href="../../sms/Admin_SMSReceive.php" target="main">查看接收到的短信</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"<?=$movecolor?>> <a href="http://sms.powereasy.net/Member/Recharge.aspx" target="main">短信通充值</a></td>
</tr>
</tbody>
</table>
<br>
3. 完成安装,登入后台点击进入 插件管理>>手机短信管理 配置您的帐号和密码即可使用
现在暂时只支持动易网络的短信通http://sms.powereasy.net/
其他接口会在后续开放
下版本功能预览:
1.会员注册发送手机验证码
2.通过手机短信认证会员
3.短信提醒网站有新留言