XFileSharing Pro - xfilesharing Pro logs

Message
Author
cuty
Posts: 103
Joined: Apr 14, 2009 11:20 pm

xfilesharing Pro logs

#1 Postby cuty » Aug 20, 2009 2:37 am

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

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Aug 20, 2009 6:25 am

Go to admin Files, then click Latest downloads there.

cuty
Posts: 103
Joined: Apr 14, 2009 11:20 pm

#3 Postby cuty » Aug 20, 2009 1:17 pm

how can I export them to a file?

cuty
Posts: 103
Joined: Apr 14, 2009 11:20 pm

#4 Postby cuty » Aug 21, 2009 4:28 am

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

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#5 Postby PilgrimX182 » Aug 21, 2009 6:11 am

No export now.
You better then use myphpadmin mysql client and check out IP2Files SQL table.
SQL request will be like this:

Code: Select all

SELECT *, INET_NTOA(ip) as ip2 FROM IP2Files WHERE created>'2009-08-14 00:00:00' ORDER BY created

cuty
Posts: 103
Joined: Apr 14, 2009 11:20 pm

#6 Postby cuty » Aug 23, 2009 2:50 pm

thank you!!