OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
breader
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2025 11:18:49 AM
rwxr-xr-x
📄
about.html
3.05 KB
06/15/2021 04:56:35 AM
rw-r--r--
📄
activate.php
2.56 KB
01/10/2021 11:01:39 AM
rw-r--r--
📁
admin
-
11/06/2024 11:06:02 AM
rwxr-xr-x
📄
analytics.php
39.84 KB
11/07/2024 08:38:42 AM
rw-r--r--
📄
article.php
16.58 KB
07/22/2024 11:38:48 AM
rw-r--r--
📁
audio
-
11/05/2024 05:01:58 AM
rwxrwxrwx
📄
backend.php
11.94 KB
08/02/2024 11:50:27 AM
rw-r--r--
📄
colortest.php
24.1 KB
07/31/2024 11:46:52 AM
rw-r--r--
📄
contact.html
2.79 KB
06/15/2021 04:53:32 AM
rw-r--r--
📄
copytest.html
3.9 KB
11/05/2024 09:57:47 AM
rw-r--r--
📄
dashboard.php
12.45 KB
08/26/2024 06:33:48 AM
rw-r--r--
📁
eyecandy
-
07/28/2024 06:12:57 AM
rwxrwxrwx
📄
geo_location.php
3.55 KB
08/07/2024 10:36:18 AM
rw-r--r--
📁
grfx
-
08/15/2024 05:29:48 AM
rwxr-xr-x
📁
inc
-
08/02/2024 11:49:22 AM
rwxr-xr-x
📄
index.html
11.81 KB
07/28/2024 04:53:52 PM
rw-r--r--
📄
info.php
14 bytes
10/02/2020 04:48:53 AM
rw-r--r--
📁
newReader
-
08/13/2024 01:41:05 PM
rwxr-xr-x
📄
phonedashboard.php
24.05 KB
07/31/2024 09:31:45 AM
rw-r--r--
📄
privacy.html
9.99 KB
06/15/2021 04:53:16 AM
rw-r--r--
📁
process
-
09/12/2024 12:29:57 PM
rwxr-xr-x
📄
reader.zip
37.35 MB
10/31/2024 02:49:40 AM
rw-r--r--
📄
refund.html
7.34 KB
06/15/2021 04:53:16 AM
rw-r--r--
📄
reset.html
3.01 KB
06/15/2021 04:53:17 AM
rw-r--r--
📄
signup.html
8.08 KB
07/05/2021 07:28:05 AM
rw-r--r--
📄
splash.html
1.11 KB
01/10/2021 12:49:20 PM
rw-r--r--
📁
texttovoice
-
08/02/2024 11:50:23 AM
rwxr-xr-x
📁
thumbsUp
-
08/27/2024 07:48:23 AM
rwxr-xr-x
📄
usage.html
30.88 KB
06/15/2021 04:53:17 AM
rw-r--r--
📄
zzzdashboard.php
11.95 KB
07/28/2024 02:55:07 AM
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>