lloogg
lloogg copied to clipboard
LLOOGG realtime web log analyzer
I would remove the links to the lost domain name to reduce any possible damage for the audience. Except for just ads that guys are trying to push you to...
HTML + CSS are terrible both as they are structured and how they are presented to the user.
Apparently the regexps used in order to parse keywords from Google referral URLs are broken nowadays. See the `search.php` file.
The code should use bignums via PHP bcmath or gmp libraries.
Users should be hashes, visits / pageviews for the day also grouped in hashes for given periods, and so forth. Currently only strings and lists are used by the system.
A new connection is created at every pageview.
The password is stored hashed with bcrypt but is sent in cleartext upon registration because there is now to restore an account with a lost password otherwise, nor to change...