OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
eSamudaay
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/28/2024 11:03:35 AM
rwxrwxr-x
📄
about.html
3.05 KB
08/29/2024 12:13:31 PM
rw-r--r--
📄
activate.php
2.56 KB
08/29/2024 12:13:31 PM
rw-r--r--
📁
admin
-
08/29/2024 12:13:38 PM
rwxr-xr-x
📄
article.php
16.58 KB
08/29/2024 12:13:31 PM
rw-r--r--
📁
assets
-
08/29/2024 12:32:48 PM
rwxr-xr-x
📁
audio
-
08/29/2024 12:14:08 PM
rwxr-xr-x
📄
backend.php
11.94 KB
08/29/2024 12:13:32 PM
rw-r--r--
📄
bindex.html
11.81 KB
08/29/2024 12:13:32 PM
rw-r--r--
📄
colortest.php
24.1 KB
08/29/2024 12:13:32 PM
rw-r--r--
📄
contact.html
2.79 KB
08/29/2024 12:13:32 PM
rw-r--r--
📄
dashboard.php
12.84 KB
08/29/2024 12:13:32 PM
rw-r--r--
📁
eyecandy
-
08/29/2024 12:14:10 PM
rwxr-xr-x
📁
forms
-
08/29/2024 12:33:00 PM
rwxr-xr-x
📄
geo_location.php
3.55 KB
08/29/2024 12:13:32 PM
rw-r--r--
📁
grfx
-
08/29/2024 12:14:11 PM
rwxr-xr-x
📁
inc
-
08/29/2024 12:14:12 PM
rwxr-xr-x
📄
index.html
17.57 KB
08/29/2024 12:30:15 PM
rw-r--r--
📄
info.php
14 bytes
08/29/2024 12:13:32 PM
rw-r--r--
📄
navbar.php
0 bytes
08/29/2024 12:13:32 PM
rw-r--r--
📁
newReader
-
08/29/2024 12:17:22 PM
rwxr-xr-x
📄
phonedashboard.php
24.05 KB
08/29/2024 12:13:32 PM
rw-r--r--
📄
privacy.html
9.99 KB
08/29/2024 12:13:32 PM
rw-r--r--
📁
process
-
08/29/2024 12:17:55 PM
rwxr-xr-x
📄
readerTestComment.php
6.75 KB
08/29/2024 12:13:33 PM
rw-r--r--
📄
refund.html
7.34 KB
08/29/2024 12:13:33 PM
rw-r--r--
📄
reset.html
3.01 KB
08/29/2024 12:13:33 PM
rw-r--r--
📁
services
-
08/29/2024 12:33:02 PM
rwxr-xr-x
📄
signup.html
12.82 KB
08/29/2024 12:13:33 PM
rw-r--r--
📄
splash.html
1.11 KB
08/29/2024 12:13:33 PM
rw-r--r--
📁
texttovoice
-
08/29/2024 12:17:56 PM
rwxr-xr-x
📁
thumbsUp
-
08/29/2024 12:17:56 PM
rwxr-xr-x
📄
usage.html
30.88 KB
08/29/2024 12:13:33 PM
rw-r--r--
📄
zzzdashboard.php
11.95 KB
08/29/2024 12:13:33 PM
rw-r--r--
Editing: reset.html
Close
<!doctype html> <html lang="en"> <head> <title>Knobly Cream: Create • Reach • Measure</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" /> <link rel="stylesheet" href="inc/fontawesome/css/all.min.css" /> <link rel="stylesheet" href="inc/style.css" /> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script> <script src="inc/common.js"></script> <script type="text/javascript"> $(function() { var token = getParam('token'); $('#token').val(token); }); </script> </head> <body> <header> <div class="container text-center pt-2"> <a href="/"><img src="grfx/logo.png" alt="Knobly Cream" style="width:200px"></a><br> <div style="font-size:24px">Create • Reach • Measure</div> </div> </header> <section class="my-5"> <div class="container text-center"> <div class="col-12 offset-md-2 col-md-8 offset-lg-3 col-lg-6"> <h5>Reset Password</h5> <div id="panelReset" class="my-4"> <div class="row px-3"> <div class="input-group mb-3"> <div class="input-group-prepend"> <i class="input-group-text fa fa-unlock-alt p-3"></i> </div> <input type="password" id="loginPwd1" name="loginPwd1" class="form-control p-4" placeholder="Enter New Password" required maxlength="100" /> </div> <div class="input-group mb-3"> <div class="input-group-prepend"> <i class="input-group-text fa fa-unlock-alt p-3"></i> </div> <input type="password" id="loginPwd2" name="loginPwd2" class="form-control p-4" placeholder="Retype New Password" required maxlength="20" /> </div> </div> <div class="row"> <div class="col"> <button class="btn btn-success btn-md px-4" onclick="return chkResetPasswordConfirm()">Reset Password</button><br> <input type="hidden" id="token" name="token" value="" /> <div id="panelStatus" class="pt-4"></div> </div> </div> </div> </div> </div> </section> <footer class="footerHome"> <div class="container"> <div class="row py-2 no-gutters"> <div class="col-12 col-md-6 text-center text-md-left"> © Knobly Consulting </div> <div class="col-12 col-md-6 text-center text-md-right"> <a href="about.html">About us</a> <a href="usage.html">Usage Policy</a> <a href="refund.html">Refund Policy</a> <a href="privacy.html">Privacy Policy</a> <a href="contact.html">Contact us</a> </div> </div> </div> </footer> </body> </html>