rap8557
Banned - Selling via PM
- Sep 15, 2008
- 2,000
- 631
i used DMR but it doesnt work on IE. how can i fixed this?
here's the code
page1
page2
thanks!
here's the code
page1
Code:
<html>
<head>
<style type="text/css">
#conash3D0 {height:0px; top:-1px;}
</style>
</head>
<?php
echo "<meta http-equiv=\"refresh\" content=\"0;url=rdm2.php\">";
?>
</html>
page2
Code:
<html>
<head>
<style type="text/css">
#conash3D0 {height:0px; top:-1px;}
</style>
</head>
<?php
$referer = $_SERVER['HTTP_REFERER'];
if($referer == "")
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://reflink.com\">";
}
else
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://fakesite.com\">";
}
?>
</html>
thanks!