rejetto forum

Seeing a list of previous accounts accessed

0 Members and 1 Guest are viewing this topic.

Offline Luckyfriend222

  • Occasional poster
  • *
    • Posts: 8
    • View Profile
Sorry for this question, but I would like to know if it is possible to see which account names have Logged in how many times on my server, or if I can get a date and when a specific account was connected to the server? I have suspicion of foul play on my server, and want to find the culprit who stole another person's account.  I have a IP adres, but I want to find out which account connected from that specific IP adres? Anyone with help will be very much appreciated!

Please, this is urgent!


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
you can use a macro inside the section [loggedin]  (defines the %loggedin% symbol when the user has logged in.)

[loggedin]
{.set|#loggedin|
%user% connected at %time%|mode=append.}

or

[loggedin]
{.append|loggedin.txt|
%user% connected at %time%.}
 
and you can manage the static var #loggedin or the file loggedin.txt to retrive the information

you can use the log file to save some informations


Offline Luckyfriend222

  • Occasional poster
  • *
    • Posts: 8
    • View Profile
Okey, I think I understand what you are saying. Mine looks like this:

[style]
body, th { font-family:tahoma, verdana, arial, helvetica, sans; font-weight:normal; font-size:9pt; }
body { margin:0; background-color:#DDF; padding:10px; }
p { margin:0 }
a { text-decoration:none;  background-color:Transparent; color:#000000; }
a:visited {color:#000000  ; }
a:hover {color:#A9A9A9 ; }
img { border-style:none }
td { font-size:10pt; background:#6A5ACD; border:3px solid #000000 }
td img { vertical-align:top }
th, th a, th a:visited { color:#000000 ; font-size:13pt; font-weight:bold; padding-bottom:0; }
#foldercomment { font-size:10pt; color:#888; background:#EEE; padding:3px; border:1px solid #DDD; border-bottom:3px solid #DDD; margin-top:2px; }
#tools { font-family:verdana; color:#000000; text-align:right; font-size: 8pt; }
#folder, .big { font-size:20pt; font-weight:bold;  }
#folderlabel, #folderstats, #footer { font-size: 8pt; }
#body {
  border-bottom: 4px solid #BBF;
     border-top: 4px solid #BBF;
    border-left: 1px dotted #BBF;
   border-right: 1px dotted #BBF;
  background:#BBF;
  padding:15px;
  margin:15px;
}
.comment { font-size:7pt; color:#888; background:#EEE; padding:3px; border:1px solid #DDD; margin-top:2px; }
.button { float:right; padding:5px; padding-top:7px; margin:15px; border:2px solid black; background:white; font-size:8pt; font-weight:bold; }
.button img { vertical-align:text-bottom; }
.flag { font-weight:bold; font-size:10pt; background:red; color:white; text-align:center; border:1px solid red; }

[login-link]
<a href="~login" class=button><img src="/~img27" />Teken Aan</a>

[loggedin]
<span class=button><img src="/~img27" /> Gebruiker : %user%</span>

[upload-link]
<a href="~upload" class=button><img src="/~img32" /> Laai op</a>


(Sorry for the native Language, I'm South African, and it's my mothertongue, so just ignore? Where exactly should I replace the script with the one you just provided? And seeing that I haven't done it yet, is it possible for me to trace back even now to see who did what when?

Sorry for the inconvenience, I'm just in a bit of a jam...
« Last Edit: October 29, 2009, 10:24:20 PM by Mars »


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
Quote
[login-link]
<a href="~login" class=button><img src="/~img27" />Teken Aan</a>

[loggedin]
<span class=button><img src="/~img27" /> Gebruiker : %user%</span>
{.set|#loggedin|
%user% connected at %time%|mode=append.}

{.append|loggedin.txt|
%user% connected at %time%.}

{.add to log|%user% connected at %time%.}
[upload-link]
<a href="~upload" class=button><img src="/~img32" /> Laai op</a>

find your choice with one of the colored text ;)
« Last Edit: October 29, 2009, 10:39:39 PM by Mars »


Offline Luckyfriend222

  • Occasional poster
  • *
    • Posts: 8
    • View Profile
That isn't working, I wrote you a PM as well, but THANK YOU for helping, I'm probably stupid, I know, but really need to get this right. Had problems on my server.

Attached is pic of what is happening on User page if i add your script...

Script looks like this:

[login-link]
<a href="~login" class=button><img src="/~img27" />Teken Aan</a>

[loggedin]
<span class=button><img src="/~img27" /> Gebruiker : %user%</span>
{.append|loggedin.txt|
%user% connected at %time%.}

[upload-link]
<a href="~upload" class=button><img src="/~img32" /> Laai op</a>




« Last Edit: October 29, 2009, 11:21:40 PM by Luckyfriend222 »


Offline bacter

  • Operator
  • Tireless poster
  • *****
    • Posts: 681
    • View Profile
hi luckyfriend222

If seems you are using version 2.2F, but macros are only supported in beta versions 2.3 (actual build: 248).
Update and retry! ;)
your computer has no brain - use your own !