topics.cgi --------------- 掲示板プログラム init.cgi ----------------- 設定ファイル admin.cgi ---------------- 管理用プログラム check.cgi ---------------- 動作チェック用プログラム lib/Jcode.pm ------------- 文字変換モジュール [配布元] lib/CGI/Minimal.pm ------- データ受理モジュール [配布元] data/topics.dat ---------- データファイル tmpl/*.html -------------- テンプレートファイル img/ --------------------- 画像ディレクトリ(アップロード用)
public_html / index.html (トップページ)
|
+-- topics / topics.cgi [705]
| admin.cgi [705]
| check.cgi [705]
| init.cgi [604]
|
+-- lib / Jcode.pm
| |
| +-- Jcode / *.pm
| +-- CGI / *.*
|
+-- data / topics.dat [606]
|
+-- img / [707]
|
+-- tmpl / *.html
| ファイル名 | パーミッション | 転送モード | |
|---|---|---|---|
| 一般サーバ |
suEXECサーバ CGIWrapサーバ |
||
| topics.cgi check.cgi admin.cgi |
755 or 705 | 701 or 700 | アスキー |
| init.cgi | 644 or 604 | 601 or 600 | アスキー |
| topics.dat | 666 or 606 | 600 | アスキー |
| lib/*.* lib/*.pm tmpl/*.html |
- | - | アスキー |
| imgディレクトリ | 777 or 707 | 701 or 700 | - |
Tips:ファイル転送の仕方は以下のページを参考にしてください。
|
|
|