Page 1 of 1
Anyone up for creating a small WG3 app?
Posted: Sun Jul 23, 2006 12:26 am
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.
Re: Anyone up for creating a small WG3 app?
Posted: Sun Jul 23, 2006 4:10 am
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.
Posted: Sun Jul 23, 2006 5:32 am
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.
Posted: Sun Jul 23, 2006 5:52 am
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.
Posted: Sun Jul 23, 2006 4:36 pm
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.
Posted: Sun Jul 23, 2006 5:32 pm
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
Re: Anyone up for creating a small WG3 app?
Posted: Mon Jul 24, 2006 4:28 am
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
------------------------------------------------------------------------------------
Posted: Mon Jul 24, 2006 5:35 am
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?
Posted: Mon Jul 24, 2006 8:08 am
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.