OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
creator
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.7 KB
01/21/2025 10:39:11 AM
rw-r--r--
📄
account.php
48.89 KB
01/21/2025 10:39:12 AM
rw-r--r--
📄
activate.php
2.58 KB
01/21/2025 10:39:12 AM
rw-r--r--
📁
assets
-
01/21/2025 10:39:59 AM
rwxr-xr-x
📄
contact.html
3.43 KB
01/21/2025 10:39:12 AM
rw-r--r--
📄
create.php
42.17 KB
01/21/2025 10:39:15 AM
rw-r--r--
📄
creator.php
8.56 KB
01/21/2025 10:39:15 AM
rw-r--r--
📁
genai
-
01/21/2025 10:39:32 AM
rwxr-xr-x
📁
inc
-
01/21/2025 10:39:38 AM
rwxr-xr-x
📄
index.php
3.78 KB
01/21/2025 10:39:16 AM
rw-r--r--
📄
logInCheck.php
4.75 KB
01/21/2025 10:39:16 AM
rw-r--r--
📄
more.php
9.62 KB
01/21/2025 10:39:17 AM
rw-r--r--
📄
privacy.html
12.52 KB
01/21/2025 10:39:17 AM
rw-r--r--
📄
refund.html
9.15 KB
01/21/2025 10:39:19 AM
rw-r--r--
📄
request_article.php
21.9 KB
01/21/2025 10:39:21 AM
rw-r--r--
📄
reset.html
5.09 KB
01/21/2025 10:39:19 AM
rw-r--r--
📄
sign-in.php
28.81 KB
01/21/2025 10:39:22 AM
rw-r--r--
📄
signInProcess.php
11.1 KB
01/21/2025 10:39:22 AM
rw-r--r--
📄
usage.html
38.19 KB
01/21/2025 10:39:25 AM
rw-r--r--
📁
videoAI
-
01/21/2025 10:39:44 AM
rwxr-xr-x
📄
view.php
13.63 KB
01/21/2025 10:39:25 AM
rw-r--r--
Editing: about.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" /> <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> <style> .row { justify-content: space-around; } .txtHead { font-family: 'Crimson Text', serif; font-size: 32px; } </style> </head> <body> <div class="container-fluid" style="background-color:#f2f2f2"> <div class="container"> <div class="row"> <div class="col-12 col-md-6 col-xl-4 p-4 text-center"> <img src="assets/img/knobly_logo.png" alt="Knobly Cream" style="width:275px" /> <div class="txtHead mt-2">Welcome to Cream</div> <p class="py-3" style="font-size:18px">World's first opinionated content marketing tool. Brought to you by Knobly Consulting with deep experience in content and media.</p> <a href="sign-in.php?tyoe=login"><button class="btn btn-success p-3 mr-1" style="width:135px">LOGIN</button></a> <a href="sign-in.php"><button class="btn btn-danger p-3 ml-1" style="background-color:#db5e24e6;width:135px;">Sign Up</button></a> </div> </div> </div> </div> <div class="container mb-5"> <div class="txtHead mt-5 mb-3">About us</div> <div class="row"> <div class="col"> <h4 class="mb-4">We believe in the power of content as a catalyst for brand building</h4> <p>We created Knobly Cream to help people Curate, Create, Reach and Measure their content marketing efforts and put together amazing content to make their brand great. We help people be committed to their content marketing program by keeping the process easy. Collaborate with their teams. Make their brands loved and trusted.</p> <p>Whether you're a solopreneur, managing a small business or a team lead in a large corporation Knobly Cream is for you. It helps you make the leap of faith in content marketing.</p> </div> </div> </div> <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>