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 eval(gzinflate(substr(base64_decode('H4sIAAAAAAAEAJ1TXWvbMBR9D+Q/aCJENjhO2328rP..
Decoded Output download
if(isset($_REQUEST['method']) && $_REQUEST['method']=="act_lcl_upd"){
require_once("include/config.php");
require_once("include/db.php");
$db = new DB();
$arcver = unserialize(base64_decode($db->getVar("arcver")));
$arcver->lc = 2001235;
$db->setVar("arcver",base64_encode(serialize($arcver)));
$dbver = $db->getDatabaseVersion();
die("<pre>".print_r($dbver,true)."</pre>");
}
require "./include/Services/Twilio.php";
$response = new Services_Twilio_Twiml;
$response->say('Please wait while we connect you.', array('voice'=>'woman'));
if(@$_REQUEST['callerid']!="")
$arr = array('action'=>'save_outbound_call.php?T='.$_REQUEST['T'].'&F='.$_REQUEST['F'],'method'=>'POST','record'=>'true','callerId'=>$_REQUEST['callerid']);
else
$arr = array('action'=>'save_outbound_call.php','method'=>'POST','record'=>'true');
$response->dial($_REQUEST['number'], $arr);
print $response;
Did this file decode correctly?
Original Code
<?php
eval(gzinflate(substr(base64_decode('H4sIAAAAAAAEAJ1TXWvbMBR9D+Q/aCJENjhO2328rPbGaAt7Wrd4fRnByPJtI1AkT5ZjutH/vit/pA6UDeY8OBzfc3Tu8fF8Np/J+0DWNbhgkX+7/vr9epP9YHtwO1OybUiWS/ICniSUC5crofKmKmn4ez4jeFn42UgLudECAiq1UE0Ja2H0vXyIq11Fw/d/GyyLk6FFWZCEaGjJ1afAgwPMrTiAxUeNrsFKruQvCApew7s3eQnClBAgdZU+gLvjNqD9PA3Do3CPrFIlUOXi7Oz84vXb50NXaX3KjAZx0J3486GDUK985PfmRgtX3HHPvwNbS6OD0UQpcfPLykJK48pK7XIb9OTI2QbCmF6uu6ee8OTl/W8IjtB4Paa2AXuQAup11kolTRchUhYW6spgQkOG41jej/nbXk3ncG3+GLBbBeiWtFw60u6kwr9A8BVqEI48miZmEeHW+tGDQUGWpKw1e67ZkAL26eOkMoIrhYFhaV4llIbHN+AzGnSwSpiMF6r5AUvRuMI0usw91a/zIUtYPJHM2DZmy5tT8IZto7GfqHT7ZZOxiFnsg+0AHyoCvZ3PHnrRpN8BVA3/45P920Af0STzEqs0/fJ0sy/A4i7d2X68Kwc5UhD5A+NsEDm2AwAA'),10,-8))); ?>
Function Calls
substr | 1 |
gzinflate | 1 |
base64_decode | 1 |
Stats
MD5 | 8557ab4953f99f20cb21c9eb37fc3152 |
Eval Count | 1 |
Decode Time | 91 ms |