Website Changelog

Development history and updates to s&box Explorer

View on GitHub

November 3, 2025

FINAL COMPLETE S&Box Package Explorer - Production Ready!

ALL FEATURES IMPLEMENTED: User Profiles: Clickable links, complete player data, Steam integration Package Discovery: 14,800+ packages, search, filtering, full details Design: S&Box branding, responsive, modern UI Technical: Complete API wrapper, error handling, production-ready Ready to run: php -S localhost:8000
Patrick Jr. 4:02 PM 8c84d6c

🎉 Complete S&Box Package Explorer with Full API Integration & Documentation

✨ Major Features Added: • Enhanced package detail pages with 100% API data display • Added Usage Statistics, Reviews, Screenshots, Dependencies sections • Created comprehensive API documentation page (api-doc.php) • Interactive endpoint testing with live demo buttons 📊 Package Detail Enhancements: • Usage Statistics: Total users, sessions, playtime, growth trends • Review System: Average ratings, total reviews, star breakdowns • Screenshots Gallery: When available from API • Technical Details: Version info, file counts, package sizes • Dependencies: Package and editor references 📚 API Documentation (api-doc.php): • Complete reference for all 8 implemented endpoints • Parameter tables, example requests, response formats • Interactive testing buttons for each endpoint • Beautiful S&Box-themed design matching main app 🔗 Full API Endpoint Coverage: • /api.php/packages - All packages (14,800+ items) • /api.php/packages/games - Games only • /api.php/packages/search - Search with query filtering • /api.php/package - Individual package details • /api.php/player - Player overview by SteamID • /api.php/reviews - Package reviews with pagination • /api.php/avatars - Avatar customization data • /api.php/stats - Aggregated package statistics Design & UX: • Official S&Box dark theme (#0a0a0a) • Orange gradient accents (#ff6b35, #f7931e) • Glassmorphism effects and modern typography • Fully responsive design for all devices Ready to run: php -S localhost:8000 API Docs: http://localhost:8000/api-doc.php
Patrick Jr. 3:19 PM e70207d

✨ Enhanced URL routing for all package types

• Added support for accessing any S&Box package via direct URLs • Implemented fetchSpecificPackage() function for individual package API calls • Added Package Not Found page for invalid URLs • Now supports maps, libraries, clothing, and all other package types • Example: /pcjr/tardis1/ now works for any valid package URL Structure: /{Org.Ident}/{Package.Ident}/ • Works for packages not in initial cache • Graceful error handling for non-existent packages • Maintains S&Box website URL compatibility
Patrick Jr. 2:39 PM 745e970

Add clickable package cards with detail pages

• Package cards now link to individual detail pages • URL routing: /org/package/ format (e.g., /meteorlab/gt/) • Detailed package view with full information • Breadcrumb navigation back to home • Large package images and comprehensive metadata • Video previews when available • Dynamic page titles for SEO • Responsive design for all screen sizes
Patrick Jr. 2:26 PM 7af6eb4

Complete S&Box Package Explorer with API integration

Features Added: • Beautiful S&Box-themed web interface with dark design and orange accents • Live API integration with Facepunch S&Box Package API • Complete REST API wrapper (api.php) for all S&Box endpoints • Real-time package statistics and filtering • Search functionality with instant results • Responsive design for all devices • Comprehensive error handling and debugging Files Created: • index.php: Main web interface with S&Box styling • api.php: REST API wrapper for S&Box endpoints • README.md: Complete documentation and usage guide API Endpoints: • /api.php/packages - All packages (14,800+ items) • /api.php/packages/games - Games only • /api.php/stats - Live statistics • /api.php/player?steamid=... - Player data • /api.php/reviews?package=... - Package reviews • And more... Design: • Official S&Box dark theme (#0a0a0a) • Orange gradient accents (#ff6b35, #f7931e) • Glassmorphism effects and modern typography • Inter font family matching S&Box branding Ready to run with: php -S localhost:8000
Patrick Jr. 2:13 PM 12af030
Showing commits 151-155 of 155
Previous
14 15 16