OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
CreatePage
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/17/2025 10:17:24 AM
rwxrwxr-x
📁
assets
-
02/24/2025 12:08:08 PM
rwxr-xr-x
📄
back2_index.php
20.45 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
getAnalyticsData.php
1.45 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
index.php
18.97 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
index_before_analytics.php
11.83 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
index_old.php
5.81 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
lastb_index.php
27.85 KB
05/19/2025 10:07:15 AM
rw-r--r--
📁
pages
-
02/28/2025 05:33:15 AM
rwxrwxrwx
📁
process
-
05/19/2025 10:07:15 AM
rwxr-xr-x
📄
script.js
19.15 KB
02/24/2025 12:20:58 PM
rw-r--r--
📄
style.css
11.13 KB
02/24/2025 12:20:58 PM
rw-r--r--
📄
template1.php
8.37 KB
05/19/2025 10:07:15 AM
rw-r--r--
📁
template2
-
02/24/2025 12:08:09 PM
rwxr-xr-x
Editing: index_old.php
Close
<? include '../assets/php/validate.logged.php'; include '../assets/php/function.php'; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Create Landing Page</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> <!-- Animate.css (Latest Version) --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> <!-- Custom Styles --> <link rel="stylesheet" href="../assets/old/style.css" /> <link rel="stylesheet" href="../assets/css/styles.css" /> <!-- Favicon --> <link rel="icon" type="image/x-icon" href="/img/logo.ico"> <!-- Bootstrap 4.5.2 (Update to 5 if needed) --> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> <!-- Optional: Latest Bootstrap 5.3.0 (if upgrading to Bootstrap 5) --> <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"> --> <!-- Cropper CSS --> <link href="https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.css" rel="stylesheet"> <style> body { font-family: Arial, sans-serif; background-color: #f0f2f5; margin: 0; } .dashboard { display: grid; grid-template-columns: repeat(4, 1fr); /* 4 cards per row */ gap: 20px; } .card { background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-decoration: none; color: inherit; transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease; position: relative; display: block; width: 250px; height: auto; } .card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); } .card img { width: 100%; height: 180px; object-fit: cover; transition: opacity 0.3s ease; } .card img:hover { opacity: 0.8; } .card h3 { margin: 10px 0; font-size: 1.2rem; font-weight: bold; color: #333; padding-left: 11px; } .card p { font-size: 1rem; color: #777; } .card .card-content { padding: 15px; } .card .card-content p { margin-top: 10px; color: #666; } .card .card-footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 10px; background: rgba(0, 0, 0, 0.5); color: white; font-size: 0.9rem; text-align: center; } .go-back-bar { top: 90px !important; left: 20px !important; } .cont { padding-top: 85px; } .card:hover .card-footer { background: rgba(0, 0, 0, 0.7); } .heading { color: white; } @media (max-width:768px) { .heading{ font-size: x-large; } .go-back-bar { top: 70px !important; left: 10px !important; } } @media (max-width:425px) { .heading{ font-size: larger; } .go-back-bar { top: 65px !important; left: 0px !important; padding: 0px 10px !important; } .dashboard { grid-template-columns: repeat(1, 1fr) !important; } .cont { padding-top: 70px; } .marginDiv{ margin: 20vw; } } </style> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/5.3.0/js/bootstrap.min.js"></script> <!-- Bootstrap JS --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> <!-- jQuery --> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> <!-- Bootstrap JS --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script> </head> <body> <? include '../assets/php/navbar.php'; ?> <? include '../assets/php/go_backbar.php' ?> <div class="container-fluid cont col-md-10"> <h1 class="heading">Landing Page</h1> <div class="dashboard"> <a href="template1.php" class="card"> <img src="assets/default2.jpg" alt="Card 1"> <h3>Template 1</h3> </a> <a href="template2/index.html" class="card"> <img src="assets/default4.jpg" alt="Card 2"> <h3>Template 2</h3> </a> </div> <h1 class="heading">Saved Landing Pages</h1> <div class="marginDiv"></div> </div> <? include '../assets/php/bottom_navbar.php' ?> <? include '../assets/php/footer.php' ?> </body> </html>