项目作者: VBGAMER45

项目描述 :
Gopher Server for the SMF Forum Software in PHP using sockets
高级语言: PHP
项目地址: git://github.com/VBGAMER45/gopherserversmf.git
创建时间: 2020-05-23T12:31:24Z
项目社区:https://github.com/VBGAMER45/gopherserversmf

开源协议:MIT License

下载


gopherserversmf

Gopher Server for the SMF Forum Software - SMF 2.0.x and I belive SMF 2.1 is supported as well in PHP using socket
What is it?
This is an example gopher server using the gopher protocol written in PHP using sockets. By default listens on the Gopher port 70

Tested on PHP 7.3

To install:
Modify - gopherserversmf.php and change the constants near the top of the file
In windows in the php.in you must enable the following extension: php_sockets.dll
Then you should run this as a cron or scheduled task. This is a server so it needs to always be running.

To test with: Use a Gopher Client such as Gopher Browser for Windows http://www.jaruzel.com/gopher/gopher-client-browser-for-windows/

Licensed under MIT