Stolen from another Drunken Brawl admin, who stole it from the Unusual Hat Club head admin.
replay_enable 1 (This is already typed in)
replay_fileserver_host "****************"
- The hostname of the Web server hosting replays. This can be an IP or a hostname, e.g. "1.2.3.4" or "
www.myserver.com"
Your web hosts domain name!
replay_fileserver_path c:/replays
- If your replays are stored at "
http://123.123.123.123:4567/tf/replays", replay_fileserver_path should be set to "/tf/replays"
This is the local path leading to the replay folder, as if you typed in the previous setting's URL into a web browser, with this on the end.
replay_local_fileserver_path "*************"
- The file server local path. For example, "c:\MyWebServer\htdocs\replays" or "/MyWebServer/htdocs/replays".
This is the path to the replay folder on the web server. Must start at root or the drive letter (usually / for linux or c: for windows).
replay_fileserver_offload_enable 1
replay_fileserver_offload_hostname "*************"
- Hostname for FTP server where session blocks will be offloaded.
Usually the same as the file server host.
replay_fileserver_offload_login "*************"
- Login for session block offloading.
This is the FTP username to connect to your web server.
replay_fileserver_offload_password "**********"
- Login for session block offloading.
FTP password to connect to your web server.