How could I create a BBS?

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Sum Yung Guy

How could I create a BBS?

Post by Sum Yung Guy »

Read Subject
User avatar
Pete
Site Admin
Posts: 887
Joined: Sun Dec 07, 2003 9:10 pm
Location: Candor, NY
Contact:

Post by Pete »

Um.... get a web server and install a bulletin board script. They're free.
Sterling Christensen
Newbie
Posts: 1
Joined: Sun Jun 05, 2005 11:10 am

Post by Sterling Christensen »

You mean one written in qbasic? Or just for discussing qbasic?
sid6.7
Veteran
Posts: 318
Joined: Tue Jun 21, 2005 8:51 am
Location: west USA
Contact:

bbs

Post by sid6.7 »

if its a qbasic bbs it can be done
i have it in my i wanna do project list...

you can make a dialer too to call your bbs

you'll have to be real good at qbasic
find some qbasic modem routines...there are some on a qbasic site
i remember seeing them somewhere....

it wont be a fast bbs 19000 baud tops...slower then netzero/juno/aol
there are some neat "door" games you could run to
not great grafics but playable...everything would be 1 person plays
type things..there were only a few real multiplayer...

you could also make it a multiline bbs so many
phones could hook into it... 2-3 or so would be good but
you might be able to go 10 line....
guest

BBS modem

Post by guest »

here is a site with code for working with modems

http://pages.sbcglobal.net/oasys/frameex1.htm
Antoni
Veteran
Posts: 132
Joined: Wed Jun 15, 2005 3:01 pm
Contact:

Re: bbs

Post by Antoni »

sid6.7 wrote:if its a qbasic bbs it can be done
QB bbs were a popular project in the early nineties. You can find that FidoNet echo archive useful.
http://www.outer-court.com/basic/echo/index.htm
A lot on using modems in QB..
Post Reply