Myanmar IT Resource Forum
Myanmar IT Resource Forum
Myanmar IT Resource Forum

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Email Extrator Empty Email Extrator 25th December 2009, 11:54 am

Eracobengo

Eracobengo
MITR Reader



MITR Reader
php နဲ႔ေရးထားတဲ့.. Email Extrator ပါ


Code:
###################################
#Email Extractor v1.0
###################################

%3C?php

###############################################################
# Email Extractor v1.0
###############################################################
# Created By Garibay
###############################################################


$the_url = isset($_REQUEST['url']) ? htmlspecialchars($_REQUEST['url']) : '';
?%3E

%3C?php
if (isset($_REQUEST['url']) && !empty($_REQUEST['url'])) {
  // fetch data from specified url
  $text = file_get_contents($_REQUEST['url']);
}
elseif (isset($_REQUEST['text']) && !empty($_REQUEST['text'])) {
  // get text from text area
  $text = $_REQUEST['text'];
}

// parse emails
if (!empty($text)) {
  $res = preg_match_all(
    "/[a-z0-9]+([_\\.-][a-z0-9]+)*@([a-z0-9]+([\.-][a-z0-9]+)*)+\\.[a-z]{2,}/i",
    $text,
    $matches
  );

  if ($res) {
    foreach(array_unique($matches[0]) as $email) {
      echo $email . "
";
    }
  }
  else {
    echo "No emails found.";
  }
}

?%3E

http://computerunipyay.blog.com

2Email Extrator Empty Re: Email Extrator 25th December 2009, 6:27 pm

sHa92

sHa92
Founder



Founder
php Zone ရိွရဲ႕သားနဲ႔ တၿခားေနရာမွာ ထားလို႔ ေရႊ႕လိုက္ပါတယ္။

http://www.myanmaritresource.info

3Email Extrator Empty Re: Email Extrator 25th December 2009, 7:13 pm

Eracobengo

Eracobengo
MITR Reader



MITR Reader
ဟုတ္ကဲ့ဟုတ္ကဲ့..ကၽြန္ေတာ္လည္းထြက္ခါနီးမို႔ၿမန္ၿမန္တင္လုိက္လုိ႔ပါခင္ဗ်ာ..ေတာင္းပန္ပါတယ္ခင္ဗ်ာ

http://computerunipyay.blog.com

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum

 

Create a forum on Forumotion | ©phpBB | Free forum support | Report an abuse | Forumotion.com