#!/usr/bin/perl

#  I N S T R U C T I O N S
# Change the $newurl value to your new UBB.classic URL
# do not move or change the 'quotes' or final semicolon



# CHANGE THIS VALUE BEFORE UPLOADING IN ASCII

$newurl = 'http://www.taligentx.com/cgi-bin/ultimatebb.cgi'; #  <- CHANGE THIS VALU

# done




print ("Content-type: text/html\n\n");


print<<THIS;

<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=x-user-defined">
   <meta http-equiv="Refresh" content="2; URL=$newurl">
   <TITLE>Bulletin Board Moved!</TITLE>
</HEAD>
<BODY>

<UL><FONT FACE="Arial,Helvetica"><FONT SIZE=+1></FONT></FONT>&nbsp;<FONT FACE="Arial,Helvetica"><FONT SIZE=+1></FONT></FONT>

<P><FONT FACE="Arial,Helvetica"><FONT SIZE=+1>The Bulletin Board has moved
to</FONT></FONT><FONT FACE="Arial,Helvetica"><FONT SIZE=+1></FONT></FONT>

<P><FONT FACE="Arial,Helvetica"><FONT SIZE=+1><A HREF="$newurl">$newurl</A></FONT></FONT>
<BR><FONT FACE="Arial,Helvetica"><FONT SIZE=+1><A HREF="$newurl"></A></FONT></FONT>&nbsp;<FONT FACE="Arial,Helvetica"><FONT SIZE=+1></FONT></FONT>

<P><FONT FACE="Arial,Helvetica"><FONT SIZE=+1>Please Update your bookmarks</FONT></FONT><FONT FACE="Arial,Helvetica"><FONT SIZE=+1></FONT></FONT>

<P><FONT FACE="Arial,Helvetica"><FONT SIZE=+1>Click <A HREF="$newurl">here</A>
if your browser does not take you there automatically in a&nbsp; few seconds.</FONT></FONT></UL>

</BODY>
</HTML>


THIS

exit;

