Heya guys
Im reasonbly new to whole ioFTPD thing, but over the last month i have learned alot. I have installed ioActivity and made the necessary changes to the ioFTPD.ini
these are the changes i made
PHP Code:
[Events]
;OnFtpLogIn = %EXEC ..\scripts\ioActivity\run.bat newlogin %[$user] %[$hostname]
[FTP_Custom_Commands]
activity = EXEC ..\scripts\ioActivity\run.bat activity
useractiv = EXEC ..\scripts\ioActivity\run.bat useractiv
myactivity = %EXEC ..\scripts\ioActivity\run.bat useractiv %[$user]
[FTP_SITE_Permissions]
activity = 1M
useractiv = 1M
myactivity = !A *
i unrared all the files contained in the ioActivity.zip into my script folder.
Now when i either send the command thru ioGui2 or via FFXP this is the output i get
PHP Code:
1:12:34 PM > site activity
1:12:35 PM 200-username last login time host total logins
1:12:35 PM 200----------- ------------------- ---------- ------------
1:12:35 PM 200-aaa 2004-10-28 10:16:53 bbb 1
1:12:35 PM 200 Command successful.
thing is, there is no user named aaa on my ftp and the login date was months ago, and this is the only user that shows up.
I tried purging the users logfiles and this is the output i get
PHP Code:
8:59:40 AM > site purgeactivity all
8:59:40 AM 500 SITE purgeactivity: Command not understood.
9:00:56 AM > site purgeactivity all 0
9:00:56 AM 500 SITE purgeactivity: Command not understood.
could someone point me in the right direction on how to fix this please? also thx for the great scripts.
cheers
EDIT: i noticed that after i posted this, all my backslashs \ have been removed?