Jump to content

Recommended Posts

Posted (edited)

What is a Mail Crawler?

A Mail Crawler is a software that extracts emails from different websites. For example, you have this link. You see that the page is full with informations, but there are also mails. With the following tool, you can extract those mails.

This idea came up when I was looking for a mail crawler on Google and found only sharewares

Here is the code :

-removed-

The PHP script won't be published ;)

Edited by Jos
removed source
Posted

This isn't the type of thing I can see a legitimate use for. Care to explain?

It just looks into the page for any emails. Most softwares on Internet are shareware. This is free xD

Surely this:

if $lv = "http://" or $lv = "https:/" Then

should be

if $lv = "http://" or $lv = "https://" Then

https:/ needs the extra /

Posted Image

It is $lv = stringleft ($link2, 7) and https:// has 8 chars.
Posted

It just looks into the page for any emails. Most softwares on Internet are shareware. This is free xD

You seemed to completely miss the point of my post. Reported.

Guest
This topic is now closed to further replies.
×
×
  • Create New...