• 大小: 0.88M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 标签: 砸金蛋  

资源简介


资源截图

代码片段和文件信息



$POST = array_merge_recursive($_GET $_POST);

$act = $POST[‘act‘];

switch($act){
case ‘prize‘://抽奖
$award = award();
echo $_GET[‘callback‘].‘(‘.json_encode($award).‘)‘;
break;

default:
break;
}


function award(){
global $uid$huodong_id$now$datenow$ip$typearr$db$appid$oc_app_kind;
$type = draw();

$arrinfo = array(200=>‘谢谢参与‘201=>‘iphone6 一部‘202=>‘美女一枚‘203=>‘茶叶蛋2只‘);

$res[] =  array(‘award_type‘=>$type‘id‘=>‘0‘‘award_name‘=>$arrinfo[$type]);

return $res;
}

function draw($deltype=null){

$prize = array(
1 => 20
2 => 30
3 => 40
4 => 10
);


$prizeList = array(
1 => array(‘200‘) //谢谢参与
2 => array(‘201‘)//iphone6 一部
3 => array(‘202‘)//美女一枚
4 => array(‘203‘)//茶叶蛋2只

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-10-14 15:26  欢乐砸金蛋\
     目录           0  2015-10-14 15:21  欢乐砸金蛋\code\
     目录           0  2015-10-14 15:01  欢乐砸金蛋\code\css\
     文件        6410  2015-03-06 17:40  欢乐砸金蛋\code\css\style.css
     目录           0  2015-10-14 15:01  欢乐砸金蛋\code\images\
     文件        1268  2015-02-09 21:07  欢乐砸金蛋\code\images\close.png
     文件       67033  2015-02-26 15:40  欢乐砸金蛋\code\images\egg_1.png
     文件       45085  2015-02-26 15:40  欢乐砸金蛋\code\images\egg_2.png
     文件       16245  2013-05-16 18:09  欢乐砸金蛋\code\images\img-4.png
     文件       10166  2013-05-16 18:09  欢乐砸金蛋\code\images\img-6.png
     文件       32353  2015-02-26 14:45  欢乐砸金蛋\code\images\MainBg.jpg
     文件       59463  2015-02-26 15:16  欢乐砸金蛋\code\images\MainBg.png
     文件        1208  2015-02-12 16:41  欢乐砸金蛋\code\images\NavIco.png
     文件        1882  2015-02-10 11:42  欢乐砸金蛋\code\images\relevant-list.png
     文件        2019  2015-02-10 11:32  欢乐砸金蛋\code\images\winners_user.png
     文件        6346  2015-10-14 15:24  欢乐砸金蛋\code\index.html
     目录           0  2015-10-14 15:01  欢乐砸金蛋\code\js\
     文件       24409  2012-04-22 18:49  欢乐砸金蛋\code\js\easydialog.js
     文件        9285  2012-04-22 18:50  欢乐砸金蛋\code\js\easydialog.min.js
     文件        1530  2015-02-10 10:58  欢乐砸金蛋\code\js\extend.js
     文件       94840  2015-02-26 10:09  欢乐砸金蛋\code\js\jquery.js
     文件        1606  2015-10-14 15:15  欢乐砸金蛋\code\prize.php
     目录           0  2015-10-14 14:20  欢乐砸金蛋\效果图\
     文件      343074  2015-10-14 14:16  欢乐砸金蛋\效果图\1.PNG
     文件      300181  2015-10-14 14:16  欢乐砸金蛋\效果图\2.png
     文件          47  2015-10-14 15:26  欢乐砸金蛋\说明.txt

评论

共有 条评论