Modern PHP implementations of Major BBS/Worldgroup integration
⚠️ Configuration Required
Before running these examples, ensure config.php is properly configured with your BBS server details:
'host' => '192.227.159.118', // Your BBS server IP
'port' => 3425, // BBS port
'secret' => 'your_secret', // Secret passphrase
📚 About These Examples
These examples demonstrate how to use the DialASP PHP client to interact with
The Major BBS/Worldgroup server. They are modern PHP equivalents of the original
ASP samples, with improvements for security, error handling, and user experience.
The REST API endpoint (api.php) is currently disabled for security reasons.
It cannot be safely secured against the BBS at this time and will return a 503 Service Unavailable error.
⚠️ The API will remain disabled until proper security measures can be implemented.
✨ Features
✅ No COM/ActiveX dependencies - Pure PHP implementation