Jump to content

ad remove ie


Recommended Posts

i try to remove the ad from tribalwars.nl but nu luck yet anyone a idea how to do this with the _ie functions, i wanna embed this into my script.

this is the page source code from the site

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<head>
<title>Tribal Wars</title>
<link rel="stylesheet" type="text/css" href="stamm.css" />
<script type="text/javascript">
// <![CDATA[
window.setInterval("reload('ad_sky.php')", 180000);
var lastLocation = null;

function reload(src_ad) {
    var currentLocation = frames.main.location.href;
    if(lastLocation != currentLocation) {
        frames.ad.location=src_ad;
        lastLocation = currentLocation;
    }
}

// ]]>
</script>
</head>

<frameset cols="*, 165" frameborder="0" framespacing="0" border="0">
    <frame frameborder="0" marginwidth="5" marginheight="5" border="0" src="game.php?screen=overview&amp;intro&amp;popup" name="main" />
    <frame frameborder="0" scrolling="no" noresize  marginwidth="7" marginheight="0" src="ad_sky.php" name="ad" />
</frameset>

</html>
Edited by infernothebest
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...