userlog\language\english\modinfo.php
1 - foget -> forget
replace:
define("_MI_USERLOG_CONFCAT_LOGFILE","Log file (Set if you need to store logs in file otherwise foget it)");
with:
define("_MI_USERLOG_CONFCAT_LOGFILE","Log file (Set if you need to store logs in file otherwise forget it)");
replace:
define("_MI_USERLOG_CONFCAT_LOGDB","Log database (Set if you need to store logs in database otherwise foget it)");
with:
define("_MI_USERLOG_CONFCAT_LOGDB","Log database (Set if you need to store logs in database otherwise forget it)");
2 - wwwroot -> www root
replace:
define("_MI_USERLOG_LOGFILEPATH_DSC","Advise: a path outside wwwroot is safe from browsing by everybody");
with:
define("_MI_USERLOG_LOGFILEPATH_DSC","Advise: a path outside www root is safe from browsing by everybody");
3 - . -> :
replace:
define("_MI_USERLOG_LOGFILENAME_DSC","Older log files will be stored with this prefix. Log_file_name_date('Y-m-d_H-i-s').log");
with:
define("_MI_USERLOG_LOGFILENAME_DSC","Older log files will be stored with this prefix: Log_file_name_date('Y-m-d_H-i-s').log");
4 - db -> database
replace:
define("_MI_USERLOG_MAXLOGS","Maximum logs stored in db");
with:
define("_MI_USERLOG_MAXLOGS","Maximum logs stored in database");
replace:
define("_MI_USERLOG_MAXLOGS_DSC","logs will be deleted from db after this number");
with:
define("_MI_USERLOG_MAXLOGS_DSC","logs will be deleted from database after this number");
replace:
define("_MI_USERLOG_MAXLOGSPERIOD","Maximum period that logs stored in db. 0 = store forever");
with:
define("_MI_USERLOG_MAXLOGSPERIOD","Maximum period that logs stored in database. 0 = store forever");
5 - advise -> Advice
replace:
define("_MI_USERLOG_MAXLOGSPERIOD_DSC","logs older than this period will be deleted from database. Positive for days and negative for hours. advise: use a high number");
with:
define("_MI_USERLOG_MAXLOGSPERIOD_DSC","logs older than this period will be deleted from database. Positive for days and negative for hours. Advice: use a high number");
userlog\language\english\admin.php
1 - isAdmin? -> is Administrator?
replace:
define("_AM_USERLOG_ADMIN","isAdmin?(y/n)");
with:
define("_AM_USERLOG_ADMIN","is Administrator?(y/n)");
2 -
Log user activities by fetching? priority: IF exist uid log it ELSEIF exist gid log it ELSEIf exist ip log it
---> I don't understand
3 -
Log which user/page data? Note: no option means all options. no store option (File and/or Database) means Database. select views means store uid, groups, script name, pagetitle, module, item name, item id in Database
---> I don't understand.
---> Please, put a capital letter after a point
4 - ? select -> ? Select
replace:
define("_AM_USERLOG_SET_SCOPE_DSC","Log users activities in which modules? select nothing means whole website");
with:
define("_AM_USERLOG_SET_SCOPE_DSC","Log users activities in which modules? Select nothing means whole website");
I will continue tomorrow