Hosting a forum external to the PirateBox December 16, 2012 02:48AM |
Registered: 12 years ago Posts: 78 |
Re: Hosting a forum external to the PirateBox December 16, 2012 08:37AM |
Admin Registered: 14 years ago Posts: 4,680 |
Language: Python# ============================================================================ # Configuration # ============================================================================ # Where the threads are stored. This folder must exist. DATA_PATH = ';/opt/piratebox/forumspace/'; #Where the forest CGI is located (as a URL). CGI_URL=';/cgi-bin/forest.py'; # Where the main stylesheet is kept (as a URL). CSS_PATH = ';/forest.css'; # What is the title of the board? BOARD_TITLE = ';PirateBox Board'; # Simple Description of the board, appears at the top of each page BOARD_DESCRIPTION = """PirateBox Board. Put media reviews or questions here.<br> <A HREF="http://piratebox.lan">Click here to go back to the main site</a> """
Re: Hosting a forum external to the PirateBox December 16, 2012 11:06PM |
Registered: 12 years ago Posts: 78 |
Re: Hosting a forum external to the PirateBox December 17, 2012 06:28AM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Hosting a forum external to the PirateBox December 18, 2012 12:21AM |
Registered: 12 years ago Posts: 78 |
127.0.0.1 Localhost
192.168.1.23 192.168.1.23
Re: Hosting a forum external to the PirateBox December 18, 2012 11:21AM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: Hosting a forum external to the PirateBox December 23, 2012 01:40AM |
Registered: 12 years ago Posts: 78 |