http://chadian22.no-ip.com/ << errors .
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/Transitional.dtd">
<?
include("includes/randomquote.php");
include("includes/googlebot.php");
include("includes/themes.php");
?>
<HTML>
<HEAD>
<?
$link = $GET['link'];
$id = $GET['id'];
if (!isset($link)){
$link = "blog";
}
mysql_connect("localhost","root","************");
mysql_select_db("blog");
if ( (isset($id)) && ( ($link == "blog") OR ($link=="articles") ) ) {
$query = "select title from $link where id = $id" ;
$result = mysql_query($query);
$title = mysql_fetch_array($result);
$title = $title['title'];
$title = str_replace("<i>", "",$title);
$title = str_replace("</i>", "",$title);
$title = str_replace("<b>", "",$title);
$title = str_replace("</b>", "",$title);
$title = str_replace("<u>", "",$title);
$title = str_replace("</u>", "",$title);
}
elseif((isset($id)) & ($link == "mailto")){
$query = "select title from blog where id = $id" ;
$result = mysql_query($query);
$title = mysql_fetch_array($result);
$title = $title['title'];
$title = str_replace("<i>", "",$title);
$title = str_replace("</i>", "",$title);
$title = str_replace("<b>", "",$title);
$title = str_replace("</b>", "",$title);
$title = str_replace("<u>", "",$title);
$title = str_replace("</u>", "",$title);
}
?>
<TITLE>CHADian : Coming to You from Nowhere <? print " ["."$link";
if (isset($title)){print " - $title";}
?>]
</TITLE>
<META NAME="keywords" CONTENT="chadian22, leduc, chadian, canadian, canada, chadian22@hotmail.com">
<META NAME="description" CONTENT="Chadian - useless links, posts, gallery pictures and much more">
<LINK href="<? print $css ; ?>" rel="stylesheet" type="text/css">
<!-- Javascript Stuff -->
<script type="text/javascript">
function theme(choice)
{
popup=window.open('/themes/index.php?theme='+choice+'','popup','width=200,height=50');
if (window.focus) {popup.focus()}
}
</script>
</HEAD>
<BODY>
<?
include("includes/randomquote.php");
?>
<div class="container">
<div class="header">
<? echo $headerpic; ?>
</div>
<? include("includes/menu.php"); ?>
<div class="inhalt">
<div class="clear"></div>
<div class="inhaltclear">
<div style="width:auto; padding-top:4px; padding-bottom:4px;padding-left:2px;padding-right:2px;border: 2px solid #488AC7;background-color:#98AFC7;color:white;">
<SCRIPT LANGUAGE="JAVASCRIPT">
<!-- hide this script tag's contents from old browsers
today = new Date();
BigDay = new Date("May 19, 2005")
msPerDay = 24 60 60 1000 ;
timeLeft = (BigDay.getTime() - today.getTime());
e_daysLeft = timeLeft / msPerDay;
daysLeft = Math.floor(e_daysLeft);
e_hrsLeft = (e_daysLeft - daysLeft)24;
hrsLeft = Math.floor(e_hrsLeft);
minsLeft = Math.floor((e_hrsLeft - hrsLeft)*60);
document.write("There are only <b>" + daysLeft + " days </b> Until <b><a href=\"http://www.greenday.com\">Green Day</a> in concert at Rexall</b><P>");
// -- done hiding from old browsers -->
</SCRIPT>
<SCRIPT LANGUAGE="JAVASCRIPT"><!-- hide this script tag's contents from old browsers
today = new Date();
BigDay = new Date("May 27, 2005")
msPerDay = 24 60 60 1000 ;
timeLeft = (BigDay.getTime() - today.getTime());
e_daysLeft = timeLeft / msPerDay;
daysLeft = Math.floor(e_daysLeft);
e_hrsLeft = (e_daysLeft - daysLeft)24;
hrsLeft = Math.floor(e_hrsLeft);
minsLeft = Math.floor((e_hrsLeft - hrsLeft)*60);
document.write("There are only <b>" + daysLeft + " days</b> Until <b><a href=\"http://www.ycgeneration.com\">the YC</a></b><P>");
// -- done hiding from old browsers -->
</SCRIPT>
</div>
<? include("includes/links.php"); ?>
</div>
</div>
<? include("includes/footer.php"); ?>
</div>
</BODY>
</HTML>