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 /* * Merdiven v1.0 * MCPETRCoderTim */ namespace M\S; use pocketmine\..

Decoded Output download

<?php 
 
/* 
 * Merdiven v1.0 
 * MCPETRCoderTim 
 */ 
 
namespace M\S; 
 
use pocketmine\event\player\cheat\PlayerIllegalMoveEvent; 
use pocketmine\plugin\PluginBase; 
use pocketmine\event\Listener; 
use pocketmine\Player; 
use pocketmine\Server; 
use pocketmine\command\Command; 
use pocketmine\command\CommandSender; 
 
class Main extends PluginBase implements Listener{ 
	public function onEnable(){ 
		$this->getServer()->getPluginManager()->registerEvents($this, $this); 
    $this->getLogger()->info("aMerdiven Aktif!"); 
	} 
 
   public function offEvent(PlayerIllegalMoveEvent $e){ 
    $e->setCancelled(); 
    } 
	 
	public function onCommand(CommandSender $g, Command $cs, $label, array $args){ 
    $kmt = strtolower($cs->getName()); 
      switch($kmt){ 
       case "merdivenbilgi": 
       $g->sendMessage("aBu Eklenti MCPETRCoderTim Tarafndan Kodlanmtr.!"); 
       $g->sendMessage("ahttps://github.com/MCPETRCoderTim!"); 
       $g->sendMessage("ahttps://github.com/MCPETRCoderTim!"); 
    } 
    } 
 
} ?>

Did this file decode correctly?

Original Code

<?php

/*
 * Merdiven v1.0
 * MCPETRCoderTim
 */

namespace M\S;

use pocketmine\event\player\cheat\PlayerIllegalMoveEvent;
use pocketmine\plugin\PluginBase;
use pocketmine\event\Listener;
use pocketmine\Player;
use pocketmine\Server;
use pocketmine\command\Command;
use pocketmine\command\CommandSender;

class Main extends PluginBase implements Listener{
	public function onEnable(){
		$this->getServer()->getPluginManager()->registerEvents($this, $this);
    $this->getLogger()->info("aMerdiven Aktif!");
	}

   public function offEvent(PlayerIllegalMoveEvent $e){
    $e->setCancelled();
    }
	
	public function onCommand(CommandSender $g, Command $cs, $label, array $args){
    $kmt = strtolower($cs->getName());
      switch($kmt){
       case "merdivenbilgi":
       $g->sendMessage("aBu Eklenti MCPETRCoderTim Tarafndan Kodlanmtr.!");
       $g->sendMessage("ahttps://github.com/MCPETRCoderTim!");
       $g->sendMessage("ahttps://github.com/MCPETRCoderTim!");
    }
    }

}

Function Calls

None

Variables

None

Stats

MD5 903b565181ada90bfbea1f4904ad6fa1
Eval Count 0
Decode Time 146 ms