Changelog

Latest updates and improvements

v0.5 Feature

Platform Update

Changelog - August 21, 2025

πŸš€ Major Updates & New Features

πŸ“§ Enhanced Email Notification System

  • Complete Email Overhaul: Redesigned email templates with modern, responsive design matching the website
  • SMTP Support: Added SMTP configuration for reliable email delivery
  • New Email Types:
    • Balance deposit confirmations with transaction details
    • Purchase confirmations with account credentials
    • Support ticket creation and reply notifications
    • Steam Points order confirmations
  • Professional Templates: Beautiful HTML emails with proper branding and styling

🎁 Gift Code System

  • Purchase Gift Codes: Users can buy gift codes with their balance ($5-$500)
  • Redeem System: Easy redemption process with instant balance addition
  • Management Dashboard: Track created and redeemed gift codes
  • Admin Controls: Full administrative oversight of gift code system

πŸ‘₯ Referral Program

  • Earn Commissions: Users earn percentage-based commissions on referrals
  • Unique Codes: Auto-generated referral codes for easy sharing
  • Tracking Dashboard: Monitor referral performance and earnings
  • Instant Payouts: Commissions added to balance immediately upon qualifying purchases

πŸ“‹ Individual Order Pages

  • Detailed Order Views: Dedicated pages for each order with complete information
  • Credential Display: Secure viewing of account credentials and codes
  • Copy Functionality: One-click copying of credentials to clipboard
  • Access History: Track when credentials were viewed for security
  • Category Icons: Visual indicators for different product categories

⚑ Admin Load Stresser

  • Performance Testing: Built-in stress testing tool for system monitoring
  • Multiple Test Types: Database, web requests, memory, and CPU stress tests
  • Real-time Results: Detailed performance metrics and response times
  • Configurable Parameters: Adjust concurrent users, duration, and target URLs

πŸ”§ Technical Improvements

πŸ› οΈ System Enhancements

  • Enhanced Admin Panel: New management tools for orders, tickets, and system monitoring
  • Improved Navigation: Added referrals and gift codes to main navigation
  • Better URL Routing: Clean URLs for individual orders (/order/123)
  • Mobile Optimization: Enhanced touch interactions and responsive design

πŸ”’ Security & Reliability

  • CSRF Protection: Enhanced security tokens for all forms
  • Input Validation: Improved sanitization and validation across all forms
  • Error Handling: Better error messages and logging
  • Access Controls: Proper permission checks for all admin functions

🌐 User Experience

  • Category Icons: Visual indicators for Epic Games and other platforms
  • Responsive Design: Improved mobile experience across all pages
  • Loading States: Better feedback during operations
  • Toast Notifications: Instant feedback for user actions

πŸ› Bug Fixes

πŸ”§ Critical Fixes

  • Function Conflicts: Resolved duplicate function declarations causing fatal errors
  • Admin User Creation: Fixed validation issues when creating admin users
  • Email Integration: Proper inclusion of email notification libraries
  • Database Queries: Optimized queries for better performance

πŸ“± UI/UX Fixes

  • Credential Display: Fixed credential viewing on order pages
  • Menu Integration: Properly integrated new features into navigation
  • Translation Support: Added translations for all new features
  • Route Configuration: Updated server configuration for new URLs

πŸ“Š Database Updates

πŸ—„οΈ New Tables & Fields

  • Enhanced gift codes table with proper tracking
  • Referral system tables for commission tracking
  • Email notification queue for reliable delivery
  • Site settings table for configuration management

🌍 Internationalization

πŸ—£οΈ Translation Updates

  • Complete Coverage: All new features fully translated
  • Order Details: Comprehensive translations for order pages
  • Referral System: Full translation support for referral features
  • Gift Codes: Complete localization for gift code system
  • Admin Interface: Translated admin panel enhancements

πŸ“ˆ Performance Optimizations

⚑ Speed Improvements

  • Database Optimization: Improved query performance
  • Caching Enhancements: Better caching strategies
  • Load Testing: Built-in tools for performance monitoring
  • Memory Management: Optimized memory usage patterns

Note: This update significantly enhances the platform's functionality while maintaining backward compatibility. All existing features continue to work as expected.

Deployment: These changes require server configuration updates for new URL routes and SMTP settings.

Support: For any issues or questions, please contact the development team.

Published by stefan.p1

v0.4 Improvement

Platform Update

πŸš€ New Features

  • Per-language content editing for about, terms, privacy, refunds (EN/RO/ES)
  • Language selector in admin edit forms
  • Guests can browse products without logging in

πŸ› οΈ Improvements

  • Locale detection and persistence across pages
  • Installer updated to support multilingual pages with a single unique index on (slug, locale)

πŸ› Bug Fixes

  • Prevented edits in one language from overwriting others
  • Minor fixes when verifying SQL/indexes in phpMyAdmin

⚑ Performance

  • Indexed lookups by (slug, locale) for fast reads/writes
  • Efficient upserts (minimal overhead)

πŸ”’ Security

  • CSRF protection on admin edit forms
  • Safe Markdown rendering for static pages

πŸ”Ž SEO

  • Localized titles/content improve language-targeted indexing
  • Consistent language handling reduces duplicate-content risk across locales

Summary: Multilingual static pages, guest product browsing, and cleaner install/setup landed today.

Published by stefan.p1

v0.3 Improvement

Platform Update

πŸš€ New Features

  • Added Markdown support for support tickets (user and admin views)
  • Made changelog entries shareable (copy direct link + native share where supported)

πŸ› οΈ Improvements

  • Replaced remaining emojis with Material Icons on the buy page (buttons, statuses) and related UI text
  • Displayed category icons alongside labels on product cards for clearer browsing
  • Ensured consistent icon/text alignment using flex utilities site‑wide
  • Unified Markdown styling for readable headings, lists, code, quotes, and links
  • Added a β€œBack to all updates” button on single changelog entry pages
  • Enabled clean permalinks for changelog entries at /changelog/{id}

πŸ› Bug Fixes

  • Fixed a minor message rendering issue in ticket replies during the Markdown update
  • Addressed small UI inconsistencies while standardizing icons
  • Removed a non-functional β€œDownload” button on the Orders page

⚑ Performance

  • Lightweight changes with negligible overhead
  • Reused existing Markdown library; minimal additional JS for sharing

πŸ”’ Security

  • Markdown rendering uses SafeMode to prevent unsafe HTML/XSS
  • Preserved escaping for non-Markdown fields (names, titles, statuses)
  • Improved 404 handling for unknown routes (no fallback to index)

We’re continuously enhancing usability and reliability. Thank you for being part of our community!

Published by stefan.p1

v0.2 Feature

Platform Update

πŸš€ New Features

  • Improved service purchase flow: after payment, service orders correctly mark the payment as completed while keeping the order pending for manual approval.
  • Clearer Orders page actions: β€œPay Now” only appears when truly unpaid; service orders never show β€œCancel” to users.

πŸ› οΈ Improvements

  • Correct PayPal environment handling for the Pay Now button based on sandbox vs live.
  • Orders page logic aligned with business rules:
    • β€œCancel” only for non-service orders with pending PayPal/Crypto payments.
    • β€œPay Now” hidden after successful service payment (payment is completed; order remains pending).
  • Service payment completion now reliably updates payment status before redirecting to the service success page.
  • Fixed PayPal custom_id parsing to reliably extract the product ID.

πŸ› Bug Fixes

  • Resolved PayPal checkout issue by fixing the Pay Now URL domain logic (sandbox vs live).
  • Prevented user cancellation of service-type orders in both UI and server logic.
  • Blocked cancellation of orders when payment is not pending (e.g., already completed).
  • Addressed edge cases where service orders redirected before recording completed payment.

⚑ Performance

  • Reduced checkout friction by directing users to the correct PayPal environment automatically.
  • Lowered error loops with idempotent updates for service orders on payment completion.

πŸ”’ Security

  • Strengthened server-side validation for cancellations:
    • Disallows cancellation of service orders.
    • Disallows cancellation when payment is not pending.
    • Maintains strict user-ownership checks for all actions.

We’re continually refining checkout and order management to improve your experience. Thank you for using our platform!

Published by stefan.p1

v0.1 Feature

Platform Update

πŸš€ New Features

  • Added comprehensive changelog system
  • Implemented Steam Points integration
  • Enhanced admin dashboard functionality

πŸ› οΈ Improvements

  • Optimized payment processing system
  • Improved error handling and user feedback
  • Streamlined product delivery methods
  • Enhanced security measures

πŸ› Bug Fixes

  • Resolved payment processing issues
  • Fixed display issues in user profiles
  • Addressed various UI/UX inconsistencies

⚑ Performance

  • Optimized database queries
  • Improved page load times
  • Enhanced overall system stability

πŸ”’ Security

  • Strengthened data validation
  • Improved session management
  • Updated security protocols

We're continuously working to improve your experience. Thank you for using our platform!

Published by stefan.p1