Main > Free Download Search >

Free bbs software for linux

bbs

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 28
bbs100 3.2

bbs100 3.2


bbs100 is a BBS in the style of DOC and/or YAWC. more>>
bbs100 is a BBS in the style of DOC and/or YAWC. DOC is a style that remotely resembles Citadel.
Whats special about bbs100, is that its a single process daemon that handles all connections at once, while consuming very low cpu resources ( < 1%). It can handle over a thousand simultaneous users.
It is highly customizable, is easy to setup, and has many configurable features. bbs100 is almost a must-have for people that want to run a DOC-style BBS.
Main features:
- over 1000 simultaneous users
- automatic name extension (press Tab)
- customizable login/logout notification messages
- colorized messages
- multiple recipients in messages and Mail>
- chat rooms
- personal chat rooms
- auto-reply functionality
- large friendlists (customizable)
- large profile info
- sorted Who-list (customizable)
- infinite number of rooms
- infinite number of room aides per room
- infinite number of sysops
- long passwords (80 characters)
- protection of users privacy
- easy configuration through menus
- advanced statistics
- an internal file cache
- single process BBS; uses < 1.0% CPU time even with lots of users online
- free and portable source code
- many more
Enhancements:
- This release fixes a couple of bugs that could crash the program.
- There is also a new Help menu.
<<less
Download (0.42MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
844 downloads
RBBS 1.0.18

RBBS 1.0.18


RBBS is a bulletin board system with Web interface. more>>
RBBS is a bulletin board system with Web interface. Users of RBBS can post and response to articles. As the principal purpose of RBBS is to be used as such communication system as BBS, it is useful for individual use and for one-to-many communication. The following are features of RBBS.
Accessibility
Articles is structured into chapters, paragraphs, and so on in the text with XML. The appearance of articles is defined with style sheet. Since document structure and presentation are separated, transmission of information corresponding to various needs in the Web environment is attained. Moreover, because Wiki-style format is supported, you can write and edit articles easily.
Floating Threads
When a response is attached to an article, the order of the article becomes the top of the page. Since articles to which responses are often attached are displayed in an exhibitionist manner, users can catch up popular topics easily. Moreover, because each response is only by one line, lighthearted communication like chat is taken.
Atom Syndication
In order for users to check new articles and responses easily, Atom feeds are delivered. Using a news reader supporting Atom, users can check some news site and RBBS at the same time.
RBBS is available on Linux, Solaris, HP-UX, FreeBSD, NetBSD, OpenBSD, Mac OS X, and Windows (Cygwin). Other UNIX systems are also. As RBBS is implemented with the C language, no environment for running a scripting language is needed. RBBS is a free software licensed under the GNU General Public License.
Enhancements:
- User interface was enhanced.
- The format of the log file was modified.
- Release: 1.0.16
<<less
Download (0.41MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1219 downloads
retroBBS 0.1.1

retroBBS 0.1.1


retroBBS is a small but functional Perl script that provides a simple, MySQL based, 1980s style message board. more>>
retroBBS project is a small but functional Perl script that provides a simple, MySQL based, 1980s style (read: console based) message board.
The idea behind this program was to provide console users some kind of BBS without the need of a webserver and a console browser like lynx (and because it was fun doing it). By now it offers only basic functionality, but new features or updates of the existing code may follow.
Main features:
- MySQL based
- user Session Management (very basic!)
- post, edit and delete messages
- dump messages to file
<<less
Download (0.014MB)
Added: 2006-09-17 License: GPL (GNU General Public License) Price:
1132 downloads
WWW::BBSWatch 1.02

WWW::BBSWatch 1.02


WWW::BBSWatch can send, via email, messages posted to a WWW bulletin board. more>>
WWW::BBSWatch can send, via email, messages posted to a WWW bulletin board.

SYNOPSIS

use WWW::BBSWatch; # should really be a subclass

sub WWW::BBSWatch::article_list { # generates warning (rightly so)
my $self = shift;
my $content = shift;
return ($$content =~ m%($self->{bbs_url}?read=d*)%gs);
}
BBSWatch->new(-MAIL => me,
-BBS_URL => http://www.foo.org/cgi-bin/bbs.pl)->retrieve;
There are many interesting discussions that take place on World Wide Web Bulletin Boards, but I do not have the patience to browse to each article. I can process email and newsgroups many times faster than a WWW bulletin board because of the lag inherent in the web. Instead of ignoring this wealth of information, WWW::BBSWatch was created. It will monitor a World Wide Web Bulletin Board and email new postings to you. The email headers are as correct as possible, including reasonable From, Subject, Date, Message-Id and References entries.
This module requires LWP::UserAgent and MIME::Lite.
INTERFACE
$b = WWW::BBSWatch->new
Arguments are:
-BBS_URL: The URL of the bulletin boards index page. This field is required.
-MAIL: The email address to send mail to
-MDA: Sets the mail delivery agent by calling MIME::Lite::send(HOW, HOWARGS). If a scalar value is passed in, it is passed as send(" sendmail?, $mda_value). If an array ref is provided, send(@$mda_value) is called.
-DB: Basename of the database that keeps track of visited articles
-WARN_TIMEOUT: Number of seconds before warning message is sent proclaiming inability to contact BBS_URL page. Default is 10,800 (3 hours).
-MAX_ARTICLES: Maximum number of articles to send in one batch. Default is essentially all articles.
-VERBOSE: Controls the amount of informative output. Useful values are 0, 1, 2. Default is 0 (completely silent).

$b->retrieve([$catchup])

This method emails new bulletin board messages. If the optional parameter catchup is true, messages will be marked as read without being emailed. Nothing useful will happen unless the article_list method is defined to return the list of articles from the BBSs index page.

WWW::BBSWatch uses the LWP::UserAgent module to retrieve the index and articles. It honors firewall proxies by calling the LWP::UserAgent::env_proxy method. So if you are behind a firewall, define the environment variable http_proxy and your firewall will be handled correctly.

<<less
Download (0.007MB)
Added: 2007-07-17 License: Perl Artistic License Price:
829 downloads
bbsengine 20060519-1400

bbsengine 20060519-1400


bbsengine is a modular, object-oriented application framework. more>>
bbsengine is a modular, object-oriented application framework that implements and manages templates, permissions, membership, database access, etc. bbsengine includes modules that allow for news, forums, links, and so forth.
Main features:
- glossary (aka "aolbonics" or "urban dictionary")
- forums (posts and responses)
- news (with comments)
- poll (voting booth)
- link (database of html anchors)
- gfile (old-school bbs term for "general file" aka "text files")
- "bbcode" rendering
- permissions (boolean values assigned to each member)
- authentication (login and password)
<<less
Download (0.10MB)
Added: 2006-05-20 License: LGPL (GNU Lesser General Public License) Price:
1253 downloads
OurNet::BBSApp::Sync 0.87

OurNet::BBSApp::Sync 0.87


OurNet::BBSApp::Sync is a Perl module to sync between BBS article groups. more>>
OurNet::BBSApp::Sync is a Perl module to sync between BBS article groups.

SYNOPSIS

my $sync = OurNet::BBSApp::Sync->new({
artgrp => $local->{boards}{board1}{articles},
rartgrp => $remote->{boards}{board2}{articles},
param => {
lseen => 0,
rseen => 0,
remote => bbs.remote.org,
backend => BBSAgent,
board => board2,
lmsgid => ,
msgids => {
articles => [
,
,
],
archives => [
,
,
],
},
},
force_fetch => 0,
force_send => 0,
force_none => 0,
msgidkeep => 128,
recursive => 0,
clobber => 1,
backend => BBSAgent,
logfh => *STDOUT,
callback => sub { },
});

$sync->do_fetch(archives);
$sync->do_send;

OurNet::BBSApp::Sync performs a sophisticated synchronization algorithm on two OurNet::BBS ArticleGroup objects. It operates on the first one (lartgrp)s behalf, updates whats being done in the param field, and attempts to determine the minimally needed transactions to run.

The two methods, do_fetch and do_send could be used independently. Beyond that, note that the interface might change in the future, and currently its only a complement to the ebx toolkit.

<<less
Download (0.024MB)
Added: 2007-03-24 License: Perl Artistic License Price:
944 downloads
debris 2.41

debris 2.41


debris is a free text mode HTML browser package. more>>
debris is a free text mode HTML browser package. It provides support for tables and forms. It is a secure environment suited for public terminals, and is small (only 25% of the size of lynx) and fast
DBOX has all the features of a BBS package for Linux.Unix DBOX was made for heavy-use, professional systems. However, you can also use it for light-use on Windows 95/98/2000/NT.
Up to now, only a German version is available, but an English
version is coming soon.
Main features:
- DBOX has its own user database, designed for *really* many users - Janus/ZConnect/UUCP mail transfers
- user interface: menu system or command line (geonet)
- If you are an ISP, you can charge online time, net traffic and e-mail
- SLIP for internet access with automatic assignment of an IP-address
- support for CD-ROM downloads
- chat
- file boards
- mailing list daemon and mail file server included
- Internet interface (POP3, HTTP/HTML)
- homepage manager for user designed WWW-homepages
- online shopping (HTML/HTTP) with user accounts, logos/images are customizeable
- RADIUS(R) server
Enhancements:
- now compiles on new compilers and libraries
- ostat: SLIP -> IP
- webonline: account.set now also obeyed from group profile
- webonline: webstats now in ~/boxname/webstats/user
- listgen: account statements now from/to abs_host
<<less
Download (4.2MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1229 downloads
BlackNova Traders 0.55

BlackNova Traders 0.55


BlackNova Traders is a PHP/MySQL Web-based multi-player strategy game. more>>
BlackNova Traders project is a PHP/MySQL Web-based multi-player strategy game.

BlackNova Traders is a strategy game, loosely based on the old BBS games of Tradewars, Galactic Warzone, and Ultimate Universe, but multiplayer and Web-based. It involves space trading, conflict, and diplomacy.

Two things happend as the game grew in popularity:

-Ron was kindly asked by said hosting service to find other hosting. (at the time the game was serving over 4 million pages a month)

-The fans of the game were begging Ron to release the game as an open source project. (as feature requests and bug fixes were very slow in coming with only Ron working on the code)

So new hosting was found and the game was released as an open source project (originally under the artistic license and later under the GPL).

<<less
Download (1.0MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1022 downloads
Web Of Web 6 b07282211

Web Of Web 6 b07282211


Web Of Web (WoW) is a new, Structural, Secure, Collaborative and Realtime Interactive media platform for the Web. more>>
Web Of Web (WoW) is a new, Structural, Secure, Collaborative and Realtime Interactive media platform for the Web.
Structural
WoW presents a Mind Mapping alike interface, which best reflects human ideas and thinking pathes, it shall greatly help people express themselves and understand others thought.
Even further, WoW brings intellectuals of single brains into collective collaboration. It persists and funds mind sparks over time scale, and when deployed over the Internet (The default and native mode of WoW), it scales all over the world.
WoW also extends MindMapping to support physical links of ideas, thus Mind Maps are never limited to a tree structure, but possibly a interconnected information web. (This is how WoW had been named, it is the [Information Web] of the [Computer Web]).
Secure
WoW strictly enforces permission authorization by design, as well as implemented flexible identity organization and ACL mechanism. Security management interface is integrated with WoW, and is as easy to use as other daily operations. The flexibility of WoW Security also enables it simulate Wiki, BBS, BLOG, IRC and other classic web community applications easily.
WoW leverages certificates to let user decide whether to trust a WoW site, and private and sensitive data such as login id and password are always sent after strong encryption, the security is created by AES session key exchanged after RSA encryption at both side.
Collaborative
There is no obvious ownership by default, the achievement belongs to everyone ever contributed with given permissions. Information History is natively kept and available to every participants having view permissions. Even the instant talking history is kept and available for time back tracing.
Plus the realtime feature of WoW, peoples all over the world could be in close interactive collaboration at anytime, from any place.
Realtime Interactive
Creation, modification and removal of idea nodes are seen by all viewers, in realtime! The delay could be no longer than a few seconds.
Every node can be an independent talking topic, peoples could be in instant talking just inplace the focus.
Enhancements:
- The bundled TOB was upgraded to 6.0b0728.
- An interactive Java shell for dynamic management and development is available now.
<<less
Download (MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
816 downloads
emuecobbei 20060508-2123

emuecobbei 20060508-2123


emuecobbei is an equipment inventory application that is intended to be used on a campus. more>>
emuecobbei stands for "Eastern Michigan University Black Board Equipment Inventory" is an equipment inventory application that is intended to be used on a campus that has deployed the blackboard.com technology.
Main features:
- sigs (aka "categories") - links, news, posts to the forums, etc are assigned to a sig so the content of the site is organized, similar to the way yahoo started.
- rss feed aggregator - this module is actually two parts: one is a script written in python which gets urls from the database and downloads rss-based content from a cronjob. the 2nd part displays this content on a web page.
- glossary (aka "aolbonics" or "urban dictionary")
- forums (posts and responses)
- news (with comments)
- poll (voting booth)
- link (database of html anchors)
- gfile (old-school bbs term for "general file" aka "text files")
- "bbcode" rendering
- permissions (boolean values assigned to each member)
- authentication (login and password)
- user preferences (for example, the number of items to display per page)
- template-based content, meaning the administrator does not need to know a great deal about php to make content changes to the site.
- applications which build upon the bbsengine functionality:
- workflow - project management tool with fields similar to those described in RFC1297
- emuecobbei - an equipment inventory application
- tunebox - a media management application
- cit - contact information tracker
<<less
Download (0.022MB)
Added: 2006-09-08 License: LGPL (GNU Lesser General Public License) Price:
1141 downloads
Slash::OurNet 1.4

Slash::OurNet 1.4


Slash::OurNet is a Slash 2.0+ plug-in that allows OurNet connectivity to various BBS and NNTP systems. more>>
Slash::OurNet is a Slash 2.0+ plug-in that allows OurNet connectivity to various BBS and NNTP systems.

<<less
Download (0.046MB)
Added: 2007-03-26 License: Perl Artistic License Price:
942 downloads
Dark Lands 0.19

Dark Lands 0.19


Dark Lands project is an ANSI based RPG game. more>>
Dark Lands project is an ANSI based RPG game.
Dark Lands is a multiplayer RPG made fully with ANSI graphics. The source code is in Pascal. Currently, this game has probably no point except exploring the areas and killing monsters. It can be used as a BBS door game.
Main features:
- Door.sys, doorfile.sr and chain.txt support
- up to 115200 bps speed and up to 99 comports
- Easy setup and installation
- Local mode play
- 12 major races and over 60 subraces, including Humans, Dragons, Elf, Undead and Lycanthropes.
- 9 character alignement combinaison are possible
- 12 god to chose from, and player can be atheist
- over 100 different rooms
- over 15 monsters
- over 200 racial skills and 13 racial disadvantaged (most are still not implemented)
- Require a Fossil driver to work
- Online help system
- Players can build their own cities, raise armies and manage it
- And, best of all, this is emailware, just complete the form in the email section and youll receive your registration key at no charge at all.
Enhancements:
- BBS independant operation (optionnal)
- Internal login system
- Max time on
- Daemon operation DPMI + Linux are now functionnal ports.
- Faster Disk i/o
- Sysop can disable the sysop keys in the setup. (security)
<<less
Download (0.34MB)
Added: 2007-01-05 License: LGPL (GNU Lesser General Public License) Price:
1022 downloads
Shut The Box 0.4

Shut The Box 0.4


Shut The Box is a simple diversion written in C and GTK+. more>>
Shut The Box project is a simple diversion written in C and GTK+. The object is simple: roll the dice and click the tiles that sum up to that dice roll until there are no more tiles to click.

Shut The Box is based off of those little wooden puzzles with dice and tiles. My first exposure was playing this as a BBS Door on a BBS my friend ran.

The concept was simple enough so I tried writing it for my own Atari BBS (with the help of another more experienced SysOp).

After I took the BBS offline, the game concept grew from an idea into a sort of “Hello World” application I’d write in order to become more familiar with a language. Hence, this is my “Hello World” for GTK+, although I have several other applications brewing in GTK+.

<<less
Download (0.041MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1042 downloads
ZhuaShuShell 2.6

ZhuaShuShell 2.6


ZhuaShuShell project is a set of bash shell scripts to crawl online e-books. more>>
ZhuaShuShell project is a set of bash shell scripts to crawl online e-books (in HTML format) from certain Chinese e-book sites and save the data that is formatted as a single text book to your local machine.
Enhancements:
- A new BBS board that store some stories about ghosts is supported.
<<less
Download (MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
838 downloads
MBSE Bulletin Board System 0.82.0

MBSE Bulletin Board System 0.82.0


MBSE Bulletin Board System is a full Fidonet-capable ANSI BBS package. more>> <<less
Download (2.2MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1267 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2