Adult URL filtering

ext3cy

Registered Member
Joined
Oct 13, 2011
Messages
72
Reaction score
29
Does anyone know of a way to filter a massive list of URLS for the adult ones? Its very hard to manually review scrapebox lists and honestly I always get a few porns ones mixed in there. I am pretty sure this screw alot of people over and gets them sandboxed or just considered an adult site by Google.

I really want to buy some high quality scrapebox lists that are do follow and auto approve, have only .com, .net. or .org and are all US websites. Does anyone know where I can find a vendor that sells these type of lists? Thanks
 
You would need to have a custom coded application that filters any domain containing xxx terms.

Have a word list of all the adult terms you want to target and then have the application scan each line for the presence of that word.
 
I could make the script "the-demon" suggested in mIRC if that's what you're looking for.. could even make it check the website itself and scan for words in the sourcecode.. instead of just the domain url.

if it contains a bad word add to list badlinks.txt
if it doesnt add to goodlinks.txt and you can manually check the badlinks if you wanted to later just to make sure.
 
Back
Top