themajorbbs.com Forum Index
themajorbbs.com
The Major BBS Restoration Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Teleconference / Chatlink

 
Post new topic   Reply to topic    themajorbbs.com Forum Index -> Developers Lounge Developers Lounge
View previous topic :: View next topic  
Author Message
Ckoi



Joined: 16 Jan 2010
Posts: 8
Location: Laval, Quebec

PostPosted: Sat Jan 30, 2010 8:13 pm    Post subject: Teleconference / Chatlink Reply with quote

Hey guys, is there any way we can get either the Teleconference Link-Up or ChatLink to go through a telnet port instead of a modem port ???

Anybody have the source code ??

Ckoi
Back to top
View user's profile Send private message
frcorey



Joined: 08 Jul 2006
Posts: 336

PostPosted: Sun Jan 31, 2010 12:58 am    Post subject: Re: Teleconference / Chatlink Reply with quote

Ckoi wrote:
Hey guys, is there any way we can get either the Teleconference Link-Up or ChatLink to go through a telnet port instead of a modem port ???

Anybody have the source code ??

Ckoi


no. chatlink came as a linkable lib for the entertainment package. and it was made before the internet. as far as I know, no one has any source code for a dos linkup modual. and there was a worldlink for dos too, but no one has a keymaker or the source for that.
Back to top
View user's profile Send private message Send e-mail
Drex



Joined: 04 Dec 2006
Posts: 170

PostPosted: Mon Feb 01, 2010 12:24 am    Post subject: Reply with quote

Not sure if I would count Dan out - he has the 'Source' to the "Source" LOL
Back to top
View user's profile Send private message
frcorey



Joined: 08 Jul 2006
Posts: 336

PostPosted: Mon Feb 01, 2010 1:41 am    Post subject: Reply with quote

Drex wrote:
Not sure if I would count Dan out - he has the 'Source' to the "Source" LOL


yeah, but he don't own a lot of the source he has and could get sued for releasing any mods without unauthorizations.

and I even asked the owner of most of the source code and he said there was no source code for any dos based linkup. course a programmer could write a new dos based linkup too. but who is going to spend so much time for a modual that maybe 6 people would want anyways.
Back to top
View user's profile Send private message Send e-mail
dspain



Joined: 07 May 2006
Posts: 1567
Location: richmond,virginia

PostPosted: Fri Feb 05, 2010 9:51 am    Post subject: Reply with quote

frcorey wrote:
Drex wrote:
Not sure if I would count Dan out - he has the 'Source' to the "Source" LOL


yeah, but he don't own a lot of the source he has and could get sued for releasing any mods without unauthorizations.

and I even asked the owner of most of the source code and he said there was no source code for any dos based linkup. course a programmer could write a new dos based linkup too. but who is going to spend so much time for a modual that maybe 6 people would want anyways.


the source you are refering to does exist, its in the galacticomm archive for majorbbs 6.25 and even traces left in the wg 1.01 master archive used by galacticomm employees on their PCVS server

as far as being sued

keep in mind most these v5/v6 era sources are used as references only, no different than say getting an encyclopedia to do a school project. used strictly as a tool to see how they did something and do something similiar to achieve the same goal.

common example:

listing records in a database:

their way:
for(i=0 ; i <= dfaCountRec() ; i++)
{
if(dfaAcqEQ(&record,spr("RECORD%s",spr("%s",l2as(i))),0))
{
prf("Record#:%5s Text:%s\r",record.recnum,record.text);
outprf(usrnum);
}
}

my way:
if( dfaQueryLO(0) )
{
do
{
dfaAbsRec(&record,1);
prf("Record#:%5s Text:%s\r",record.recnum,record.text);
outprf(usrnum);
}
while( dfaQueryNX() );
}

see 2 methods achieve the same common goal.
the second method i actually got by mixing some code from the polls and questionairres codebase for NT and reading some query code from the majorbbs version of robowars 2, does this mean i can get sued by galacticomm? absolutely not, cause i didnt rip their ideas from anything i used their source code as a reference to learn a better way of achieving a goal.

now to take an old source code, compile it and release it as yours? thats just wrong on so many levels, but again the cost of a lawsuit vs the compensation you'll get isnt worth the time to even think up the idea.

am i endorsing people stealing codes? not by a longshot, but if someone took the old chatlink code, and chatlink libraries, and the worldlink code, i guarantee you they could pipe out a teleconference engine compatible on both fronts just by reading and testing, trial and error is the best teacher.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Questman



Joined: 01 Apr 2006
Posts: 514
Location: West Caldwell, NJ

PostPosted: Fri Feb 12, 2010 4:50 pm    Post subject: Reply with quote

Chatlink server wasn't Galacticomm's though - the client came with the EE but the server didn't...
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    themajorbbs.com Forum Index -> Developers Lounge All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group