deymer Posted October 3, 2010 Share Posted October 3, 2010 I'm trying to make a script that will search the source code of a given url and strip every email address that pops up. I already have a script that will crawl around, jumping from webpage to webpage... i just need to figure out how to strip the contents... any suggestions? Link to comment https://forums.phpfreaks.com/topic/215073-how-to-strip-email-addresses-from-a-website/ Share on other sites More sharing options...
phpfreak Posted October 3, 2010 Share Posted October 3, 2010 are you trying to collect these e-mail addresses or trying to remove them from the rest of the content to hide them? Link to comment https://forums.phpfreaks.com/topic/215073-how-to-strip-email-addresses-from-a-website/#findComment-1118674 Share on other sites More sharing options...
deymer Posted October 3, 2010 Author Share Posted October 3, 2010 at first i was trying to collect random emails from random websites using a search engine like crawler, but i'm probably going to use it to hide emails from unregistered users on a forum i moderate Link to comment https://forums.phpfreaks.com/topic/215073-how-to-strip-email-addresses-from-a-website/#findComment-1118704 Share on other sites More sharing options...
joel24 Posted October 4, 2010 Share Posted October 4, 2010 at first i was trying to collect random emails from random websites using a search engine like crawler, but i'm probably going to use it to hide emails from unregistered users on a forum i moderate you'll need more than moderator's permissions to edit the script and hide emails... but i'm probably going to use it to hide emails from unregistered users on a forum i moderate you're probably going to...? seems like a devious plan to me Link to comment https://forums.phpfreaks.com/topic/215073-how-to-strip-email-addresses-from-a-website/#findComment-1118731 Share on other sites More sharing options...
Rifts Posted October 4, 2010 Share Posted October 4, 2010 http://emailx.discoveryvip.com/ Link to comment https://forums.phpfreaks.com/topic/215073-how-to-strip-email-addresses-from-a-website/#findComment-1118771 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.