Nestor Garcia - 2007-07-05

Logged In: YES
user_id=1065212
Originator: NO

Hi

The user and password by default are “user” and “default” (without quotes). See http://remotehelp.sourceforge.net/

You can track all sessions from all users if compile the program with this value in main.h:

#define ACCESSLOGFILE TRUE (default is FALSE)

and this one too

#define ACCESSLOGFILENAME "c:\\temp\\access.log" ( or other you want )

this file will have all information you want

cheers