Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<? include "koneksi.php"; $pilih=mysql_query("select tema from tema where id=1"); $tem..
Decoded Output download
<?
include "koneksi.php";
$pilih=mysql_query("select tema from tema where id=1");
$tema=mysql_fetch_row($pilih);
ob_start();
include $tema[0].".php";
?>'
Did this file decode correctly?
Original Code
<?
include "koneksi.php";
$pilih=mysql_query("select tema from tema where id=1");
$tema=mysql_fetch_row($pilih);
ob_start();
include $tema[0].".php";
?>'
Function Calls
None |
Stats
MD5 | 74b595d016cb32c142189cf736fa16e5 |
Eval Count | 0 |
Decode Time | 59 ms |