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 namespace Pterodactyl\BlueprintFramework\Services\PlaceholderService; class Bluepr..
Decoded Output download
<?php
namespace Pterodactyl\BlueprintFramework\Services\PlaceholderService;
class BlueprintPlaceholderService
{
public function version(): string { return "::v"; }
public function folder(): string { return base_path(); }
public function installed(): string { return "NOTINSTALLED"; }
public function api_url(): string { return "http://api.blueprint.zip:50000"; }
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Pterodactyl\BlueprintFramework\Services\PlaceholderService;
class BlueprintPlaceholderService
{
public function version(): string { return "::v"; }
public function folder(): string { return base_path(); }
public function installed(): string { return "NOTINSTALLED"; }
public function api_url(): string { return "http://api.blueprint.zip:50000"; }
}
Function Calls
None |
Stats
MD5 | c49eda3a2e9c156269973786c48664c1 |
Eval Count | 0 |
Decode Time | 87 ms |