PDA

View Full Version : ioACTIVE


hot_pit
02-29-2004, 11:00 PM
ioACTIVE to see activity of users on your ftp ...

1) Add This to Your ioFTPD.ini

[Events]
OnFtpLogIn = EXEC ..\scripts\ioACTIVE.exe login

[FTP_Custom_Commands]
activity = EXEC ..\scripts\ioACTIVE.exe activity

[FTP_SITE_Permissions]
activity = 1M

Your Done ...

ohh if you want to display last users on ftp message just add this
%[execute(EXEC ..\scripts\ioACTIVE.exe)(activity 10)] to your Welcome message.... (do this oldino :p)


## Display Activity for All Users on FTP

site activity all
200-/------------------------------------------\
200-| user | date | time | logins |
200-|------------------------------------------|
200-| ioFTPD | 08/03/04 | 17:48 | 103 |
200-| fuscao | 08/03/04 | 17:39 | 1 |
200-\------------------------------------------/

## Display Activity for a Certain User

site activity ioFTPD
200-/------------------------------------------\
200-| user | date | time | logins |
200-|------------------------------------------|
200-| ioFTPD | 08/03/04 | 17:48 | 103 |
200-\------------------------------------------/

## User not Found on Activity DB

site activity SomeDude
200-/------------------------------------------\
200-| User not Found |
200-\------------------------------------------/

## Display Last X Users Logged in (chronologic order)

site activity 2
200-/------------------------------------------\
200-| last 2 users loggend in . . . |
200-|------------------------------------------|
200-| user | date | time | logins |
200-|------------------------------------------|
200-| ioFTPD | 08/03/04 | 17:48 | 103 |
200-| fuscao | 08/03/04 | 17:39 | 1 |
200-\------------------------------------------/

## Display Help for ioACTIVE

site activity
200-/--------------------------------\
200-| ioACTIVE v1.1 |
200-|--------------------------------|
200-| Usage : site activity all |
200-| Usage : site activity <user> |
200-| Usage : site activity <number> |
200-\--------------------------------/


download it here : http://www.ioftpd.com/scripts/script.php?id=50

sCry
03-01-2004, 02:49 AM
why not display user's IP address or hostname? we have some common account, so need ip to tell who login.

hot_pit
03-01-2004, 10:55 AM
Originally posted by sCry
why not display user's IP address or hostname? we have some common account, so need ip to tell who login.

depends on what you will use it ... if you use to display on welcome message last 10 users to login ... you will display users ip aswell ..

edit : btw i dont think it would work for multiple account cause it logs only 1 date/time for ip ... otherwise db will be bigger everyday ... this way as stormACTIVE the max line of DB is the max users on site :D

hot_pit
03-01-2004, 01:15 PM
v 1.6 Out .

Fixed - timespamps were not used to show last 10 users (now it is)
Add - ini support for not showing activity of certains users

see 1th post for thread to download

rAWfOX
03-01-2004, 01:22 PM
nice one....

hot_pit
03-08-2004, 06:38 PM
v1.2 fixed some bugs and add number of logins :D

r0adrunn3r
03-13-2004, 02:33 PM
seems not to work on my system, doesnt create entries in the login.dat
my ioftpd.ini looks like:

[Events]

OnFtpLogIn = EXEC ..\scripts\ioactive\ioACTIVE.exe login

[FTP_Custom_Commands]
activity = EXEC ..\scripts\ioactive\ioACTIVE.exe activity

it always says empty login.dat

any suggestions about that?

thx a lot!

greetz

r0adrunn3r

hot_pit
03-13-2004, 02:35 PM
Originally posted by r0adrunn3r
seems not to work on my system, doesnt create entries in the login.dat
my ioftpd.ini looks like:

[Events]

OnFtpLogIn = EXEC ..\scripts\ioactive\ioACTIVE.exe login

[FTP_Custom_Commands]
activity = EXEC ..\scripts\ioactive\ioACTIVE.exe activity

it always says empty login.dat

any suggestions about that?

thx a lot!

greetz

r0adrunn3r

yeah ... go dl 1.6 and it should work fine

r0adrunn3r
03-13-2004, 02:50 PM
damn....that was easy :banana:
works perfect now, didnt read the changelog so i thougt the 1.2 is the newer.
thanx for your work

greetz

r0adrunn3r

_rage_ thegod
03-13-2004, 03:49 PM
nice script, i like it :)

Sersen
03-14-2004, 04:51 PM
yeah,nice script but i´m confused a bit about the version numbers here

Version 1.6 is the latest release but doesn´t include logins
Version 1.2 isn´t working because it does not create any entries in login.dat but should have logins in the logfile

so how can i get logins logged with ioactive with a working release ?? :banana: :banana:

please give me a hint :rolleyes:

hehe

bye

odd
04-02-2004, 06:08 AM
Any working release of this script?

None of them seem to work (1, 1.2) :(
Looks like a handy script hope there will be a proper update soon :)

hot_pit
04-02-2004, 07:28 PM
Originally posted by odd
Any working release of this script?

None of them seem to work (1, 1.2) :(
Looks like a handy script hope there will be a proper update soon :)

go try last packet ... dunno what maybe causin this ...
will do some changes on it when i got some time :D ..
but i tested it (1 , 1.1 , 1.2) on 5.6.3r and 5.8.4r , and its working ok here ...
maybe you deleted Login.Dat

odd
04-03-2004, 08:18 AM
Ok been testing them both (1.2 and 1.6 tho 1.6 was only called ioActive which is confuseing for me, as I thought it was the first version out of ioactive). And 1.2 is uploaded to script page some days after 1.6 so I thought 1.2 was the newest update.

Well Ive tested them both and 1.2 doesnt work for me. Its seems like it cant write to the Login.Dat file.

Tho I got 1.6 working and it works fine(5.8.4r).
Like it alot :D


Edit: nevermind...

odd
04-30-2004, 06:23 PM
Think ive found a bug in your greate script. It doesnt show this user in "site activity 1".
This user "test" is not listed in ioActivity.ini "hide users".

Look at the SITE CMD and the date/time



site activity test
200-/---------------------------------\
200-| user | date | time |
200-|---------------------------------|
200-| test | 02-05-04 | 03:51 |
200-\---------------------------------/
200 Command successful.

site activity 1
200-/---------------------------------\
200-| last 1 users loggend in . . . |
200-|---------------------------------|
200-| user | date | time |
200-|---------------------------------|
200-| test2 | 04-04-30 | 07:38 |
200-\---------------------------------/
200 Command successful.


Ive done some more research and found that login.dat continues to log users but somehow the program cant read it, strange.

This is my login.dat file:
a|27-04-04|23:10
b|27-04-04|23:14
c|11-04-04|14:16
d|29-04-04|06:16
e|26-04-04|05:12
f|01-05-04|16:18
g|12-04-04|00:37
h|01-05-04|23:02
i|26-04-04|16:23
j|06-04-04|01:20
k|27-04-04|22:37
l|01-05-04|21:40
m|30-04-04|07:38

Wonder why it just stoped to show SITE IOACTIVITY 1" last X users loggend in . . . |

PopWeasel
08-09-2004, 03:51 PM
From where can I find v1.6? v1.2 is posted to /scripts but that version doesn't write to Login.dat for me either. :o Is development on this script dead? :confused: It looked nice so hope not.

Sammy_2
01-22-2005, 02:43 PM
From where can I find v1.6? v1.2 is posted to /scripts but that version doesn't write to Login.dat for me either.

*edit: same for me

(Note from mod to poster: please use english outside International forum)

inside
02-04-2005, 04:42 AM
Example test :

%[execute(EXEC ..\scripts\ioACTIVE.exe)(activity all)]


site activity all
200-/------------------------------------------\
200-| user | date | time | logins |
200-|------------------------------------------|
200-| | | | |
200-| | | | |
200-\------------------------------------------/
200 Command successful.

parez30
02-11-2005, 07:18 AM
hello

go to: http://www.ioftpd.com/scripts/script.php?id=50

you will see 2 files
ioACTIVE.1.2.rar ...version 1.2 (older)
ioACTIVE.rar 2004-03-01 version 1.6

replace exes and your Login.dat will be filled :-)

nice script but no configurable layout for output :-(