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 echo "PocketMine-MP plugin Vips v1\nThis file has been generated using DevTools v1.1..

Decoded Output download

<?php echo "PocketMine-MP plugin Vips v1\nThis file has been generated using DevTools v1.10.0 at Fri, 10 Nov 2017 05:58:31 +0800\n----------------\n";if(extension_loaded("phar")){$phar = new \Phar(__FILE__);foreach($phar->getMetadata() as $key => $value){echo ucfirst($key).": ".(is_array($value) ? implode(", ", $value):$value)."\n";}} __HALT_COMPILER(); ?> 
Ua:9:{s:4:"name";s:4:"Vips";s:7:"version";i:1;s:4:"main";s:12:"MegaDev\Vips";s:3:"api";a:1:{i:0;s:5:"2.0.0";}s:6:"depend";a:0:{}s:11:"description";N;s:7:"authors";a:1:{i:0;s:8:"Megaplay";}s:7:"website";N;s:12:"creationDate";i:1510264711;}src/MegaDev/Vips.phpZ 
plugin.ymlZ<?php 
 
namespace MegaDev; 
 
use pocketmine\Player;  
use pocketmine\Server;  
use pocketmine\plugin\PluginBase as B;  
use pocketmine\command\Command;  
use pocketmine\command\CommandSender;  
use pocketmine\utils\Config; 
 
 
class Vips extends B{ 
	 
	public function onEnable(){ 
		     
		@mkdir($this->getDataFolder()); 
		$this->cfg = new Config($this->getDataFolder()."Json.yml", Config::YAML, [ 
			"plugin" => "Beta 1.0 by Megaplay adr", 
		     "site" => "", 
		     "vip1" => "", 
		     "vip2" => "", 
		     "vip3" => "", 
		     "vip4" => "", 
		     "vip5" => "",		      
		     "vip6" => "", 
		     "vip7" => "", 
			]); 
			 
		$vips = [ 
		"", 
		"aMegaplay adr", 
		"4copy 2017 e 2018", 
		"bPlugin ligado....", 
		"" 
		]; 
		 
		 
		 
		$this->getLogger()->notice(implode("\n \n", $vips)); 
	} 
	 
	public function onCommand(CommandSender $sender, Command $cmd, $label, array $args){ 
		switch($cmd->getName()){	 
	     case "vips": 
	      
	      
	     $sender->sendMessage("\n \naTabela de Preos  \n \n".$this->cfg->get("site"). "\n \n" .$this->cfg->get("vip1")."\n".$this->cfg->get("vip2")."\n".$this->cfg->get("vip3")."\n".$this->cfg->get("vip4")."\n".$this->cfg->get("vip5")."\n".$this->cfg->get("vip6")."\n".$this->cfg->get("vip7")); 
            
 
            
 
       } 
   } 
}name: Vips 
author: Megaplay 
main: MegaDev\Vips 
version: 1 
api: 2.0.0 
commands: 
  vips: 
    permission: info.vip 
  
permissions: 
  info.vip: 
    default: true^0v7H7*GBMB ?>

Did this file decode correctly?

Original Code

<?php echo "PocketMine-MP plugin Vips v1\nThis file has been generated using DevTools v1.10.0 at Fri, 10 Nov 2017 05:58:31 +0800\n----------------\n";if(extension_loaded("phar")){$phar = new \Phar(__FILE__);foreach($phar->getMetadata() as $key => $value){echo ucfirst($key).": ".(is_array($value) ? implode(", ", $value):$value)."\n";}} __HALT_COMPILER(); ?>
Ua:9:{s:4:"name";s:4:"Vips";s:7:"version";i:1;s:4:"main";s:12:"MegaDev\Vips";s:3:"api";a:1:{i:0;s:5:"2.0.0";}s:6:"depend";a:0:{}s:11:"description";N;s:7:"authors";a:1:{i:0;s:8:"Megaplay";}s:7:"website";N;s:12:"creationDate";i:1510264711;}src/MegaDev/Vips.phpZ
plugin.ymlZ<?php

namespace MegaDev;

use pocketmine\Player; 
use pocketmine\Server; 
use pocketmine\plugin\PluginBase as B; 
use pocketmine\command\Command; 
use pocketmine\command\CommandSender; 
use pocketmine\utils\Config;


class Vips extends B{
	
	public function onEnable(){
		    
		@mkdir($this->getDataFolder());
		$this->cfg = new Config($this->getDataFolder()."Json.yml", Config::YAML, [
			"plugin" => "Beta 1.0 by Megaplay adr",
		     "site" => "",
		     "vip1" => "",
		     "vip2" => "",
		     "vip3" => "",
		     "vip4" => "",
		     "vip5" => "",		     
		     "vip6" => "",
		     "vip7" => "",
			]);
			
		$vips = [
		"",
		"aMegaplay adr",
		"4copy 2017 e 2018",
		"bPlugin ligado....",
		""
		];
		
		
		
		$this->getLogger()->notice(implode("\n \n", $vips));
	}
	
	public function onCommand(CommandSender $sender, Command $cmd, $label, array $args){
		switch($cmd->getName()){	
	     case "vips":
	     
	     
	     $sender->sendMessage("\n \naTabela de Preos  \n \n".$this->cfg->get("site"). "\n \n" .$this->cfg->get("vip1")."\n".$this->cfg->get("vip2")."\n".$this->cfg->get("vip3")."\n".$this->cfg->get("vip4")."\n".$this->cfg->get("vip5")."\n".$this->cfg->get("vip6")."\n".$this->cfg->get("vip7"));
           

           

       }
   }
}name: Vips
author: Megaplay
main: MegaDev\Vips
version: 1
api: 2.0.0
commands:
  vips:
    permission: info.vip
 
permissions:
  info.vip:
    default: true^0v7H7*GBMB

Function Calls

None

Variables

None

Stats

MD5 e3c07d135689210167b9e861d114ef50
Eval Count 0
Decode Time 87 ms