예제 #1
0
<?php

include "../../includes/ini.php";
include "../../includes/session.php";
include "../../includes/db.php";
include "../../includes/functions.php";
if (!validStreamID($_SESSION['myStreamID'])) {
    die("invalid streamID");
}
// update streamID
$_SESSION['myStreamID'] = streamID();
// update user
updateUser();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">	
    <head>
        <title></title>

        <style type="text/css" media="screen">  
			html, body	{ height:100%; }
			body { margin:0; padding:0; overflow:auto; text-align:center; 
			       background-color: #ffffff; } 
			object:focus { outline:none; }
			#flashContent { display:none; }
        </style>
		 		    
        <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
        <!--script type="text/javascript" src="js/swfobject.js"></script-->
예제 #2
0
<?php

include "../../includes/ini.php";
include "../../includes/session.php";
include "../../includes/db.php";
include "../../includes/functions.php";
if (!$_SESSION['username']) {
    die("access denied");
}
if (!validStreamID($_GET['sID'])) {
    die("access denied");
}
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">	

    <head>
        <title></title>
        <meta name="google" value="notranslate">         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        
        <style type="text/css" media="screen"> 
			html, body	{ height:100%; }
			body { margin:0; padding:0; overflow:auto; text-align:center; 
			       background-color: #ffffff; }   
			object:focus { outline:none; }
			#flashContent { display:none; }
        </style>