tucker_adelaide
04-21-2005, 07:13 AM
I am very pleased with this script, its the only one I know of around that is realy easy to set up and configure / customise so easily. Well done on the scripting here.:lol:
I do have one suggestion though. Geo Ip would be very handy. There are many times when I go into the detailed visitors address and would love to know where the people are coming from. The only way I have found to do it so far is to manually to a trace route on every address, which can be realy time consuming and painfull. Geo IP (Geo IP Downloads) (http://www.maxmind.com/download/geoip/database/)) would be realy very usefull. You could use the flags that are on this site to incoporate it in your scripts. I currently have a cron job getting the updated information every day so it would be good to get that from an absolute address too when the script access's the file. There would be more than one application using this file to get information from it.
Another thing would be handy would be to have a range of IP's to not have the counter add up on the stats. For example you don't realy want the addresses 192.168.0.0 to 192.168.0.255 being used. You could tackle it two ways. Use the array and have a range from and to and have the progam process the numbers each time, or you could use CIDR (192.168.0/24) to do the same thing.
I think these improvements would make the program so much better and far more easier to customise and get some realy good information from.
I do have one suggestion though. Geo Ip would be very handy. There are many times when I go into the detailed visitors address and would love to know where the people are coming from. The only way I have found to do it so far is to manually to a trace route on every address, which can be realy time consuming and painfull. Geo IP (Geo IP Downloads) (http://www.maxmind.com/download/geoip/database/)) would be realy very usefull. You could use the flags that are on this site to incoporate it in your scripts. I currently have a cron job getting the updated information every day so it would be good to get that from an absolute address too when the script access's the file. There would be more than one application using this file to get information from it.
Another thing would be handy would be to have a range of IP's to not have the counter add up on the stats. For example you don't realy want the addresses 192.168.0.0 to 192.168.0.255 being used. You could tackle it two ways. Use the array and have a range from and to and have the progam process the numbers each time, or you could use CIDR (192.168.0/24) to do the same thing.
I think these improvements would make the program so much better and far more easier to customise and get some realy good information from.