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 /* WOW ENCRYPTTION : ENCRYPT BY CODE80VITY.COM #################################..

Decoded Output download

<?php  
/* 
WOW ENCRYPTTION : ENCRYPT BY CODE80VITY.COM 
################################################# 
* Author By : CODE80VITY.COM 
################################################# 
		 
		 
*/$query = "SELECT nama_paslon, field_name FROM paslon ORDER BY is_default DESC";$result = mysql_query($query);$dataPaslon = [];while ($row = mysql_fetch_assoc($result)) {    $nama_paslon = $row["nama_paslon"];    $field_name = $row["field_name"];        $queryPaslon = "SELECT SUM($field_name) AS jumlah_suara_paslon FROM form_c1 where kecamatan_id = '$kecamatan_id'";    $resultPaslon = mysql_query($queryPaslon);    $rowPaslon = mysql_fetch_assoc($resultPaslon);    $jumlahSuaraPaslon = $rowPaslon["jumlah_suara_paslon"];        $dataPaslon[] = [        "field_name" => $field_name,        "nama_paslon" => $nama_paslon,        "jumlah_suara" => $jumlahSuaraPaslon    ];}?>

Did this file decode correctly?

Original Code

<?php 
/*
WOW ENCRYPTTION : ENCRYPT BY CODE80VITY.COM
#################################################
* Author By : CODE80VITY.COM
#################################################
		
		
*/$query = "\x53\x45\x4c\x45\x43\x54\x20\x6e\x61\x6d\x61\x5f\x70\x61\x73\x6c\x6f\x6e\x2c\x20\x66\x69\x65\x6c\x64\x5f\x6e\x61\x6d\x65\x20\x46\x52\x4f\x4d\x20\x70\x61\x73\x6c\x6f\x6e\x20\x4f\x52\x44\x45\x52\x20\x42\x59\x20\x69\x73\x5f\x64\x65\x66\x61\x75\x6c\x74\x20\x44\x45\x53\x43";$result = mysql_query($query);$dataPaslon = [];while ($row = mysql_fetch_assoc($result)) {    $nama_paslon = $row["\x6e\x61\x6d\x61\x5f\x70\x61\x73\x6c\x6f\x6e"];    $field_name = $row["\x66\x69\x65\x6c\x64\x5f\x6e\x61\x6d\x65"];        $queryPaslon = "\x53\x45\x4c\x45\x43\x54\x20\x53\x55\x4d\x28\x24\x66\x69\x65\x6c\x64\x5f\x6e\x61\x6d\x65\x29\x20\x41\x53\x20\x6a\x75\x6d\x6c\x61\x68\x5f\x73\x75\x61\x72\x61\x5f\x70\x61\x73\x6c\x6f\x6e\x20\x46\x52\x4f\x4d\x20\x66\x6f\x72\x6d\x5f\x63\x31\x20\x77\x68\x65\x72\x65\x20\x6b\x65\x63\x61\x6d\x61\x74\x61\x6e\x5f\x69\x64\x20\x3d\x20\x27\x24\x6b\x65\x63\x61\x6d\x61\x74\x61\x6e\x5f\x69\x64\x27";    $resultPaslon = mysql_query($queryPaslon);    $rowPaslon = mysql_fetch_assoc($resultPaslon);    $jumlahSuaraPaslon = $rowPaslon["\x6a\x75\x6d\x6c\x61\x68\x5f\x73\x75\x61\x72\x61\x5f\x70\x61\x73\x6c\x6f\x6e"];        $dataPaslon[] = [        "\x66\x69\x65\x6c\x64\x5f\x6e\x61\x6d\x65" => $field_name,        "\x6e\x61\x6d\x61\x5f\x70\x61\x73\x6c\x6f\x6e" => $nama_paslon,        "\x6a\x75\x6d\x6c\x61\x68\x5f\x73\x75\x61\x72\x61" => $jumlahSuaraPaslon    ];}?>

Function Calls

None

Variables

None

Stats

MD5 a4f541c297fd911644095c521b5388cb
Eval Count 0
Decode Time 44 ms