<?php
if(!defined('NON_DIRECT')) { exit(header("location: ../")); }
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Wrong URL! - Short URL / cloaking service</title>
<meta name="Author" content="Developed by plusPHP.com / PK" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<meta name="description" content="Wrong URL page. Short URL service with better functionality: send new URLs to e-mail, bulk URL shortening, custom SEO tags, temporary URLs" />
<meta name="keywords" content="url, url cloaking, seo, search engine optimization, short url" />
<link rel="stylesheet" href="<?php echo $BASE_URI; ?>env/style.css" media="screen,projection,print" type="text/css" />
<!--[if lte IE 6]>
<script type="text/javascript"> var shim='<?php echo $BASE_URI; ?>env/x.gif';</script>
<script type="text/javascript" src="<?php echo $BASE_URI; ?>env/pngfix.js"></script>
<![endif]-->
<link rel="stylesheet" href="<?php echo $BASE_URI; ?>env/style.css" media="screen,projection,print" type="text/css" />
</head>
<body>
<div id="container" class="align_center">
<div id="header">
<a href="<?php echo $BASE_URI; ?>" title="short URL and URL cloak service"><img src="<?php echo $BASE_URI; ?>env/logo.png" hspace="5" title="Link/Slash - Short URL cloacking service" alt="Link/Slash - Short URL cloacking service" id="logo" align="absmiddle" /></a>
</div>
<div id="content_text">
<H1>Wrong URL Requested</H1>
<?php echo(implode('',file($_pages_dir.'ads_top.txt'))) ?>
<center><p>URL you've requested - http://<?php echo $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; ?> - isn't on this server.</p></center>
<?php echo(implode('',file($_pages_dir.'ads_bottom.txt'))) ?>
<p class="footer">© 2008, <?php echo(ucfirst(str_replace('www.','',$_SERVER['HTTP_HOST']))); ?> <A href="http://<?php echo $_SERVER['HTTP_HOST'].$BASE_URI; ?>">Short URL service</A> powered by <A href="http://www.plusphp.com">plus.php Software</A></p>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3667165-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>