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

Signing you up...

Thank you for signing up!

PHP Decode

function getStats() { $.ajax({url: "/dirb_safe_dir_rf9EmcEIx/admin/stats.php", success:..

Decoded Output download

<?  function getStats() 
{ 
$.ajax({url: "/dirb_safe_dir_rf9EmcEIx/admin/stats.php", 
success: function(result){ 
$('#attacks').html(result) 
}, 
error: function(result){ 
console.log(result); 
}}); 
} 
getStats(); 
setInterval(function(){ getStats(); }, 10000); ?>

Did this file decode correctly?

Original Code

function getStats()
{
$.ajax({url: "/dirb_safe_dir_rf9EmcEIx/admin/stats.php",
success: function(result){
$('#attacks').html(result)
},
error: function(result){
console.log(result);
}});
}
getStats();
setInterval(function(){ getStats(); }, 10000);

Function Calls

None

Variables

None

Stats

MD5 46ab4458aac89a1cd4750fb9c13a875b
Eval Count 0
Decode Time 39 ms