Jump to content

Simple Mail Crawler in AutoIT and PHP


Synthesis
 Share

Recommended Posts

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
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...