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: navbar.php
Close
<script src="../inc/common.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <nav class="sb-topnav navbar navbar-expand navbar-dark bg-dark"> <a class="navbar-brand" href="../dashboard.php"> <img src="../grfx/logo.png" width="120"></a> <button class="btn btn-link btn-sm order-1 order-lg-0" id="sidebarToggle" href="#"><i class="fas fa-bars"></i></button> <div class="navbar-nav ml-auto"> <div class="navbar-nav text-light" style="margin-top:6px;margin-right:20px"><?= strtok($gUserName, " "); ?></div> <div class="navbar-nav text-light" style="margin-top:6px;margin-right:20px"><? if ($gUserPlan == 1) { ?>Pro<? } else { ?>Free<? } ?></div> <!-- <div class="navbar-nav text-light cursorH" style="margin-top:10px;margin-right:10px" onclick="goSection('utils','','showNotifications')"><i class="fas fa-bell"></i></div> --> <ul class="navbar-nav ml-md-0"> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" id="userDropdown" href="#" role="button" data-toggle="dropdown"><i class="fas fa-user fa-fw"></i></a> <div class="dropdown-menu dropdown-menu-right"> <a class="dropdown-item" href="javascript:goSection('account')">My Account</a> <a class="dropdown-item" href="javascript:goSection('settings')">My Settings</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="../process/logout.php" onclick="removeSignedIn()">Logout</a> </div> </li> </ul> </div> </nav>