News: Cexx forums, with volunteers dedicated to helping you remove malware and stay protected
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
May 23, 2013, 09:22:31
Pages: 1 [2]   Go Down
  Print  
Topic: BRINKSTER PUT ADS IN !  (Read 7697 times)
0 Members and 1 Guest are viewing this topic.
« Reply #15 on: January 06, 2004, 19:54:40 »
sista
Guest

try putting <noframes> before <body> then </noframes> after body..
like this:
<noframes>
<body></noframes>
Logged
« Reply #16 on: January 07, 2004, 16:10:41 »
seresca
Guest

Brinkster insert her ADS just after <Body.....>

then I just look for any DIV that have a ID with length=7

Brinkster always use a random ID 7chars length.

here is my script:

<script>
   for (var i=0;i<document.all.length;i++){
      if(document.all.tagName=="DIV" && document.all.id.length==7) {
          document.all.style.display="none";
          break;
      }
   }
</script>

Just paste inmediatly after your <BODY> tag. I will find the DIV used by the AD and then hide them.

I hope be usefull. It run perfect for me.
Logged
« Reply #17 on: February 21, 2004, 21:52:47 »
Sazak Offline
Newbie

WWW
*

Karma: 0
Posts: 5



Simple put this code Before your source:

Code:
<!-- NO ADS -->
<noembed>
<body>
</body>
</noembed>
<!-- NO ADS -->



Tested on Internet Explorer and Opera.

Demo Page:
http://www32.brinkster.com/sazak/
Logged

« Reply #18 on: February 25, 2004, 13:32:38 »
dory
Guest

I do what you tell me to do but I can't see anything.
I can see a blank page.

what is the problem?
Logged
« Reply #19 on: February 25, 2004, 16:00:14 »
Sazak Offline
Newbie

WWW
*

Karma: 0
Posts: 5



Quote from: dory
I do what you tell me to do but I can't see anything.
I can see a blank page.
what is the problem?


Please, Send your web link man...
Bye.
Logged

« Reply #20 on: February 25, 2004, 16:07:04 »
Sazak Offline
Newbie

WWW
*

Karma: 0
Posts: 5



It's a simple exemple:

Code:
<!-- NO ADS -->
<noembed>
<body>
</body>
</noembed>
<!-- NO ADS -->




<!-- YOUR SOURCE CODE HERE -->
<html>

<head>

<title>Your title</title>

</head>

<body>

</body>

</html>


 Shocked
Logged

« Reply #21 on: March 10, 2004, 05:13:07 »
varun
Guest

thanks man ,sazak it works
Logged
 
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Page created in 0.673 seconds with 20 queries.