Open 'http://ad.yieldman...62/A=4919451/R=0/*'?

Antonio Olivares olivares14031 at yahoo.com
Fri Oct 5 03:01:12 UTC 2007


--- "Doncho N. Gunchev" <gunchev at gmail.com> wrote:

> On Friday 2007-10-05 00:20:51 Antonio Olivares
> wrote:
> > 
> > --- Rex Dieter <rdieter at math.unl.edu> wrote:
> > 
> > > Antonio Olivares wrote:
> > > 
> > > > when surfing the net with Konqueror and
> reading
> > > yahoo
> > > > mail, I get the following box:
> > > 
> > > mail.yahoo.com WORKSFORME.  Was it simply
> logging in
> > > that started this, or
> > > something else?
> > > 
> > > -- Rex
> > 
> > I do not know what causes it.   This happens when
> > checking emails within yahoo mail.
> > 
> > If you care to look at a snapshot here it is:
> > 
> >
>
http://www.geocities.com/olivares14031/Screenshot-adyieldman.png
> 
> Yep, I've seen that. My quick fix/workaround is to
> see what the ads
> site is (resize the dialog) and a quick:
> $ echo "127.255.255.254 bad.add.site.com" | sudo tee
> -a /etc/hosts
> :-)
> 
> -- 
> Regards,
>   Doncho N. Gunchev, GPG key ID: 0EF40B9E, Key
> server: pgp.mit.edu
> 
> -- 

Doncho,

I got the following when clicking yes on the site:

<script type="text/javascript">/* All portions of this
software are copyright (c) 2003-2006 Right Media*/var
rm_ban_flash=0;var rm_url="";var
rm_pop_frequency=0;var rm_pop_id=0;var
rm_pop_times=0;var rm_pop_nofreqcap=0;var
rm_passback=0;rm_url =
"http://ad.yieldmanager.com/imp?Z=728x90&rnd=1191552761935944&s=202552&x=http://us.ard.yahoo.com/SIG=12e6ko6pf/M=605894.11539166.12037968.313120/D=mail/S=150500004:N/Y=YAHOO/EXP=1191559961/A=4569381/R=0/*%24&_salt=1343816243";var
RM_POP_COOKIE_NAME='ym_pop_freq';var
RM_INT_COOKIE_NAME='ym_int_freq';if(!window.rm_crex_data){rm_crex_data=new
Array();}if(rm_passback==0){rm_pb_data=new
Array();if(rm_crex_data.length>0){rm_url+="&X=";for(var
i=0;i<rm_crex_data.length;i++){rm_url+=rm_crex_data[i];if(i!=rm_crex_data.length-1){rm_url+=",";}}}}else{rm_pb_data.push(rm_crex_data.pop());rm_url+="&X=";for(var
i=0;i<rm_pb_data.length;i++){rm_url+=rm_pb_data[i];if(i!=rm_pb_data.length-1){rm_url+=",";}}rm_url+="&Y=pb";}var
flash=new
Object();flash=flashDetection();if(cookiesEnabled()){rm_url+=(flash.installed?"&B=10":"&B=12");}else{rm_url+=(flash.installed?"&B=11":"&B=13");}if(!flash.installed){rm_url+="&m=2";}else
if(rm_ban_flash==1){rm_url+="&m=23";}var
url='';try{if(top==self){url=encodeURIComponent(top.location.href);url=url.substr(0,256);rm_url+="&u="+url;}}catch(e){}if(top==self){rm_url+="&r=1";}else{rm_url+="&r=0";}var
rm_tag_src='<SCRIPT TYPE="text/javascript"
SRC="'+rm_url+'"><\/SCRIPT>';if(rm_pop_frequency){if(rmCanShowPop(rm_pop_id,rm_pop_times,rm_pop_frequency)||rm_pop_nofreqcap){document.write(rm_tag_src);}}else{document.write(rm_tag_src);}function
cookiesEnabled(){var
cookieEnabled=(navigator.cookieEnabled)?true:false;if(typeof
navigator.cookieEnabled=="undefined"&&!cookieEnabled){document.cookie="testcookie";cookieEnabled=(document.cookie.indexOf("testcookie")!=-1)?true:false;}return
cookieEnabled;}function rmGetCookie(Name){var
search=Name+"=";var CookieString=document.cookie;var
result=null;if(CookieString.length>0){offset=CookieString.indexOf(search);if(offset!=-1){offset+=search.length;end=CookieString.indexOf(";",offset);if(end==-1){end=CookieString.length;}result=unescape(CookieString.substring(offset,end));}}return
result;}function flashDetection(){var flash=new
Object();flash.installed=false;flash.version='0.0';if(navigator.plugins&&navigator.plugins.length){for(x=0;x<navigator.plugins.length;x++){if(navigator.plugins[x].name.indexOf('Shockwave
Flash')!=-1){flash.version=navigator.plugins[x].description.split('Shockwave
Flash ')[1];flash.installed=true;break;}}}else
if(window.ActiveXObject){for(x=2;x<10;x++){try{oFlash=eval("new
ActiveXObject('ShockwaveFlash.ShockwaveFlash."+x+"');");if(oFlash){flash.installed=true;flash.version=x+'.0';}}catch(e){}}}return
flash;}function
rmReplace(myString,toReplace,replaceBy){return(myString.replace(new
RegExp(toReplace,'gi'),replaceBy));}function
writeCookie(ckName,ckVal){var numdays=14;var today=new
Date();var expires=new
Date();expires.setTime(today.getTime()+(1000*60*60*24*numdays));var
cookieText=ckName+"="+ckVal+";expires="+expires.toGMTString()+";path=/;";document.cookie=cookieText;return
null;}function
rmCanShowPop(rm_pop_id,pop_times,pop_frequency){var
countCookieName=RM_POP_COOKIE_NAME+rm_pop_id;var
expireCookieName=RM_POP_COOKIE_NAME+"_expiration"+rm_pop_id;var
shownTimes=rmGetCookie(countCookieName);if(shownTimes==null){rmWriteExpirationCookie(expireCookieName,pop_frequency);shownTimes=0;}else{shownTimes=Number(shownTimes);}if(shownTimes<pop_times){shownTimes=1+shownTimes;var
expiration=rmGetCookie(expireCookieName);rmWritePopFrequencyCookie(rm_pop_id,shownTimes,expiration);return_value=true;}else{return_value=false;}return
return_value;}function
rmWritePopFrequencyCookie(rm_pop_id,shownTimes,expiration){var
cookieName=RM_POP_COOKIE_NAME+rm_pop_id;var
cookieText=cookieName+"="+shownTimes+";"+"expires="+expiration+";path=/;";document.cookie=cookieText;}function
rmWriteExpirationCookie(cookieName,frequency){var
today=new Date();var expires=new
Date();expires.setTime(today.getTime()+(1000*frequency));var
cookieText=cookieName+"="+expires.toGMTString()+";"+"expires="+expires.toGMTString()+";path=/;";document.cookie=cookieText;}</script><noscript><a
href="http://ad.yieldmanager.com/imageclick?Z=728x90&rnd=1191552761935944&s=202552&x=http://us.ard.yahoo.com/SIG=12e6ko6pf/M=605894.11539166.12037968.313120/D=mail/S=150500004:N/Y=YAHOO/EXP=1191559961/A=4569381/R=0/*%24&t=2"
target="_parent"><img
src="http://ad.yieldmanager.com/imp?Z=728x90&rnd=1191552761935944&s=202552&x=http://us.ard.yahoo.com/SIG=12e6ko6pf/M=605894.11539166.12037968.313120/D=mail/S=150500004:N/Y=YAHOO/EXP=1191559961/A=4569381/R=0/*%24&t=2"></img></a></noscript>


So the command would be ad.yieldmanager.com instead of
bad.site.com correct?

Thanks for helping,

Antonio 


      ____________________________________________________________________________________
Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV.
http://tv.yahoo.com/ 




More information about the fedora-test-list mailing list