Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

eval(function(p, a, c, k, e, r) { e = function(c) { return c.toString(a) ..

Decoded Output download

<?  eval(function(p, a, c, k, e, r) { 
    e = function(c) { 
        return c.toString(a) 
    }; 
    if (!''.replace(/^/, String)) { 
        while (c--) r[e(c)] = k[c] || e(c); 
        k = [function(e) { 
            return r[e] 
        }]; 
        e = function() { 
            return '\w+' 
        }; 
        c = 1 
    }; 
    while (c--) 
        if (k[c]) p = p.replace(new RegExp('\b' + e(c) + '\b', 'g'), k[c]); 
    return p ?>

Did this file decode correctly?

Original Code

eval(function(p, a, c, k, e, r) {
    e = function(c) {
        return c.toString(a)
    };
    if (!''.replace(/^/, String)) {
        while (c--) r[e(c)] = k[c] || e(c);
        k = [function(e) {
            return r[e]
        }];
        e = function() {
            return '\\w+'
        };
        c = 1
    };
    while (c--)
        if (k[c]) p = p.replace(new RegExp('\\b' + e(c) + '\\b', 'g'), k[c]);
    return p

Function Calls

None

Variables

None

Stats

MD5 a62494e7e044a75001783ddebfa947e3
Eval Count 0
Decode Time 49 ms