Can't Reproduce Getting audio ads -_-

jamesaa

The Prince of Insufficient Light
OP
Member
Joined
Jan 8, 2006
Messages
677
Trophies
1
XP
1,337
So ya, as per title i'm getting audio ads (for Lemsip and other medicine like stuff for some bizarre reason :unsure: ) while browsing GBAtemp, think they're coming from something that links to "www.mojo24.com" (might not be though, was only obvious ad on page at the time)

So more of an fyi than anything as adblock is being turned back on for now :-(
 

jamesaa

The Prince of Insufficient Light
OP
Member
Joined
Jan 8, 2006
Messages
677
Trophies
1
XP
1,337
I thought the only ads GBAtemp even had are the nds-card sponsor ads?

Wvdl2.png

Nope.
 
  • Like
Reactions: Deleted-236924

Costello

Headmaster
Administrator
Joined
Oct 24, 2002
Messages
14,202
Trophies
4
XP
19,715
I have reported the problem repeatedly but the ad network only replied this:

Dear Costello,

We have been investigationg your complaint and trying to figure out it's source.

We are attaching a guide on how to decode ads, This is the only way for us to be sure that this is our ad. the information you will send us will be really helpful.

A bit on how our system works:
Right media system has workers that review each ad (in a time frame of 48 hours once it's uploaded). As porn is not permitted on right media, It is strange that this ad will linger more then 48 hours.

In any case - we have closed off your mobile traffic to all advertisers that are not managed directly by Matomy. This will make sure that there are no porn campaigns.

We also ask you to check whether it is another ad network you are working with that might be the cause of these ads. If it is another network please let us know so we can remove the restrictions from your site.

Thank you for letting us know of the problem, We really wish to find the solution for this

In short, the only way is to follow this guide: http://filetrip.net/view?iIDBID2cPS
figure out the full advert URL as shown in the above guide; then e-mail or PM it to me, and I can forward it to our ad network so that they filter it out.
 

jamesaa

The Prince of Insufficient Light
OP
Member
Joined
Jan 8, 2006
Messages
677
Trophies
1
XP
1,337
Tried following the guide, it kinda pointed me to this mess of code:

HTML:
<iframe width="728" scrolling="NO" height="90" frameborder="0" src="http://ad.xtendmedia.com/st?ad_type=iframe&ad_size=728x90&section=1923723&pub_url=http://gbatemp.net" marginheight="0" marginwidth="0">
<html>
<head></head>
<body>
<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;var rm_tag_type="";rm_tag_type = "iframe"; rm_url = "http://ad.xtendmedia.com/imp?Z=728x90&u=http%3a%2f%2fgbatemp.net&s=1923723&T=3&_salt=1667535862";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_ban_flash==1){rm_url+="&m=2";}if(rm_url.indexOf("&u=")==-1){var url='';try{if(rm_tag_type=="ad"){if(top==self){url=encodeURIComponent(top.location.href);url=url.substr(0,256);rm_url+="&u="+url;}}else if(rm_tag_type=="iframe"){url=encodeURIComponent(document.referrer);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>
<script src="http://ad.xtendmedia.com/imp?Z=728x90&u=http%3a%2f%2fgbatemp.net&s=1923723&T=3&_salt=1667535862&B=10&r=0" type="text/javascript">
Reload the page to get source for: http://ad.xtendmedia.com/imp?Z=728x90&u=http%3a%2f%2fgbatemp.net&s=1923723&T=3&_salt=1667535862&B=10&r=0
</script>
<iframe width="728" scrolling="no" height="90" frameborder="0" src="http://ads.advertdigital.com/player.html?a=9400013&size=728x90&ci=1&cid=9516061" marginheight="0" marginwidth="0" allowtransparency="true">
<html lang="en">
<head>
<style type="text/css">
<script src="http://edge.quantserve.com/quant.js" async="" type="text/javascript">
</head>
<body>
<a class="Mojo24InternetTVImage" target="_new" href="http://www.mojo24.com/">
<img width="728" height="90" alt="Mojo24 Internet TV" src="http://cdn.advertdigital.com/advertdigital/files/9505063/9505063">
</a>
<div class="playerClass">
<script type="text/javascript">
<script src="http://cdn.advertdigital.com/advertdigital/scripts/jstag/jstag.js" type="text/javascript">
<script type="text/javascript" src="http://ads.adk2.com/player.html?rt=vastjs&a=9400013&size=640x360&cid=9516052&u=http%3A%2F%2Fad.xtendmedia.com%2Fst%3Fad_type%3Diframe%26ad_size%3D728x90%26section%3D1923723%26pub_url%3Dhttp%3A%2F%2Fgbatemp.net&r=&ci=6">
<div id="adk2_vast_player_ad_holder_1354264472">
<iframe width="640" scrolling="no" height="360" frameborder="0" border="0" src="http://ads.advertdigital.com/player.html?a=9400013&size=640x360&ci=1&cid=9507069">
</div>
</div>
</body>
</html>
</iframe>
<noscript><a href="http://ad.xtendmedia.com/imageclick?Z=728x90&u=http%3a%2f%2fgbatemp.net&s=1923723&T=3&_salt=1667535862&t=2" target="_parent"><img border="0" src="http://ad.xtendmedia.com/imp?Z=728x90&u=http%3a%2f%2fgbatemp.net&s=1923723&T=3&_salt=1667535862&t=2"></img></a></noscript>
</body>
</html>
</iframe>
</center>
</div>

Again, cannot be sure it was definitely coming from this ad, but was certainly coming from GBAtemp.

Also, yay for the code refusing to indent in the nice way firebug had it laid out >.<
 

Jamstruth

Secondary Feline Anthropomorph
Member
Joined
Apr 23, 2009
Messages
3,462
Trophies
0
Age
31
Location
North East Scotland
XP
710
Country
Thank god. I thought I was going insane. I was sitting in Uni listening to music and browsing the Temp and hearing ads. I was severely weirded out since I couldn't see anything that would be making the sounds. It was just audio. Weird for an ad campaign.
Unfortunately I can't help since all I did to fix it was install Adblock.
 

nl255

Well-Known Member
Member
Joined
Apr 9, 2004
Messages
3,000
Trophies
2
XP
2,790
Country
I have reported the problem repeatedly but the ad network only replied this:



In short, the only way is to follow this guide: http://filetrip.net/view?iIDBID2cPS
figure out the full advert URL as shown in the above guide; then e-mail or PM it to me, and I can forward it to our ad network so that they filter it out.

Does that guide also work when the URLs are protected by heavily obfuscated and encrypted javascript, along with anti-firebug code?
 

nl255

Well-Known Member
Member
Joined
Apr 9, 2004
Messages
3,000
Trophies
2
XP
2,790
Country
Wow, I was just getting ready to add *.gbatemp.net to my ad blocker whitelist when I saw this thread. Please LMK when this issue is fixed; I really want to support GBA Temp!

Just neuter flash with something like Flashblock. That will also help with all the flash exploits going around.
 

Sop

groovy dude lmao
Banned
Joined
Nov 14, 2010
Messages
1,244
Trophies
0
Location
qld
XP
553
Country
Yeah i had noticed this also i get occasionally linked random words in threads that when moused over pop out an add .
That's not from the 'Temp, that's from a piece of software you installed where you probably just spammed the 'next' button and it installed some shitty adware.
 
  • Like
Reactions: Rydian

Issac

Iᔕᔕᗩᑕ
Supervisor
Joined
Apr 10, 2004
Messages
7,025
Trophies
3
Location
Sweden
XP
7,343
Country
Sweden
Right now I get ads from a couple of swedish online bookstores, after browsing said stores, so that's all well and good for me :) However, before I got those annoying "meed local russian maids and fuck them tonight!!"-ads with semi-nude girls..
Oh well, I'll be sure to follow that guide if I'd need it some day :)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Ending to the fallout series was lame could've gave us a bit more