黑名单列表-马鞍山小红娘
综合查询 手机号码 QQ号码 邮箱 微信 身份证号

黑名单 防骗攻略

没有符合条件的信息!

发布防骗文章

如何举报不良会员

您可以对于不法用户进行举报,并在举报时尽量提供相关证据、私信,以便审核人员尽快处理。

1、该会员的个人主页、资料页;
2、信件中心和该会员的聊天记录;

对于被举报会员,我们将在认定后对其作出封禁帐号的处理。

客服热线:17355519066
联系邮箱:459838553@qq.com

Copyright © 2022-20203 版权所有:马鞍山小红娘

软著登字第0561018号 / 经营许可证编号:皖B2-20200337

* Url http://www.phpcoo.com * http://www.oephp.com * http://www.OElove.com * Update 2024.12.05 */ header('Access-Control-Allow-Origin: *'); header("Content-type: text/html; charset=utf-8"); @set_time_limit(0); @error_reporting(E_ALL & ~ E_NOTICE); @date_default_timezone_set("Asia/Shanghai"); $init_time = microtime(true); define('BASE_ROOT', dirname(__FILE__).'/'); if (file_exists(BASE_ROOT."install")) { if (!file_exists(BASE_ROOT."install/data/install.lock")) { header("Location: install/index.php"); die; } } define("OE_CHECK_WAP", true); //支持平板 24.12.05 $m = isset($_GET['m']) ? $_GET['m'] : ''; if ($m == 'terminal') { // 允许的头信息、请求方法 24.12.05 header('Access-Control-Allow-Headers: X-Requested-With, Content-Type,Oe-Token,Oe-Auth-Sign'); header('Access-Control-Allow-Methods: POST, GET, OPTIONS'); } require_once(BASE_ROOT."source/core/util/function.iswap.php"); require_once(BASE_ROOT."vendor/autoload.php"); //引用 vendor 24.09.13 require_once(BASE_ROOT."source/core/oephp/Application.php"); APP::run(); OEPHP_OELOVE::initialize(); /* $ent_time = microtime(true); $page_time = ($ent_time-$init_time); echo $page_time."s"; */