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 = "<c\157\154\040id=\047\173id}' \156\141me='\173\151\144}' \163\164yle\075\047\173..
Decoded Output download
<? $_iO38 = "<col id='{id}' name='{id}' style='{width}' class='{resizable} {visible} {groupable}'/>";
$_iO2n = str_replace("{id}", $this->_il20, $_iO38);
$_iO2n = str_replace("{resizable}", ($this->AllowResizing) ? "kgrResizable" : "", $_iO2n);
$_iO2n = str_replace("{groupable}", ($this->AllowGrouping) ? "kgrGroupable" : "", $_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 = "<c\157\154\040id=\047\173id}' \156\141me='\173\151\144}' \163\164yle\075\047\173w\151\144th}' \143\154\141ss=\047\173resiz\141\142le} \173\166\151sib\154\145} \173g\162\157upabl\145\175'/>";
$_iO2n = str_replace("\173id}", $this->_il20, $_iO38);
$_iO2n = str_replace("\173\162\145siza\142\154e}", ($this->AllowResizing) ? "kgrRes\151\172able" : "", $_iO2n);
$_iO2n = str_replace("\173gr\157\165\160able\175", ($this->AllowGrouping) ? "\153\147rGroupa\142\154e" : "", $_iO2n);
$_iO2n = str_replace("\173wid\164\150\175", ($this->Width != NULL) ? "w\151\144\164h:" . $this->Width . "\073" : "", $_iO2n);
$_iO2n = str_replace("\173visib\154\145}", ($this->Visible) ? "" : "kg\162\110idden", $_iO2n);
return $_iO2n;
Function Calls
| None |
Stats
| MD5 | b756474e61d21c67663f14cebf0ac616 |
| Eval Count | 0 |
| Decode Time | 54 ms |