I need a forwarder that breaks the cloak without having to click a link. the meta below should work, but doesn't. The link you click works, but the automatic refresh doesnt.
Code: Select all
<html>
<head>
<meta HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=iso-8859-1\">
<meta HTTP-EQUIV=\"refresh\" CONTENT=\"15;url=http://www.midnightsquadron.net/board/index.php?act=home\">
<META HTTP-EQUIV=\"Window-target\" CONTENT=\"_top\">
<title>Midnight Squadron Loader</title>
</head>
<body BGCOLOR=\"#000000\" TEXT=\"#FFFFFF\">
<center>
<a HREF=\"http://www.midnightsquadron.net/board/index.php?act=home\" target=\"_top\">
<img SRC=\"loading.jpg\" BORDER=\"0\" WIDTH=\"145\" HEIGHT=\"100\">
</a>
</center>
</body>
</html>