OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
new_cream
/
arvind-assets
/
php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/12/2025 10:35:45 AM
rwxr-xr-x
📄
11-02-25navbar.php
23.94 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
29-01-2025function.php
24.17 KB
05/19/2025 10:07:21 AM
rw-r--r--
📁
PHPMailer
-
05/19/2025 10:07:21 AM
rwxr-xr-x
📄
arvind_go_backbar.php
3.01 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
backfunction.php
24.17 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
backup-navbar.php
27.29 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
backupnavbar.php
21.23 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
bemerge_stream.php
3.75 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
blockAccount.php
2.23 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
bnavbar.php
35.82 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
bottom_navbar.php
6.18 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
bvalidate.logged.php
1.06 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
common.js
46.89 KB
05/12/2025 10:35:44 AM
rw-r--r--
📄
config.php
9.37 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
db_config.php
3.43 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
db_connect.php
293 bytes
05/19/2025 10:07:21 AM
rw-r--r--
📄
db_gallery.php
294 bytes
05/19/2025 10:07:21 AM
rw-r--r--
📄
delete_account.php
3.5 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
edit_post.php
2.23 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
event_scrollbar.php
4.63 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
footer.php
1.25 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
function.php
28.22 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
go_backbar.php
2.32 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
handler.php
3.51 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
indexFooter.php
785 bytes
05/19/2025 10:07:21 AM
rw-r--r--
📄
mail.php
2.67 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
navbar.php
22.77 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
process_data.php
3.87 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
readert_validate.logged.php
481 bytes
05/19/2025 10:07:21 AM
rw-r--r--
📄
report_account.php
1.42 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
report_stream.php
2.08 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
savePost.php
2.38 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
sidebar.php
13.81 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
siginupProcess.php
5.24 KB
05/19/2025 10:07:21 AM
rw-r--r--
📁
simplepie
-
05/19/2025 10:07:21 AM
rwxr-xr-x
📄
social_navbar.php
19.24 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
stream_post_handler.php
3.68 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
validate.logged-status.php
424 bytes
05/19/2025 10:07:21 AM
rw-r--r--
📄
validate.logged.php
1.31 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
vvalidate.logged.php
1.01 KB
05/19/2025 10:07:21 AM
rw-r--r--
Editing: go_backbar.php
Close
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"> <style> .go-back-btn { background-color: #ff7f00; /* Vibrant Orange */ color: white; cursor: pointer; border: none; border-radius: 40px; /* Soft pill shape */ display: flex; align-items: center; justify-content: center; padding: 10px 16px; /* Smaller but still comfortable */ font-size: 14px; font-weight: 600; transition: all 0.3s ease-in-out; box-shadow: 0px 4px 8px rgba(255, 127, 0, 0.2); /* Soft orange glow */ outline: none; gap: 8px; } .go-back-btn i { font-size: 16px; transition: transform 0.3s ease-in-out; } .go-back-btn:hover { background-color: #007f2e; /* Deep Green */ box-shadow: 0px 6px 12px rgba(0, 127, 46, 0.3); /* Soft green glow */ transform: translateY(-1px); } .go-back-btn:active { transform: scale(0.95); } /* Light & Dark Mode Support */ body.dark-mode .go-back-btn { background-color: #ff7f00; /* Keep the same orange */ color: white; } body.dark-mode .go-back-btn:hover { background-color: #007f2e; /* Green */ } /* Mobile Adjustments */ @media screen and (max-width: 540px) { .go-back-btn { font-size: 13px; padding: 8px 14px; } .go-back-btn i { font-size: 14px; } } .go-back-bar { margin-top: 100px; } </style> <!-- Back Button --> <div class="go-back-bar"> <button class="go-back-btn" onclick="history.back();"> <i class="fas fa-arrow-left"></i> Go Back </button> </div> <!-- JavaScript to Maintain History State --> <script> window.onload = function() { updateHistoryState(); }; function updateHistoryState() { const currentURL = window.location.href; const currentTitle = document.title; const stateObject = { page: currentTitle, url: currentURL }; history.replaceState(stateObject, currentTitle, currentURL); } </script>