mailing software spammers look in here

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • timboss
    Confirmed User
    • Sep 2003
    • 627

    #1

    mailing software spammers look in here

    I have the ultimate server based mailing system, contact me for more info
    Last edited by timboss; 01-03-2004, 03:55 PM.
    ICQ:
    338637464
  • timboss
    Confirmed User
    • Sep 2003
    • 627

    #2
    I will throw in 30 million emails
    ICQ:
    338637464

    Comment

    • esluts
      Confirmed User
      • Jan 2004
      • 341

      #3
      Do you have AIM?

      If so, Contact me at WestZN

      Comment

      • V_RocKs
        Damn Right I Kiss Ass!
        • Nov 2003
        • 32449

        #4
        Look dad, I can genrate 30 million emails too!

        PHP Code:
        #!/usr/bin/perl
        
        open (EMAILS,"dictionary.txt");
        open (SAVE, ">emails.txt");
        
        @emails = <EMAILS>;
        
        foreach $email (@emails) {
        
        print SAVE $email . '@yahoo.com',"\n";
        print SAVE $email . '@hotmail.com',"\n";
        print SAVE $email . '@aol.com',"\n";
        print SAVE $email . '@msn.com',"\n";
        print SAVE $email . '@t-online.com',"\n";
        } 
        

        Comment

        Working...