weird addictinggames.com popup.?

Archived in the category: popup plus
Posted by Kristen Meyers on 26 Feb 09 -

I get a weird popup whenever i get onto the addictinggames.com website. The window looks like a generic windows error with the black exclamation mark in the yellow triangle, but the title bar says "The page at http://www.addictinggames.com says:".
The message is just a random number (or seemingly random) followed by a colon and the word "minutes".
So it says like:

10:Minutes

The problem is that whenever i click Ok, try to [x] out of it, alt+f4 it, or anything it comes back with another number slightly larger than the first. I keep pressing ok and the number rises all the way to saying "infinity: Minutes" after i press ok (the last number before infinity is like "2.########## e+300" or something like that.

needless to say i have no idea what this is and i can't get on the site or any other tab with it open.
The only way i've come up with to get past it is to press ctrl+w quickly after pressing the ok button.

Someone help!
(running Microsoft XP sp2 and Mozilla Firefox 3.0.6 with AdBlock Plus and Firebug (though i can't access either when the popup is up))
thanks for all the comments and especially to the guy who was able to somehow get to the contact page through the popup……i ran both antivirus and antispyware last night to see if i could find anything (avast! 4.8 and spybot S&D new version) and both came back clean……so i guess it's not a virus or whatever (unless it was overlooked, but both checks were thorough) ……checked a few minutes ago and it's still there….remember the way to get out of it without ctrl+alt+del and closing firefox is to quickly press enter (to close the popup) then quickly press ctrl+w to close the tab….seriously this is getting annoying i want to play my weekly flash games!….i don't think it has to do with the history, but i also haven't checked out updating flash and or java so i'll try that tonight…good luck people! (www.stickpage.com has some good games)

The popup that everyone is experiencing is part of the Javascript ad file they have on the website. If you look at the source code, you will see the problem:

function update_ad_iframe(iframeId, url, tile, width, height, refresh,dcopt_value,ord) {

if($.browser.browser != "Safari" && $.browser.browser != "Firefox") {
//alert(iframeId);
//alert("update_ad_iframe called");
var scriptTag = get_ad_iframe_src(url, tile, width, height,dcopt_value,ord);
self.frames[iframeId].document.open();
self.frames[iframeId].document.write(scriptTag);
} else {
//alert(iframeId);
var src = "javascript:window.parent.get_ad_iframe_src('"
+ url
+ "', "
+ tile
+ ", "
+ width
+ ", "
+ height
+ ", '"
+ dcopt_value
+"', "
+ ord
+")";

//alert(src);
$('#' + iframeId).attr("src", src);
}
if (typeof(refresh) != "undefined") {
alert(refresh / 1000 / 60 + ': Minutes');
var fcnString = "update_ad_iframe('"+iframeId+"','"+url+"',"+tile+","+width+","+height+","+refresh+"*1000*60,'"+dcopt_value+"',"+ord+")";
setTimeout(fcnString, refresh+"*1000*60");
//alert(refresh / 1000 / 60 + ': Minutes to: ' + fcnString);
}

That last bit there, the last few lines is where it's really becoming the problem. There is just one easy way of dealing with this that I can see:
1. Get Google Chrome. It allows you to prevent further alerts from popping up during your visit there.

Disabling Javascript doesn't work, as the site relies on Javascript to run the games and many other things. Unfortunately, until they get this sorted out, I don't see how this website can stay usable.

powered by Yahoo Answers

9 comments for “weird addictinggames.com popup.?”

1
www.explosivestudios.com

I dont think we can help. Contact Addicting Games. I will report this to Amy, since I know her a little because of my website http://www.explosivestudios.com

Good luck…
References :

February 26th, 2009 at 11:23 am
2
ggg10687

I just emailed addictinggames.com through the website, because I have been having the same issue. Needless to say it was a pain in the ass to get to the contact page with that stupid box popping up.

In the message I used your first 3 paragraphs since you explained it pretty well.

This is a response I got back from them last night:

Hello,

Thanks for letting us know. We're aware of this issue, and our
engineering staff is working to fix it.

Regards,
The AddictingGames Team

AddictingGames is a trademark of Atom Entertainment, Inc.
References :

February 26th, 2009 at 11:30 am
3
planthead712

I also have encountered the same error for addictinggames.com, but only on my wife's laptop (XP). The site still functions fine on my laptop (Vista). The problem just started today, where as the website has always functioned properly in the past. Tried updating Shockwave and Flash with no help. It may be reated to an older version of Java? I can't update that on her computer due to a software conflict. I have also sent a message to the website and will update if I hear back from them.
References :

February 26th, 2009 at 11:52 am
4
DaveFrank

I have the same problem. I am running Mac OSX with safari browser. The only way i can close the browser window is if i place my cursor on the "x" of my tab and click it right after i hit the space bar to "ok" the popup. Otherwise I have to keep pressing ok on the popup until my browser quits unexpectingly.
Very frustrating!
References :

February 26th, 2009 at 12:18 pm
5
muscatelave

I am having the same problem on one of my PC's that I had just reinstalled windows and all the updates and nod32. Nothing else has been installed.. The other three in my house can access without any problems.
References :

February 26th, 2009 at 12:36 pm
6
Radley S

the same exact thing is happening on my pc right now. and i kinda gets me angry because i want to play some games. usually i just hit ctrl alt delete and just go on a different website. if anyone finds out how to fix it answer this question with they way to fix it.
References :

February 26th, 2009 at 12:57 pm
7
Eujinroshi

My only solution to this problem is to open up task manager with Ctrl+Alt+Del and end close out of Firefox under the applications tab for windows users. Once i did that i opened up Firefox again (Start new session) and cleared my history.
References :

February 26th, 2009 at 1:15 pm
8
ILuvLucy

I am getting the same pop-up. I can't get past the pop-up to contact the website. Has anyone heard back from addictinggames.com yet? If you have anything that may help me, please let me know. I have Windows Vista. I am pretty sure it's a problem with the website. Thanks.
References :

February 26th, 2009 at 2:02 pm
9
lt.wolfe

The popup that everyone is experiencing is part of the Javascript ad file they have on the website. If you look at the source code, you will see the problem:

function update_ad_iframe(iframeId, url, tile, width, height, refresh,dcopt_value,ord) {

if($.browser.browser != "Safari" && $.browser.browser != "Firefox") {
//alert(iframeId);
//alert("update_ad_iframe called");
var scriptTag = get_ad_iframe_src(url, tile, width, height,dcopt_value,ord);
self.frames[iframeId].document.open();
self.frames[iframeId].document.write(scriptTag);
} else {
//alert(iframeId);
var src = "javascript:window.parent.get_ad_iframe_src('"
+ url
+ "', "
+ tile
+ ", "
+ width
+ ", "
+ height
+ ", '"
+ dcopt_value
+"', "
+ ord
+")";

//alert(src);
$('#' + iframeId).attr("src", src);
}
if (typeof(refresh) != "undefined") {
alert(refresh / 1000 / 60 + ': Minutes');
var fcnString = "update_ad_iframe('"+iframeId+"','"+url+"',"+tile+","+width+","+height+","+refresh+"*1000*60,'"+dcopt_value+"',"+ord+")";
setTimeout(fcnString, refresh+"*1000*60");
//alert(refresh / 1000 / 60 + ': Minutes to: ' + fcnString);
}

That last bit there, the last few lines is where it's really becoming the problem. There is just one easy way of dealing with this that I can see:
1. Get Google Chrome. It allows you to prevent further alerts from popping up during your visit there.

Disabling Javascript doesn't work, as the site relies on Javascript to run the games and many other things. Unfortunately, until they get this sorted out, I don't see how this website can stay usable.
References :
http://www.addictinggames.com/static/jquery/js/jquery.ads.pack.js

February 26th, 2009 at 2:11 pm

Laeave a Reply