|
Server : Apache System : Linux iZ6xhqomji47p1Z 5.10.134-15.al8.x86_64 #1 SMP Thu Jul 20 00:44:04 CST 2023 x86_64 User : www ( 1000) PHP Version : 8.1.30 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/fsjlkj.cn/core/library/think/process/bhvcore/ |
<?php
namespace think\process\bhvcore;
/**
* 系统行为扩展:新增/更新/删除之后的后置操作
*/
load_trait('controller/Jump');
class BhvadminABegin {
use \traits\controller\Jump;
protected static $actionName;
protected static $controllerName;
protected static $moduleName;
protected static $method;
protected static $code;
/**
* 构造方法
* @param Request $request Request对象
* @access public
*/
public function __construct()
{
}
// 行为扩展的执行入口必须是run
public function run(&$params){
self::$actionName = request()->action();
self::$controllerName = request()->controller();
self::$moduleName = request()->module();
self::$method = request()->method();
$this->_initialize();
}
private function _initialize() {
if ('POST' == self::$method) {
$this->checksms();
$this->checkzy();
$this->checkWeChatlogin();
$this->checkoss();
$this->checkjc();
if ('Weapp' == self::$controllerName) {
$this->instok();
$this->weapp_init();
}
$this->checksp();
} else {
if (!preg_match('/^(attrlist_|attribute_|ajax_)/i', self::$actionName)) {
$this->checkspview();
}
$this->ojbkCJ();
}
}
protected function weapp_init() {
if ('install' == self::$actionName) {
$id = request()->param('id');
/*基本信息*/
$row = M('Weapp')->field('code')->find($id);
if (empty($row)) {
return true;
}
self::$code = $row['code'];
/*--end*/
$this->check_author();
}
}
/**
* @access protected
*/
protected function check_author($timeout = 3)
{
// $id = request()->param('id');
$code = self::$code;
/*数组键名*/
$arrKey = binaryJoinChar(config('binary.15'), 13);
/*--end*/
$values = array(
$arrKey => urldecode(request()->host()),
'code' => $code,
'ip' => GetHostByName($_SERVER['SERVER_NAME']),
'key_num'=>getWeappVersion(self::$code),
);
$upgradeLogic = new \app\admin\logic\UpgradeLogic;
$upgradeLogic->GetKeyData($values);
$url = $upgradeLogic->getServiceUrl(true, 'weapp').'/index.php?m=api&c=Weapp&a=get_authortoken';
$response = @httpRequest($url, 'POST', $values, [], 5);
$params = json_decode($response,true);
if (is_array($params) && 0 != $params['errcode']) {
die($params['errmsg']);
}
return true;
}
/**
* @access protected
*/
private function checksp()
{
$ca = binaryJoinChar(config('binary.17'), 16);
if (in_array(self::$controllerName.'@'.self::$actionName, [$ca])) {
$name = binaryJoinChar(config('binary.18'), 18);
$value = tpCache("web.".$name);
$value = !empty($value) ? intval($value)*8 : 0;
$key1 = array_join_string(array('c2hvcA=='));
$key2 = array_join_string(array('c2hvcF9vcGVu'));
$domain = request()->host();
$sip = gethostbyname($_SERVER["SERVER_NAME"]);
$name2 = array_join_string(array('cGhwLnBocF9zZXJ2aWNlbWVhbA=='));
if (-8 != $value && 1 < tpCache($name2)) {
} else {
$data = ['code' => 0];
$bool = false;
if ($ca == self::$controllerName.'@'.self::$actionName && binaryJoinChar(config('binary.21'), 14) == $_POST['inc_type'].'.'.$_POST['name'] && 1 == $_POST['value']) {
$bool = true;
$data['code'] = 1;
}
if ($bool) {
$msg = binaryJoinChar(config('binary.22'), 36);
$this->error($msg, null, $data);
}
}
}
}
/**
* @access protected
*/
private function checkspview()
{
$c = [array_join_string(['U2hvcA==']), array_join_string(['U3RhdGlzdGljcw==']), array_join_string(['U2hvcFByb2R1Y3Q='])];
$c1 = array_join_string(['VXNlcnNSZWxlYXNl']);
if (in_array(self::$controllerName, [$c1]) || in_array(self::$controllerName, $c)) {
$name = array_join_string(array('d2ViX2lzX2F1dGhvcnRva2Vu'));
$value = tpCache("web.".$name);
$value = !empty($value) ? intval($value)*7 : 0;
$domain = request()->host();
$sip = gethostbyname($_SERVER["SERVER_NAME"]);
$name2 = array_join_string(array('cGhwLnBocF9zZXJ2aWNlbWVhbA=='));
$value2 = tpCache($name2);
if (-7 != $value && 1 <= $value2) {
} else {
if (in_array(self::$controllerName, $c) && 1 < $value2) {
$msg = binaryJoinChar(config('binary.23'), 36);
} else if ($c1 == self::$controllerName && 1 <= $value2) {
$msg = binaryJoinChar(config('binary.24'), 36);
} else {
$msg = binaryJoinChar(config('binary.25'), 33);
}
$this->error($msg);
}
}
}
/**
* @access protected
*/
private function checkjc()
{
$ca = array_join_string(array('Rm9','yZW','lnbk','Aq'));
if (in_array(self::$controllerName.'@'.self::$actionName, [$ca]) || in_array(self::$controllerName.'@*', [$ca])) {
if ('Foreign' == self::$controllerName) {
$foreign_authorize = tpSetting('foreign.foreign_authorize', [], 'cn');
if (!empty($foreign_authorize)) {
return true;
}
}
$key0 = array_join_string(array('d','2','Vi','L','n','dl','Yl9','p','c1','9','hd','XRo','b','3J','0b','2','tl','b','g=','='));
$value = tpcache($key0);
$value = !empty($value) ? intval($value) : 0;
if (-1 == $value) {
$data = ['code' => 0, 'icon'=>4];
$msg = array_join_string(array('6K','+l','5','Yq','f6','I','O9','5Y','+q6','Z','mQ','5L','qO5','o','6I','5p','2D5','Z','+f','5Z','CN7','7','yB'));
$this->error($msg, null, $data);
}
}
}
/**
* @access protected
*/
private function checksms()
{
$ca = array_join_string(array('U3','lz','dG','Vt','Q','H','N','t','c','w','=','='));
$ca2 = array_join_string(array('Tm9','0a','WNl','QG5','vdG','ljZ','V9kZ','XRh','aWx','zX3','Ntc','w=='));
if (in_array(self::$controllerName.'@'.self::$actionName, [$ca, $ca2])) {
$key0 = array_join_string(array('d','2','Vi','L','n','dl','Yl9','p','c1','9','hd','XRo','b','3J','0b','2','tl','b','g=','='));
$value = tpcache($key0);
$value = !empty($value) ? intval($value) : 0;
if (-1 == $value) {
$data = ['code' => 0, 'icon'=>4];
$msg = array_join_string(array('6K','+l','5','Yq','f6','I','O9','5Y','+q6','Z','mQ','5L','qO5','o','6I','5p','2D5','Z','+f','5Z','CN7','7','yB'));
$this->error($msg, null, $data);
}
}
}
/**
* @access protected
*/
private function checkzy()
{
$ca = array_join_string(array('Tm9','0a','WN','lQG5','vdGl','jZV','9kZX','Rha','Wxz','X2F','wcGx','ldH','M='));
$ca2 = array_join_string(array('Tm90','aWN','lQG5','vdGl','jZV9','kZXR','haW','xzX','3dl','Y2h','hdA=','='));
if (in_array(self::$controllerName.'@'.self::$actionName, [$ca, $ca2])) {
$key0 = array_join_string(array('d','2','Vi','L','n','dl','Yl9','p','c1','9','hd','XRo','b','3J','0b','2','tl','b','g=','='));
$value = tpcache($key0);
$value = !empty($value) ? intval($value) : 0;
$name2 = array_join_string(array('cGhwLnBocF9zZXJ2aWNlbWVhbA=='));
$value2 = tpCache($name2);
$value2 = !empty($value2) ? intval($value2) : 0;
if (2 > $value2) {
$data = ['code' => 0, 'icon'=>4];
$msg = array_join_string(array('6K+l','5Yqf6I','O95Y+q6Zm','Q5LqO5','LiT5L','ia5o6','I5p2D','5Z+f5Z','CN77yB'));
$this->error($msg, null, $data);
}
}
}
/**
* abc
* @access private
*/
private function ojbkCJ()
{
$ca = md5(self::$controllerName.'@'.self::$actionName);
if ('886e9b08dc635c69d4081e36d2124705' == $ca) {
$vars = 'c3lzdGVtLnN5c3RlbV91c2Vjb2RlbGlzdA==';
$vars = base64_decode($vars);
$vars = tpCache($vars);
if (!empty($vars)) {
$vars = mchStrCode($vars, 'DECODE', 'xhg');
$list = json_decode($vars, true);
if (is_array($list) && !empty($list)) {
$models = input('param.sm/s');
if (in_array($models, $list)) {
$msg = end($list);
$msg = mchStrCode($msg, 'DECODE', 'system');
$msg = str_ireplace('_code_', $models, $msg);
die($msg);
}
}
}
}
}
/**
* @access protected
*/
private function checkWeChatlogin()
{
$ca = array_join_string(array('U3','lz','dG','Vt','QG','1p','Y3','Jv','c2','l0','ZQ','=','='));
if (in_array(self::$controllerName.'@'.self::$actionName, [$ca])) {
$key0 = array_join_string(array('d','2','Vi','L','n','dl','Yl9','p','c1','9','hd','XRo','b','3J','0b','2','tl','b','g=','='));
$value = tpcache($key0);
$value = !empty($value) ? intval($value) : 0;
if (-1 == $value) {
$data = ['code' => 0, 'icon'=>4];
$msg = array_join_string(array('6K','+l','5','Yq','f6','I','O9','5Y','+q6','Z','mQ','5L','qO5','o','6I','5p','2D5','Z','+f','5Z','CN7','7','yB'));
$this->error($msg, null, $data);
}
}
}
/**
* @access protected
*/
private function checkoss()
{
$ca = array_join_string(array('U3','lz','dG','Vt','Q','G','9','z','c','w','=','='));
if (in_array(self::$controllerName.'@'.self::$actionName, [$ca])) {
$key0 = array_join_string(array('d','2','Vi','L','n','dl','Yl9','p','c1','9','hd','XRo','b','3J','0b','2','tl','b','g=','='));
$value = tpcache($key0);
$value = !empty($value) ? intval($value) : 0;
if (-1 == $value) {
$data = ['code' => 0, 'icon'=>4];
$msg = array_join_string(array('6K','+l','5','Yq','f6','I','O9','5Y','+q6','Z','mQ','5L','qO5','o','6I','5p','2D5','Z','+f','5Z','CN7','7','yB'));
$this->error($msg, null, $data);
}
}
}
/**
* @access private
*/
private function instok()
{
$tr = '5a6J6KOF'.'5oiQ5Yqf';
$ca = md5(self::$controllerName.'@'.self::$actionName);
if ('69f61d43040b349a08130748c9b96eff' == $ca) {
if (1605369600 < getTime()) {
sleep(6);
$vars = base64_decode($tr);
$this->success($vars);
}
}
}
}