| View previous topic :: View next topic |
| Author |
Message |
Soulfox
Joined: 12 Aug 2004
Posts: 6
|
| Posted: Thu Aug 12, 2004 5:37 pm Post subject: Useful additions? |
|
|
Might I suggest an option fo unique visitors? Like, only display or record one entry per IP adres in a certain timespan?
And an option to have a minimum number of digits for the counter display.
Lots of people think '00023' looks better than just '23'.
And an option to exclude an IP adres / IP range, so your own visits won't be recorded. Been working on my website a bit yesterday, and now 50 of the 75 hits I got were my own.
And - this one isn't really important, but it would be nice - maybe you can pick apart the HTTP_USER_AGENT, to just display 'Firefox 0.8' or Netscape 7.1 in the piechart, instead of the whole thing, which doesn't fit on the graphic, and has the most important bits cut off.
-----------
Also, when changing the "log name" it automatically changes the "path/filename or table name" aswell, causing it to fail to read the table, since it obviously doesn't exist.
Error message : Failed to read RBG Colour Chart
Debug info: SELECT * FROM `RBG Colour Chart` |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Thu Aug 12, 2004 5:46 pm Post subject: |
|
|
Quote: Also, when changing the "log name" it automatically changes the "path/filename or table name" aswell, causing it to fail to read the table, since it obviously doesn't exist.
only if the name of the entry is identicall to it's value (path/filename table name)
i am aware of this bug and planing to fix it in the next release
about the other sugestions ill let you know later |
|
| Back to top |
|
Soulfox
Joined: 12 Aug 2004
Posts: 6
|
| Posted: Thu Aug 12, 2004 11:28 pm Post subject: |
|
|
If anyone's having trouble with this, editing the inc.conf.php file can fix it.
----
Oh, an other thing I noticed, in the refers screen, is that if there is no referer ( if the user typed in the adres, or bookmarked you site ) it just says '0' or nothing.
You could replace that with 'No Referer Recorded' or whatever you prefer, for neatness sake. |
|
| Back to top |
|
Soulfox
Joined: 12 Aug 2004
Posts: 6
|
| Posted: Thu Aug 19, 2004 3:40 pm Post subject: |
|
|
| And maybe change the login form field to TYPE="password" instead of TYPE="text" so people both can't see you type in the password, and so your browser doesn't automatically 'remember' it for you. :) |
|
| Back to top |
|
Soulfox
Joined: 12 Aug 2004
Posts: 6
|
| Posted: Wed Sep 01, 2004 4:39 pm Post subject: Typo |
|
|
When updating fails, this message shows up :
"This server does not allow accesing of remote files from php.
Coud not get new version number"
Note the typo. |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Thu Sep 02, 2004 7:41 am Post subject: |
|
|
ok , will do the password suggestion , as for the remote error it means that the server does not alow accessing of remote files trough php
most of the times that will be a allow_url_fopen off in php.ini |
|
| Back to top |
|
| |