Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
new.ads /
user /
steps /
Delete
Unzip
Name
Size
Permission
Date
Action
step-1.php
4.73
KB
-rw-r--r--
2025-11-13 19:18
step-2.php
5.17
KB
-rw-r--r--
2025-11-13 19:18
step-3.php
7.22
KB
-rw-r--r--
2025-11-13 19:19
step-4.php
8.3
KB
-rw-r--r--
2025-11-13 22:20
Save
Rename
<!-- Step 4: Review & Submit --> <h4 class="mb-4"><i class="fas fa-check-circle me-2"></i>Review & Submit Application</h4> <?php $personalInfo = $_SESSION['application_step1'] ?? []; $vehicleInfo = $_SESSION['application_step2'] ?? []; $uploadInfo = $_SESSION['application_step3'] ?? []; if (empty($personalInfo) || empty($vehicleInfo) || empty($uploadInfo)) { echo '<div class="alert alert-danger">Please complete all previous steps before reviewing.</div>'; echo '<a href="new-application.php?step=1" class="btn btn-primary">Start Over</a>'; } else { try { $vehiclePrice = getVehiclePrice($vehicleInfo['vehicle_type'], $db); } catch (Exception $e) { $vehiclePrice = 0; error_log('Vehicle price calculation error: ' . $e->getMessage()); } ?> <div class="row"> <!-- Personal Information Review --> <div class="col-md-6 mb-4"> <div class="card border-0 bg-light"> <div class="card-header bg-primary text-white"> <h6 class="mb-0"><i class="fas fa-user me-2"></i>Personal Information</h6> </div> <div class="card-body"> <table class="table table-sm table-borderless"> <tr> <td><strong>Full Name:</strong></td> <td><?php echo htmlspecialchars($personalInfo['full_name']); ?></td> </tr> <tr> <td><strong>Father's Name:</strong></td> <td><?php echo htmlspecialchars($personalInfo['father_name']); ?></td> </tr> <tr> <td><strong>Age:</strong></td> <td><?php echo $personalInfo['age']; ?> years</td> </tr> <tr> <td><strong>Education:</strong></td> <td><?php echo htmlspecialchars($personalInfo['education']); ?></td> </tr> <tr> <td><strong>Phone:</strong></td> <td><?php echo htmlspecialchars($personalInfo['phone']); ?></td> </tr> <tr> <td><strong>Address:</strong></td> <td><?php echo htmlspecialchars($personalInfo['address']); ?></td> </tr> </table> <a href="new-application.php?step=1" class="btn btn-sm btn-outline-primary"> <i class="fas fa-edit me-1"></i>Edit </a> </div> </div> </div> <!-- Vehicle Information Review --> <div class="col-md-6 mb-4"> <div class="card border-0 bg-light"> <div class="card-header bg-success text-white"> <h6 class="mb-0"><i class="fas fa-car me-2"></i>Vehicle Information</h6> </div> <div class="card-body"> <table class="table table-sm table-borderless"> <tr> <td><strong>Email:</strong></td> <td><?php echo htmlspecialchars($vehicleInfo['email']); ?></td> </tr> <tr> <td><strong>Confirm Phone:</strong></td> <td><?php echo htmlspecialchars($vehicleInfo['confirm_phone']); ?></td> </tr> <tr> <td><strong>Vehicle Type:</strong></td> <td><?php echo htmlspecialchars($vehicleInfo['vehicle_type']); ?></td> </tr> <tr> <td><strong>Vehicle Name:</strong></td> <td><?php echo htmlspecialchars($vehicleInfo['vehicle_name']); ?></td> </tr> <tr> <td><strong>Registration No:</strong></td> <td><?php echo htmlspecialchars($vehicleInfo['vehicle_number']); ?></td> </tr> <tr> <td><strong>QR Fee:</strong></td> <td><strong class="text-success">PKR <?php echo number_format($vehiclePrice); ?></strong></td> </tr> </table> <a href="new-application.php?step=2" class="btn btn-sm btn-outline-success"> <i class="fas fa-edit me-1"></i>Edit </a> </div> </div> </div> </div> <!-- Upload Information Review --> <div class="card border-0 bg-light mb-4"> <div class="card-header bg-info text-white"> <h6 class="mb-0"><i class="fas fa-upload me-2"></i>Documents & Pictures</h6> </div> <div class="card-body"> <div class="row"> <div class="col-md-6"> <table class="table table-sm table-borderless"> <tr> <td><strong>Vehicle Color:</strong></td> <td><?php echo htmlspecialchars($uploadInfo['vehicle_color']); ?></td> </tr> <tr> <td><strong>License ID:</strong></td> <td><?php echo htmlspecialchars($uploadInfo['license_id']); ?></td> </tr> <tr> <td><strong>Driving Experience:</strong></td> <td><?php echo htmlspecialchars($uploadInfo['driving_experience']); ?></td> </tr> </table> </div> <div class="col-md-6"> <h6>Uploaded Files:</h6> <ul class="list-unstyled"> <li><i class="fas fa-check text-success me-2"></i>Vehicle Picture 1</li> <li><i class="fas fa-check text-success me-2"></i>Vehicle Picture 2</li> <li><i class="fas fa-check text-success me-2"></i>Vehicle Picture 3</li> <li><i class="fas fa-check text-success me-2"></i>User Picture</li> </ul> </div> </div> <a href="new-application.php?step=3" class="btn btn-sm btn-outline-info"> <i class="fas fa-edit me-1"></i>Edit </a> </div> </div> <!-- Terms and Conditions --> <div class="alert alert-warning"> <h6><i class="fas fa-exclamation-triangle me-2"></i>Terms & Conditions</h6> <ul class="mb-3"> <li>All information provided must be accurate and truthful</li> <li>QR code will be generated only after payment confirmation</li> <li>Processing time is 2-3 business days after payment</li> <li>QR code fee is non-refundable once approved</li> <li>You will receive email notifications for status updates</li> </ul> <div class="form-check"> <input class="form-check-input" type="checkbox" id="agree_terms" required> <label class="form-check-label" for="agree_terms"> I agree to the terms and conditions and confirm that all information provided is accurate. </label> </div> </div> <!-- Payment Information --> <div class="alert alert-info"> <h6><i class="fas fa-credit-card me-2"></i>Payment Information</h6> <p class="mb-2">After submission, you will need to pay <strong>PKR <?php echo number_format($vehiclePrice); ?></strong> via:</p> <div class="row"> <div class="col-md-6"> <strong>Easypaisa:</strong> 03XX-XXXXXXX<br> <strong>JazzCash:</strong> 03XX-XXXXXXX </div> <div class="col-md-6"> <small class="text-muted"> Payment details will be provided after application submission. Upload payment screenshot for verification. </small> </div> </div> </div> <form method="POST"> <input type="hidden" name="step" value="4"> <div class="d-flex justify-content-between"> <a href="new-application.php?step=3" class="btn btn-outline-secondary"> <i class="fas fa-arrow-left me-2"></i>Previous Step </a> <button type="submit" class="btn btn-success btn-lg" id="submit-btn" disabled> <i class="fas fa-paper-plane me-2"></i>Submit Application </button> </div> </form> <script> document.getElementById('agree_terms').addEventListener('change', function() { document.getElementById('submit-btn').disabled = !this.checked; }); </script> <?php } // End of else block ?>