PHP Classes

File: public_html/webdoors/terminal/webdoor.json

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   public_html/webdoors/terminal/webdoor.json   Download  
File: public_html/webdoors/terminal/webdoor.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 1,714 bytes
 

Contents

Class file image Download
{ "webdoor_version": "1.0", "game": { "id": "terminal", "name": "Terminal", "version": "1.0.1", "author": "awehttam", "description": "Connect to hosts on the Internet", "entry_point": "index.php", "icon": "icon.svg", "screenshots": [] }, "requirements": { "min_host_version": "1.0", "z-features": ["storage", "leaderboard"], "permissions": ["user_display_name"] }, "storage": { "max_size_kb": 10, "save_slots": 1 }, "multiplayer": { "enabled": false }, "config": { "terminal": { "enabled": false, "comment": "Requires a terminal proxy server (e.g., terminalgateway) with telnet support enabled", "hosts": [ { "hostname": "nethack.alt.org", "port": 23, "proto": "telnet" }, { "hostname": "alt.org", "port": 22, "proto": "ssh" }, { "hostname": "telehack.com", "port": 23, "proto": "telnet" }, { "hostname": "bbs.dura-europos.org", "port": 23, "proto": "telnet" }, { "hostname": "cavebbs.com", "port": 23, "proto": "telnet" }, { "hostname": "aardmud.org", "port": 4000, "proto": "telnet" }, { "hostname": "batmud.bat.org", "port": 23, "proto": "telnet" }, { "hostname": "blackflag.acid.org", "port": 23, "proto": "telnet" }, { "hostname": "serionbbs.com", "port": 23, "proto": "telnet" } ] } }