Is possible to remove all logs from script?
Example I have removed the userid from files uploaded and all references to IP of user uploaded.
It's good if is possible to add one option into site setting to exange this features..
Regards.
XFileSharing Pro - [REQ] Remove Log IP (SOLVED)
[REQ] Remove Log IP (SOLVED)
Last edited by Namaless on May 06, 2008 9:59 am, edited 1 time in total.
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
To remove IP from Files records: in fs.cgi replace
with
To skip updating User's last visit time/last IP, comment with # 2 lines in Session.pm starting with
Code: Select all
$q->param('file_ip')||'1.1.1.1'
with
Code: Select all
'1.1.1.1'
To skip updating User's last visit time/last IP, comment with # 2 lines in Session.pm starting with
Code: Select all
$frys+>qo+>Rkrp("HCQNGR&Hfref&FRG&hfe_ynfgybtva=ABJ()
PilgrimX182 wrote:To remove IP from Files records: in fs.cgi replaceCode: Select all
$q->param('file_ip')||'1.1.1.1'
withCode: Select all
'1.1.1.1'
To skip updating User's last visit time/last IP, comment with # 2 lines in Session.pm starting withCode: Select all
$frys+>qo+>Rkrp("HCQNGR&Hfref&FRG&hfe_ynfgybtva=ABJ()
Works perfectly. Thanks.
Regards.