AscentWorld
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 Login Stats

Go down 
3 posters
AuthorMessage
randylikestoast

randylikestoast


Posts : 6
Join date : 2008-03-21

Login Stats Empty
PostSubject: Login Stats   Login Stats EmptyFri Mar 21, 2008 11:18 am

I have a question. Is there any way I can tell when people log in or off of my server without myself being in game? Like say in the ascent-world DOS window?
Back to top Go down
Fusion
CN Gangster
CN Gangster
Fusion


Posts : 123
Join date : 2008-03-21
Location : Some ware deep in your hard drive

Login Stats Empty
PostSubject: Re: Login Stats   Login Stats EmptyFri Mar 21, 2008 11:39 am

randylikestoast wrote:
I have a question. Is there any way I can tell when people log in or off of my server without myself being in game? Like say in the ascent-world DOS window?

its possible with some c++ i have no doubt
Back to top Go down
http://www.fusionprogramming.co.uk
Pyromagnetic
CN Elite
CN Elite
Pyromagnetic


Posts : 37
Join date : 2008-03-21

Login Stats Empty
PostSubject: Re: Login Stats   Login Stats EmptyFri Mar 21, 2008 11:45 am

randylikestoast wrote:
I have a question. Is there any way I can tell when people log in or off of my server without myself being in game? Like say in the ascent-world DOS window?

well you can do that by enabling the feature in your ascent world

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Log Level Setup
#
# Console Logging Level
# This directive controls how much output the server will
# display in it's console. Set to 0 for none, or -1 to disable.
# -1 = Disabled; 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 3
#
# World server packet logging feature
# If this directive is turned on, a file called `world.log`
# will be created in the server's directory and all packets
# sent and received by clients will be dumped here in bfg
# format.
# Default: 0
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<LogLevel Screen="0" File="-1" World="0">
Back to top Go down
randylikestoast

randylikestoast


Posts : 6
Join date : 2008-03-21

Login Stats Empty
PostSubject: Re: Login Stats   Login Stats EmptyFri Mar 21, 2008 11:49 am

Pyromagnetic wrote:
randylikestoast wrote:
I have a question. Is there any way I can tell when people log in or off of my server without myself being in game? Like say in the ascent-world DOS window?

well you can do that by enabling the feature in your ascent world

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Log Level Setup
#
# Console Logging Level
# This directive controls how much output the server will
# display in it's console. Set to 0 for none, or -1 to disable.
# -1 = Disabled; 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 3
#
# World server packet logging feature
# If this directive is turned on, a file called `world.log`
# will be created in the server's directory and all packets
# sent and received by clients will be dumped here in bfg
# format.
# Default: 0
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<LogLevel Screen="0" File="-1" World="0">

sweet, so I would set the log level screen to 2 for detail, and then leave the others as is correct?
Back to top Go down
Fusion
CN Gangster
CN Gangster
Fusion


Posts : 123
Join date : 2008-03-21
Location : Some ware deep in your hard drive

Login Stats Empty
PostSubject: Re: Login Stats   Login Stats EmptyFri Mar 21, 2008 11:55 am

Pyromagnetic wrote:
randylikestoast wrote:
I have a question. Is there any way I can tell when people log in or off of my server without myself being in game? Like say in the ascent-world DOS window?

well you can do that by enabling the feature in your ascent world

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Log Level Setup
#
# Console Logging Level
# This directive controls how much output the server will
# display in it's console. Set to 0 for none, or -1 to disable.
# -1 = Disabled; 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 3
#
# World server packet logging feature
# If this directive is turned on, a file called `world.log`
# will be created in the server's directory and all packets
# sent and received by clients will be dumped here in bfg
# format.
# Default: 0
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<LogLevel Screen="0" File="-1" World="0">

nice never looked through my config files rly lol
Back to top Go down
http://www.fusionprogramming.co.uk
randylikestoast

randylikestoast


Posts : 6
Join date : 2008-03-21

Login Stats Empty
PostSubject: Re: Login Stats   Login Stats EmptyFri Mar 21, 2008 12:18 pm

Wow, after enabling that, I see alot of red items in my window lol
Back to top Go down
Sponsored content





Login Stats Empty
PostSubject: Re: Login Stats   Login Stats Empty

Back to top Go down
 
Login Stats
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
AscentWorld :: Need Help with your Server? :: Post your Questions here-
Jump to: