OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
side_navbar_testing
/
assets
/
php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/06/2025 05:37:05 AM
rwxr-xr-x
📄
11-02-25navbar.php
23.94 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
29-01-2025function.php
24.17 KB
05/19/2025 10:07:13 AM
rw-r--r--
📁
PHPMailer
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
arvind_go_backbar.php
3.01 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
backfunction.php
24.17 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
backup-navbar.php
27.29 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
backupnavbar.php
21.23 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
bemerge_stream.php
3.75 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
blockAccount.php
2.23 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
bnavbar.php
35.82 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
bottom_navbar.php
5.98 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
bvalidate.logged.php
1.06 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
common.js
46.89 KB
03/06/2025 05:37:04 AM
rw-r--r--
📄
config.php
9.37 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
db_config.php
3.43 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
db_connect.php
293 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📄
db_gallery.php
294 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📄
delete_account.php
3.5 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
edit_post.php
2.23 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
event_scrollbar.php
4.63 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
footer.php
1.14 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
function.php
28.22 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
go_backbar.php
2.32 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
handler.php
3.51 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
indexFooter.php
785 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📄
mail.php
2.67 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
navbar.php
22.77 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
process_data.php
3.87 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
readert_validate.logged.php
481 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📄
report_account.php
1.42 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
report_stream.php
2.08 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
savePost.php
2.38 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
sidebar.php
19.1 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
siginupProcess.php
5.24 KB
05/19/2025 10:07:13 AM
rw-r--r--
📁
simplepie
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
social_navbar.php
25.03 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
stream_post_handler.php
3.68 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
validate.logged-status.php
424 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📄
validate.logged.php
1.31 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
vvalidate.logged.php
1.01 KB
05/19/2025 10:07:13 AM
rw-r--r--
Editing: arvind_go_backbar.php
Close
<style> .go-back-btn { background-color: #007bff; color: white; cursor: pointer; border-radius: 4px; display: flex; align-items: center; } /* .go-back-bar { padding: 10px 20px; border: none !important; top: 100px; left: 100px; width: 100%; z-index: 999; } */ .go-back-bar { position: absolute; padding: 10px 20px; border: none !important; top: 110px; left: 130px; /* width: 100%; */ z-index: 1000; } .go-back-btn { background-color: transparent; color: white; border: none !important; border-radius: 4px !important; /* display: flex; */ /* align-items: center; */ } @media screen and (max-width:540px) { .go-back-bar { /* background-color: #f8f9fa; */ margin: 10px 0px; padding: 0px 20px; /* text-align: center; */ border: none !important; position: relative; top: 10px; left: 1px; /* width: 100%; */ z-index: 999; } } /* @media screen and (min-width:541px) { .go-back-bar { margin: 10px 10px; padding: 10px 20px; border: none !important; top: 50px; left: -15px; width: 100%; z-index: 999; } } */ .go-back-bar button { background-color: transparent; } body.dark-mode .go-back-btn i { margin-right: 8px; color: white; /* Space between icon and text */ } body.light-mode .go-back-btn i { margin-right: 8px; color: black; /* Space between icon and text */ } .go-back-btn:hover { background-color: transparent; } </style> <div class="go-back-bar"> <button class="go-back-btn" onclick="history.back();"> <!-- Font Awesome 'Arrow Left' icon --> <i class="fas fa-arrow-left"></i> </button> </div> <script> // Call the function to replace the history entry on page load window.onload = function() { updateHistoryState(); // Automatically update history state }; // Function to automatically replace the current history entry with dynamic data function updateHistoryState() { const currentURL = window.location.href; // Get current URL const currentTitle = document.title; // Get current page title // Create a dynamic state object (customize this as needed) const stateObject = { page: currentTitle, // Use the title as part of the state url: currentURL // Include the full URL in the state }; // Replace the current history entry with the new state, title, and URL history.replaceState(stateObject, currentTitle, currentURL); } </script>