Viewing file: index.php (1.71 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<?PHP
$client = $_SERVER[HTTP_USER_AGENT];
if(strstr($client,"Linux")){
echo '<meta http-equiv="refresh" content="1; url=xmlparsing.php?linux=true">';
exit;
}
include 'getContent.php';
echo '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />';
echo '<meta name="description" content="'.$title.'\'s Flash Blog. Offical site of ' .$name .'">';
echo '<meta name="keywords" content="'. $title .','.$name.','.$email.'">';
echo '<title>'.$title.'\'s Flash Blog</title>';
?>
</head>
<body text="#333333">
<style>
body {margin: 0px;padding: 0px}
</style>
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">
<?PHP include 'xmlparsing.php'; ?>
</div>
<?PHP
echo '<script type="text/javascript">';
echo 'var so = new SWFObject("' .$template .'", "flashBlog", "100%", "100%", "8", "#000000", true);';
echo 'so.addParam("scale","noscale");';
echo 'so.addParam("salign","t");';
echo 'so.addParam("align","middle");';
echo 'so.addParam("allowScriptAccess","sameDomain");';
echo 'so.addVariable("entryNumber",getQueryParamValue("entry"));';
echo 'so.write("flashcontent");';
echo '</script>';
?>
<!--url's used in the movie-->
<!--text used in the movie-->
<!--var so = new SWFObject("flashBlog.swf", "flashBlog", "100%", "100%", "8", "#000000", true);
<
-->
<!-- saved from url=(0013)about:internet<p>Sorry but this site uses Macromedia Flash Player<BR>
<a href="downloadFlash.html">To do Quick Install, click here</a></p>
<p>If you do not wish to download the player, you can <a href="xmlparsing.php">view an alternate HTML
version here </a></p>
-->
</body>
</html>
|