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 use pocketmine\Server; use pocketmine\plugin\PluginBase; use pocketmine\event\Lis..

Decoded Output download

<?php 
use pocketmine\Server; 
use pocketmine\plugin\PluginBase; 
use pocketmine\event\Listener; 
use pocketmine\scheduler\PluginTask; 
class Main extends PluginBase implements Listener{ 
public function onEnable(){ 
$this->getServer()->getPluginManager()->registerEvents($this,$this); 
$this->getServer()->getScheduler()->scheduleRepeatingTask(new Checker($this),1);  
} 
} ?>

Did this file decode correctly?

Original Code

<?php
use pocketmine\Server;
use pocketmine\plugin\PluginBase;
use pocketmine\event\Listener;
use pocketmine\scheduler\PluginTask;
class Main extends PluginBase implements Listener{
public function onEnable(){
$this->getServer()->getPluginManager()->registerEvents($this,$this);
$this->getServer()->getScheduler()->scheduleRepeatingTask(new Checker($this),1); 
}
}

Function Calls

None

Variables

None

Stats

MD5 b53c7f7f456920c7b11ee9bd8c93d54c
Eval Count 0
Decode Time 53 ms