Hi, from what i have gathered in other posts I'm having issues with proxylizer build on a Ubuntu x64 platform.
The IP address int the reports will stay 127.255.255.255.
After wiping all traces of proxylizer and reinstalling I still have this issue. I found some info in the forums about a fix that needs to be added to the webproxylogtomysql.php file.
All the changes was already done in the version of proxylizer I downloaded so I did not have to change anything.
From what I understand, the issue is related to the fact that the script have to convert 32bit field IP address but the field is now 64bit.
I used phpmyadmin and see all the data in the fields, I can also manually convert the IP field with a long2ip tool, this works perfectly. This means the data is saved to the sql database correctly.
Also, after the wipe and install of proxylizer I found that the webproxytodb_debug.log is gone, and nothing get written to the file. The database is growing and is visible on the webpage, so the data entering correctly.
Any ideas on how I can fix this.
Thanks