XFileSharing Pro - IP Information

Message
Author
Stefanzm
Posts: 85
Joined: Apr 08, 2012 3:41 pm

IP Information

#1 Postby Stefanzm » Jun 15, 2012 12:53 pm

Does anyone have an idea how secure is the IP information in XFSpro ?
In sql seems its encoded somehow (for files and users) , but how serious is that encoding and is it posible if person gets the xfs files to decode the IP info ?
Also has anyone tryed to disable the IP logging for specific users for example ?

universe
Posts: 67
Joined: Mar 20, 2012 12:13 pm

#2 Postby universe » Jun 15, 2012 2:05 pm

It is not encoded at all, it's a simple mysql INET_ATON() and to get a plain ip back, you just need to run INET_NTOA() in mysql. Here is an online example of a similar php function ip2long: http://www.tools4noobs.com/online_php_f ... s/ip2long/

Stefanzm
Posts: 85
Joined: Apr 08, 2012 3:41 pm

#3 Postby Stefanzm » Jun 15, 2012 4:06 pm

Thanks for the information universe
however the question still stands , has anyone tryed to switch off IP logging for specific users ?