Post Reply 
Base: Speeding up ad-list
May. 27, 2009, 01:04 AM
Post: #23
RE: Base: Speeding up ad-list
That's the code i'm currently using as a function in the functions list, it will be included in the next base config.

Code:
#Function ADLIST:
#Input: [Url to test if is an adsource];
#Output: Truth if match with adlist. \9 will be the portion of URL matched in the Adlist list.
#Explain: It parses quickly URLs looking for adkeywords contained in the list Adlist.
#lnminente 2009 04 23
ADLIST;\0;(^?)            $TST(\0=((\w)\0|[^?]++((^(http|ftp)://|//)(http|.|/)\w)\0)$TST(\0=(.|/|)($LST(Adlist))\9*))
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Base: Speeding up ad-list - lnminente - Feb. 19, 2009, 11:57 PM
RE: Base: Speeding up ad-list - whenever - Feb. 20, 2009, 06:34 AM
RE: Base: Speeding up ad-list - sidki3003 - Feb. 20, 2009, 06:53 AM
RE: Base: Speeding up ad-list - lnminente - Feb. 20, 2009, 05:16 PM
RE: Base: Speeding up ad-list - sidki3003 - Feb. 20, 2009, 05:41 PM
RE: Base: Speeding up ad-list - Kye-U - Feb. 20, 2009, 06:17 PM
RE: Base: Speeding up ad-list - sidki3003 - Feb. 20, 2009, 07:30 PM
RE: Base: Speeding up ad-list - lnminente - Feb. 20, 2009, 06:30 PM
RE: Base: Speeding up ad-list - Kye-U - Feb. 20, 2009, 06:32 PM
RE: Base: Speeding up ad-list - lnminente - Feb. 20, 2009, 07:37 PM
RE: Base: Speeding up ad-list - Kye-U - Feb. 21, 2009, 04:54 AM
RE: Base: Speeding up ad-list - Siamesecat - Feb. 21, 2009, 06:31 AM
RE: Base: Speeding up ad-list - lnminente - Feb. 21, 2009, 03:39 PM
RE: Base: Speeding up ad-list - lnminente - Mar. 15, 2009, 07:13 PM
RE: Base: Speeding up ad-list - sidki3003 - Mar. 15, 2009, 08:35 PM
RE: Base: Speeding up ad-list - lnminente - Mar. 15, 2009, 09:47 PM
RE: Base: Speeding up ad-list - whenever - Mar. 16, 2009, 03:15 AM
RE: Base: Speeding up ad-list - lnminente - Mar. 16, 2009, 10:17 AM
RE: Base: Speeding up ad-list - sidki3003 - Mar. 16, 2009, 03:26 PM
RE: Base: Speeding up ad-list - lnminente - Mar. 16, 2009, 08:08 PM
RE: Base: Speeding up ad-list - ProxRocks - Mar. 17, 2009, 12:42 AM
RE: Base: Speeding up ad-list - lnminente - Mar. 17, 2009, 12:17 PM
RE: Base: Speeding up ad-list - lnminente - May. 27, 2009 01:04 AM

Forum Jump: