Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

UnPHP Find this useful? Enter your email to receive occasional updates for securing PH..

Decoded Output download

UnPHP 
 
 Find this useful? Enter your email to receive occasional updates for securing PHP code. 
Email Address 
Email Address 
PHP Decode 
<?php namespace App\Controllers;${"GLOBALS"}["unjirlpc"]="ms.. 
 
Decoded Output download 
<?php namespace App\Controllers;${"GLOBALS"}["unjirlpc"]="msg";${"GLOBALS"}["yolcibotrywt"]="data_register";${"GLOBALS"}["eggafdis"]="hashPassword";${"GLOBALS"}["ervtymeorxn"]="referral";${"GLOBALS"}["ybmiialy"]="rCheck";${"GLOBALS"}["yopbjuoqx"]="mCode";${"GLOBALS"}["lomkemwhmgbp"]="user_agent";${"GLOBALS"}["kyjsll"]="login_devices";${"GLOBALS"}["bydkws"]="fullname";${"GLOBALS"}["yygiog"]="message";${"GLOBALS"}["pcskpdfrnfv"]="loginRsetTime";${"GLOBALS"}["wthxlnc"]="validation";${"GLOBALS"}["oliilqkljr"]="password";${"GLOBALS"}["ezycefwzrk"]="data";${"GLOBALS"}["jtiecqiqiks"]="time";${"GLOBALS"}["solhovvms"]="cekUser";${"GLOBALS"}["urbtfcue"]="username";${"GLOBALS"}["yseywxnrelm"]="form_rules";${"GLOBALS"}["ufbnqsfqohb"]="device_info";${"GLOBALS"}["pifdifkmk"]="stay_log";${"GLOBALS"}["lsvwkzc"]="post";${"GLOBALS"}["hvswegfqdp"]="a";use GuzzleHttp\Client;use App\Models\CodeModel;use App\Models\UserModel;use CodeIgniter\Config\Services;class Auth extends BaseController{protected$user;private$db;public function __construct(){$this->userModel=new UserModel();$this->db=\Config\Database::connect();}public function index(){${${"GLOBALS"}["hvswegfqdp"]}=$this->userModel->getUser(session("userid"));$zkxgup="a";dd(${$zkxgup},session());}public function login(){if(session()->has("userid"))return redirect()->to("dashboard");if(${${"GLOBALS"}["lsvwkzc"]}=$this->request->getPost())return$this->login_action(${${"GLOBALS"}["lsvwkzc"]});return view("Auth/login",["title"=>"Login","validation"=>Services::validation(),]);}private function login_action($post){${"GLOBALS"}["ryrjwdyc"]="username";$nbxxmytnrk="password";$ietcvqa="form_rules";${"GLOBALS"}["prqpiujef"]="stay_log";${"GLOBALS"}["bknagrhgjq"]="device_info";$ipxcweg="validation";${"GLOBALS"}["rnrfoebs"]="user_agent";${"GLOBALS"}["tiogboe"]="password";$bjqelymp="user_agent";${"GLOBALS"}["mntlqrplcf"]="cekUser";[${${"GLOBALS"}["ryrjwdyc"]},${${"GLOBALS"}["tiogboe"]},${${"GLOBALS"}["pifdifkmk"]}]=array_values(${${"GLOBALS"}["lsvwkzc"]});${${"GLOBALS"}["rnrfoebs"]}=$_SERVER["HTTP_USER_AGENT"];$roxdwugx="time";${${"GLOBALS"}["ufbnqsfqohb"]}=str_replace(["(",")"," ",";"],["","-","","-"],strstr(${$bjqelymp},"("));${$ietcvqa}=["username"=>"required|alpha_numeric|min_length[4]|max_length[111]|is_not_unique[users.username,error_message[The {field} is not registered.]]","password"=>"required|min_length[5]|max_length[111]","stay_log"=>"permit_empty|max_length[3]",];${"GLOBALS"}["pfvixppx"]="time";if(!$this->validate(${${"GLOBALS"}["yseywxnrelm"]})){return redirect()->route("login")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}${$ipxcweg}=Services::validation();${${"GLOBALS"}["mntlqrplcf"]}=$this->db->table("users")->where("username",${${"GLOBALS"}["urbtfcue"]})->limit(1)->get()->getRow();if(!${${"GLOBALS"}["solhovvms"]}||!password_verify(create_password(${$nbxxmytnrk},false),$cekUser->password)){$validation->setError("password",${${"GLOBALS"}["solhovvms"]}?"Wrong password, please try again.":"The username is not registered.");return redirect()->route("login")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}if($cekUser->loginDevices!=NULL&&${${"GLOBALS"}["bknagrhgjq"]}!=$cekUser->loginDevices&&$cekUser->loginDevices!="FALLENX"){$validation->setError("password","Wrong device, please try again.");return redirect()->route("login")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}if($cekUser->loginDevices==NULL||$cekUser->loginDevices=="FALLENX"){$this->userModel->set("loginDevices",${${"GLOBALS"}["ufbnqsfqohb"]})->where("username",${${"GLOBALS"}["urbtfcue"]})->update();}${${"GLOBALS"}["jtiecqiqiks"]}=new\CodeIgniter\I18n\Time;session()->set(["userid"=>$cekUser->id_users,"unames"=>$cekUser->username,"time_login"=>${${"GLOBALS"}["prqpiujef"]}?${${"GLOBALS"}["jtiecqiqiks"]}::now()->addHours(24):${$roxdwugx}::now()->addMinutes(30),"time_since"=>${${"GLOBALS"}["pfvixppx"]}::now(),]);return redirect()->to("dashboard");}public function reset(){if($this->request->getPost()){return$this->reset_action();}$qoxsarb="data";${${"GLOBALS"}["ezycefwzrk"]}=["title"=>"Reset","validation"=>Services::validation(),];return view("Auth/reset",${$qoxsarb});}public function reset_action(){${"GLOBALS"}["qdeonfdf"]="form_rules";${${"GLOBALS"}["urbtfcue"]}=$this->request->getPost("username");${"GLOBALS"}["axctkxiqnomy"]="loginRsetTime";${${"GLOBALS"}["oliilqkljr"]}=$this->request->getPost("password");${"GLOBALS"}["oisehewwb"]="password";${${"GLOBALS"}["qdeonfdf"]}=["username"=>"required|alpha_numeric|min_length[4]|max_length[111]|is_not_unique[users.username]","password"=>"required|min_length[5]|max_length[111]","stay_log"=>"permit_empty|max_length[3]",];$plketfdcxnfv="cekUser";${"GLOBALS"}["jevbmlesuezm"]="username";if(!$this->validate(${${"GLOBALS"}["yseywxnrelm"]})){return redirect()->route("reset")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}${${"GLOBALS"}["wthxlnc"]}=Services::validation();${$plketfdcxnfv}=$this->userModel->getUser(${${"GLOBALS"}["jevbmlesuezm"]},"username");if(!${${"GLOBALS"}["solhovvms"]}||!password_verify(create_password(${${"GLOBALS"}["oisehewwb"]},false),$cekUser->password)){$validation->setError("password","Wrong password, please try again.");return redirect()->route("reset")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}${${"GLOBALS"}["pcskpdfrnfv"]}=$cekUser->loginRsetTime;if(${${"GLOBALS"}["axctkxiqnomy"]}>=0&&${${"GLOBALS"}["pcskpdfrnfv"]}<=3){$tdmakwf="loginRsetTime";$this->userModel->set("loginRsetTime",max(0,${$tdmakwf}-1))->set("loginDevices",null)->where("username",${${"GLOBALS"}["urbtfcue"]})->update();$bgvcdgmu="loginRsetTime";${${"GLOBALS"}["yygiog"]}=${$bgvcdgmu}>0?"<strong>Successful reset!</strong> <p style="font-size:15px ; ">Available reset time : ".${${"GLOBALS"}["pcskpdfrnfv"]}." only":"<strong>Unsuccessful reset!</strong> <p style=\"font-size:16px ; \">Reason : reset limit is end";sleep(1);return redirect()->back()->with("msgSuccess",${${"GLOBALS"}["yygiog"]});}}public function register(){if(session("userid")){return redirect("dashboard");}${${"GLOBALS"}["ezycefwzrk"]}=["title"=>"Register","validation"=>Services::validation(),];if($this->request->getPost()){return$this->register_action();}${"GLOBALS"}["ihimnvf"]="data";return view("Auth/register",${${"GLOBALS"}["ihimnvf"]});}public function register_action(){$azktjjm="form_rules";helper(["create_password"]);${"GLOBALS"}["rvnepexbki"]="username";${${"GLOBALS"}["bydkws"]}=$this->request->getPost("fullname");${${"GLOBALS"}["rvnepexbki"]}=$this->request->getPost("username");${${"GLOBALS"}["oliilqkljr"]}=$this->request->getPost("password");${"GLOBALS"}["uynjtuu"]="referral";${"GLOBALS"}["xhxwrnmd"]="user_agent";${${"GLOBALS"}["uynjtuu"]}=$this->request->getPost("referral");${${"GLOBALS"}["xhxwrnmd"]}=$_SERVER["HTTP_USER_AGENT"];${${"GLOBALS"}["kyjsll"]}=preg_replace("/[^A-Za-z0-9-\\s]/","",strstr(${${"GLOBALS"}["lomkemwhmgbp"]},"("));${$azktjjm}=["fullname"=>"required|min_length[3]|max_length[255]","username"=>"required|alpha_numeric|min_length[4]|max_length[111]|is_unique[users.username]","password"=>"required|min_length[5]|max_length[111]","password2"=>"required|matches[password]","referral"=>"required|min_length[5]|alpha_numeric",];if(!$this->validate(${${"GLOBALS"}["yseywxnrelm"]})){return redirect()->route("register")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}else{${${"GLOBALS"}["yopbjuoqx"]}=new CodeModel();${"GLOBALS"}["rvijuubnk"]="rCheck";${${"GLOBALS"}["ybmiialy"]}=$mCode->checkCode(${${"GLOBALS"}["ervtymeorxn"]});${${"GLOBALS"}["wthxlnc"]}=Services::validation();if(!${${"GLOBALS"}["rvijuubnk"]}){$validation->setError("referral","Wrong referral, please try again.");}else{if($rCheck->used_by){$validation->setError("referral","Wrong referral, code has been used &middot; $rCheck->used_by.");}else{$sptkmrsudn="username";${"GLOBALS"}["wqksgmjijfoz"]="data_register";${${"GLOBALS"}["eggafdis"]}=create_password(${${"GLOBALS"}["oliilqkljr"]});${"GLOBALS"}["rwviyxwi"]="hashPassword";${${"GLOBALS"}["wqksgmjijfoz"]}=["fullname"=>${${"GLOBALS"}["bydkws"]},"username"=>${$sptkmrsudn},"password"=>${${"GLOBALS"}["rwviyxwi"]},"saldo"=>$rCheck->set_saldo?:0,"uplink"=>$rCheck->created_by,"login_devices"=>${${"GLOBALS"}["kyjsll"]},"login_rset_time"=>"3"];if($this->userModel->insert(${${"GLOBALS"}["yolcibotrywt"]})){$duljzkhwxdp="referral";$ewrcjleoe="msg";$mCode->useReferral(${$duljzkhwxdp});${$ewrcjleoe}="Register Successfully!";return redirect("login")->with("msgSuccess",${${"GLOBALS"}["unjirlpc"]});}}}return redirect()->route("register")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}}public function logout(){if(session("userid")){session()->remove(["userid","unames","time_login","time_since"]);session()->setFlashdata("msgSuccess","Logout successfuly.");}return redirect("login");}}  
?> 
 
Did this file decode correctly? 
Original Code 
<?php namespace App\Controllers;${"GLOBALS"}["unjirlpc"]="msg";${"GLOBALS"}["yolcibotrywt"]="data_register";${"GLOBALS"}["eggafdis"]="hashPassword";${"GLOBALS"}["ervtymeorxn"]="referral";${"GLOBALS"}["ybmiialy"]="rCheck";${"GLOBALS"}["yopbjuoqx"]="mCode";${"GLOBALS"}["lomkemwhmgbp"]="user_agent";${"GLOBALS"}["kyjsll"]="login_devices";${"GLOBALS"}["bydkws"]="fullname";${"GLOBALS"}["yygiog"]="message";${"GLOBALS"}["pcskpdfrnfv"]="loginRsetTime";${"GLOBALS"}["wthxlnc"]="validation";${"GLOBALS"}["oliilqkljr"]="password";${"GLOBALS"}["ezycefwzrk"]="data";${"GLOBALS"}["jtiecqiqiks"]="time";${"GLOBALS"}["solhovvms"]="cekUser";${"GLOBALS"}["urbtfcue"]="username";${"GLOBALS"}["yseywxnrelm"]="form_rules";${"GLOBALS"}["ufbnqsfqohb"]="device_info";${"GLOBALS"}["pifdifkmk"]="stay_log";${"GLOBALS"}["lsvwkzc"]="post";${"GLOBALS"}["hvswegfqdp"]="a";use GuzzleHttp\Client;use App\Models\CodeModel;use App\Models\UserModel;use CodeIgniter\Config\Services;class Auth extends BaseController{protected$user;private$db;public function __construct(){$this->userModel=new UserModel();$this->db=\Config\Database::connect();}public function index(){${${"GLOBALS"}["hvswegfqdp"]}=$this->userModel->getUser(session("userid"));$zkxgup="a";dd(${$zkxgup},session());}public function login(){if(session()->has("userid"))return redirect()->to("dashboard");if(${${"GLOBALS"}["lsvwkzc"]}=$this->request->getPost())return$this->login_action(${${"GLOBALS"}["lsvwkzc"]});return view("Auth/login",["title"=>"Login","validation"=>Services::validation(),]);}private function login_action($post){${"GLOBALS"}["ryrjwdyc"]="username";$nbxxmytnrk="password";$ietcvqa="form_rules";${"GLOBALS"}["prqpiujef"]="stay_log";${"GLOBALS"}["bknagrhgjq"]="device_info";$ipxcweg="validation";${"GLOBALS"}["rnrfoebs"]="user_agent";${"GLOBALS"}["tiogboe"]="password";$bjqelymp="user_agent";${"GLOBALS"}["mntlqrplcf"]="cekUser";[${${"GLOBALS"}["ryrjwdyc"]},${${"GLOBALS"}["tiogboe"]},${${"GLOBALS"}["pifdifkmk"]}]=array_values(${${"GLOBALS"}["lsvwkzc"]});${${"GLOBALS"}["rnrfoebs"]}=$_SERVER["HTTP_USER_AGENT"];$roxdwugx="time";${${"GLOBALS"}["ufbnqsfqohb"]}=str_replace(["(",")"," ",";"],["","-","","-"],strstr(${$bjqelymp},"("));${$ietcvqa}=["username"=>"required|alpha_numeric|min_length[4]|max_length[111]|is_not_unique[users.username,error_message[The {field} is not registered.]]","password"=>"required|min_length[5]|max_length[111]","stay_log"=>"permit_empty|max_length[3]",];${"GLOBALS"}["pfvixppx"]="time";if(!$this->validate(${${"GLOBALS"}["yseywxnrelm"]})){return redirect()->route("login")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}${$ipxcweg}=Services::validation();${${"GLOBALS"}["mntlqrplcf"]}=$this->db->table("users")->where("username",${${"GLOBALS"}["urbtfcue"]})->limit(1)->get()->getRow();if(!${${"GLOBALS"}["solhovvms"]}||!password_verify(create_password(${$nbxxmytnrk},false),$cekUser->password)){$validation->setError("password",${${"GLOBALS"}["solhovvms"]}?"Wrong password, please try again.":"The username is not registered.");return redirect()->route("login")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}if($cekUser->loginDevices!=NULL&&${${"GLOBALS"}["bknagrhgjq"]}!=$cekUser->loginDevices&&$cekUser->loginDevices!="FALLENX"){$validation->setError("password","Wrong device, please try again.");return redirect()->route("login")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}if($cekUser->loginDevices==NULL||$cekUser->loginDevices=="FALLENX"){$this->userModel->set("loginDevices",${${"GLOBALS"}["ufbnqsfqohb"]})->where("username",${${"GLOBALS"}["urbtfcue"]})->update();}${${"GLOBALS"}["jtiecqiqiks"]}=new\CodeIgniter\I18n\Time;session()->set(["userid"=>$cekUser->id_users,"unames"=>$cekUser->username,"time_login"=>${${"GLOBALS"}["prqpiujef"]}?${${"GLOBALS"}["jtiecqiqiks"]}::now()->addHours(24):${$roxdwugx}::now()->addMinutes(30),"time_since"=>${${"GLOBALS"}["pfvixppx"]}::now(),]);return redirect()->to("dashboard");}public function reset(){if($this->request->getPost()){return$this->reset_action();}$qoxsarb="data";${${"GLOBALS"}["ezycefwzrk"]}=["title"=>"Reset","validation"=>Services::validation(),];return view("Auth/reset",${$qoxsarb});}public function reset_action(){${"GLOBALS"}["qdeonfdf"]="form_rules";${${"GLOBALS"}["urbtfcue"]}=$this->request->getPost("username");${"GLOBALS"}["axctkxiqnomy"]="loginRsetTime";${${"GLOBALS"}["oliilqkljr"]}=$this->request->getPost("password");${"GLOBALS"}["oisehewwb"]="password";${${"GLOBALS"}["qdeonfdf"]}=["username"=>"required|alpha_numeric|min_length[4]|max_length[111]|is_not_unique[users.username]","password"=>"required|min_length[5]|max_length[111]","stay_log"=>"permit_empty|max_length[3]",];$plketfdcxnfv="cekUser";${"GLOBALS"}["jevbmlesuezm"]="username";if(!$this->validate(${${"GLOBALS"}["yseywxnrelm"]})){return redirect()->route("reset")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}${${"GLOBALS"}["wthxlnc"]}=Services::validation();${$plketfdcxnfv}=$this->userModel->getUser(${${"GLOBALS"}["jevbmlesuezm"]},"username");if(!${${"GLOBALS"}["solhovvms"]}||!password_verify(create_password(${${"GLOBALS"}["oisehewwb"]},false),$cekUser->password)){$validation->setError("password","Wrong password, please try again.");return redirect()->route("reset")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}${${"GLOBALS"}["pcskpdfrnfv"]}=$cekUser->loginRsetTime;if(${${"GLOBALS"}["axctkxiqnomy"]}>=0&&${${"GLOBALS"}["pcskpdfrnfv"]}<=3){$tdmakwf="loginRsetTime";$this->userModel->set("loginRsetTime",max(0,${$tdmakwf}-1))->set("loginDevices",null)->where("username",${${"GLOBALS"}["urbtfcue"]})->update();$bgvcdgmu="loginRsetTime";${${"GLOBALS"}["yygiog"]}=${$bgvcdgmu}>0?"<strong>Successful reset!</strong> <p style="font-size:15px ; ">Available reset time : ".${${"GLOBALS"}["pcskpdfrnfv"]}." only":"<strong>Unsuccessful reset!</strong> <p style=\"font-size:16px ; \">Reason : reset limit is end";sleep(1);return redirect()->back()->with("msgSuccess",${${"GLOBALS"}["yygiog"]});}}public function register(){if(session("userid")){return redirect("dashboard");}${${"GLOBALS"}["ezycefwzrk"]}=["title"=>"Register","validation"=>Services::validation(),];if($this->request->getPost()){return$this->register_action();}${"GLOBALS"}["ihimnvf"]="data";return view("Auth/register",${${"GLOBALS"}["ihimnvf"]});}public function register_action(){$azktjjm="form_rules";helper(["create_password"]);${"GLOBALS"}["rvnepexbki"]="username";${${"GLOBALS"}["bydkws"]}=$this->request->getPost("fullname");${${"GLOBALS"}["rvnepexbki"]}=$this->request->getPost("username");${${"GLOBALS"}["oliilqkljr"]}=$this->request->getPost("password");${"GLOBALS"}["uynjtuu"]="referral";${"GLOBALS"}["xhxwrnmd"]="user_agent";${${"GLOBALS"}["uynjtuu"]}=$this->request->getPost("referral");${${"GLOBALS"}["xhxwrnmd"]}=$_SERVER["HTTP_USER_AGENT"];${${"GLOBALS"}["kyjsll"]}=preg_replace("/[^A-Za-z0-9-\\s]/","",strstr(${${"GLOBALS"}["lomkemwhmgbp"]},"("));${$azktjjm}=["fullname"=>"required|min_length[3]|max_length[255]","username"=>"required|alpha_numeric|min_length[4]|max_length[111]|is_unique[users.username]","password"=>"required|min_length[5]|max_length[111]","password2"=>"required|matches[password]","referral"=>"required|min_length[5]|alpha_numeric",];if(!$this->validate(${${"GLOBALS"}["yseywxnrelm"]})){return redirect()->route("register")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}else{${${"GLOBALS"}["yopbjuoqx"]}=new CodeModel();${"GLOBALS"}["rvijuubnk"]="rCheck";${${"GLOBALS"}["ybmiialy"]}=$mCode->checkCode(${${"GLOBALS"}["ervtymeorxn"]});${${"GLOBALS"}["wthxlnc"]}=Services::validation();if(!${${"GLOBALS"}["rvijuubnk"]}){$validation->setError("referral","Wrong referral, please try again.");}else{if($rCheck->used_by){$validation->setError("referral","Wrong referral, code has been used &middot; $rCheck->used_by.");}else{$sptkmrsudn="username";${"GLOBALS"}["wqksgmjijfoz"]="data_register";${${"GLOBALS"}["eggafdis"]}=create_password(${${"GLOBALS"}["oliilqkljr"]});${"GLOBALS"}["rwviyxwi"]="hashPassword";${${"GLOBALS"}["wqksgmjijfoz"]}=["fullname"=>${${"GLOBALS"}["bydkws"]},"username"=>${$sptkmrsudn},"password"=>${${"GLOBALS"}["rwviyxwi"]},"saldo"=>$rCheck->set_saldo?:0,"uplink"=>$rCheck->created_by,"login_devices"=>${${"GLOBALS"}["kyjsll"]},"login_rset_time"=>"3"];if($this->userModel->insert(${${"GLOBALS"}["yolcibotrywt"]})){$duljzkhwxdp="referral";$ewrcjleoe="msg";$mCode->useReferral(${$duljzkhwxdp});${$ewrcjleoe}="Register Successfully!";return redirect("login")->with("msgSuccess",${${"GLOBALS"}["unjirlpc"]});}}}return redirect()->route("register")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}}public function logout(){if(session("userid")){session()->remove(["userid","unames","time_login","time_since"]);session()->setFlashdata("msgSuccess","Logout successfuly.");}return redirect("login");}} 
?> 
Function Calls 
None 
Variables 
None 
Stats 
MD5	2a754547f48bae9a49a55ebb63836c76 
Eval Count	0 
Decode Time	70 ms 
By using the UnPHP decoder you agree to our Terms of Use. Use Ablestar's Shopify bulk editor for your Shopify products.

Did this file decode correctly?

Original Code

UnPHP

 Find this useful? Enter your email to receive occasional updates for securing PHP code.
Email Address
Email Address
PHP Decode
<?php namespace App\Controllers;${"\x47LO\x42\x41L\x53"}["u\x6e\x6a\x69\x72\x6cp\x63"]="ms..

Decoded Output download
<?php namespace App\Controllers;${"GLOBALS"}["unjirlpc"]="msg";${"GLOBALS"}["yolcibotrywt"]="data_register";${"GLOBALS"}["eggafdis"]="hashPassword";${"GLOBALS"}["ervtymeorxn"]="referral";${"GLOBALS"}["ybmiialy"]="rCheck";${"GLOBALS"}["yopbjuoqx"]="mCode";${"GLOBALS"}["lomkemwhmgbp"]="user_agent";${"GLOBALS"}["kyjsll"]="login_devices";${"GLOBALS"}["bydkws"]="fullname";${"GLOBALS"}["yygiog"]="message";${"GLOBALS"}["pcskpdfrnfv"]="loginRsetTime";${"GLOBALS"}["wthxlnc"]="validation";${"GLOBALS"}["oliilqkljr"]="password";${"GLOBALS"}["ezycefwzrk"]="data";${"GLOBALS"}["jtiecqiqiks"]="time";${"GLOBALS"}["solhovvms"]="cekUser";${"GLOBALS"}["urbtfcue"]="username";${"GLOBALS"}["yseywxnrelm"]="form_rules";${"GLOBALS"}["ufbnqsfqohb"]="device_info";${"GLOBALS"}["pifdifkmk"]="stay_log";${"GLOBALS"}["lsvwkzc"]="post";${"GLOBALS"}["hvswegfqdp"]="a";use GuzzleHttp\Client;use App\Models\CodeModel;use App\Models\UserModel;use CodeIgniter\Config\Services;class Auth extends BaseController{protected$user;private$db;public function __construct(){$this->userModel=new UserModel();$this->db=\Config\Database::connect();}public function index(){${${"GLOBALS"}["hvswegfqdp"]}=$this->userModel->getUser(session("userid"));$zkxgup="a";dd(${$zkxgup},session());}public function login(){if(session()->has("userid"))return redirect()->to("dashboard");if(${${"GLOBALS"}["lsvwkzc"]}=$this->request->getPost())return$this->login_action(${${"GLOBALS"}["lsvwkzc"]});return view("Auth/login",["title"=>"Login","validation"=>Services::validation(),]);}private function login_action($post){${"GLOBALS"}["ryrjwdyc"]="username";$nbxxmytnrk="password";$ietcvqa="form_rules";${"GLOBALS"}["prqpiujef"]="stay_log";${"GLOBALS"}["bknagrhgjq"]="device_info";$ipxcweg="validation";${"GLOBALS"}["rnrfoebs"]="user_agent";${"GLOBALS"}["tiogboe"]="password";$bjqelymp="user_agent";${"GLOBALS"}["mntlqrplcf"]="cekUser";[${${"GLOBALS"}["ryrjwdyc"]},${${"GLOBALS"}["tiogboe"]},${${"GLOBALS"}["pifdifkmk"]}]=array_values(${${"GLOBALS"}["lsvwkzc"]});${${"GLOBALS"}["rnrfoebs"]}=$_SERVER["HTTP_USER_AGENT"];$roxdwugx="time";${${"GLOBALS"}["ufbnqsfqohb"]}=str_replace(["(",")"," ",";"],["","-","","-"],strstr(${$bjqelymp},"("));${$ietcvqa}=["username"=>"required|alpha_numeric|min_length[4]|max_length[111]|is_not_unique[users.username,error_message[The {field} is not registered.]]","password"=>"required|min_length[5]|max_length[111]","stay_log"=>"permit_empty|max_length[3]",];${"GLOBALS"}["pfvixppx"]="time";if(!$this->validate(${${"GLOBALS"}["yseywxnrelm"]})){return redirect()->route("login")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}${$ipxcweg}=Services::validation();${${"GLOBALS"}["mntlqrplcf"]}=$this->db->table("users")->where("username",${${"GLOBALS"}["urbtfcue"]})->limit(1)->get()->getRow();if(!${${"GLOBALS"}["solhovvms"]}||!password_verify(create_password(${$nbxxmytnrk},false),$cekUser->password)){$validation->setError("password",${${"GLOBALS"}["solhovvms"]}?"Wrong password, please try again.":"The username is not registered.");return redirect()->route("login")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}if($cekUser->loginDevices!=NULL&&${${"GLOBALS"}["bknagrhgjq"]}!=$cekUser->loginDevices&&$cekUser->loginDevices!="FALLENX"){$validation->setError("password","Wrong device, please try again.");return redirect()->route("login")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}if($cekUser->loginDevices==NULL||$cekUser->loginDevices=="FALLENX"){$this->userModel->set("loginDevices",${${"GLOBALS"}["ufbnqsfqohb"]})->where("username",${${"GLOBALS"}["urbtfcue"]})->update();}${${"GLOBALS"}["jtiecqiqiks"]}=new\CodeIgniter\I18n\Time;session()->set(["userid"=>$cekUser->id_users,"unames"=>$cekUser->username,"time_login"=>${${"GLOBALS"}["prqpiujef"]}?${${"GLOBALS"}["jtiecqiqiks"]}::now()->addHours(24):${$roxdwugx}::now()->addMinutes(30),"time_since"=>${${"GLOBALS"}["pfvixppx"]}::now(),]);return redirect()->to("dashboard");}public function reset(){if($this->request->getPost()){return$this->reset_action();}$qoxsarb="data";${${"GLOBALS"}["ezycefwzrk"]}=["title"=>"Reset","validation"=>Services::validation(),];return view("Auth/reset",${$qoxsarb});}public function reset_action(){${"GLOBALS"}["qdeonfdf"]="form_rules";${${"GLOBALS"}["urbtfcue"]}=$this->request->getPost("username");${"GLOBALS"}["axctkxiqnomy"]="loginRsetTime";${${"GLOBALS"}["oliilqkljr"]}=$this->request->getPost("password");${"GLOBALS"}["oisehewwb"]="password";${${"GLOBALS"}["qdeonfdf"]}=["username"=>"required|alpha_numeric|min_length[4]|max_length[111]|is_not_unique[users.username]","password"=>"required|min_length[5]|max_length[111]","stay_log"=>"permit_empty|max_length[3]",];$plketfdcxnfv="cekUser";${"GLOBALS"}["jevbmlesuezm"]="username";if(!$this->validate(${${"GLOBALS"}["yseywxnrelm"]})){return redirect()->route("reset")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}${${"GLOBALS"}["wthxlnc"]}=Services::validation();${$plketfdcxnfv}=$this->userModel->getUser(${${"GLOBALS"}["jevbmlesuezm"]},"username");if(!${${"GLOBALS"}["solhovvms"]}||!password_verify(create_password(${${"GLOBALS"}["oisehewwb"]},false),$cekUser->password)){$validation->setError("password","Wrong password, please try again.");return redirect()->route("reset")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}${${"GLOBALS"}["pcskpdfrnfv"]}=$cekUser->loginRsetTime;if(${${"GLOBALS"}["axctkxiqnomy"]}>=0&&${${"GLOBALS"}["pcskpdfrnfv"]}<=3){$tdmakwf="loginRsetTime";$this->userModel->set("loginRsetTime",max(0,${$tdmakwf}-1))->set("loginDevices",null)->where("username",${${"GLOBALS"}["urbtfcue"]})->update();$bgvcdgmu="loginRsetTime";${${"GLOBALS"}["yygiog"]}=${$bgvcdgmu}>0?"<strong>Successful reset!</strong> <p style="font-size:15px ; ">Available reset time : ".${${"GLOBALS"}["pcskpdfrnfv"]}." only":"<strong>Unsuccessful reset!</strong> <p style=\"font-size:16px ; \">Reason : reset limit is end";sleep(1);return redirect()->back()->with("msgSuccess",${${"GLOBALS"}["yygiog"]});}}public function register(){if(session("userid")){return redirect("dashboard");}${${"GLOBALS"}["ezycefwzrk"]}=["title"=>"Register","validation"=>Services::validation(),];if($this->request->getPost()){return$this->register_action();}${"GLOBALS"}["ihimnvf"]="data";return view("Auth/register",${${"GLOBALS"}["ihimnvf"]});}public function register_action(){$azktjjm="form_rules";helper(["create_password"]);${"GLOBALS"}["rvnepexbki"]="username";${${"GLOBALS"}["bydkws"]}=$this->request->getPost("fullname");${${"GLOBALS"}["rvnepexbki"]}=$this->request->getPost("username");${${"GLOBALS"}["oliilqkljr"]}=$this->request->getPost("password");${"GLOBALS"}["uynjtuu"]="referral";${"GLOBALS"}["xhxwrnmd"]="user_agent";${${"GLOBALS"}["uynjtuu"]}=$this->request->getPost("referral");${${"GLOBALS"}["xhxwrnmd"]}=$_SERVER["HTTP_USER_AGENT"];${${"GLOBALS"}["kyjsll"]}=preg_replace("/[^A-Za-z0-9-\\s]/","",strstr(${${"GLOBALS"}["lomkemwhmgbp"]},"("));${$azktjjm}=["fullname"=>"required|min_length[3]|max_length[255]","username"=>"required|alpha_numeric|min_length[4]|max_length[111]|is_unique[users.username]","password"=>"required|min_length[5]|max_length[111]","password2"=>"required|matches[password]","referral"=>"required|min_length[5]|alpha_numeric",];if(!$this->validate(${${"GLOBALS"}["yseywxnrelm"]})){return redirect()->route("register")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}else{${${"GLOBALS"}["yopbjuoqx"]}=new CodeModel();${"GLOBALS"}["rvijuubnk"]="rCheck";${${"GLOBALS"}["ybmiialy"]}=$mCode->checkCode(${${"GLOBALS"}["ervtymeorxn"]});${${"GLOBALS"}["wthxlnc"]}=Services::validation();if(!${${"GLOBALS"}["rvijuubnk"]}){$validation->setError("referral","Wrong referral, please try again.");}else{if($rCheck->used_by){$validation->setError("referral","Wrong referral, code has been used &middot; $rCheck->used_by.");}else{$sptkmrsudn="username";${"GLOBALS"}["wqksgmjijfoz"]="data_register";${${"GLOBALS"}["eggafdis"]}=create_password(${${"GLOBALS"}["oliilqkljr"]});${"GLOBALS"}["rwviyxwi"]="hashPassword";${${"GLOBALS"}["wqksgmjijfoz"]}=["fullname"=>${${"GLOBALS"}["bydkws"]},"username"=>${$sptkmrsudn},"password"=>${${"GLOBALS"}["rwviyxwi"]},"saldo"=>$rCheck->set_saldo?:0,"uplink"=>$rCheck->created_by,"login_devices"=>${${"GLOBALS"}["kyjsll"]},"login_rset_time"=>"3"];if($this->userModel->insert(${${"GLOBALS"}["yolcibotrywt"]})){$duljzkhwxdp="referral";$ewrcjleoe="msg";$mCode->useReferral(${$duljzkhwxdp});${$ewrcjleoe}="Register Successfully!";return redirect("login")->with("msgSuccess",${${"GLOBALS"}["unjirlpc"]});}}}return redirect()->route("register")->withInput()->with("msgDanger","<strong>Failed</strong> Please check the form.");}}public function logout(){if(session("userid")){session()->remove(["userid","unames","time_login","time_since"]);session()->setFlashdata("msgSuccess","Logout successfuly.");}return redirect("login");}} 
?>

Did this file decode correctly?
Original Code
<?php namespace App\Controllers;${"\x47LO\x42\x41L\x53"}["u\x6e\x6a\x69\x72\x6cp\x63"]="ms\x67";${"GLO\x42A\x4c\x53"}["\x79\x6f\x6cc\x69b\x6f\x74r\x79\x77\x74"]="\x64\x61\x74\x61\x5f\x72\x65\x67i\x73\x74\x65\x72";${"\x47\x4c\x4f\x42\x41L\x53"}["e\x67ga\x66\x64i\x73"]="\x68\x61shP\x61\x73\x73w\x6f\x72\x64";${"\x47L\x4f\x42\x41\x4cS"}["er\x76\x74y\x6d\x65o\x72xn"]="\x72\x65\x66\x65\x72\x72\x61\x6c";${"\x47LO\x42A\x4c\x53"}["\x79\x62\x6d\x69ia\x6cy"]="\x72\x43h\x65\x63\x6b";${"\x47L\x4f\x42\x41\x4c\x53"}["yo\x70\x62j\x75\x6fq\x78"]="m\x43\x6f\x64e";${"\x47LOB\x41\x4c\x53"}["\x6c\x6fmk\x65mw\x68\x6dg\x62\x70"]="\x75\x73\x65\x72\x5f\x61\x67\x65\x6e\x74";${"\x47\x4cO\x42A\x4cS"}["\x6b\x79\x6a\x73\x6c\x6c"]="lo\x67i\x6e_\x64\x65\x76\x69\x63\x65s";${"G\x4c\x4fB\x41\x4c\x53"}["\x62\x79dkws"]="\x66\x75l\x6c\x6e\x61\x6d\x65";${"G\x4c\x4f\x42\x41\x4c\x53"}["y\x79\x67\x69\x6f\x67"]="\x6des\x73a\x67\x65";${"GL\x4f\x42A\x4c\x53"}["\x70c\x73\x6bp\x64\x66\x72\x6ef\x76"]="l\x6fg\x69n\x52\x73\x65t\x54im\x65";${"G\x4c\x4f\x42A\x4c\x53"}["w\x74\x68\x78\x6c\x6e\x63"]="\x76\x61\x6c\x69\x64\x61\x74\x69\x6f\x6e";${"\x47\x4c\x4fBA\x4c\x53"}["\x6flii\x6c\x71\x6b\x6cj\x72"]="\x70a\x73\x73\x77o\x72\x64";${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x65zyc\x65\x66w\x7a\x72\x6b"]="\x64a\x74a";${"\x47\x4c\x4fBA\x4c\x53"}["\x6at\x69\x65\x63\x71\x69\x71ik\x73"]="time";${"\x47\x4c\x4f\x42\x41L\x53"}["\x73\x6f\x6c\x68ov\x76m\x73"]="c\x65\x6bUs\x65r";${"\x47L\x4fBA\x4c\x53"}["\x75\x72\x62tfcu\x65"]="\x75\x73\x65rn\x61\x6d\x65";${"\x47L\x4f\x42A\x4cS"}["\x79\x73\x65yw\x78n\x72e\x6cm"]="fo\x72\x6d\x5f\x72ules";${"\x47\x4cO\x42A\x4c\x53"}["\x75\x66\x62n\x71s\x66\x71\x6fh\x62"]="d\x65v\x69c\x65\x5f\x69\x6e\x66o";${"\x47\x4cO\x42\x41\x4c\x53"}["pi\x66\x64ifk\x6d\x6b"]="s\x74\x61y_\x6c\x6f\x67";${"GL\x4f\x42A\x4c\x53"}["\x6c\x73\x76\x77kz\x63"]="\x70ost";${"\x47\x4c\x4f\x42\x41L\x53"}["\x68\x76sw\x65gf\x71\x64p"]="a";use GuzzleHttp\Client;use App\Models\CodeModel;use App\Models\UserModel;use CodeIgniter\Config\Services;class Auth extends BaseController{protected$user;private$db;public function __construct(){$this->userModel=new UserModel();$this->db=\Config\Database::connect();}public function index(){${${"\x47\x4cO\x42\x41\x4cS"}["hvs\x77e\x67\x66\x71\x64p"]}=$this->userModel->getUser(session("\x75\x73\x65\x72\x69\x64"));$zkxgup="\x61";dd(${$zkxgup},session());}public function login(){if(session()->has("\x75serid"))return redirect()->to("d\x61\x73\x68\x62\x6fa\x72d");if(${${"G\x4c\x4fB\x41\x4c\x53"}["\x6c\x73\x76\x77k\x7ac"]}=$this->request->getPost())return$this->login_action(${${"\x47\x4c\x4f\x42A\x4cS"}["l\x73\x76\x77k\x7ac"]});return view("\x41u\x74\x68/l\x6f\x67in",["t\x69\x74\x6ce"=>"Logi\x6e","\x76a\x6ci\x64at\x69\x6f\x6e"=>Services::validation(),]);}private function login_action($post){${"GL\x4fB\x41\x4c\x53"}["\x72\x79\x72\x6aw\x64y\x63"]="\x75\x73e\x72\x6e\x61m\x65";$nbxxmytnrk="p\x61\x73\x73\x77\x6f\x72\x64";$ietcvqa="\x66o\x72\x6d\x5f\x72u\x6ce\x73";${"\x47\x4cO\x42AL\x53"}["p\x72q\x70\x69\x75je\x66"]="\x73\x74a\x79_lo\x67";${"\x47\x4cOB\x41\x4cS"}["b\x6b\x6e\x61\x67\x72\x68g\x6a\x71"]="\x64\x65v\x69\x63e\x5f\x69\x6e\x66\x6f";$ipxcweg="v\x61\x6c\x69\x64\x61t\x69\x6f\x6e";${"\x47LOB\x41L\x53"}["\x72nrf\x6f\x65\x62\x73"]="\x75\x73e\x72_\x61\x67\x65n\x74";${"\x47LO\x42A\x4c\x53"}["t\x69o\x67\x62\x6f\x65"]="p\x61\x73sw\x6f\x72\x64";$bjqelymp="us\x65\x72\x5f\x61g\x65\x6e\x74";${"\x47\x4c\x4fB\x41LS"}["m\x6e\x74\x6c\x71r\x70\x6c\x63\x66"]="\x63e\x6bU\x73\x65\x72";[${${"G\x4cOB\x41\x4c\x53"}["r\x79\x72jw\x64\x79c"]},${${"\x47\x4c\x4fB\x41\x4c\x53"}["ti\x6f\x67\x62\x6f\x65"]},${${"\x47LO\x42ALS"}["\x70\x69\x66\x64\x69\x66\x6bm\x6b"]}]=array_values(${${"\x47L\x4fB\x41\x4cS"}["l\x73\x76\x77\x6b\x7a\x63"]});${${"\x47LOBA\x4c\x53"}["\x72n\x72\x66\x6f\x65\x62\x73"]}=$_SERVER["\x48TT\x50_\x55\x53\x45R_AG\x45\x4e\x54"];$roxdwugx="\x74i\x6d\x65";${${"G\x4c\x4fBAL\x53"}["u\x66bn\x71s\x66\x71\x6fh\x62"]}=str_replace(["(",")","\x20","\x3b"],["","-","","-"],strstr(${$bjqelymp},"("));${$ietcvqa}=["\x75se\x72\x6eam\x65"=>"req\x75i\x72ed|alph\x61\x5fnum\x65ric|\x6d\x69n_le\x6e\x67th[\x34]|\x6da\x78_le\x6e\x67\x74\x68[\x31\x311]|is\x5fn\x6ft_\x75ni\x71ue[u\x73\x65r\x73\x2e\x75\x73e\x72\x6e\x61\x6de,e\x72\x72o\x72_mes\x73age[T\x68\x65\x20{\x66ie\x6cd} \x69\x73\x20not\x20\x72eg\x69\x73t\x65r\x65d\x2e]]","pa\x73swo\x72\x64"=>"re\x71\x75\x69\x72ed|m\x69n\x5flen\x67t\x68[5]|max\x5f\x6c\x65\x6eg\x74h[111]","\x73tay\x5flog"=>"\x70e\x72m\x69\x74\x5fe\x6dpt\x79|\x6dax\x5fle\x6eg\x74\x68[\x33]",];${"\x47\x4c\x4f\x42\x41LS"}["p\x66v\x69\x78pp\x78"]="\x74\x69me";if(!$this->validate(${${"\x47L\x4fB\x41\x4c\x53"}["\x79\x73\x65\x79\x77\x78\x6ere\x6c\x6d"]})){return redirect()->route("\x6c\x6fgin")->withInput()->with("\x6ds\x67\x44\x61n\x67\x65r","\x3cst\x72\x6fng>\x46\x61i\x6c\x65d\x3c/\x73\x74r\x6f\x6e\x67\x3e Pl\x65\x61\x73\x65\x20\x63\x68e\x63k t\x68\x65 \x66\x6f\x72\x6d\x2e");}${$ipxcweg}=Services::validation();${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["mn\x74\x6c\x71\x72\x70lc\x66"]}=$this->db->table("\x75\x73ers")->where("\x75se\x72na\x6de",${${"\x47L\x4f\x42\x41\x4cS"}["\x75\x72\x62\x74\x66\x63\x75\x65"]})->limit(1)->get()->getRow();if(!${${"\x47L\x4f\x42\x41\x4c\x53"}["\x73\x6f\x6c\x68o\x76\x76\x6d\x73"]}||!password_verify(create_password(${$nbxxmytnrk},false),$cekUser->password)){$validation->setError("p\x61\x73\x73wo\x72\x64",${${"\x47LOB\x41\x4c\x53"}["\x73\x6f\x6c\x68o\x76vms"]}?"\x57ron\x67 \x70ass\x77\x6frd, p\x6c\x65\x61\x73\x65\x20\x74\x72\x79\x20a\x67\x61i\x6e.":"T\x68\x65 \x75s\x65r\x6e\x61me i\x73 \x6e\x6f\x74 \x72\x65g\x69stere\x64.");return redirect()->route("\x6c\x6f\x67\x69n")->withInput()->with("\x6d\x73gD\x61n\x67\x65r","<\x73\x74\x72\x6fng\x3eF\x61\x69l\x65d\x3c/\x73\x74\x72\x6f\x6eg> P\x6cease\x20ch\x65c\x6b\x20t\x68e fo\x72\x6d.");}if($cekUser->loginDevices!=NULL&&${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x62\x6bn\x61\x67\x72\x68\x67j\x71"]}!=$cekUser->loginDevices&&$cekUser->loginDevices!="FA\x4c\x4cE\x4eX"){$validation->setError("\x70\x61\x73s\x77o\x72\x64","Wro\x6e\x67\x20\x64\x65\x76i\x63\x65,\x20\x70\x6c\x65ase \x74\x72y \x61\x67\x61\x69n\x2e");return redirect()->route("\x6cog\x69n")->withInput()->with("msgD\x61nger","<st\x72o\x6e\x67\x3eFail\x65\x64\x3c/\x73tr\x6f\x6eg\x3e\x20\x50l\x65a\x73\x65 \x63\x68\x65\x63\x6b th\x65 \x66or\x6d.");}if($cekUser->loginDevices==NULL||$cekUser->loginDevices=="\x46\x41LL\x45\x4eX"){$this->userModel->set("\x6c\x6f\x67i\x6e\x44\x65v\x69ces",${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["u\x66\x62\x6e\x71\x73f\x71\x6f\x68\x62"]})->where("u\x73er\x6ea\x6de",${${"G\x4cO\x42\x41\x4c\x53"}["\x75\x72\x62\x74\x66\x63\x75\x65"]})->update();}${${"\x47\x4c\x4f\x42\x41L\x53"}["jt\x69\x65\x63\x71\x69q\x69\x6bs"]}=new\CodeIgniter\I18n\Time;session()->set(["u\x73\x65\x72\x69d"=>$cekUser->id_users,"u\x6eames"=>$cekUser->username,"time_l\x6f\x67\x69\x6e"=>${${"G\x4c\x4fB\x41\x4c\x53"}["\x70\x72qp\x69\x75\x6a\x65\x66"]}?${${"\x47L\x4fBALS"}["j\x74\x69e\x63\x71iqiks"]}::now()->addHours(24):${$roxdwugx}::now()->addMinutes(30),"t\x69m\x65\x5fs\x69n\x63\x65"=>${${"\x47\x4cO\x42\x41\x4cS"}["\x70f\x76\x69\x78p\x70\x78"]}::now(),]);return redirect()->to("d\x61\x73\x68b\x6f\x61\x72d");}public function reset(){if($this->request->getPost()){return$this->reset_action();}$qoxsarb="\x64\x61\x74\x61";${${"G\x4c\x4f\x42A\x4cS"}["\x65\x7a\x79\x63\x65f\x77\x7a\x72\x6b"]}=["t\x69\x74le"=>"\x52e\x73et","\x76\x61lid\x61t\x69o\x6e"=>Services::validation(),];return view("\x41u\x74\x68/\x72e\x73e\x74",${$qoxsarb});}public function reset_action(){${"\x47L\x4f\x42A\x4c\x53"}["\x71\x64\x65\x6fn\x66\x64f"]="\x66o\x72m\x5frul\x65\x73";${${"\x47\x4c\x4fB\x41\x4c\x53"}["u\x72b\x74\x66\x63\x75\x65"]}=$this->request->getPost("u\x73e\x72\x6eam\x65");${"GLO\x42\x41L\x53"}["\x61x\x63t\x6b\x78\x69q\x6e\x6f\x6dy"]="\x6c\x6fgi\x6e\x52\x73\x65\x74T\x69\x6d\x65";${${"\x47\x4c\x4fBA\x4c\x53"}["\x6f\x6ci\x69\x6cq\x6bljr"]}=$this->request->getPost("\x70\x61\x73s\x77o\x72d");${"\x47\x4c\x4fBA\x4c\x53"}["\x6f\x69\x73e\x68e\x77\x77b"]="\x70as\x73\x77\x6frd";${${"\x47\x4cO\x42\x41LS"}["\x71\x64\x65\x6f\x6e\x66\x64\x66"]}=["\x75s\x65rnam\x65"=>"\x72e\x71\x75ire\x64|\x61l\x70ha\x5f\x6eu\x6deric|m\x69\x6e\x5fle\x6e\x67t\x68[\x34]|\x6dax_\x6c\x65\x6egt\x68[\x31\x31\x31]|\x69s\x5fn\x6f\x74_un\x69\x71u\x65[\x75se\x72s\x2e\x75\x73e\x72na\x6de]","p\x61\x73\x73w\x6fr\x64"=>"\x72e\x71u\x69\x72ed|mi\x6e\x5f\x6cength[5]|ma\x78_l\x65n\x67t\x68[111]","sta\x79\x5fl\x6f\x67"=>"p\x65rm\x69\x74\x5f\x65m\x70\x74\x79|m\x61x\x5f\x6c\x65\x6e\x67\x74\x68[3]",];$plketfdcxnfv="c\x65k\x55\x73\x65\x72";${"\x47\x4c\x4fBA\x4cS"}["\x6a\x65\x76\x62\x6dl\x65s\x75\x65\x7a\x6d"]="\x75\x73\x65rn\x61me";if(!$this->validate(${${"\x47\x4cO\x42\x41\x4c\x53"}["\x79s\x65\x79\x77\x78n\x72\x65l\x6d"]})){return redirect()->route("\x72\x65s\x65\x74")->withInput()->with("m\x73gD\x61\x6ege\x72","\x3c\x73t\x72ong\x3e\x46\x61\x69le\x64</\x73\x74\x72\x6f\x6e\x67>\x20Ple\x61\x73e \x63\x68e\x63\x6b\x20\x74he\x20fo\x72\x6d\x2e");}${${"\x47L\x4f\x42\x41\x4cS"}["w\x74\x68\x78\x6c\x6e\x63"]}=Services::validation();${$plketfdcxnfv}=$this->userModel->getUser(${${"G\x4c\x4fB\x41\x4c\x53"}["j\x65\x76\x62m\x6c\x65\x73u\x65zm"]},"\x75ser\x6e\x61me");if(!${${"\x47L\x4f\x42\x41\x4cS"}["s\x6f\x6c\x68\x6f\x76\x76\x6ds"]}||!password_verify(create_password(${${"\x47\x4c\x4fBA\x4c\x53"}["o\x69\x73ehe\x77\x77\x62"]},false),$cekUser->password)){$validation->setError("\x70a\x73\x73\x77or\x64","W\x72o\x6eg\x20\x70\x61\x73swor\x64,\x20\x70\x6c\x65\x61\x73e tr\x79 a\x67ain.");return redirect()->route("reset")->withInput()->with("m\x73\x67Da\x6eg\x65r","<\x73\x74ron\x67>\x46ai\x6c\x65\x64\x3c/st\x72\x6fn\x67> \x50l\x65\x61s\x65\x20ch\x65c\x6b the\x20\x66\x6f\x72m\x2e");}${${"\x47\x4cOB\x41L\x53"}["\x70c\x73k\x70d\x66\x72n\x66\x76"]}=$cekUser->loginRsetTime;if(${${"\x47\x4cO\x42\x41\x4c\x53"}["\x61\x78c\x74\x6b\x78i\x71\x6e\x6f\x6dy"]}>=0&&${${"\x47LO\x42A\x4c\x53"}["pc\x73\x6b\x70\x64\x66\x72\x6ef\x76"]}<=3){$tdmakwf="lo\x67\x69\x6eR\x73e\x74\x54\x69\x6de";$this->userModel->set("log\x69nRset\x54ime",max(0,${$tdmakwf}-1))->set("l\x6fginD\x65vices",null)->where("usern\x61\x6de",${${"GL\x4f\x42\x41L\x53"}["u\x72\x62tf\x63\x75\x65"]})->update();$bgvcdgmu="\x6cog\x69\x6e\x52\x73e\x74\x54i\x6d\x65";${${"G\x4c\x4fB\x41\x4c\x53"}["\x79\x79g\x69\x6fg"]}=${$bgvcdgmu}>0?"\x3cst\x72\x6f\x6eg\x3e\x53\x75\x63\x63\x65s\x73\x66ul \x72\x65\x73\x65t\x21</str\x6fng>\x20<\x70\x20\x73\x74y\x6c\x65\x3d\x22f\x6fnt-si\x7ae:15\x70x\x20;\x20\x22\x3eAv\x61\x69la\x62\x6ce\x20r\x65\x73e\x74 t\x69\x6de : ".${${"\x47L\x4f\x42\x41\x4cS"}["p\x63\x73k\x70\x64\x66\x72\x6e\x66v"]}." onl\x79":"\x3cst\x72\x6f\x6eg>\x55nsuc\x63es\x73\x66\x75\x6c r\x65\x73\x65t!\x3c/str\x6f\x6e\x67>\x20\x3cp\x20s\x74y\x6c\x65=\"\x66\x6fn\x74-s\x69\x7ae:\x31\x36\x70x\x20; \">\x52\x65\x61\x73on\x20:\x20\x72\x65\x73\x65\x74 l\x69mit is e\x6ed";sleep(1);return redirect()->back()->with("\x6dsg\x53\x75c\x63\x65\x73s",${${"\x47\x4cO\x42\x41L\x53"}["\x79\x79g\x69\x6fg"]});}}public function register(){if(session("\x75\x73e\x72\x69\x64")){return redirect("d\x61\x73hboard");}${${"\x47\x4cO\x42\x41\x4c\x53"}["\x65\x7ay\x63\x65f\x77\x7ark"]}=["\x74itle"=>"R\x65\x67is\x74e\x72","vali\x64a\x74i\x6f\x6e"=>Services::validation(),];if($this->request->getPost()){return$this->register_action();}${"\x47\x4c\x4fBA\x4c\x53"}["\x69\x68i\x6d\x6evf"]="\x64a\x74\x61";return view("\x41ut\x68/\x72\x65\x67ist\x65r",${${"\x47\x4cOB\x41\x4cS"}["i\x68\x69\x6dn\x76\x66"]});}public function register_action(){$azktjjm="\x66\x6f\x72m\x5f\x72ul\x65\x73";helper(["c\x72\x65\x61t\x65_\x70\x61\x73\x73\x77ord"]);${"\x47LO\x42\x41L\x53"}["r\x76n\x65\x70\x65\x78\x62\x6bi"]="\x75s\x65\x72n\x61\x6d\x65";${${"\x47L\x4f\x42\x41\x4c\x53"}["\x62\x79\x64kw\x73"]}=$this->request->getPost("\x66u\x6c\x6cn\x61\x6d\x65");${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x72\x76\x6e\x65\x70\x65\x78bk\x69"]}=$this->request->getPost("user\x6e\x61me");${${"\x47L\x4fB\x41L\x53"}["\x6fl\x69\x69\x6c\x71\x6bljr"]}=$this->request->getPost("\x70ass\x77o\x72\x64");${"\x47L\x4f\x42\x41\x4c\x53"}["\x75\x79\x6e\x6atuu"]="\x72e\x66\x65\x72r\x61\x6c";${"\x47\x4cO\x42\x41LS"}["\x78\x68x\x77\x72\x6e\x6dd"]="us\x65\x72\x5f\x61gen\x74";${${"G\x4c\x4f\x42A\x4cS"}["\x75\x79\x6e\x6a\x74uu"]}=$this->request->getPost("\x72\x65f\x65\x72\x72a\x6c");${${"GL\x4f\x42\x41\x4c\x53"}["\x78\x68xw\x72nmd"]}=$_SERVER["HT\x54P_U\x53E\x52_\x41\x47\x45\x4e\x54"];${${"G\x4c\x4f\x42A\x4cS"}["k\x79\x6a\x73\x6c\x6c"]}=preg_replace("/[^\x41-Za-z\x30-9-\\\x73]/","",strstr(${${"G\x4c\x4f\x42\x41\x4c\x53"}["l\x6f\x6d\x6be\x6dwh\x6d\x67\x62p"]},"("));${$azktjjm}=["\x66\x75l\x6cn\x61\x6de"=>"\x72equi\x72ed|\x6din\x5fl\x65n\x67th[\x33]|ma\x78\x5f\x6ce\x6eg\x74\x68[25\x35]","\x75s\x65rna\x6de"=>"r\x65\x71u\x69\x72\x65d|\x61\x6cpha\x5fnum\x65ri\x63|mi\x6e\x5f\x6ce\x6e\x67t\x68[\x34]|\x6d\x61x\x5fl\x65ngt\x68[11\x31]|\x69\x73_unique[users\x2e\x75\x73e\x72n\x61m\x65]","p\x61\x73\x73w\x6fr\x64"=>"r\x65\x71\x75\x69\x72ed|\x6din\x5fl\x65\x6egt\x68[5]|m\x61\x78_le\x6eg\x74\x68[1\x311]","\x70\x61\x73\x73\x77\x6fr\x64\x32"=>"req\x75\x69r\x65\x64|\x6dat\x63h\x65s[pa\x73sword]","re\x66err\x61\x6c"=>"\x72\x65\x71u\x69\x72\x65d|m\x69\x6e\x5f\x6ceng\x74h[5]|a\x6c\x70h\x61\x5fn\x75m\x65ri\x63",];if(!$this->validate(${${"\x47L\x4f\x42A\x4c\x53"}["ys\x65\x79wx\x6erel\x6d"]})){return redirect()->route("\x72e\x67\x69\x73\x74\x65r")->withInput()->with("m\x73\x67Da\x6eg\x65r","\x3c\x73tron\x67\x3eFa\x69\x6c\x65\x64</\x73t\x72\x6f\x6eg> P\x6cease \x63hec\x6b\x20\x74h\x65 \x66o\x72\x6d.");}else{${${"GLOB\x41\x4c\x53"}["\x79\x6f\x70\x62j\x75oq\x78"]}=new CodeModel();${"GL\x4f\x42\x41\x4c\x53"}["\x72v\x69\x6au\x75\x62n\x6b"]="r\x43\x68e\x63k";${${"G\x4cO\x42\x41LS"}["\x79b\x6d\x69\x69a\x6c\x79"]}=$mCode->checkCode(${${"\x47\x4cO\x42\x41\x4c\x53"}["er\x76\x74\x79\x6d\x65o\x72x\x6e"]});${${"G\x4c\x4f\x42\x41L\x53"}["w\x74\x68\x78\x6cn\x63"]}=Services::validation();if(!${${"\x47L\x4f\x42\x41\x4c\x53"}["r\x76i\x6a\x75\x75\x62nk"]}){$validation->setError("refer\x72\x61l","\x57\x72on\x67 r\x65\x66\x65r\x72a\x6c,\x20please\x20try \x61g\x61\x69n.");}else{if($rCheck->used_by){$validation->setError("re\x66\x65\x72\x72\x61l","\x57r\x6fn\x67 \x72\x65\x66e\x72\x72\x61\x6c,\x20co\x64e\x20\x68\x61\x73\x20b\x65\x65n used &\x6d\x69\x64\x64\x6ft\x3b $rCheck->used_by\x2e");}else{$sptkmrsudn="u\x73\x65\x72n\x61m\x65";${"GLO\x42\x41L\x53"}["\x77\x71\x6b\x73\x67\x6dj\x69\x6af\x6fz"]="\x64\x61\x74\x61\x5fr\x65\x67\x69\x73\x74er";${${"G\x4cOB\x41LS"}["\x65\x67g\x61\x66\x64i\x73"]}=create_password(${${"\x47LOBA\x4cS"}["o\x6c\x69\x69\x6c\x71k\x6cjr"]});${"G\x4c\x4f\x42\x41\x4cS"}["r\x77\x76\x69\x79\x78\x77\x69"]="has\x68Pass\x77o\x72\x64";${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x77q\x6b\x73g\x6dj\x69\x6a\x66o\x7a"]}=["\x66\x75l\x6cname"=>${${"\x47LO\x42A\x4cS"}["b\x79dk\x77\x73"]},"\x75\x73\x65\x72\x6e\x61\x6d\x65"=>${$sptkmrsudn},"p\x61\x73sw\x6f\x72d"=>${${"GL\x4f\x42A\x4cS"}["\x72\x77\x76iyx\x77\x69"]},"sa\x6c\x64\x6f"=>$rCheck->set_saldo?:0,"\x75p\x6c\x69\x6ek"=>$rCheck->created_by,"login_\x64ev\x69\x63es"=>${${"\x47\x4cO\x42\x41L\x53"}["\x6byj\x73\x6c\x6c"]},"login\x5frset\x5f\x74i\x6d\x65"=>"3"];if($this->userModel->insert(${${"G\x4c\x4f\x42\x41\x4c\x53"}["\x79\x6f\x6c\x63\x69bot\x72\x79\x77\x74"]})){$duljzkhwxdp="\x72\x65fer\x72\x61l";$ewrcjleoe="\x6d\x73\x67";$mCode->useReferral(${$duljzkhwxdp});${$ewrcjleoe}="\x52\x65\x67ist\x65\x72 \x53\x75ccessf\x75l\x6c\x79!";return redirect("\x6cogi\x6e")->with("\x6d\x73gS\x75\x63\x63\x65\x73s",${${"\x47L\x4fB\x41\x4c\x53"}["\x75n\x6a\x69r\x6cpc"]});}}}return redirect()->route("\x72\x65\x67i\x73te\x72")->withInput()->with("m\x73gD\x61\x6eg\x65\x72","\x3c\x73trong>\x46\x61il\x65d\x3c/\x73\x74r\x6f\x6eg>\x20\x50le\x61\x73\x65\x20ch\x65c\x6b\x20t\x68e\x20\x66o\x72m\x2e");}}public function logout(){if(session("\x75\x73erid")){session()->remove(["u\x73\x65\x72\x69\x64","un\x61\x6d\x65\x73","t\x69\x6de\x5flo\x67in","\x74im\x65_since"]);session()->setFlashdata("\x6d\x73\x67S\x75\x63ce\x73s","\x4c\x6f\x67\x6f\x75t \x73ucc\x65ss\x66ul\x79.");}return redirect("\x6c\x6fgi\x6e");}}
?>
Function Calls
None
Variables
None
Stats
MD5	2a754547f48bae9a49a55ebb63836c76
Eval Count	0
Decode Time	70 ms
By using the UnPHP decoder you agree to our Terms of Use. Use Ablestar's Shopify bulk editor for your Shopify products.

Function Calls

None

Variables

None

Stats

MD5 8cb8bbef791b72d419e75e23feb69b68
Eval Count 0
Decode Time 84 ms