Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$bo_table = $_GET['con']; if ($bo_table=='drama'){ $t_table = 'drama'; }else if ($bo_t..
Decoded Output download
<? $bo_table = $_GET['con'];
if ($bo_table=='drama'){
$t_table = 'drama';
}else if ($bo_table=='ani'){
$t_table = 'ani';
}else if ($bo_table=='ani1'){
$t_table = 'ani1';
}else if ($bo_table=='ani2'){
$t_table = 'ani2';
}else if ($bo_table=='ent'){
$t_table = 'ent';
}else if ($bo_table=='old_drama'){
$t_table = 'old_drama';
}else if ($bo_table=='old_ent'){
$t_table = 'old_ent';
}else if ($bo_table=='world'){
$t_table = 'world';
}else if ($bo_table=='sisa'){
$t_table = 'sisa';
} ?>
Did this file decode correctly?
Original Code
$bo_table = $_GET['con'];
if ($bo_table=='drama'){
$t_table = 'drama';
}else if ($bo_table=='ani'){
$t_table = 'ani';
}else if ($bo_table=='ani1'){
$t_table = 'ani1';
}else if ($bo_table=='ani2'){
$t_table = 'ani2';
}else if ($bo_table=='ent'){
$t_table = 'ent';
}else if ($bo_table=='old_drama'){
$t_table = 'old_drama';
}else if ($bo_table=='old_ent'){
$t_table = 'old_ent';
}else if ($bo_table=='world'){
$t_table = 'world';
}else if ($bo_table=='sisa'){
$t_table = 'sisa';
}
Function Calls
None |
Stats
MD5 | 36cbe60c1ace61f1c5a05ee4cf03afa3 |
Eval Count | 0 |
Decode Time | 68 ms |