OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
reader
/
facebook
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/04/2025 08:32:49 AM
rwxr-xr-x
📄
accessTest copy.php
601 bytes
05/19/2025 10:07:15 AM
rw-r--r--
📄
accessTest.php
601 bytes
05/19/2025 10:07:15 AM
rw-r--r--
📄
back_fb_post_handler.php
9.41 KB
05/19/2025 10:07:15 AM
rw-r--r--
📁
backup
-
05/19/2025 10:07:15 AM
rwxr-xr-x
📄
composer-setup.php
57.04 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
composer.json
64 bytes
03/03/2025 08:18:25 AM
rw-r--r--
📄
composer.lock
2.81 KB
03/03/2025 08:18:25 AM
rw-r--r--
📄
composer.phar
2.86 MB
03/03/2025 08:18:26 AM
rw-r--r--
📄
configuration.txt
79 bytes
03/03/2025 08:18:25 AM
rw-r--r--
📁
cream
-
05/19/2025 10:07:15 AM
rwxr-xr-x
📄
credential copy.json
556 bytes
03/03/2025 08:18:26 AM
rw-r--r--
📄
credential.json
556 bytes
03/03/2025 08:18:26 AM
rw-r--r--
📄
db_connect.php
341 bytes
05/19/2025 10:07:15 AM
rw-r--r--
📄
facebook_setup.php
10.39 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
facebook_setup_handler.php
1.17 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
fb_post_handler copy.php
6.55 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
fb_post_handler.php
12.35 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
fb_share.php
8.94 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
function.php
18.91 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
index.php
420 bytes
05/19/2025 10:07:15 AM
rw-r--r--
📄
navbar.php
1.63 KB
05/19/2025 10:07:15 AM
rw-r--r--
📁
new_folder
-
05/19/2025 10:07:15 AM
rwxr-xr-x
📄
new_index.php
10.12 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
new_table.php
13.36 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
postTest.php
3.38 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
sample_data.txt
7.07 KB
03/03/2025 08:18:26 AM
rw-r--r--
📄
share_facebook.php
1.95 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
sidebar.php
3.49 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
test.php
1.72 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
update_fb_pages.php
347 bytes
05/19/2025 10:07:15 AM
rw-r--r--
📁
vendor
-
05/19/2025 10:07:15 AM
rwxr-xr-x
Editing: sidebar.php
Close
<style> .sidebar { position: fixed; top: 0; bottom: 0; left: 0; padding: 20px; background-color: #212529; color: white; } .category { font-weight: bold; margin-top: 20px; color: #adb5bd; } .templates, .lists, .mailer { list-style-type: none; padding-left: 0; } .templates li, .lists li, .mailer li { margin-top: 10px; } .templates li a, .lists li a, .mailer li a { color: #adb5bd; text-decoration: none; } .templates li a:hover, .lists li a:hover, .mailer li a:hover { color: #f8f9fa; } .back-btn button { background-color: #343a40; color: #cccccc; border: none; outline: none; } .back-btn:focus { border: none; outline: none; } .sb-sidenav-footer { display: flex; background-color: none; } </style> <div id="layoutSidenav_nav"> <nav class="sb-sidenav accordion sb-sidenav-dark" id="sidenavAccordion"> <div class="sb-sidenav-menu"> <div class="nav mt-4"> <div class="container-fluid"> <div class="row"> <div class="sidebar"> <div class="category">FACEBOOK</div> <ul class="templates"> <li><a href="facebook_setup.php"><i class="fab fa-facebook-f"></i> Facebook</a></li> </ul> </div> </div> <!-- <div class="row"> <div class="sidebar"> <div class="category">CAMPAIGNS</div> <ul class="templates"> <li><a href="createList.php"><i class="fas fa-clipboard-list"></i> All Campaigns</a></li> <li><a href="newCompaign.php"><i class="fas fa-calendar-plus"></i> New Campaign</a></li> </ul> <div class="category">LISTS & SUBSCRIBERS</div> <ul class="lists"> <li><a href="addList.php"><i class="fas fa-list-alt"></i> Add List</a></li> <li><a href="viewList.php"><i class="fas fa-th-large"></i> View All Lists</a></li> <li><a href="housekeeping.php"><i class="fas fa-briefcase"></i> Housekeeping</a></li> <li><a href="blacklist.php"><i class="fas fa-user-times"></i> Blacklist</a></li> </ul> <div class="category">GO TO MAILER</div> <ul class="mailer"> <li><a href="index.php"><i class="fas fa-mail-bulk"></i> Mail</a></li> </ul> </div> </div> --> </div> </div> </div> <!-- <div class="back-btn" style="border: none; outline:none; z-index:1; margin-bottom:4px;"><a href="../dashboard.php"><button class="small" style="padding:4px 8px">Back to Cream</button></a></div> --> <div class="sb-sidenav-footer" style="z-index: 1;"> <div class="small">Version: 2.1</div> </div> </nav> </div>