getaddress ( CLIENT_IP ); $root['city'] = $area ['area1']; */ $root['ip_info'] = get_ip_info(); $root['city'] = $root['ip_info']['city']; /* $province = $ipinfo['province']; $city = $ipinfo['city']; */ //地区列表版本号 $root['region_versions'] =intval($m_config['region_versions']); //$root['request'] = print_r($_SERVER['HTTP_USER_AGENT'],1); //$root['ios_check_version'] = $m_config['ios_check_version']; //正在审核的版本,只显示:苹果支付 if ($dev_type == 'ios' && $m_config['ios_check_version'] != '' && $m_config['ios_check_version'] == $sdk_version_name){ $root['auto_login'] = 0;//自动创建帐户登陆;苹果审核跟云测试时使用 $root['sina_app_api'] = 0; $root['wx_app_api'] = 0; $root['qq_app_api'] = 0; $root['selected_app_api'] = 0;//创建直播时 默认选中分享按钮,0:不选中;1:微信;2:微信朋友圈;3:QQ;4:微博; $root['has_sdk_login'] = 1;//使用sdk登陆,如果使用sdk登陆时,在访问webveiw时,需要传输session_id参数; $root['has_sina_login'] = 0;//支持新浪登陆 $root['has_wx_login'] = 0;//支持微信登陆 $root['has_qq_login'] = 0;//支持qq登陆 $root['has_mobile_login'] = 1;//intval($m_config['has_mobile_login']);//支持手机登陆(注册) //1:可升级;0:不可升级 $root['version'] = $this->version2($dev_type,$sdk_version,$sdk_version_name);//版本升级检查 //购物竞拍配置开关 $root['pai_real_btn']= 0; $root['pai_virtual_btn']= 0; $root['shopping_goods']= 0; $root['open_pai_module']= 0; $root['shop_shopping_cart']= 0; $root['open_podcast_goods']= 0; //是否开启游戏字段 $root['open_game_module']= 0; //是否开启上庄模块 $root['open_banker_module']= 0; //是否开启赠送游戏币模块 $root['open_send_coins_module']= 0; // 游戏分销 $root['game_distribution']= 0; $root['open_send_diamonds_module']= 0; //是否开启钻石游戏 /** * 未开启游戏默认为1 */ $root['open_diamond_game_module']= 1; // 是否加载首页假数据 $root['fake_index'] = 1; /* * 版本审核中 */ $ios_check_version = 1; }else{ $root['auto_login'] = 0; $root['version'] = $this->version2($dev_type,$sdk_version);//版本升级检查 //购物竞拍配置开关 $root['pai_real_btn']= intval(PAI_REAL_BTN); $root['pai_virtual_btn']= intval(PAI_VIRTUAL_BTN); $root['shopping_goods']= intval(SHOPPING_GOODS); $root['open_pai_module']= intval(OPEN_PAI_MODULE); $root['shop_shopping_cart']= intval(SHOP_SHOPPING_CART); $root['open_podcast_goods']= intval(OPEN_PODCAST_GOODS); //是否开启游戏字段 $root['open_game_module']= intval(OPEN_GAME_MODULE); //是否开启上庄模块 $root['open_banker_module']= intval(OPEN_BANKER_MODULE) ? 1 : 0; //是否开启赠送游戏币模块 $root['open_send_coins_module']= intval(OPEN_SEND_COINS_MODULE); $root['open_send_diamonds_module']= intval(OPEN_SEND_DIAMONDS_MODULE); //是否开启钻石游戏 /** * 未开启游戏默认为1 */ $root['open_diamond_game_module']= intval(intval(OPEN_DIAMOND_GAME_MODULE) || !intval(OPEN_GAME_MODULE)); // 游戏分销 $root['game_distribution']= intval(GAME_DISTRIBUTION); // 是否加载首页假数据 $root['fake_index'] = 0; } //$root['auto_login'] = 1; //苹果审核版本号 $root['ios_check_version']=$m_config['ios_check_version']; //家族开关 $root['open_family_module']= intval(OPEN_FAMILY_MODULE); //公会开关ljz //$root['open_society_module']= intval(OPEN_SOCIETY_MODULE); if(defined("OPEN_SOCIETY_MODULE") && OPEN_SOCIETY_MODULE==1){ $m_config = load_auto_cache("m_config");//初始化手机端配置 if($m_config['society_pattern'] == 0){ $root['open_society_module'] = 0; }else{ $root['open_society_module'] = 1; if($m_config['society_list_name'] == ''){ $root['society_list_name'] = '公会'; }else{ $root['society_list_name'] = $m_config['society_list_name']; } } }else{ $root['open_society_module'] = 0; } //APP端公会开关 $root['open_society_app']= intval(OPEN_SOCIETY_APP)?intval(OPEN_SOCIETY_APP):0; //每日首次登录赠送积分开关 $root['open_login_send_score']= intval(OPEN_LOGIN_SEND_SCORE); //开启O2O开关 $root['o2o_open_goods'] = intval(O2O_OPEN_GOODS); //登录赠送积分值 $root['login_send_score']= intval($m_config['login_send_score']); //是否首次登录 $root['first_login']= es_session::get("first_login")?es_session::get("first_login"):0; es_session::set("first_login",0); //每次登录时升级提示 $root['open_upgrade_prompt']= intval(OPEN_UPGRADE_PROMPT); $root['new_level']= es_session::get("new_level")?es_session::get("new_level"):0; es_session::set("new_level",0); //排行榜开关,审核期间不开 $root['open_ranking_list'] = 0; if(trim($m_config['ios_check_version'] == '')){ $root['open_ranking_list']= intval(OPEN_RANKING_LIST); } //启动广告 if(!$root['open_ranking_list']){ //未开启排行榜,去除指向排行榜 $root['start_diagram'] = $GLOBALS['db']->getAll("select * from ".DB_PREFIX."index_image where show_position = 4 and `type`<>2 ",true,true); }else{ $root['start_diagram'] = $GLOBALS['db']->getAll("select * from ".DB_PREFIX."index_image where show_position = 4 ",true,true); } if(!$root['start_diagram']){ $root['start_diagram'] = array(); } foreach($root['start_diagram'] as $k=>$v){ if($v['image'] != ''){ $root['start_diagram'][$k]['image'] = get_spec_image($v['image']); } } //H5链接 $h5_url = array( 'url_my_grades' => SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=user_center&act=grade', 'url_about_we' => SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=settings&act=article_cate', 'url_help_feedback' => SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=settings&act=help', 'url_auction_record' => SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=pai_user&act=pailogs', 'url_user_order' => '', // 我的订单(暂无) 'url_user_pai' => SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=pai_user&act=goods', 'url_podcast_order' => '', // 星级订单(暂无) 'url_podcast_pai' => SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=pai_podcast&act=goods', 'url_podcast_goods' => '', //暂无(原生) 'url_auction_agreement' => SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=settings&act=article_show&cate_id=18', //竞拍协议 'url_pai_income' => SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=user_center&act=income', //竞拍收益h5 'url_goods_income' => SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=user_center&act=income&details=1', //商品收益h5 'url_tree_index' => SITE_DOMAIN.APP_ROOT.'/mapi/index.php?ctl=tree&act=index', // 西藏青稞秀h5 ); if(SHOPPING_GOODS == 1){ $h5_url['url_podcast_goods'] = SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=shop&act=podcasr_goods_management&state=1&page=1'; //商城h5链接(主播) $h5_url['url_user_goods'] =''; //进入第三方商城h5链接(观众) $h5_url['url_user_order'] = SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=shop&act=shop_order&page=1'; //商城h5订单链接(观众) $h5_url['url_goods_income'] = SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=user_center&act=goods_income_details'; //商品收益h5 $h5_url['url_shopping_cart'] = SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=shop&act=shop_shopping_cart&page=1'; //购物车 } if((defined('PAI_REAL_BTN') && PAI_REAL_BTN == 1) && (defined('PAI_VIRTUAL_BTN') && PAI_VIRTUAL_BTN == 0)){ $h5_url['url_user_pai'] = SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=pai_user&act=goods&is_true=1'; $h5_url['url_podcast_pai'] = SITE_DOMAIN.APP_ROOT.'/wap/index.php?ctl=pai_podcast&act=goods&is_true=1'; } $root['h5_url']= $h5_url; $root['has_dirty_words'] = intval($m_config['has_dirty_words']);//当为1时,启用脏子过滤;默认0时不过滤, 即:0时不发送组合消息即可; 接收还是要处理组合消息; 主要是为了跟旧版本兼容过度一下,过度完后,这个参数将去掉; //将图片直接上传到OSS上,不中转;https://help.aliyun.com/document_detail/31920.html?spm=5176.doc31931.6.206.OEtePt $root['open_sts'] = intval($m_config['open_sts']); $root['sts_video_limit'] = intval($m_config['sts_video_limit']) ?: 60; //是否开启 强制输入话题 功能 1是 0否 $root['must_cate'] = intval($m_config['must_cate']); //付费总开关 $root['live_pay']=0; //按时付费 $root['live_pay_time']=0; //按场付费 $root['live_pay_scene']=0; if((defined('OPEN_LIVE_PAY')&&OPEN_LIVE_PAY==1)&&intval($ios_check_version)==0){ $live_pay_info= $GLOBALS['db']->getAll("SELECT id,class FROM ".DB_PREFIX."plugin WHERE is_effect=1 and type =1"); if($live_pay_info){ foreach($live_pay_info as $item){ $live_pay[$item['id']] = $item['class']; } $root['live_pay'] =intval(OPEN_LIVE_PAY); } //按时付费 if(intval(LIVE_PAY_TIME)==1) { if (in_array('live_pay',$live_pay)) { $root['live_pay_time'] = 1; $root['live_pay_count_down'] = intval($m_config['live_count_down']);//进入付费模式倒计时时间 } } //按场付费 if(intval(LIVE_PAY_SCENE)==1){ if (in_array('live_pay_scene',$live_pay)) { $root['live_pay_scene'] = 1; } } } $pay_interval = intval($m_config['pay_interval'])*60;//(分钟)扣费间隔 $root['pay_interval'] = $pay_interval>0?$pay_interval:60; //最大连麦数量 $root['mic_max_num'] = intval($m_config['mic_max_num'])>3?3:intval($m_config['mic_max_num']); //分销功能 //邀请奖励功能 依赖分销功能 分享收益开关 if((defined('OPEN_DISTRIBUTION')&&OPEN_DISTRIBUTION==1)){ $root['distribution'] =intval($m_config['distribution'])?1:0; }else if(intval(OPEN_REWARD_POINT)==1){ $root['distribution'] =intval(OPEN_REWARD_POINT)?1:0; } //审核版本关闭分享功能 if ($dev_type == 'ios' && $m_config['ios_check_version'] != '' && $m_config['ios_check_version'] == $sdk_version_name){ $root['distribution'] = 0 ; } //分销类型 if(defined('distribution_module')){ $root['distribution_module'] =intval(DISTRIBUTION_MODULE); }else{ $root['distribution_module'] =0; } $root['full_group_id'] = '';//全员广播大群群组id $root['on_line_group_id'] = '';//在线用户大群id $group_id = strim($m_config['full_group_id']); $online_group_id = strim($m_config['on_line_group_id']); if($group_id || $online_group_id){ require_once(APP_ROOT_PATH . 'system/tim/TimApi.php'); $api = createTimAPI(); $api_arr = (array)$api; if(intval($api_arr['status'])==0&&$api_arr['error']!=''){ log_err_file(array(__FILE__,__LINE__,__METHOD__,$api_arr['error'])); echo "IM错误,请检查ec_key.pem 或 腾讯sdkAppid";exit; } if($group_id){ $aes_key_info = get_privatekey(); if(is_array($aes_key_info[0]['aes_key'])){ $aes_key = $aes_key_info[0]['aes_key'][0]; }else{ $aes_key = $aes_key_info[0]['aes_key']; } $ret = $api->group_get_group_info2(array('0'=>$group_id)); $root['full_group_id'] = $ret['GroupInfo'][0]['GroupId']; if($ret['GroupInfo'][0]['ErrorCode']){ $ret = $api->full_group_create($group_id,$aes_key); if($ret['ActionStatus']!='OK'){ log_err_file(array(__FILE__,__LINE__,__METHOD__,$ret)); $ret = $api->full_group_create($group_id,$aes_key); } $root['full_group_id'] = $ret['GroupId']; } } if($online_group_id){ $ret = $api->group_get_group_info2(array('0'=>$online_group_id)); $root['on_line_group_id'] = $ret['GroupInfo'][0]['GroupId']; if($ret['GroupInfo'][0]['ErrorCode']){ $ret = $api->full_group_create($online_group_id); if($ret['ActionStatus']!='OK'){ log_err_file(array(__FILE__,__LINE__,__METHOD__,$ret)); $ret = $api->full_group_create($online_group_id); } $root['on_line_group_id'] = $ret['GroupId']; } } } if(OPEN_X){ $root['weibo_red_price'] =floatval($m_config['weibo_red_price']);//红包单张价格 $root['weibo_photo_price'] =$m_config['weibo_photo_price'];//写真单张价格限制 if($m_config['weibo_photo_price']){ $weibo_photo_price = explode('-',$m_config['weibo_photo_price']); $root['weibo_photo_price_1'] =$weibo_photo_price[0]; $root['weibo_photo_price_2'] =$weibo_photo_price[1]; } $root['weibo_weixin_price'] = $m_config['weibo_weixin_price'];//微信价格限制 if($m_config['weibo_weixin_price']){ $weibo_weixin_price = explode('-',$m_config['weibo_weixin_price']); $root['weibo_weixin_price_1'] =$weibo_weixin_price[0]; $root['weibo_weixin_price_2'] =$weibo_weixin_price[1]; } $root['weibo_goods_price'] = $m_config['weibo_goods_price'];//微信价格限制 if($m_config['weibo_goods_price']){ $weibo_goods_price = explode('-',$m_config['weibo_goods_price']); $root['weibo_goods_price_1'] =$weibo_goods_price[0]; $root['weibo_goods_price_2'] =$weibo_goods_price[1]; } } $root['open_xr'] = intval(OPEN_XR); //按场付费直播最高最低限制 $root['live_pay_max'] = intval($m_config['live_pay_max']);//付费直播收费最高 $root['live_pay_min'] = intval($m_config['live_pay_min']);//付费直播收费最低 //按场付费直播最高最低限制 $root['live_pay_scene_max'] = intval($m_config['live_pay_scene_max']);//付费直播收费最高 $root['live_pay_scene_min'] = intval($m_config['live_pay_scene_min']);//付费直播收费最低 //开启vip会员 $root['open_vip'] = 0; if(defined('OPEN_VIP')&&intval($m_config['open_vip'])==1){ $root['open_vip'] = intval(OPEN_VIP); } $root['init_version'] = intval($m_config['init_version']);//手机端配置版本号 //是否开启私信 $root['has_private_chat'] = intval($m_config['has_private_chat']);//开启私信 1开启 0关闭 //视频清晰度:0标清(360*640),1高清(540*960),2超清(720*1280) $root['video_resolution_type'] = intval($m_config['video_resolution_type']); //备用域名 列表 $domain_list = array(); $domain_arr = explode("
",nl2br($m_config['domain_list'])); foreach($domain_arr as $k=>$v){ $v = ltrim(rtrim(trim($v))); if($v!=''){ $domain_list[]=$v; } } $root['domain_list']=$domain_list; //首页其他分类 $root['video_classified'] = array(); $video_classified = load_auto_cache("video_classified"); if($video_classified){ $root['video_classified'] = $video_classified; } //发言等级 $root['speak_level']=intval($m_config['speak_level']); //用户开启发言功能的最低等级 $root['send_msg_lv'] = intval($m_config['send_msg_lv']); //用户开启私信功能的最低等级 $root['private_letter_lv'] = intval($m_config['private_letter_lv']); //声网AppID $root['agora_app_id'] = trim($m_config['agora_app_id']); //手机端配置,腾讯云 账号信息 $root['sdkappid'] = trim($m_config['tim_sdkappid']); $root['accountType'] = trim($m_config['tim_account_type']); //游客登录 $root['has_visitors_login'] = intval($m_config['open_visitors_login']); $root['family_join'] = 1;//开启加入家族的按钮 //家族加入按钮 是否显示ljz if ((defined('OPEN_FAMILY_JOIN')&&OPEN_FAMILY_JOIN==1)){ $root['family_join'] = 0;//关闭加入家族的按钮 } //直播页面取消点赞功能 1.取消点赞 0.不取消 $root['is_no_light'] = intval($m_config['is_no_light']); if (defined('OPEN_PAI_MODULE') && OPEN_PAI_MODULE) { $root['itype'] = 'shop'; } elseif (defined('SHOPPING_GOODS') && SHOPPING_GOODS) { $root['itype'] = 'shop'; } elseif (defined('OPEN_PODCAST_GOODS') && OPEN_PODCAST_GOODS) { $root['itype'] = 'shop'; } /*$root['diamond_name'] = '钻石';*/ $root['diamond_name'] = strim($m_config['diamonds_name']); //创建直播时是否需要强制选择分类 1.需要 0.不需要 $root['is_classify'] = intval($m_config['is_classify']); ajax_return($root); } /** * 用户隐私政策 */ function privacy(){ header("Content-Type:text/html; charset=utf-8"); $content = load_auto_cache("article_privacy"); echo $content; exit; } /** * 主播协议 */ function agreement(){ header("Content-Type:text/html; charset=utf-8"); $content = load_auto_cache("article_agreement"); echo $content; exit; } /** * 版本管理 * @param $dev_type * @param $version * @param $sdk_version_name * @return array */ function version2($dev_type,$version,$sdk_version_name) { $m_config = load_auto_cache("m_config");//初始化手机端配置 $site_url = SITE_DOMAIN.APP_ROOT."/";//站点域名; $root = array(); if ($dev_type == 'android'){ $root['serverVersion'] = $m_config['android_version'];//android版本号 if ($version < $root['serverVersion'] && $m_config['android_filename'] != ''){ $root['filename'] = $m_config['android_filename'];//android下载包名 $root['android_upgrade'] = $m_config['android_upgrade'];//android版本升级内容 $root['forced_upgrade'] = intval($m_config['android_forced_upgrade']);//强制升级 $root['hasfile'] = 1; $root['has_upgrade'] = 1;//1:可升级;0:不可升级 }else{ $root['hasfile'] = 0; $root['has_upgrade'] = 0;//1:可升级;0:不可升级 } }else if ($dev_type == 'ios'){ $root['serverVersion'] = $m_config['ios_version'];//IOS版本号 if ($version < $root['serverVersion']&&$m_config['ios_down_url']!=''){ $root['ios_down_url'] = $m_config['ios_down_url'];//ios下载地址 $root['ios_upgrade'] = $m_config['ios_upgrade'];//ios版本升级内容 $root['has_upgrade'] = 1;//1:可升级;0:不可升级 $root['forced_upgrade'] = intval($m_config['ios_forced_upgrade']);//0:非强制升级;1:强制升级 }else{ $root['has_upgrade'] = 0;//1:可升级;0:不可升级 } }else{ $root['hasfile'] = 0; $root['has_upgrade'] = 0;//1:可升级;0:不可升级 } return $root; } /** * 将图片直接上传到OSS上,不中转; * 参考网址:https://help.aliyun.com/document_detail/31920.html?spm=5176.doc31931.6.206.OEtePt * status: 1, //上传文件时,必要的3个参数 AccessKeyId: "", AccessKeySecret: "", SecurityToken: "", //过期时间,客户端不关心 Expiration: "2016-09-28T10:30:02Z", //出错时,返回下面3个参数 RequestId: "", Code: "", Message: "", //回调地址 callbackUrl: "", callbackBody: "", //文件存放目录 dir: "" */ function aliyun_sts(){ $root = array(); $root['status'] = 1; //$GLOBALS['user_info']['id'] = 1; if(!$GLOBALS['user_info']){ $root['error'] = "用户未登陆,请先登陆."; $root['status'] = 0; $root['user_login_status'] = 0;//有这个参数: user_login_status = 0 时,表示服务端未登陆、要求登陆,操作 }else{ $root = load_auto_cache("aliyun_sts"); if ($root['status'] == 200){ $root['status'] = 1; //回调说明https://help.aliyun.com/document_detail/31922.html?spm=5176.doc31921.6.208.xZgpik $root['callbackUrl'] = ''; $root['callbackBody'] = ''; //上传的目录是由服务端(即PHP)指定的,这样的好处就是安全。 这样就能控制每个客户端只能上传指定到指定的目录,做到安全隔离, 想要修改上传目录地址成abc/(必须以'/'结尾) $dir_name = to_date(get_gmtime(),"Ym"); $root['dir'] = 'public/attachment/'.$dir_name.'/'.intval($GLOBALS['user_info']['id'])."/"; }else{ //$sts['status'] = 0; } } ajax_return($root); } /** * 调试接口 */ public function test() { header("Content-Type:text/html; charset=utf-8"); } /** * 获得举报类型列表 */ public function tipoff_type(){ $root = array(); $root['status'] = 1; $list = load_auto_cache("tipoff_type_list"); $root['list'] = $list; ajax_return($root); } /** * 获得礼物列表 */ public function prop(){ $root = array(); $root['status'] = 1; $root['list'] = load_auto_cache("prop_list"); foreach($root['list'] as $k=>$v){ $root['list'][$k]['ticket']=intval($v['ticket']); } //游戏币送礼物 if(PROP_COINS == 1){ $coins_list = array(); foreach($root['list'] as $k=>$v){ if(intval($v['coins'])>0){ $v['ticket']=intval($v['ticket']); $v['coins']=intval($v['coins']); $coins_list[]=$v; } } $root['coins_list'] = $coins_list; } ajax_return($root); } /** *插件列表接口 * */ public function plugin_init() { $user_id = intval($GLOBALS['user_info']['id']); if ($user_id == 0) { api_ajax_return(array( 'status' => 10007, 'error' => "请先登录", )); } $m_config = load_auto_cache("m_config"); //初始化手机端配置 //审核版本 $ios_check = 0; $dev_type = strim($_REQUEST['sdk_type']); $sdk_version_name = strim($_REQUEST['sdk_version_name']); if ($dev_type == 'ios' && $m_config['ios_check_version'] != '' && $m_config['ios_check_version'] == $sdk_version_name&&$GLOBALS['user_info']['mobile']=='13888888888') { $ios_check = 1; } if ($ios_check) { ajax_return(array( 'status' => 1, 'list' => array(), 'rs_count' => 0, )); } $plugin = $GLOBALS['db']->getALL("SELECT id,child_id,name,image,type,class as class_name FROM " . DB_PREFIX . "plugin WHERE is_effect=1", true, true); $table = DB_PREFIX . 'video'; $video = $GLOBALS['db']->getRow("SELECT `id` FROM $table WHERE user_id=$user_id and live_in=1"); fanwe_require(APP_ROOT_PATH . 'mapi/lib/redis/VideoRedisService.php'); $video_redis = new VideoRedisService(); $fields = array('live_pay_time', 'live_fee', 'live_pay_type', 'is_live_pay', 'game_log_id'); $video_info = $video_redis->getRow_db($video['id'], $fields); foreach ($plugin as $key => $value) { $plugin[$key]['is_active'] = 0; switch ($value['class_name']) { case 'game': if (defined('GAME_PLUGIN_MANAGE') && GAME_PLUGIN_MANAGE == 1) { $allow_game_plugin = $GLOBALS['db']->getOne("select allow_game_plugin from " . DB_PREFIX . "user where id = " . $user_id); if (!$allow_game_plugin) { unset($plugin[$key]); continue 2; } } if (defined('OPEN_GAME_MODULE') && OPEN_GAME_MODULE == 1) { if ($value['type'] == 2) { $game_id = 0; $is_enable = 1; if ($video['id']) { fanwe_require(APP_ROOT_PATH . 'mapi/lib/redis/GamesRedisService.php'); $redis = new GamesRedisService(); $last_game = $video_info['game_log_id']; if ($last_game) { $last_game = $redis->get($last_game, 'game_id,create_time,long_time'); if (NOW_TIME < $last_game['create_time'] + $last_game['long_time']) { $game_id = $last_game['game_id']; $is_enable = 0; } } } $plugin[$key]['is_active'] = intval($value['id'] == $game_id); $plugin[$key]['is_enable'] = $is_enable; } } else { unset($plugin[$key]); continue 2; } break; case 'pai': if (defined('OPEN_PAI_MODULE') && OPEN_PAI_MODULE == 1) { if ($value['type'] == 1) { if ($video['pai_id'] != 0) { $pai_goods = $GLOBALS['db']->getRow("SELECT create_time,pai_time FROM " . DB_PREFIX . "pai_goods WHERE id=" . $video['pai_id'] . " "); if ($pai_goods) { if (NOW_TIME < strtotime($pai_goods['create_time']) + $pai_goods['pai_time'] * 3600) { $is_enable = 0; } } } $plugin[$key]['is_enable'] = $is_enable; } } else { unset($plugin[$key]); continue 2; } break; case 'shop': if (!defined('SHOPPING_GOODS') || SHOPPING_GOODS == 0) { unset($plugin[$key]); continue 2; } else { $plugin[$key]['is_enable'] = 1; } break; case 'podcast_goods': if (!defined('OPEN_PODCAST_GOODS') || OPEN_PODCAST_GOODS == 0) { unset($plugin[$key]); continue 2; } else { $plugin[$key]['is_enable'] = 1; } break; case 'live_pay': case 'live_pay_scene': default: if (defined('OPEN_LIVE_PAY') && OPEN_LIVE_PAY == 1) { $is_nospeaking = $GLOBALS['db']->getOne("SELECT is_nospeaking FROM ".DB_PREFIX."user WHERE id=".$user_id,true,true); if($is_nospeaking){ unset($plugin[$key]); continue 2; } $live_pay_time = $video_info['live_pay_time']; //开始收费时间 $live_fee = intval($video_info['live_fee']); //付费直播 收费多少 $is_live_pay = intval($video_info['is_live_pay']); $live_pay_type = intval($video_info['live_pay_type']); $is_active = 0; if ($live_pay_time != '' && $live_fee > 0) { if (($is_live_pay == 1 && $live_pay_type == 0 && $value['class_name'] == 'live_pay') || ($is_live_pay == 1 && $live_pay_type == 1 && $value['class_name'] == 'live_pay_scene')) { $is_active = 1; $is_enable = 0; } else { $is_enable = 0; } } $plugin[$key]['is_active'] = $is_active; $plugin[$key]['is_enable'] = $is_enable; } else { unset($plugin[$key]); continue 2; } break; } $plugin[$key]['image'] = get_spec_image($value['image']); } api_ajax_return(array( 'status' => 1, 'list' => array_values($plugin), 'rs_count' => sizeof($plugin), 'test' => __FILE__.__LINE__, )); } /** * 插件接口状态 */ public function plugin_status(){ $root = array('status' =>1,'error'=>''); $user_id = intval($GLOBALS['user_info']['id']); if($user_id == 0){ $root['status']=10007; $root['error']="请先登录"; ajax_return($root); }else{ $plugin_id = intval($_REQUEST['plugin_id']);//插件id,fanwe_plugin.id $table = DB_PREFIX . 'video'; $video = $GLOBALS['db']->getRow("SELECT `id`,pai_id FROM $table WHERE user_id=" . $user_id . " and live_in=1"); fanwe_require(APP_ROOT_PATH.'mapi/lib/redis/VideoRedisService.php'); $video_redis = new VideoRedisService(); $fields = array('live_pay_time','live_fee','live_pay_type','is_live_pay','game_log_id'); $video_info = $video_redis->getRow_db($video['id'],$fields); $is_enable = 1; $is_active = 0; $plugin = $GLOBALS['db']->getRow("SELECT id,child_id,name,image,type,class as class_name FROM ".DB_PREFIX."plugin WHERE is_effect=1 and id=".$plugin_id,true,true); $plugin['is_active'] = $is_active; $plugin['is_enable'] = $is_enable; if(defined('OPEN_PLUGIN')&&OPEN_PLUGIN) { $open_plugin= $GLOBALS['db']->getRow("select open_game,open_pay,open_auction from ".DB_PREFIX."user where id = $user_id"); if($plugin['class_name'] == 'game'){ if ($open_plugin['open_game']==1) { $root['error'] = "您无法开启游戏,请联系客服"; $root['status'] = 0; ajax_return($root); } } if($plugin['class_name'] =='pai'){ if ($open_plugin['open_auction']==1) { $root['error'] = "您无法开启竞拍,请联系客服"; $root['status'] = 0; ajax_return($root); } } if($plugin['class_name'] =='live_pay'||$plugin['class_name']=='live_pay_scene'){ if ($open_plugin['open_pay']==1) { $root['error'] = "您无法开启付费,请联系客服"; $root['status'] = 0; ajax_return($root); } } } if(defined('OPEN_LIVE_PAY')&&OPEN_LIVE_PAY==1){ $live_pay_time = $video_info['live_pay_time'];//开始收费时间 $live_fee = intval($video_info['live_fee']);//付费直播 收费多少 $is_live_pay = intval($video_info['is_live_pay']); $live_pay_type = intval($video_info['live_pay_type']); if($live_pay_time!=''&&$live_fee>0) { //$is_enable = 0; if (($is_live_pay == 1 && $live_pay_type == 1 && $plugin['class_name'] == 'live_pay_scene') || ($is_live_pay == 1 && $live_pay_type == 0 && $plugin['class_name'] == 'live_pay')) { $is_active = 1; } if ($video['public_screen']==0) { if ($plugin['class_name'] == 'live_pay') { $is_enable = 0; if ($is_active) { $error = '按时付费直播正在使用中...'; } else { $error = '按场付费直播正在使用中...'; } } else if ($plugin['class_name'] == 'live_pay_scene') { $is_enable = 0; if ($is_active) { $error = '按场付费直播正在使用中...'; } else { $error = '按时付费直播正在使用中...'; } } } } $plugin['is_active'] = $is_active; $plugin['is_enable'] = $is_enable; } if(defined('OPEN_PAI_MODULE') && OPEN_PAI_MODULE==1){ if($plugin['class_name'] == 'pai'){ if($video['pai_id'] != 0) { $pai_goods = $GLOBALS['db']->getRow("SELECT create_time,pai_time,status FROM ".DB_PREFIX."pai_goods WHERE id=".$video['pai_id']." "); if ($pai_goods) { if(NOW_TIME < $pai_goods['create_time'] + $pai_goods['pai_time']*3600 || $pai_goods['status'] < 2){ $is_enable = 0; $error ='竞拍正在使用中...'; } } } if(defined('OPEN_GAME_MODULE') && OPEN_GAME_MODULE==1){ fanwe_require(APP_ROOT_PATH . 'mapi/lib/redis/GamesRedisService.php'); $redis = new GamesRedisService(); $last_game = $video_info['game_log_id']; if ($last_game) { $last_game = $redis->get($last_game, 'game_id,create_time,long_time'); $game_id = $last_game['game_id']; $is_enable = $game_id ? intval($plugin_id == $game_id) : 1; if ($game_id) { $error = $plugin_id == $game_id ? '游戏正在使用中...' : '请先关闭当前游戏再切换...'; } } } $plugin['is_enable'] = $is_enable; } } if(defined('OPEN_GAME_MODULE') && OPEN_GAME_MODULE==1){ if($plugin['type'] == 2){ $game_id = 0; if($video['id']) { fanwe_require(APP_ROOT_PATH . 'mapi/lib/redis/GamesRedisService.php'); $redis = new GamesRedisService(); $last_game = $video_info['game_log_id']; if ($last_game) { $last_game = $redis->get($last_game, 'game_id,create_time,long_time'); $game_id = $last_game['game_id']; $is_enable = $game_id ? intval($plugin_id == $game_id) : 1; if ($game_id) { $error = $plugin_id == $game_id ? '游戏正在使用中...' : '请先关闭当前游戏再切换...'; } } if(defined('OPEN_PAI_MODULE') && OPEN_PAI_MODULE==1){ $pai_goods = $GLOBALS['db']->getRow("SELECT create_time,pai_time FROM ".DB_PREFIX."pai_goods WHERE id=".$video['pai_id']." "); if ($pai_goods) { $is_enable = 0; $error ='竞拍正在使用中...'; } } } $plugin['is_enable'] = $is_enable; } } $root['class_name'] = $plugin['class_name']; $root['is_enable'] = $plugin['is_enable']; if($error!='')$root['error'] = $error; ajax_return($root); } } /** * 接收APP端错误日志 */ public function log_err() { $agent = strtolower($_SERVER['HTTP_USER_AGENT']); $dev_type = strim($_REQUEST['sdk_type']); $sdk_version_name = strim($_REQUEST['sdk_version_name']); $sdk_version = strim($_REQUEST['sdk_version']);//升级版本号yyyymmddnn: 2016021601 $err = trim($_REQUEST['desc']); if($err!=''){ log_err_file(array($dev_type,$sdk_version_name,$sdk_version,$agent,$err)); } } }