Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
{ bol_start_del = false; $( "#contrl_abas li" ).each(function( i..
Decoded Output download
<? {
bol_start_del = false;
$( "#contrl_abas li" ).each(function( index ) {
if(bol_start_del)
{
contextMenuCloseTab($( this ).attr('id'));
}
if(str_id == $( this ).attr('id'))
{
bol_start_del = true;
}
});
}
function contextMenuCloseLeft(str_id)
{
$( "#contrl_abas li" ).each(function( index ) {
if(str_id == $( this ).attr('id'))
{
return false;
}
else
{
contextMenuCloseTab($( this ).attr('id'));
}
});
}
function contextMenuCloseOthersTabs(str_id)
{
$( "#contrl_abas li" ).each(function( index ) {
if(str_id != $( this ).attr('id'))
{
contextMenuCloseTab($( this ).attr('id'));
}
}); ?>
Did this file decode correctly?
Original Code
{
bol_start_del = false;
$( "#contrl_abas li" ).each(function( index ) {
if(bol_start_del)
{
contextMenuCloseTab($( this ).attr('id'));
}
if(str_id == $( this ).attr('id'))
{
bol_start_del = true;
}
});
}
function contextMenuCloseLeft(str_id)
{
$( "#contrl_abas li" ).each(function( index ) {
if(str_id == $( this ).attr('id'))
{
return false;
}
else
{
contextMenuCloseTab($( this ).attr('id'));
}
});
}
function contextMenuCloseOthersTabs(str_id)
{
$( "#contrl_abas li" ).each(function( index ) {
if(str_id != $( this ).attr('id'))
{
contextMenuCloseTab($( this ).attr('id'));
}
});
Function Calls
None |
Stats
MD5 | 41cb21d5d050030b79ab026225ef0d83 |
Eval Count | 0 |
Decode Time | 52 ms |