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.
>>
>> 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

Hang on, shouldn't that be "mail($tomail, $subject, $body);"?

Maybe someone should try running this on their server just to make sure
there aren't any other bugs.

--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/


.



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
    ... "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: server response slowing down
    ... I cannot think of any valid reason why the database or your script gets slow ... "Erwin Moller" ... the server response gets gradually slower, to the point where the page ... takes about 30 secs to start loading after about 18 questions. ...
    (comp.lang.php)
  • Re: confused by php ticks
    ... On 26 Mrz., 17:22, Erwin Moller ... If I execute the script immediately again, the ticks between the loop ... I do NOT run a threaded webserver - as our system engineer ...
    (comp.lang.php)
  • Re: SetTimeout question...
    ... On Mar 30, 12:51 pm, Erwin Moller ... Extract the images as a jQuery object, ... If you can rewrite your script in such a way you don't use $ and JQuery, ...
    (comp.lang.javascript)