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: splash.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="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.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="inc/common.js"></script> <script type="text/javascript"> $(function() { setTimeout(function() { chkSignedInFrmSplash(); }, 1500); }); </script> </head> <body> <div class="container-fluid h-100" style="background-color:#f2f2f2"> <img src="grfx/logo.png" alt="Knobly Cream" style="width:275px" class="panelCenter animate__animated animate__rubberBand" /> </div> </body> </html>