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 class addon extends xxfseo_IlIllIIIIIllIllIllIIIIIlIlIlIIII{public $info=array(); ..

Decoded Output download

<?php 
 class addon extends xxfseo_IlIllIIIIIllIllIllIIIIIlIlIlIIII{public $info=array(); public $config=array(); public $addon_path=''; public $config_file=''; public function __construct(){$this->addon_path=ADDONS_PATH.$this->getName(); if(is_file($this->addon_path.'/config.php')){$this->config_file=$this->addon_path.'/config.php'; $this->config=require($this->config_file); } $this->tplConf('template_dir',$this->addon_path.'/template'); $this->tplConf('compile_dir',TPLCACHE_PATH.'addon/'.$this->getName()); $this->tplConf('caching',false); $this->view()->template->compile_check=true; } final function fetch($templateFile=''){return $this->view()->fetch($templateFile); } final protected function display($template=''){return $this->view()->display($template); } final protected function assign($name,$value=''){$this->view()->assign($name,$value); return $this; } final public function getName(){$class=get_class($this); return substr($class,0,-5); } }  ?>

Did this file decode correctly?

Original Code

<?php
 class addon extends xxfseo_IlIllIIIIIllIllIllIIIIIlIlIlIIII{public $info=array(); public $config=array(); public $addon_path=''; public $config_file=''; public function __construct(){$this->addon_path=ADDONS_PATH.$this->getName(); if(is_file($this->addon_path.'/config.php')){$this->config_file=$this->addon_path.'/config.php'; $this->config=require($this->config_file); } $this->tplConf('template_dir',$this->addon_path.'/template'); $this->tplConf('compile_dir',TPLCACHE_PATH.'addon/'.$this->getName()); $this->tplConf('caching',false); $this->view()->template->compile_check=true; } final function fetch($templateFile=''){return $this->view()->fetch($templateFile); } final protected function display($template=''){return $this->view()->display($template); } final protected function assign($name,$value=''){$this->view()->assign($name,$value); return $this; } final public function getName(){$class=get_class($this); return substr($class,0,-5); } } 

Function Calls

None

Variables

None

Stats

MD5 21a49ff6169efb7074bb30a4325c3943
Eval Count 0
Decode Time 56 ms