QUOTE
:19638/webhost/rollout">-->
All of my websites have have lost the UNI.CC connection, yet, DNS still works.
And even more peculiar is the website coding.
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<!--------------------------------------- Copyright (c) 2000 Ensim Corporation -------------------------------------->
<HEAD>
<TITLE>Refreshing to welcome page...</TITLE>
<!--<meta http-equiv="Refresh"
content="1; URL=https://<!--#echo var="hostname"-->:19638/webhost/rollout">-->
<!--#if expr="${HTTP_HOST}" -->
<script language="javascript">
var myhostname = "<!--#echo var="HTTP_HOST" -->";
//alert("Hey Nice to see you " + myhostname);
myRe = /^(.*):([0-9]*)(.*)/;
var newname = myhostname.replace(myRe,"$1$3");
//alert("I changed URL to:" + newname);
document.write("<meta http-equiv=\"Refresh\" content=\"1; URL=" + "https://" + newname + ":19638/webhost/rollout\">");
</script>
<!--#endif -->
</HEAD>
<BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#000080"
ALINK="#FF0000"
>
</BODY>
</HTML>
<HTML>
<!--------------------------------------- Copyright (c) 2000 Ensim Corporation -------------------------------------->
<HEAD>
<TITLE>Refreshing to welcome page...</TITLE>
<!--<meta http-equiv="Refresh"
content="1; URL=https://<!--#echo var="hostname"-->:19638/webhost/rollout">-->
<!--#if expr="${HTTP_HOST}" -->
<script language="javascript">
var myhostname = "<!--#echo var="HTTP_HOST" -->";
//alert("Hey Nice to see you " + myhostname);
myRe = /^(.*):([0-9]*)(.*)/;
var newname = myhostname.replace(myRe,"$1$3");
//alert("I changed URL to:" + newname);
document.write("<meta http-equiv=\"Refresh\" content=\"1; URL=" + "https://" + newname + ":19638/webhost/rollout\">");
</script>
<!--#endif -->
</HEAD>
<BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#000080"
ALINK="#FF0000"
>
</BODY>
</HTML>
I find the the little comment tags and javascript most interesting. The comment tags say Enism coporation, which is another web control panel company, like cPanel. And the javascript is even more weird. Apprently, if you have the right "HTTP_HOST", it will show you the new URL to the site. like below:
QUOTE
Hey, nice to see you.
I chnaged the URL to:
I chnaged the URL to:
How wierd, anyone got any ideas on what's happening?


