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

Signing you up...

Thank you for signing up!

PHP Decode

<?php goto LsuPB; IBpHv: define("\x44\102\x5f\x55\123\105\x52", "\x75\x37\66\66\66\61\x3..

Decoded Output download

<?php 
 goto LsuPB; IBpHv: define("DB_USER", "u766612249_pdo"); goto rbv_a; LsuPB: date_default_timezone_set("Europe/London"); goto ASrpf; VKuaK: define("DB_HOST", "localhost"); goto IBpHv; Sk9IH: define("SUPPORT_EMAIL", "[email protected]"); goto y01SD; gt0Mf: define("SMTP_USER", "[email protected]"); goto Qnx8O; Qnx8O: define("SMTP_PASS", "@Forex123"); goto VKuaK; zZ3ot: define("SMTP_PORT", "459"); goto gt0Mf; rbv_a: define("DB_PASS", "@Fresh1020"); goto nj720; y01SD: define("SMTP_HOST", "maxtradeprofit.live"); goto zZ3ot; Ov4Z8: class Core { private $host = "localhost"; private $user = "u766612249_pdo"; private $pass = "@Fresh1020"; private $dbname = "u766612249_pdo"; private $error; private $dbh; private $stmt; public function __construct() { $dsn = "mysql:host=" . $this->host . ";dbname=" . $this->dbname; $options = array(PDO::ATTR_PERSISTENT => true, PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION); try { $this->dbh = new PDO($dsn, $this->user, $this->pass, $options); } catch (PDOException $e) { $this->error = $e->getMessage(); } } public function query($query) { $this->stmt = $this->dbh->prepare($query); } public function bind($param, $value, $type = null) { if (is_null($type)) { switch (true) { case is_int($value): $type = PDO::PARAM_INT; break; case is_bool($value): $type = PDO::PARAM_BOOL; break; case is_null($value): $type = PDO::PARAM_NULL; break; default: $type = PDO::PARAM_STR; break; } } $this->stmt->bindValue($param, $value, $type); } public function execute() { return $this->stmt->execute(); } public function resultset() { $this->execute(); return $this->stmt->fetchAll(PDO::FETCH_ASSOC); } public function totalcount() { $this->execute(); return $this->stmt->rowCount(); } public function sing() { $this->execute(); return $this->stmt->fetch(PDO::FETCH_OBJ); } public function suming() { $this->execute(); return $this->stmt->fetch(PDO::FETCH_ASSOC); } } goto DPedb; nj720: define("DB_NAME", "u766612249_pdo"); goto Ov4Z8; ASrpf: define("SITE_NAME", "Max Trade Profit"); goto Sk9IH; DPedb: ?>

Did this file decode correctly?

Original Code

<?php
 goto LsuPB; IBpHv: define("\x44\102\x5f\x55\123\105\x52", "\x75\x37\66\66\66\61\x32\x32\64\71\137\160\x64\x6f"); goto rbv_a; LsuPB: date_default_timezone_set("\105\165\x72\157\x70\x65\57\114\x6f\156\x64\x6f\156"); goto ASrpf; VKuaK: define("\x44\102\137\x48\x4f\x53\x54", "\x6c\157\x63\141\154\x68\x6f\163\x74"); goto IBpHv; Sk9IH: define("\x53\125\120\120\117\122\124\137\x45\115\101\111\x4c", "\163\165\160\x70\x6f\x72\x74\100\x6d\x61\x78\164\x72\141\144\x65\160\x72\157\146\x69\164\56\x6c\151\166\x65"); goto y01SD; gt0Mf: define("\x53\115\124\120\137\125\123\105\x52", "\163\165\160\x70\x6f\162\164\x40\x6d\x61\x78\164\162\x61\x64\145\160\162\157\x66\151\x74\x2e\154\151\x76\145"); goto Qnx8O; Qnx8O: define("\123\115\x54\x50\x5f\x50\x41\123\x53", "\100\106\157\162\145\170\x31\x32\x33"); goto VKuaK; zZ3ot: define("\x53\x4d\x54\120\x5f\120\x4f\x52\124", "\64\x35\x39"); goto gt0Mf; rbv_a: define("\104\x42\137\120\x41\x53\x53", "\100\x46\162\145\x73\150\x31\60\62\x30"); goto nj720; y01SD: define("\x53\x4d\124\x50\137\x48\x4f\123\x54", "\x6d\x61\170\x74\x72\x61\144\x65\160\x72\157\146\x69\x74\x2e\x6c\x69\x76\145"); goto zZ3ot; Ov4Z8: class Core { private $host = "\154\x6f\x63\x61\x6c\x68\157\x73\x74"; private $user = "\165\x37\66\x36\x36\x31\62\x32\x34\71\x5f\x70\x64\157"; private $pass = "\100\106\162\x65\x73\150\x31\60\x32\x30"; private $dbname = "\x75\x37\66\x36\x36\61\62\62\64\71\x5f\x70\x64\x6f"; private $error; private $dbh; private $stmt; public function __construct() { $dsn = "\x6d\x79\x73\x71\154\72\150\157\x73\164\75" . $this->host . "\x3b\144\142\156\x61\x6d\x65\75" . $this->dbname; $options = array(PDO::ATTR_PERSISTENT => true, PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION); try { $this->dbh = new PDO($dsn, $this->user, $this->pass, $options); } catch (PDOException $e) { $this->error = $e->getMessage(); } } public function query($query) { $this->stmt = $this->dbh->prepare($query); } public function bind($param, $value, $type = null) { if (is_null($type)) { switch (true) { case is_int($value): $type = PDO::PARAM_INT; break; case is_bool($value): $type = PDO::PARAM_BOOL; break; case is_null($value): $type = PDO::PARAM_NULL; break; default: $type = PDO::PARAM_STR; break; } } $this->stmt->bindValue($param, $value, $type); } public function execute() { return $this->stmt->execute(); } public function resultset() { $this->execute(); return $this->stmt->fetchAll(PDO::FETCH_ASSOC); } public function totalcount() { $this->execute(); return $this->stmt->rowCount(); } public function sing() { $this->execute(); return $this->stmt->fetch(PDO::FETCH_OBJ); } public function suming() { $this->execute(); return $this->stmt->fetch(PDO::FETCH_ASSOC); } } goto DPedb; nj720: define("\x44\102\x5f\116\101\115\x45", "\165\x37\x36\x36\x36\61\62\62\x34\x39\x5f\x70\144\x6f"); goto Ov4Z8; ASrpf: define("\123\111\x54\x45\137\116\x41\115\105", "\x4d\141\170\40\x54\x72\x61\x64\145\x20\x50\x72\x6f\x66\x69\x74"); goto Sk9IH; DPedb: ?>

Function Calls

None

Variables

None

Stats

MD5 b3a02042bc3e7d76ece8b31efd0b9f74
Eval Count 0
Decode Time 114 ms