GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   how do u do this advanced search? "if domain contains?? (https://gfy.com/showthread.php?t=849004)

xxweekxx 08-19-2008 12:58 PM

how do u do this advanced search? "if domain contains??
 
example,.

Im looking for "cars", but i want it to return results ONLY on domains that end with cars.

So that when i type for cars, the results will be on pages like:

bestcars.com
seecars.com
toyotacars.com
hondacars.com


basically all end with cars..

How do i do this with google/yahoo? cant seem to figure it out

wmmarvz 08-19-2008 01:03 PM

try using inurl:[keyword here]

for example inurl:cars.com

that's in google
go to Google Help Center for more info (can't put a link for that since I am not yet allowed :)
Advanced Operators

xxweekxx 08-19-2008 01:06 PM

Quote:

Originally Posted by wmmarvz (Post 14631779)
try using inurl:[keyword here]

for example inurl:cars.com

that's in google
go to Google Help Center for more info (can't put a link for that since I am not yet allowed :)
Advanced Operators

i tried that.. doesnt work exactly as i want..

GrouchyAdmin 08-19-2008 01:07 PM

for n in .*cars.com$; do..

oh, wait.

wmmarvz 08-19-2008 01:10 PM

Quote:

Originally Posted by GrouchyAdmin (Post 14631806)
for n in .*cars.com$; do..

oh, wait.

same result as inurl


Quote:

Originally Posted by xxweekxx (Post 14631800)
i tried that.. doesnt work exactly as i want..

Hmmm... the result does resulted to *cars.com domains....

are you looking for a particular website?

xxweekxx 08-19-2008 01:14 PM

anyway to make it show results of domains containing the word, but maybe not exactly ending in it.

example, "Cars" will find all results in domains that have "cars" in the domain, could be HELLOCARs.com or CARShello.com

doesnt matter where the cars is positioned in the domain.. make sense?

wmmarvz 08-19-2008 01:21 PM

Quote:

Originally Posted by xxweekxx (Post 14631849)
anyway to make it show results of domains containing the word, but maybe not exactly ending in it.

example, "Cars" will find all results in domains that have "cars" in the domain, could be HELLOCARs.com or CARShello.com

doesnt matter where the cars is positioned in the domain.. make sense?

inurl: does that also, try inurl:cars and you'll get a result of websites with cars in their domain names

GrouchyAdmin 08-19-2008 01:23 PM

Quote:

Originally Posted by wmmarvz (Post 14631822)
same result as inurl
Hmmm... the result does resulted to *cars.com domains....

| sed 's,http://,,' | cut -f1 -d/ | uniq

:)

Actually, I didn't know you could feed Google regex like that. That's incredibly awesome.

wmmarvz 08-19-2008 01:33 PM

not sure about that regex statement but tried putting that in google, doesn't do anything?


All times are GMT -7. The time now is 08:40 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123