效果图:
prize.php
刮刮卡 <script src="index/jquery.js" type="text/javascript">《script》 <script src="index/wScratchPad.js" type="text/javascript">《script》
奖项设置:
一等奖: iphone 5S 奖品数量:60
二等奖: ipad mini2 奖品数量:100
三等奖: 金士顿16G手机卡 奖品数量:2000
活动说明:
中奖用户请准确将收货地址发送给我,我们将以货到付款的方式邮寄给你!
亲,祝您好运哦! ]]>
0 "; $url="http://2311156115.44c.pw/prize.php"; $resultStr = sprintf($newsTpl, $fromUsername, $toUsername, $time,$url); echo $resultStr; }else{ $keyword = trim($postObj->Content); $textTpl = ""; if(!empty( $keyword )) { $msgType = "text"; $contentStr = "请输入:'1‘或者‘抽奖'"; $resultStr = sprintf($textTpl, $fromUsername, $toUsername, $time, $msgType, $contentStr); echo $resultStr; }else{ $msgType = "text"; $contentStr = "谢谢你关注sxxybbs博客,后续有精彩的内容会第一时间发送给您!回复:'1‘或者‘抽奖'得到对应的服务"; $resultStr = sprintf($textTpl, $fromUsername, $toUsername, $time, $msgType, $contentStr); echo $resultStr; } } }else { echo ""; exit; } } private function checkSignature() { $signature = $_GET["signature"]; $timestamp = $_GET["timestamp"]; $nonce = $_GET["nonce"]; $token = TOKEN; $tmpArr = array($token, $timestamp, $nonce); sort($tmpArr); $tmpStr = implode( $tmpArr ); $tmpStr = sha1( $tmpStr ); if( $tmpStr == $signature ){ return true; }else{ return false; } }} ?> %s 0
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支PHP中文网。
更多PHP微信刮刮卡 相关文章请关注PHP中文网!