Re: Domain Redirection & Cloaking

From: Marc Schneiders (marc@venster.nl)
Date: Mon Oct 02 2000 - 22:02:28 EDT


On Mon, 2 Oct 2000, N.B. DelMore wrote:

> Does anyone have, or can you point me to a script that does domain
> redirection and cloaking?

Hardly a 'script', but it does the trick. http://www.oldserver.net/ to see
it in full glory. This redirects to http://www.oldserver.demon.nl/ with
cloaking. (Note: also cloaks external links, unless you add
TARGET="_blank" after A HREF="...")

The HTML is:

<HTML>
<HEAD>
<TITLE>
Oldserver
</TITLE>
<META NAME="keywords" CONTENT="Oldserver">
<META NAME="description" CONTENT="Oldserver">
</HEAD>
<FRAMESET ROWS="100%,*" BORDER="0" FRAMEBORDER="0" FRAMESPACING="0">
<FRAME
NAME="pagina" SRC="http://www.oldserver.demon.nl/" MARGINHEIGHT="1"
MARGINWIDTH="1" SCROLLING="AUTO" FRAMEBORDER="0" NORESIZE>
<NOFRAMES>
<BODY BGCOLOR="FFFFFF">
<CENTER>
<H2>Welcome to this site!</H2>
</CENTER>
<P>
Your browser does not support frames. Please, try
<A HREF="http://www.oldserver.demon.nl/">this link</A>.
</BODY>
</NOFRAMES>
</FRAMESET>
</HTML>

This does obviously only work for the cloaking part in browsers that
support frames. 99.9% of the internet users use those browsers. For the
0.1% lynx users it will be clear that the site is redirected. But lynx
users are smart enough to see that anyway :-)

Succes!

-- 
*---------------------------------------------------------------------*
 Marc Schneiders --- http://bodacious-tatas.org: no not what you think
*---------------------------------------------------------------------*



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:35:59 EDT