Anyone up for creating a small WG3 app?

Idea and code exchange. Porting and new development talk here!

Moderator: Mod Squad

Post Reply
Ghaleon
Posts: 29
Joined: Sun Jul 23, 2006 12:24 am
Location: San Diego, CA

Anyone up for creating a small WG3 app?

Post by Ghaleon »

I'm basically looking for someone skilled enough to create a small WG3.3 application that prints whos online, how long they have been online, and in what module they are in, to a btrieve dat file every (1-5 seconds) or so. I can supply WG dev kit and borland 5.0 if need be.

Let me know if any of you guys would be interested in such a task.
Free MajorMUD
[url=telnet://quicksilverbbs.com/]Telnet to Quicksilver BBS[/url]
Running 3 versions of MajorMUD
WG3.30 with Pervasive SQL Database

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Re: Anyone up for creating a small WG3 app?

Post by dspain »

[quote="Ghaleon"]I'm basically looking for someone skilled enough to create a small WG3.3 application that prints whos online, how long they have been online, and in what module they are in, to a btrieve dat file every (1-5 seconds) or so. I can supply WG dev kit and borland 5.0 if need be.

easy man.

have an rtkick execute upon logon and every x seconds save everyone online into say WGSWHO.DAT

with...
USERID,MODULE DESCRIPTION,TIMEONLINE

not that hard.

may i ask what this is for?

ill write it up tonight and email it to ya.
submit me your email addy.

Ghaleon
Posts: 29
Joined: Sun Jul 23, 2006 12:24 am
Location: San Diego, CA

Post by Ghaleon »

I need it because I have upgraded my btrieve for WG3.3 to pervasive 9.5 with sql, so all the WG dat files can be retrieved dynamically via php/odbc. Im attempting to create a online editor for MajorMUD, but I need to make sure the player isn't in game before editing. Also it would be nice to be able to display whos online.
Free MajorMUD
[url=telnet://quicksilverbbs.com/]Telnet to Quicksilver BBS[/url]
Running 3 versions of MajorMUD
WG3.30 with Pervasive SQL Database

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Post by dspain »

Ghaleon wrote:I need it because I have upgraded my btrieve for WG3.3 to pervasive 9.5 with sql, so all the WG dat files can be retrieved dynamically via php/odbc. Im attempting to create a online editor for MajorMUD, but I need to make sure the player isn't in game before editing. Also it would be nice to be able to display whos online.
send me the btriebe data block i can make an editor for the player while they are online.

i did it for ta i can do it for majormud.

the btrieve block for ta is arnbb

ill contact metro see what they can provide.

also your module is about done.

Ghaleon
Posts: 29
Joined: Sun Jul 23, 2006 12:24 am
Location: San Diego, CA

Post by Ghaleon »

good luck with metro. After not seeing an update from them in what 2 years? I dont think they care about majormud anymore.

What is the datablock you speak of? I'm a php/sql programmer, not much of a btrieve one ;)

Also, I'll be home all day so you can msg me via aim and I can get you what you need.
Free MajorMUD
[url=telnet://quicksilverbbs.com/]Telnet to Quicksilver BBS[/url]
Running 3 versions of MajorMUD
WG3.30 with Pervasive SQL Database

User avatar
ccs
Posts: 193
Joined: Mon Apr 03, 2006 7:55 pm
Location: Cape Cod Ma
Contact:

Post by ccs »

dspain wrote:
Ghaleon wrote:I need it because I have upgraded my btrieve for WG3.3 to pervasive 9.5 with sql, so all the WG dat files can be retrieved dynamically via php/odbc. Im attempting to create a online editor for MajorMUD, but I need to make sure the player isn't in game before editing. Also it would be nice to be able to display whos online.
send me the btriebe data block i can make an editor for the player while they are online.

i did it for ta i can do it for majormud.

the btrieve block for ta is arnbb

ill contact metro see what they can provide.

also your module is about done.
I would like this as well for WG2.0. I can use it for a users online web page and for the finger server. Can it save to a file that is named in a msg file, and can the file be setup in level 6? Can an option to overwrite the file os it can ba a log or a list.

Joe

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Re: Anyone up for creating a small WG3 app?

Post by dspain »

Ghaleon wrote:I'm basically looking for someone skilled enough to create a small WG3.3 application that prints whos online, how long they have been online, and in what module they are in, to a btrieve dat file every (1-5 seconds) or so. I can supply WG dev kit and borland 5.0 if need be.

Let me know if any of you guys would be interested in such a task.
ok this is what i got dont know if its what ya want but it works over here with no crashes:

every 5-3600 seconds whichever you set in whoson.msg it saves all users online that are active in a class to whoson.dat

if a user logs off it deletes there name from whoson.dat

it adds a global command /who to display all users online and what module they are in.

what it saves to whoson.dat is:

userid
module they are in
time online in minutes

guess thats what ya wanted eh?

i also have an active-h whos online module for wg 2.0 i will be releasing after i find a damn icon maker to make the ico thats shows everyone online,module they are and what channel

so yourdomain/whoson

would show a web page that said:


CHAN USERID CLASS SEX AGE MODULE
------------------------------------------------------------------------------------
001 Ice SYSOP (M) 31 Tele-Arena Platinum
------------------------------------------------------------------------------------

Ghaleon
Posts: 29
Joined: Sun Jul 23, 2006 12:24 am
Location: San Diego, CA

Post by Ghaleon »

Your awesome! Thats exactly what I need. I dont use worldgroups built in web server so the dat files all I need. The new version of btrieve (9.5) has a built in SQL feature so i can get it all dynamically through odbc.

Only question is where can I get the module?
Free MajorMUD
[url=telnet://quicksilverbbs.com/]Telnet to Quicksilver BBS[/url]
Running 3 versions of MajorMUD
WG3.30 with Pervasive SQL Database

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Post by dspain »

Ghaleon wrote:Your awesome! Thats exactly what I need. I dont use worldgroups built in web server so the dat files all I need. The new version of btrieve (9.5) has a built in SQL feature so i can get it all dynamically through odbc.

Only question is where can I get the module?
ill send it to your bbs by uploading to sysop.

Post Reply