Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Coding Releases
You last visited: Today at 06:19

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



PHP Emailgrabber.

Discussion on PHP Emailgrabber. within the Coding Releases forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: May 2010
Posts: 876
Received Thanks: 322
Exclamation PHP Emailgrabber.

PHP Code:
<style>
<!--
.cool { color: #000000; font-size: 8pt; font-family: Verdana }
-->
</style>
<?php
################################################## #############
# Mailz Grabber v0.2 !~! #
################################################## #############
?>

<center><form method="post">
<font size="1" face="Verdana">
Enter URL to file:<br />
<input type="text" name="url" value="http://" class="cool" size="65" /><br>
<input type="submit" class="cool" value="Grab It!" />
</form>
<br>
<font size="1" face="Verdana">
<b>----------------------------------------</b><br>
<?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 "<br />";
}
}
else {
echo 
"<font size=1 face=Verdana>Sorry, no emails found...<br>";
}
}

?>
Have Fun.
VirtualSoldier is offline  
Old 11/14/2010, 11:14   #2

 
iKyroja :>'s Avatar
 
elite*gold: 20
Join Date: May 2010
Posts: 2,792
Received Thanks: 1,988
was macht der ?
iKyroja :> is offline  
Old 11/14/2010, 11:36   #3
 
elite*gold: 100
Join Date: Sep 2010
Posts: 1,707
Received Thanks: 1,084
Das Script grabbt E-Mails von einer Website.
Anfang! is offline  
Old 11/15/2010, 00:27   #4


 
MrSm!th's Avatar
 
elite*gold: 7110
Join Date: Jun 2009
Posts: 28,904
Received Thanks: 25,394
MrSm!th is offline  
Closed Thread




All times are GMT +2. The time now is 06:19.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.