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/swipe.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>Swiping Magnetic Cards</h1>
			</div><!--/header-->
			<div data-role="content" id="about-content">
				<div class="ui-body ui-body-d">
			        <div id="noswipe"><center><h2>Swipe A Card Now!</h2></center></div>
			        <div id="swipecc" style="display:none;"><center><div id="color-bar" style="height:25px; background:#09D607;"><h3>Success - Credit Card</h3></div>
<br><div id="datacc"></div><br></center></div>
					<div id="swipe" style="display:none;"><center><div id="color-bar" style="height:25px; background:#09D607;"><h3>Success</h3></div>
<br><div id="data"></div><br></center></div>
				</div>
				<br>
				<div class="ui-body ui-body-d">
			        <h2>Using a MSR Reader</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 bottom 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 P25i-M</h5>
						<img src="img/32-iphone.png" alt="iphone" />
						<p><small>In order to retrieve the swipe data from the BlueBamboo P25i-M printer, you need to start the reader and open up the listening port. You can do this when you load your scan page or by creating a link/button. The button below has a 10 second timeout.</small><button onclick="window.location='swipetrack://scanbamboo?timeout=10';" class="button3 large blue">Start P25i Reader</button></p>
					</div>
					<hr/>
					<div class="icon">
						<h5>Coming Soon: New Hardware</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