| View previous topic :: View next topic |
| Author |
Message |
cuty
Joined: 14 Apr 2009 Posts: 105
|
Posted: Aug 20, 2009 2:37 am Post subject: xfilesharing Pro logs |
|
|
Is there anywhere in the Xfilesharing file system that I can view Server logs containing IP’s, referral URLs, and timestamps for my traffic on specific dates? Or how can I go about gettting it done.
Thanks |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Aug 20, 2009 6:25 am Post subject: |
|
|
| Go to admin Files, then click Latest downloads there. |
|
| Back to top |
|
 |
cuty
Joined: 14 Apr 2009 Posts: 105
|
Posted: Aug 20, 2009 1:17 pm Post subject: |
|
|
| how can I export them to a file? |
|
| Back to top |
|
 |
cuty
Joined: 14 Apr 2009 Posts: 105
|
Posted: Aug 21, 2009 4:28 am Post subject: |
|
|
| PilgrimX182 wrote: | | Go to admin Files, then click Latest downloads there. |
I see where your talking about , but its an extreme amount of files...is there anywhere I can get it the files to have them exported ? The location I wanna start from is ?op=admin_downloads_all&page=72001- or better yet everything from Aug 14th, its for investigative purposes.
thanks |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Aug 21, 2009 6:11 am Post subject: |
|
|
No export now.
You better then use myphpadmin mysql client and check out IP2Files SQL table.
SQL request will be like this:
| Code: | | SELECT *, INET_NTOA(ip) as ip2 FROM IP2Files WHERE created>'2009-08-14 00:00:00' ORDER BY created |
|
|
| Back to top |
|
 |
cuty
Joined: 14 Apr 2009 Posts: 105
|
Posted: Aug 23, 2009 2:50 pm Post subject: |
|
|
| thank you!! |
|
| Back to top |
|
 |
|