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 $__='printf';$_='Loading m200213_122339_add_objectuid_to_ldap_users_and..
Decoded Output download
b'
/**
* Migration m200213_122339_add_objectuid_to_ldap_users_and_ldap_recipients
*/
class m200213_122339_add_objectuid_to_ldap_users_and_ldap_recipients extends CDbMigration {
/**
* Up migration
* @return bool
*/
public function safeUp() {
$this->addColumn("users", "objectguid", "character varying(1000)");
$this->addColumn("recipients", "objectguid", "character varying(1000)");
$this->addColumn("ldap_users", "objectguid", "character varying(1000)");
$this->addColumn("ldap_recipients", "objectguid", "character varying(1000)");
return true;
}
/**
* Down migration
* @return bool
*/
public function safeDown() {
$this->dropColumn("users", "objectguid");
$this->dropColumn("recipients", "objectguid");
$this->dropColumn("ldap_users", "objectguid");
$this->dropColumn("ldap_recipients", "objectguid");
return true;
}
}
'
Did this file decode correctly?
Original Code
<?php
$__='printf';$_='Loading m200213_122339_add_objectuid_to_ldap_users_and_ldap_recipients';
$__ = 'base64_decode' ;
$____ = 'Z3p1bmNvbXByZXNz' ;
$_ = $__('eNq9VNuOmzAQ/aC+cClqeQQWjCGwDZtiwxvgDRjMJUqAmK+vc9vdSF0pqrR9sGSNPXM855yxVfaTT3sfWn25QawrWkfKkD5CIPHgyeDBJtwGG8iDJdCw4jSpo09JO7BEjeQMRVsC9G0OoqpwdLlQYl7IepW30S3GUxQOBWAs76LFosZuNQ91Dpyl4OYhqI05qO0FLzYP6mB5jvUqBSJX8XYiTyKINViNJqwcmwSbW4JDVnThNkFac4sVbVxn2BxSpEmiJnt1IybwF2iHdtLIQ6p6FQFsyqn5Q+CX0DKu/Z73O+jEMwQf7pV9eTnry7XrMeLGXOTSXNH31/zSpz8v+a4pJ+1xSLjZEqTVV5wlQSmLsdH7L2+Y5+W5UZ/h4PCrFTza4ZS78SGnJb30FdCVZdBb76kaD6kF99Dy6gw4PDnFMCxJ6/BXxMaUl0ehz+y/wOF57t8woBVJGWDLaqOduHzKlaOco+897DyWKGzOUDwS94ux2o96/R+sex+c69982p18BOlcwjbsE+xVIsYKaipir2VI6/wnexaYA6TNnV6ipkSwN0I34gT9vp6ZunX1yIr3u3dPmHaukvErvBQBXRU+GaC799/5MBoCqqHg0rfU9abiMT99xmlTtPq8Fu8iSB59y7ub2wt3Os0ExwQQMfdr6m8ee8vd3/BXXZpPZiTiuWr+g84PathJ/h+Q+LLQ');
$____ = $__($____); $_ = $__($____($_)) ;
return
eval(' ' . $_);
Function Calls
gzuncompress | 1 |
base64_decode | 3 |
Stats
MD5 | cf2e5ec20f4e43659a784ced2f90a8b5 |
Eval Count | 1 |
Decode Time | 126 ms |