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 $installer = $this; $installer->startSetup(); $installer->run(" CREATE TABLE`{..
Decoded Output download
<?php
$installer = $this;
$installer->startSetup();
$installer->run("
CREATE TABLE`{$this->getTable('ecocode_minify/minify_log')}` (
`id` INT(11) NOT NULL AUTO_INCREMENT ,
`timestamp` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ,
`type` VARCHAR(50) NULL ,
`message` VARCHAR(255) NULL ,
`details` LONGTEXT NULL ,
PRIMARY KEY (`id`) )
ENGINE = InnoDB
DEFAULT CHARACTER SET = utf8;
");
$installer->endSetup(); ?>
Did this file decode correctly?
Original Code
<?php
$installer = $this;
$installer->startSetup();
$installer->run("
CREATE TABLE`{$this->getTable('ecocode_minify/minify_log')}` (
`id` INT(11) NOT NULL AUTO_INCREMENT ,
`timestamp` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ,
`type` VARCHAR(50) NULL ,
`message` VARCHAR(255) NULL ,
`details` LONGTEXT NULL ,
PRIMARY KEY (`id`) )
ENGINE = InnoDB
DEFAULT CHARACTER SET = utf8;
");
$installer->endSetup();
Function Calls
None |
Stats
MD5 | 4a691250ef276bf6b96e9537704f33a0 |
Eval Count | 0 |
Decode Time | 118 ms |