Oooops
I have just noticed that I have included old version of Readme in the download. Sorry about that.
Lines to be added to ioFTPD.ini look like this:
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 *
Hopefully, it will work better now