Post Reply 
Google Search Alias-inator
Sep. 11, 2006, 09:09 PM
Post: #6
RE: Google Search Alias-inator
ProxRocks Wrote:what am I missing here?
The space after the "d" in "download sleipner" must have been escaped to "%20".
So your filter matched and off to dictionary.com's search for sleipnir you went.

How about:
Code:
[Blocklists]
List.Alias = "..\\Lists\\Alias List.txt"

[HTTP headers]
In = FALSE
Out = TRUE
Key = "URL: Google Search Alias-inator (Out) [add]"
URL = "www.google.com"
Match = "*q\=$LST(Alias)\\2"
Replace = "$LOG(RGET $DTM(c) : Google Search Alias-inator)$JUMP(http://$GET(PreAlias)\\2$GET(PostAlias))"

Alias List.txt (example):
Code:
#NoAddURL
# Google Image
i(%20|\+) $SET(PreAlias=images.google.com/images?q=)

# Google Finance
gf(%20|\+) $SET(PreAlias=finance.google.com/finance?q=)

# Yahoo Web
y(%20|\+) $SET(PreAlias=search.yahoo.com/search?p=)$SET(PostAlias=&ei=UTF-8)

# Yahoo Image
yi(%20|\+) $SET(PreAlias=images.search.yahoo.com/search/images?ei=UTF-8&p=)

# Yahoo Finance
f(%20|\+) $SET(PreAlias=finance.yahoo.com/q?s=)

# MSN Search
ms(%20|\+) $SET(PreAlias=search.msn.com/results.aspx?q=)

# MSN Money
mm(%20|\+) $SET(PreAlias=moneycentral.msn.com/scripts/webquote.dll?iPage=qd&Symbol=)

# Acronym Finder
a(%20|\+) $SET(PreAlias=www.acronymfinder.com/af-query.asp?Acronym=)

# Dictionary.com
d(%20|\+) $SET(PreAlias=dictionary.reference.com/search?q=)

Of course before anybody adds this to sidki's set they'll want to convert the Header filter.
Importing URL Header Filters

Seems to work at http://www.google.com/ anyway.

HTH
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Google Search Alias-inator - ProxRocks - Sep. 10, 2006, 02:44 AM
RE: Google Search Alias-inator - z12 - Sep. 11, 2006, 10:01 AM
RE: Google Search Alias-inator - ProxRocks - Sep. 11, 2006, 11:54 AM
RE: Google Search Alias-inator - ProxRocks - Sep. 11, 2006, 02:07 PM
RE: Google Search Alias-inator - ProxRocks - Sep. 11, 2006, 03:00 PM
RE: Google Search Alias-inator - JJoe - Sep. 11, 2006 09:09 PM
RE: Google Search Alias-inator - JJoe - Sep. 11, 2006, 10:41 PM
RE: Google Search Alias-inator - ProxRocks - Sep. 11, 2006, 10:50 PM
RE: Google Search Alias-inator - JJoe - Sep. 11, 2006, 10:58 PM
RE: Google Search Alias-inator - ProxRocks - Sep. 11, 2006, 11:04 PM
RE: Google Search Alias-inator - JJoe - Sep. 11, 2006, 11:40 PM
RE: Google Search Alias-inator - Kye-U - Sep. 12, 2006, 09:20 PM

Forum Jump: