| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/hans_sites/phonelesswork.com/ |
Upload File : |
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<title>Phoneless</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans">
<style type="text/css">
#main_container {
width:850px;
margin:0px auto;
position:relative;
font-family: Helvetica;
}
#quickstart {
color: #2dadfb;
font-size:39px;
position:absolute;
top:211px;
left:329px;
}
.section_header {
font-size:45px;
font-weight:bold;
text-align:center;
color:#2dadfb;
margin:40px 0px 20px 0px;
}
.section_content {
font-size:25px;
}
.left_side {
width:19%;
vertical-align:top;
display:inline-block;
text-align:center;
}
.right_side {
width:80%;
vertical-align:top;
display:inline-block;
}
.section_smaller {
font-size:18px;
}
</style>
</head>
<body>
<div id="main_container">
<div class="main_header_image">
<div style="width:500px;margin:0px auto;">
<img src="/images/logo_blue_small.png" style="width:100%;margin-top:80px;" />
<div id="quickstart">Quick Start Guide</div>
</div>
</div>
<?php if(empty($_GET['id'])) { ?>
<div class="section_content">You need to pass your device id to use this page.</div>
<?php } else { ?>
<div style="margin-top:80px;"></div>
<div class="section_header">Connect to Power</div>
<div class="section_content">On the left side of your PhoneLess Locker is the power port. Insert plug and connect to wall.</div>
<div style="margin-top:80px;"></div>
<div class="section_header">Connect to Internet</div>
<div class="section_content">
<div style="margin:20px 0px;">
<div class="left_side">Hard Wired:<br /><small>(Perferred)</small></div>
<div class="right_side">If you have access to an ethernet port on your router then connect an ethernet cable to the left side of your PhoneLess Locker and connect to the router/modem</div>
</div>
<div style="margin:20px 0px;">
<div class="left_side">WiFi:</div>
<div class="right_side">
<div style="float:right;vertical-align:top;padding-left:20px;"><img src="/images/qr_code_for_wifi_setup.png" style="width:150px;" /></div>
<div style="vertical-align:top;">Your PhoneLess Locker will automaticly create a WiFi network. Go to your WiFi setting on your phone / tablet and connect to "PhoneLessWork xxxx". Once connected Scan this QR code with your camera App.</div>
<div class="section_smaller">(Or Visit <a href="http://10.0.0.1:8000">10.0.0.1:8000</a> in a web browser once connected to the WiFi)</div>
<div style="clear:both;"></div>
</div>
</div>
</div>
<?php } ?>
</div>
</body>
</html>