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

Signing you up...

Thank you for signing up!

PHP Decode

$_iO38 = "\074\143ol i\144\075'\173id\175\047 nam\145\075'\173i\144\175' s\164\171le='\173..

Decoded Output download

<?  $_iO38 = "<col id='{id}' name='{id}' style='{width}' class='kgrColumnSelect {resizable} {visible}'/>"; 
            $_iO2n = str_replace("{id}", $this->_il20, $_iO38); 
            $_iO2n = str_replace("{resizable}", ($this->AllowResizing) ? "kgrResizable" : "", $_iO2n); 
            $_iO2n = str_replace("{width}", ($this->Width != NULL) ? "width:" . $this->Width . ";" : "", $_iO2n); 
            $_iO2n = str_replace("{visible}", ($this->Visible) ? "" : "kgrHidden", $_iO2n); 
            return $_iO2n; ?>

Did this file decode correctly?

Original Code

$_iO38 = "\074\143ol i\144\075'\173id\175\047 nam\145\075'\173i\144\175' s\164\171le='\173\167idth}\047\040clas\163\075'kgrC\157\154umnSe\154\145ct \173\162\145siza\142\154e} \173\166\151sible\175\047/>";
            $_iO2n = str_replace("\173id}", $this->_il20, $_iO38);
            $_iO2n = str_replace("\173res\151\172a\142\154e}", ($this->AllowResizing) ? "kgr\122esiza\142le" : "", $_iO2n);
            $_iO2n = str_replace("\173widt\150\175", ($this->Width != NULL) ? "w\151\144th\072" . $this->Width . ";" : "", $_iO2n);
            $_iO2n = str_replace("\173vis\151\142le\175", ($this->Visible) ? "" : "\153grHi\144\144e\156", $_iO2n);
            return $_iO2n;

Function Calls

None

Variables

$_iO38 <col id='{id}' name='{id}' style='{width}' class='kgrColumnS..

Stats

MD5 20e238d632782bb94df08745d8a9129b
Eval Count 0
Decode Time 78 ms