Page 1 of 1
no pics in kink.com webteases
Posted: Sat Jan 31, 2009 2:30 am
by loki
Hi,
Does anyone know why there are no pictures for the webteases who are using kink.com pictures?
Thanks,
Re: no pics in kink.com webteases
Posted: Sat Jan 31, 2009 3:37 am
by Cider
i can see the pics for the kink.com teases...maybe it's your computer doing something...hell i'm no tech wiz so i dont know :)
Re: no pics in kink.com webteases
Posted: Sat Jan 31, 2009 3:44 am
by Evals
Your problem is probably adblock, and you either need to disable adblock, or add a "filter" to you adblock add-on in order to disable adblock from Milovana. To do the latter, add "@@|
http://www.milovana.com" without the quotes to the list of adblock filters.
Re: no pics in kink.com webteases
Posted: Sat Jan 31, 2009 3:42 pm
by ThomasKu
Thanks.
The AdBlock Thing was exactly my problem....
Re: no pics in kink.com webteases
Posted: Sun Feb 01, 2009 10:38 pm
by loki
I don't have adblock installed. I did have noscript installed but I removed it and tried it again and still no pictures in Meeting Miss Sasha. I am using Firefox 3.0.5 on a fully patched XP SP3 PC.
Re: no pics in kink.com webteases
Posted: Sun Feb 01, 2009 11:16 pm
by Evals
Try going to Tools -> Addons -> Extensions and disable every extension you have. Restart firefox and try to view a tease with Kink.com images. If you can see them then it's one of the extensions and after that only a matter of finding out which one.
Re: no pics in kink.com webteases
Posted: Tue Feb 03, 2009 6:38 pm
by loki
The problem is somehow related to tor and/or privoxy. I am investigating.
Re: no pics in kink.com webteases
Posted: Tue Feb 03, 2009 7:41 pm
by seraph0x
loki wrote:The problem is somehow related to tor and/or privoxy. I am investigating.
Privoxy has ad blocking capability. You'll need to deactivate that function.

Re: no pics in kink.com webteases
Posted: Tue Feb 03, 2009 10:19 pm
by loki
I just figured out how to fix it.
Open the default.action file
Goto the Generic block patterns by host section and comment out the following by adding a # in front
ad*.
.*ads.
i.e. it should read
#ad*.
#.*ads.
Goto Catch-all for false-positives that are just TOO obvious to let go
and comment out
.ads[erv][rv]*.
.ads.
The problem is the new teases use pictures from ads.meninpain.com and because the word ads is in the URL it is matched and blocked. Please note the better solution would be to add an allow and leave the above uncommented but so far I haven't figured out how to do that.
Re: no pics in kink.com webteases
Posted: Wed Feb 04, 2009 11:52 am
by seraph0x
loki wrote:The problem is the new teases use pictures from ads.meninpain.com and because the word ads is in the URL it is matched and blocked. Please note the better solution would be to add an allow and leave the above uncommented but so far I haven't figured out how to do that.
Yep, the problem with that is that the domains are all different: ads.[name-of-site].com... So you'd have to add them all (and note that they may change or additional ones may be added in the future) and keep them up-to-date. An alternative would be to whitelist anything with referrer *milovana.com*. That would be similar to what AdBlock does. But I don't know Privoxy enough to tell you exactly how to configure it this way.