Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PC-Express BBS Source Code

2,576 views
Skip to first unread message

Nasenmann

unread,
Jun 1, 2009, 4:52:14 PM6/1/09
to
I know this is no pc-express group, but I didn't find anything better.
The source code for pc-express bbs was released in the web some years
ago, but I can't find the website anymore.
Does anyone have the source code?
Message has been deleted

Mew

unread,
Jul 30, 2009, 9:55:28 AM7/30/09
to

I have the source of pcboard if you want :)

Phil

unread,
Mar 21, 2011, 11:46:42 PM3/21/11
to Mew
To: Mew
> From Newsgroup: alt.bbs.pcboard
> --- Synchronet 3.15a-Win32 NewsLink 1.85

Where you able to compile the pcboard source code?
--- Synchronet 3.15a-Win32 NewsLink 1.85
- telnet://bbs.cyberchatnet.com

Dan C

unread,
Mar 21, 2011, 11:45:13 PM3/21/11
to
On Mon, 21 Mar 2011 22:46:42 -0500, Phil wrote:

> To: Mew
> > From Newsgroup: alt.bbs.pcboard
> >
> > On 1 juin, 16:52, Nasenmann <bernds...@gmail.com> wrote:
> > > I know this is no pc-express group, but I didn't find anything
> > > better. The source code for pc-express bbs was released in the web
> > > some years ago, but I can't find the website anymore. Does anyone
> > > have the source code?

> > I have the source of pcboard if you want :)

> Where you able to compile the pcboard source code?

Jesus. You are replying to a post that is almost *TWO* *YEARS* old!

What's wrong with you?


--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
"Bother!" said Pooh, as he called in an air strike.
Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
Thanks, Obama: http://brandybuck.site40.net/pics/politica/thanks.jpg

Trifle Menot

unread,
Mar 22, 2011, 2:28:41 AM3/22/11
to
On 22 Mar 2011 03:45:13 GMT, Dan C <youmust...@lan.invalid> wrote:

>On Mon, 21 Mar 2011 22:46:42 -0500, Phil wrote:
>
>> To: Mew
>> > From Newsgroup: alt.bbs.pcboard
>> >
>> > On 1 juin, 16:52, Nasenmann <bernds...@gmail.com> wrote:
>> > > I know this is no pc-express group, but I didn't find anything
>> > > better. The source code for pc-express bbs was released in the web
>> > > some years ago, but I can't find the website anymore. Does anyone
>> > > have the source code?
>
>> > I have the source of pcboard if you want :)
>
>> Where you able to compile the pcboard source code?
>

>You are replying to a post that is almost *TWO* *YEARS* old!

Heh.

As Corey Blake posted some time ago, the source code he got from CDC was
missing some important pieces, and he couldn't do anything with it.

Recently I've been looking over it, and the biggest pieces missing are
makefiles for the PCB library. Looks like the C source code, except for
COMMDRV, is all there. Apparently they charged an extra fee for the
COMMDRV code and Corey did not pay for it. But nowdays, COMMDRV is not
so important anyway.

Another piece missing is the crypto source code that checks the serial
number. No surprise that CDC would not distribute it. But that should
be hackable, looks like the serial checking is all done in init.c. Once
you get past that, the rest of the code should be good to go.

It was tedious and time consuming, but I constructed makefiles by hand
and got the library source code built. Then I hacked on init.c to skip
the serial number check, and built the main executable. I can start it
up, and get the call waiting screen. That's progress.

But when I invoke it via telnet, it still drops into the call waiting
screen. Apparently it's not recognizing the PCB=/NODE: switch, and I
need to hack on it some more. Time to fire up Turbo Debugger I think
...

--
Web mail, POP3, and SMTP
http://www.beewyz.com/freeaccounts.php

Trifle Menot

unread,
Mar 24, 2011, 6:11:10 PM3/24/11
to
On Tue, 22 Mar 2011 06:28:41 +0000, Trifle Menot
<trifl...@beewyz.com> wrote:

>But when I invoke it via telnet, it still drops into the call waiting
>screen. Apparently it's not recognizing the PCB=/NODE: switch, and I
>need to hack on it some more.

I never could get that working with Turbo C++ 3.0, so I switched to
Borland C++ 3.1, and it's working now.

Their build system allows for TC30, BC31, and BC50. TC30 won't compile
386 code, so with TC30 you have no DPMI support and you're stuck using
EMS. I don't know if the TC30 problem was related to the XP's NTDVM EMS
support, or problems with TC30, or what. But it looks like the CDC 15.3
binary was built with BC31, so as long as BC31 does the job, that's good
enough for hacking purposes.

Now I have a working pcboard.exe without any serial number. Source code
is fun. ;-)

bbs

unread,
Oct 31, 2011, 12:15:09 AM10/31/11
to
Dan C <youmust...@lan.invalid> wrote:
> On Mon, 21 Mar 2011 22:46:42 -0500, Phil wrote:
>
>> To: Mew
>> > From Newsgroup: alt.bbs.pcboard
>> >
>> > On 1 juin, 16:52, Nasenmann <bernds...@gmail.com> wrote:
>> > > I know this is no pc-express group, but I didn't find anything
>> > > better. The source code for pc-express bbs was released in the web
>> > > some years ago, but I can't find the website anymore. Does anyone
>> > > have the source code?
>
>> > I have the source of pcboard if you want :)
>
>> Where you able to compile the pcboard source code?
>
> Jesus. You are replying to a post that is almost *TWO* *YEARS* old!
>
> What's wrong with you?
>

you need to learn that I am human and not a robot jerk. It's impossible for
someone to read all the messages in the newsgroup. So get your head out of
you *ss.

--
phil

Dan C

unread,
Oct 31, 2011, 8:36:51 AM10/31/11
to
Really? There's like 1 message per month in this newsgroup. You can't
keep up with that volume of messages??? LOL!!!

Get a clue, dimwit. Learn how to use a Usenet newsreader.



--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
"Bother!" said Pooh, as Piglet refused to give him some Pooh-tang.

bbs

unread,
Nov 3, 2011, 10:04:41 AM11/3/11
to
Dan C <youmust...@lan.invalid> wrote:
> On Mon, 31 Oct 2011 04:15:09 +0000, bbs wrote:
>
>> Dan C <youmust...@lan.invalid> wrote:
>>> On Mon, 21 Mar 2011 22:46:42 -0500, Phil wrote:
>>>
>>>> To: Mew
>>>> > From Newsgroup: alt.bbs.pcboard
>>>> >
>>>> > On 1 juin, 16:52, Nasenmann <bernds...@gmail.com> wrote:
>>>> > > I know this is no pc-express group, but I didn't find anything
>>>> > > better. The source code for pc-express bbs was released in the
>>>> > > web some years ago, but I can't find the website anymore. Does
>>>> > > anyone have the source code?
>>>
>>>> > I have the source of pcboard if you want :)
>>>
>>>> Where you able to compile the pcboard source code?
>>>
>>> Jesus. You are replying to a post that is almost *TWO* *YEARS* old!
>>>
>>> What's wrong with you?
>>>
>>>
>> you need to learn that I am human and not a robot jerk. It's impossible
>> for someone to read all the messages in the newsgroup. So get your head
>> out of you *ss.
>
> Really? There's like 1 message per month in this newsgroup. You can't
> keep up with that volume of messages??? LOL!!!
>
> Get a clue, dimwit. Learn how to use a Usenet newsreader.
>
>



I have a lot more responsibilities like running a Bbs and not spending all
day reading your robo reject replies.

Dan C

unread,
Nov 3, 2011, 5:47:47 PM11/3/11
to
Yeah, you must be a *REALLY* busy guy to not be able to keep up with a
Usenet newsgroup that averages 1 post/month... TWO YEARS to reply to a
post...??? LOL!

You're a moron and a loser. Bugger off.


--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
"Bother!" said Pooh, as he scrambled his partition table.

pjfull...@gmail.com

unread,
Jun 25, 2019, 9:34:23 PM6/25/19
to
I have the cdrom here it is corrupted. So i think pc express is dead.

pjfull...@gmail.com

unread,
Jul 5, 2019, 1:22:07 AM7/5/19
to
On Tuesday, June 2, 2009 at 4:52:14 AM UTC+8, Nasenmann wrote:
https://pc-express.sourceforge.io

mxb...@gmail.com

unread,
Sep 6, 2019, 5:26:05 PM9/6/19
to
Hi Paul... I'd love to get my hands on that, but it looks like your project was deleted. Any chance you could re-upload it?
0 new messages