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 goto d; D: class DbSqlite extends DbSqliteBase { public function query($)..
Decoded Output download
<?php
goto d;
D:
class DbSqlite extends DbSqliteBase
{
public function query($)
{
$ =& $_SERVER[];
if (!CacheLock::fileLock($[13])) {
return !1;
}
$ = parent::query($);
CacheLock::fileUnLock($[13]);
return $;
}
public function execute($)
{
$ =& $_SERVER[];
if (!CacheLock::fileLock($[13])) {
return !1;
}
$ = parent::execute($);
CacheLock::fileUnLock($[13]);
return $;
}
} ?>
Did this file decode correctly?
Original Code
<?php
goto d;
D:
class DbSqlite extends DbSqliteBase
{
public function query($)
{
$ =& $_SERVER[];
if (!CacheLock::fileLock($[13])) {
return !1;
}
$ = parent::query($);
CacheLock::fileUnLock($[13]);
return $;
}
public function execute($)
{
$ =& $_SERVER[];
if (!CacheLock::fileLock($[13])) {
return !1;
}
$ = parent::execute($);
CacheLock::fileUnLock($[13]);
return $;
}
}
Function Calls
None |
Stats
MD5 | 0b5041a69be1270e8f580cc4e5bf259a |
Eval Count | 0 |
Decode Time | 29 ms |