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 eval(base64_decode(gzuncompress(base64_decode('eJydVVubojgQ/UH7Ath268M8ADYhiKjINW+G..

Decoded Output download

<?php

namespace SamosMC\sProtector;

use SamosMC\sProtector\comandos\backupCommand;
use SamosMC\sProtector\comandos\sProtect;
use pocketmine\plugin\PluginBase;
use pocketmine\utils\Config;

class Main extends PluginBase {
    public $mundos;
    public $msg;
    public $sProtect;
    public function onEnable() {
        define ( "logoS", "f[4scProtectorf]r " );
        @mkdir ( $this->getDataFolder () );
        $this->saveResource ( "mundosProtegidos.yml" );
        $this->saveResource ( "Msg&Config.yml" );
        $this->saveResource("Tudo-Sobre-O-Plugin.yml");
        $this->getServer ()->getPluginManager ()->registerEvents ( new Eventos ( $this ), $this );
        $this->getServer ()->getCommandMap ()->register ( "proteger", new sProtect ( $this ) );
        $this->getServer ()->getCommandMap ()->register ( "backup", new backupCommand ( $this ) );
        $this->sProtect = new sProtect ( $this );
        $this->mundos = new Config ( $this->getDataFolder () . "mundosProtegidos.yml", Config::YAML );
        $this->msg = new Config ( $this->getDataFolder () . "Msg&Config.yml", Config::YAML );
        $this->getServer ()->getLogger ()->info ( logoS . "aPlugin ATIVADO COM SUCESSO!" );
        $this->getServer ()->getLogger ()->info ( logoS . "7Plugin by: SamosMC & zRetzZera" );
        $this->getServer ()->getLogger ()->info ( logoS . "7Verso do plugin: 1.0.0" );
        $utils = new Utils($this);
        $utils->sistemasStatus();
         
    }
    
    public function onDisable(){
        $this->getServer()->getLogger()->info(logoS."cO plugin foi desabilitado!");
        $this->getServer()->getLogger()->info(logoS."7Canal do criador: https://bit.ly/2kxlqZS");
        $this->msg->save(true);
        $this->mundos->save(true);
    }
    
}

Did this file decode correctly?

Original Code

<?php
eval(base64_decode(gzuncompress(base64_decode('eJydVVubojgQ/UH7Ath268M8ADYhiKjINW+GzCKSIDMqCr9+CsHLdq87PfvA90ESKlWnzjm1mIxPa1Od6mK4oWHQJMjYkpXmxaFcJZI8iUxnmYixREJHogP8pqelnCh+6ivGgQ4cZymfG9+0KoaCLUPjOkJORUPjSNC4iZC1iZWDnLy3a/KGiuWbXgTN8/hWEivjQxwOc4idJLJW04HL48HtvxNVnJ8kcg/rcMgjU9uzkJWUn5fUDApY0+PI4fNTl2OCxtu1Ekg05EcSnGWG+D6RzxOqDMU6TNpathQZTVJrTgxnMApeoI4jMWepj84yUfhxKYz23jc9U1OsaycWWvt1OEstJMtUuFXS7KdYhz1Tk2NxLuNazWnkFPPTLm3XEzPIKOJbrLt3nCYf/9EEC4eAH69oplU0D44x3ENWaYnN/uzl0XISkpIKP53qKsQdF1SeZTa8n34wEY6mhWMu9FJ5xNSGb8Jgv8Y6TqfeP+KpNDzk6wi38XKGNmVSS38RwMxFhhT7pKLI5Umm7qYrtbzW1D2utEa8sb1hE0eE+yJo6CCoY6XPLQouHOhrht4AVvVwSMNThvW8x7N7LNPdraPZYVE4GyaCFYmcikUW8FDdYd1yEiURS2V8JIIXdsEP9FMd99wTxVBIYPFEGcuJcPhUt3wGd9uBU8WFxW1/dLj2to/1rK4CeOaRyFLIBZ/8sBCMM6PnXN7y2ShuexAbYjZQa+0CHrRwG6ynKRXBAL8HCgmH0IvZA85qaT+8/1EONz25Thypn+5v78VFpx3oZY2zU5fHg9baMz3u6X/09v/fL3rt63iP0ZCzWsvi0PnJIg30J180/sUc7rrR1XEf63Ftdz37lFei12p9+//qAV/h/RE4eGCdJ/X4sbLlds+fPW7xEKQkze419A3H05/WcgAup4uVdiRRkl45/YBDj6+7YchAVDnnPe6pnamZB75i5f1dvZZs/VbL65xzzfNPT7XR1ucDH0BjbY/Kvr8zqrA7jwV4pRjBu7aH9cqv2/pbDzF6j31Jl4FrBbnx7gGOniSlvhxM3MDxvPr9ubYv2nF4UpAe1y4fDzzswtEuH/A2Ul1003nbpe7Tj2Rw1SxG1nCe3ecH1uP0O7c4M8s18HSDsz/l8rkiCrvlBDNE0Bo4hdr1sYf1lxTvwVdlyLtYTHbKKCVoBLOly2eeqWd7qx5n/+ZJkVtSmCXXfgfd967H5GOe3Xy6eNhFRweYZR7wQGLRbPchdtrPo3GP9W/miVuCL8K88HfT6Pfc+IzNvTfTHhc7aznhLPB1BmeaoEoO2AQNzK4SZp4Ug+/i1Zf89RMfHri467lwvPRBclrfBU+B2Mip16EBusSvGG0kZmrNPBtVseCSLc5Du7F+fkfnc8hn2TNNtLP6OsOmpluz0H+q3c4DrnPK3zHTksnqyvd7L/5efvv2C21wJZU='))));
?>

Function Calls

gzuncompress 1
base64_decode 2

Variables

None

Stats

MD5 09f37c1a4819bb1b5da3594218498da1
Eval Count 1
Decode Time 100 ms