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 // Copyright 2011 Toby Zerner, Simon Zerner // This file is part of esoTalk. Please ..
Decoded Output download
<?php
// Copyright 2011 Toby Zerner, Simon Zerner
// This file is part of esoTalk. Please see the included license file for usage information.
if (!defined("IN_ESOTALK")) exit;
/**
* The ETSkin class defines a skin. All skins should extend this class.
*
* A skin is simply a plugin which should focus on presentational changes rather than functionality changes.
*
* @package esoTalk
*/
class ETSkin extends ETPlugin {
}
?>
Did this file decode correctly?
Original Code
<?php
// Copyright 2011 Toby Zerner, Simon Zerner
// This file is part of esoTalk. Please see the included license file for usage information.
if (!defined("IN_ESOTALK")) exit;
/**
* The ETSkin class defines a skin. All skins should extend this class.
*
* A skin is simply a plugin which should focus on presentational changes rather than functionality changes.
*
* @package esoTalk
*/
class ETSkin extends ETPlugin {
}
Function Calls
defined | 1 |
Stats
MD5 | c410513277bed51f56a1d6e3b1db0e4b |
Eval Count | 0 |
Decode Time | 127 ms |