Post Reply 
Strange results from Exceptions-U changes
Dec. 20, 2011, 12:17 PM (This post was last modified: Dec. 20, 2011 12:27 PM by ProxRocks.)
Post: #8
RE: Strange results from Exceptions-U changes
even though they "should not" affect the google entries, what happens if you move these two all the way to the "Added by Proxo" section (just to place them "last")?

Code:
www.imdb.com/(*doubleclick$SET(1=adpath:0.)|$SET(0=a_jslink.))
ad.doubleclick.net/ $OHDR(referer:http://www.imdb.com/images/a/ifb/doubleclick/expand.html*) $SET(1=adurl_h:0.)


on a side note, i bumped into something really strange like this "years ago" and have unfortunately forgotten what 'exactly' was happening...
i do recall that i changed the "format" of my IncExc-U/Exc-U and doing that fixed the problem while keeping the same 'order'...

ie, my "old" format 'was' the same as yours:
Code:
# description
url-here <space-space-space...  or tab...  doesn't matter> $SET(no1=key1.key2.) <more spaces or tabs> $SET(no2=key3.key4.)

my "new" format:
Code:
# description
url-here
<NO space...  space-space-space...  or tab...  doesn't matter> $SET(no1=key1.key2.)
<NO space...  space-space-space...  or tab...  doesn't matter> $SET(no2=key3.key4.)

note that the URL and the $SET are NOT on the "same line"...
which does mean that "each line" needs to be 'commented out' in order to bypass instead of just 'commenting out' the 'start' of the "one line":
Code:
# description
# url-here
# <NO space...  space-space-space...  or tab...  doesn't matter> $SET(no1=key1.key2.)
# <NO space...  space-space-space...  or tab...  doesn't matter> $SET(no2=key3.key4.)

i don't remember "why" i needed to NOT make my entries as "one-liners", but that was my 'fix' "years ago"...

jump's, rdir's, sAdKey's, et cetera ALL get their OWN line (full carriage return, not sure what text editor you are using, i use NOTEPAD even though i have "better" text editors, NOTEPAD will notify you if you try to save the file with a "wrong character type", for example)...

that fixed things when i bumped into something similar, but i honestly can't remember "why"...
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Strange results from Exceptions-U changes - ProxRocks - Dec. 20, 2011 12:17 PM

Forum Jump: