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 defined("\102\x41\123\105\120\101\x54\x48") or die("\116\x6f\x20\144\151\162\x65\1..
Decoded Output download
<?php
defined("BASEPATH") or die("No direct script access allowed"); class Leaderboard extends Member_Controller { public function _construct() { parent::_construct(); $this->load->model("m_leaderboard"); $this->load->helper("string"); } public function index() { $this->data["page"] = "Leaderboard"; $this->data["timestamp"] = $this->data["settings"]["leaderboard_time"]; $this->data["activity"] = $this->m_leaderboard->getTopLink($this->data["settings"]["leaderboard_time"]); $this->data["referral"] = $this->m_leaderboard->getTopReferral($this->data["settings"]["leaderboard_time"]); $this->data["all"] = $this->m_leaderboard->getTopActivity($this->data["settings"]["leaderboard_time"]); $this->data["rewards"] = array(5000,3000,2000,1500,1000); $this->render("leaderboard", $this->data); } } ?>
Did this file decode correctly?
Original Code
<?php
defined("\102\x41\123\105\120\101\x54\x48") or die("\116\x6f\x20\144\151\162\x65\143\x74\x20\163\143\x72\151\160\x74\x20\x61\143\143\145\x73\163\x20\x61\154\x6c\157\167\x65\144"); class Leaderboard extends Member_Controller { public function _construct() { parent::_construct(); $this->load->model("\x6d\x5f\x6c\145\x61\x64\145\162\x62\157\x61\x72\x64"); $this->load->helper("\x73\164\162\151\156\x67"); } public function index() { $this->data["\x70\x61\147\x65"] = "\x4c\x65\141\144\x65\162\142\157\141\162\144"; $this->data["\x74\x69\x6d\x65\163\164\x61\155\160"] = $this->data["\x73\145\164\164\151\156\x67\x73"]["\x6c\145\x61\x64\x65\162\142\157\141\x72\144\x5f\164\x69\x6d\145"]; $this->data["\141\143\164\x69\x76\151\164\x79"] = $this->m_leaderboard->getTopLink($this->data["\x73\x65\164\x74\151\x6e\147\x73"]["\154\x65\141\144\145\162\x62\x6f\141\x72\x64\137\164\x69\155\145"]); $this->data["\x72\x65\x66\145\x72\x72\141\x6c"] = $this->m_leaderboard->getTopReferral($this->data["\163\145\x74\x74\x69\x6e\147\163"]["\154\145\141\x64\x65\x72\x62\157\141\162\x64\137\164\151\x6d\x65"]); $this->data["\x61\154\154"] = $this->m_leaderboard->getTopActivity($this->data["\163\x65\x74\164\151\x6e\147\x73"]["\154\145\141\x64\x65\x72\142\x6f\x61\x72\144\x5f\164\151\x6d\x65"]); $this->data["\x72\145\x77\141\x72\144\163"] = array(5000,3000,2000,1500,1000); $this->render("\x6c\x65\141\x64\x65\162\x62\x6f\x61\x72\x64", $this->data); } }
Function Calls
defined | 1 |
Stats
MD5 | 7df44adafc6f724fbbc145346f72238f |
Eval Count | 0 |
Decode Time | 268 ms |