| View previous topic :: View next topic |
| Author |
Message |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: Apr 24, 2008 3:37 pm Post subject: [REQ] Remove Log IP (SOLVED) |
|
|
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.
Last edited by Namaless on May 06, 2008 9:59 am; edited 1 time in total |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 05, 2008 7:54 am Post subject: |
|
|
To disable text logs, set empty these fields:
in XFSConfig.pm: uploads_log
in XFileConfig.pm: admin_log |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 05, 2008 1:26 pm Post subject: |
|
|
| PilgrimX182 wrote: | To disable text logs, set empty these fields:
in XFSConfig.pm: uploads_log
in XFileConfig.pm: admin_log |
No txt logging, but log ip into database, example user ip and file ip.
Regards. |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 06, 2008 7:47 am Post subject: |
|
|
Where found user ip log? I view ip into user management but not want to logged into db.
Thanks. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 06, 2008 9:30 am Post subject: |
|
|
To remove IP from Files records: in fs.cgi replace
| Code: | | $q->param('file_ip')||'1.1.1.1' |
with
To skip updating User's last visit time/last IP, comment with # 2 lines in Session.pm starting with
| Code: | | $frys+>qo+>Rkrp("HCQNGR&Hfref&FRG&hfe_ynfgybtva=ABJ() |
|
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 06, 2008 9:58 am Post subject: |
|
|
| PilgrimX182 wrote: | To remove IP from Files records: in fs.cgi replace
| Code: | | $q->param('file_ip')||'1.1.1.1' |
with
To skip updating User's last visit time/last IP, comment with # 2 lines in Session.pm starting with
| Code: | | $frys+>qo+>Rkrp("HCQNGR&Hfref&FRG&hfe_ynfgybtva=ABJ() |
|
Works perfectly. Thanks.
Regards. |
|
| Back to top |
|
 |
|