What would be the userID , Password
Status: Beta
Brought to you by:
hipernes
Hi,
I am trying to use Remote Help, and would like to know would be the userId, and Password that i must be using to Log in (i am trying to log in for the very first time)?
And also i would like to know if i can track any other remote sessions (Users and Processes) on Remote Systems?
Thanks,
Uday
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