bmnmn,m

He has: 4 posts

Joined: Feb 2009

hho

decibel.places's picture

He has: 1,494 posts

Joined: Jun 2008

Hello, welcome to TWF Laugh

Can you explain? I do not see ads...

He has: 4 posts

Joined: Feb 2009

k

decibel.places's picture

He has: 1,494 posts

Joined: Jun 2008

ok, that is what they call the toolbar, and you can remove it by redirecting to this page

http://www.thedarkesthour.com.nu/?toolbar=n

(notice the "?toolbar=n") on the end of the URL

you could also use URL rewrite in the .htaccess file for this

I am not an expert at that stuff, maybe someone else can give you the correct rules.

decibel.places's picture

He has: 1,494 posts

Joined: Jun 2008

Another way would be to make the location of the top window the website

by adding this JavaScript in the head:

<script type="text/javascript">
<!--
top.location = "http://h1.ripway.com/thedarkesthour/";
//-->
</script>

notice that I also put in an opening <noframes> tag because all you had was the closing one (you could put "noframes" content in there - or you could eliminate both tags)

<html>
<head>
<title>the darkest hour │ Official Website</title>
<base href="http://thedarkesthour.com.nu/">
<meta name="keywords" content="the darkest hour official website">
<meta name="description" content="the darkest hour">
<meta name="revisit-after" content="After 90 days">
<meta name="robots" content="INDEX, FOLLOW">
<script type="text/javascript">
<!--
top.location = "http://h1.ripway.com/thedarkesthour/";
//-->
</script>
</head>
<frameset rows="26,*" frameborder="NO" border="0" framespacing="0">
<frame name="ad" src="http://content.qualigo.de/cache_iframe.php?ds=tlsubdom&subhost=thedarkesthour.com.nu" noresize scrolling="no">
<frame name="main" src="http://h1.ripway.com/thedarkesthour/" rel="nofollow">
</frameset>
<body bgcolor="#FFFFFF" text="#000000">


   <center><h1>the darkest hour │ Official Website</h1>
   <br><br>
   <center><h2>the darkest hour</h2></center>
   <center><h3>the darkest hour │ Official Website</h3></center>
   <br><br>
   <p>the darkest hour official website</p><br>
   <br><br>
   <p>the darkest hour</p>
   <noframes></noframes>

   </body>
   </html>

decibel.places's picture

He has: 1,494 posts

Joined: Jun 2008

or you could make the src of the "ad" frame the content and change its size to 100%x100%, but I'm not going to do it for you...

He has: 4 posts

Joined: Feb 2009

Sir,

this is a big help.

i will try it now

thanks, Again

He has: 4 posts

Joined: Feb 2009

Sir, how could i make the src of the "ad" frame the content and change its size to 100%x100%? Can you give me a step by step instructions?

thanks.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.