Skip to content

Instantly share code, notes, and snippets.

@rokoucha
Last active February 27, 2016 06:11
Show Gist options
  • Save rokoucha/f6b8362ded21ebb9a0e7 to your computer and use it in GitHub Desktop.
Save rokoucha/f6b8362ded21ebb9a0e7 to your computer and use it in GitHub Desktop.
BBSreadphp 02.xx.xx

BBSreadphp 02.xx.xx

2016/02/27 Atnanasi

Folder tree

/
├──LICENSE
├──README.md
├──bbs
│   ├──board
│   │   ├──SETTING.TXT
│   │   ├──dat
│   │   │   └──1453563025.dat
│   │   └──subject.txt
│   └──boardlist.txt
├──bin
│   ├──bbs.php
│   ├──bbs_bbsmenu.php
│   ├──bbs_index.php
│   ├──board_index.php
│   ├──board_subback.php
│   └──read.php
├──config
│   └──config.php
├──doc
│   └──hello.md
├──index.php
├──lib
│   └──libthreadbbs.php
├──page
│   ├──bbs.html
│   ├──bbs_bbsmenu.html
│   ├──bbs_index.html
│   ├──board_index.html
│   ├──board_subback.html
│   └──read.html
└──plugin
├──bbq
├──hispeedpost
└──ngword

URL relay

index.php relay

BBS_index

index.php/

BBS_bbsmenu

index.php/bbsmenu.html

board_index

index.php/[boardname]/

board_list

index.php/[boardname]/subback.html

subject.txt

index.php/[boardname]/subject.txt

SETTING.TXT

index.php/[boardname]/SETTING.TXT

dat

index.php/[boardname]/dat/hogehoge.dat

read.cgi

index.php/test/read.cgi/[boardname]/[threadid]/

bbs.cgi

index.php/test/bbs.cgi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment