0) { // Get recent orders for this user (just paid) $query = "SELECT o.*, s.game_name FROM {$table_prefix}billing_orders o LEFT JOIN {$table_prefix}billing_services s ON o.service_id = s.service_id WHERE o.user_id = $user_id AND o.status = 'paid' ORDER BY o.order_date DESC LIMIT 10"; $result = mysqli_query($db, $query); if ($result) { while ($row = mysqli_fetch_assoc($result)) { $orders[] = $row; $total_paid += floatval($row['price']); } } mysqli_close($db); } ?> Payment Successful - Game Server Panel

Payment Successful!

Your payment has been processed successfully

Transaction ID:

What Happens Next?

0): ?>

Your Orders

Order ID Server Name Game Duration Status Price
# x PAID $

Note: Your orders are being processed. If you don't see them listed above, please log into your account or contact support.

View My Account Order Another Server Back to Home