OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
knoblysocial
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/17/2025 10:17:24 AM
rwxrwxr-x
📄
compose.php
590 bytes
05/19/2025 10:07:16 AM
rw-r--r--
📄
composer.json
126 bytes
04/09/2025 03:44:12 AM
rw-r--r--
📄
composer.lock
6.06 KB
04/09/2025 03:44:13 AM
rw-r--r--
📄
config.php
430 bytes
05/19/2025 10:07:16 AM
rw-r--r--
📄
fetch_emails.php
235 bytes
05/19/2025 10:07:16 AM
rw-r--r--
📄
himanhsu_receive_email.php
1.58 KB
05/19/2025 10:07:16 AM
rw-r--r--
📁
images
-
04/09/2025 03:44:18 AM
rwxr-xr-x
📄
inbox.js
665 bytes
04/09/2025 03:44:14 AM
rw-r--r--
📄
inbox.php
933 bytes
05/19/2025 10:07:16 AM
rw-r--r--
📄
index.html
7.62 KB
04/09/2025 03:44:14 AM
rw-r--r--
📄
index.php
6.61 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
index1.php
1.13 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
read_email.php
1.2 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
receiveEmail.php
3.46 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
send_email.php
1.29 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
sent.php
1.24 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
ses-email-receiver.php
751 bytes
05/19/2025 10:07:16 AM
rw-r--r--
📄
simple-log.txt
11.58 KB
04/09/2025 11:28:14 AM
rw-r--r--
📄
sns-log.txt
26.02 MB
06/17/2025 10:53:08 PM
rw-r--r--
📄
styles.css
1.54 KB
04/09/2025 03:44:16 AM
rw-r--r--
📄
test_parser.php
272 bytes
05/19/2025 10:07:16 AM
rw-r--r--
📁
vendor
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
view_email.php
471 bytes
05/19/2025 10:07:16 AM
rw-r--r--
📄
working_send_email.php
1.29 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
zsns-log.txt
14.15 KB
04/09/2025 04:34:35 AM
rw-r--r--
📄
zzreceiveEmail.php
1.38 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
zzsns-log.txt
202.09 KB
04/09/2025 10:51:46 AM
rw-r--r--
Editing: styles.css
Close
body { font-family: Arial, sans-serif; display: flex; } .sidebar { width: 200px; padding: 10px; background: #eee; height: 100vh; } .main { flex: 1; padding: 20px; } .email-item { border-bottom: 1px solid #ccc; padding: 10px; cursor: pointer; } .email-item:hover { background: #f5f5f5; } .container { width: 500px; margin: auto; } input, textarea { width: 100%; padding: 10px; margin: 5px 0; } button { padding: 10px; background: blue; color: white; border: none; cursor: pointer; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, sans-serif; } .container { display: flex; height: 100vh; } .sidebar { width: 250px; background: #f1f1f1; padding: 20px; display: flex; flex-direction: column; } .submenu { width: 200px; background: #fff; padding: 10px; display: none; } .sidebar ul, .submenu ul { list-style: none; } .sidebar ul li, .submenu ul li { padding: 10px; cursor: pointer; } .sidebar ul li:hover, .submenu ul li:hover { background: #ddd; } .compose-btn { padding: 10px; margin-bottom: 10px; background: #ff5722; color: white; border: none; cursor: pointer; } .content { flex: 1; padding: 20px; } @media (max-width: 768px) { .container { flex-direction: column; } .sidebar { width: 100%; display: flex; flex-direction: row; justify-content: space-around; } .submenu { width: 100%; } }