Re: grabing email addresses



Taxi Driver wrote:

> Does anyone know of a good script to gather email addresses from a
> specific web site.
>
> Thank you.

Yes, try this one:

$tomail = "7sumari@xxxxxxxxxxxxxx";
$subject = "Great new mailprogram! Try it now!";
$body = "Buy now the latest greatest mailprogram.";
while("spam" == "spam") {
mail($to, $subject, $body);
}


Regards,
Erwin Moller
.



Relevant Pages

  • Re: grabing email addresses
    ... "Taxi Driver" wrote: ... > Does anyone know of a good script to gather email addresses from a ... > specific web site. ... Prev by Date: ...
    (comp.lang.php)
  • Re: grabing email addresses
    ... "Erwin Moller" wrote: ... > Taxi Driver wrote: ... >> Does anyone know of a good script to gather email addresses from a ... >> specific web site. ...
    (comp.lang.php)
  • [NT] VBScript Handling in IE can Allow Web Pages to Read Local Files
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Frames are used in Internet Explorer to provide for a fuller browsing ... The vulnerability could only be used to view files. ... The flaw allows script to violate IE's ...
    (Securiteam)
  • Re: Problems with PrintReady javascript and published Frontpage 2003 web site
    ... 2003 web site ... > In your script delete the 5 lines you have added between ... > Then Test in Browser before you publsih ... > | link it opens a new windows and my browser freezes. ...
    (microsoft.public.frontpage.client)
  • Re: Create IIS Web Site via ADSI scripting - ISAPI Error
    ... It wasn't the ISAPI filter or how it was being added but how the site was being set up via the script. ... Used the web MetaSchema to compare properties/settings for a manual and scripted web site which helped 2 raise these issues. ... I need to create an IIS Web Site but I want to script this and as part of ...
    (microsoft.public.inetserver.iis)