Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
ed956279
Commit
ed956279
authored
12 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Convert to native line endings.
parent
b707e8d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ctrl/web.ini
+47
-47
47 additions, 47 deletions
ctrl/web.ini
with
47 additions
and
47 deletions
ctrl/web.ini
+
47
−
47
View file @
ed956279
; web.ini, from ecWeb v2 for Synchronet BBS 3.15+
; by Derek Mullin (echicken -at- bbs.electronicchicken.com)
; This stuff could be folded into the [Web] section of sbbs.ini later on, with
; some small modifications needed to the ecWeb scripts.
; The path to the document root of your webserver
; (Later on we could just use the existing RootDirectory key from sbbs.ini, but
; it's useful to keep the two separate for testing purposes right now.)
webRoot
=
/sbbs/web/root/ecWeb
; The URL of your BBS (this would be a good place to add in an alternate port
; number or an FQDN other than what you set in SCFG that also points here.)
; (Redundant to some settings in sbbs.ini, but necessary for the time being)
webUrl
=
'http://'
+ system.inet_addr + '/ecWeb/'
; The name of a subdirectory of the 'themes' folder
theme
=
stocktastic
; Text to put in the page header and footer respectively. SSJS expressions can
; be used here, text and HTML are okay if surrounded by quotes.
headerText
=
'<a class=link href=/>'
+ system.name + '</a>';
footerText
=
system.version_notice
; What account should be used for unauthenticated browsing? (Suggestion: use an
; account that has read-only access to every message base you want to be public
; but cannot post anywhere.)
; Note: I may need to cause the CAPTCHA to appear on forum posting forums if
; this user is logged in and people want their guestUser to be able to post.
; Seems unnecessary to me if people would just configure guest access sensibly.
guestUser
=
guest
; The cookie will expire this many seconds after the user's latest page load
sessionTimeout
=
43200
; How many of the most recent messages (per sub-board) will be included in the
; thread-sorting process. Forum performance will improve significantly as this
; number is lowered. Set to 0 to sort *all* messages.
maxMessages
=
500
; How many letters long should the captcha be?
captchaLength
=
5
; Which file in the 'pages' directory handles forum functions
; (This is a bit convoluted, but it saves hard-coding a link to the forum since
; now the 'pages' sidebar widget will handle that.)
forumPage
=
001-forum.ssjs
; web.ini, from ecWeb v2 for Synchronet BBS 3.15+
; by Derek Mullin (echicken -at- bbs.electronicchicken.com)
; This stuff could be folded into the [Web] section of sbbs.ini later on, with
; some small modifications needed to the ecWeb scripts.
; The path to the document root of your webserver
; (Later on we could just use the existing RootDirectory key from sbbs.ini, but
; it's useful to keep the two separate for testing purposes right now.)
webRoot
=
/sbbs/web/root/ecWeb
; The URL of your BBS (this would be a good place to add in an alternate port
; number or an FQDN other than what you set in SCFG that also points here.)
; (Redundant to some settings in sbbs.ini, but necessary for the time being)
webUrl
=
'http://'
+ system.inet_addr + '/ecWeb/'
; The name of a subdirectory of the 'themes' folder
theme
=
stocktastic
; Text to put in the page header and footer respectively. SSJS expressions can
; be used here, text and HTML are okay if surrounded by quotes.
headerText
=
'<a class=link href=/>'
+ system.name + '</a>';
footerText
=
system.version_notice
; What account should be used for unauthenticated browsing? (Suggestion: use an
; account that has read-only access to every message base you want to be public
; but cannot post anywhere.)
; Note: I may need to cause the CAPTCHA to appear on forum posting forums if
; this user is logged in and people want their guestUser to be able to post.
; Seems unnecessary to me if people would just configure guest access sensibly.
guestUser
=
guest
; The cookie will expire this many seconds after the user's latest page load
sessionTimeout
=
43200
; How many of the most recent messages (per sub-board) will be included in the
; thread-sorting process. Forum performance will improve significantly as this
; number is lowered. Set to 0 to sort *all* messages.
maxMessages
=
500
; How many letters long should the captcha be?
captchaLength
=
5
; Which file in the 'pages' directory handles forum functions
; (This is a bit convoluted, but it saves hard-coding a link to the forum since
; now the 'pages' sidebar widget will handle that.)
forumPage
=
001-forum.ssjs
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment