NextCode Forum Index NextCode
Open Source Software Creation
 

Things i would like to see...
Click here to go to the original topic

 
       NextCode Forum Index -> General (phpsitestats)
View previous topic :: View next topic  
Author Message
disforw



Joined: 06 May 2004
Posts: 3

Posted: Wed Jun 02, 2004 4:48 pm    Post subject: Things i would like to see...  

here i will post some of the ideas i would love to see implimented in to your counter. (BTW: i love this counter more then any ive see out there)

loging with Host as well as IP, then you can report how many people are from what host. i did the programing for you...


<?
$fullhost = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$host = preg_replace("/^[^.]+./", "*.", $fullhost);
echo $host;
?>
Back to top  
Vlad Alexa Mancini



Joined: 07 Jul 2003
Posts: 303

Posted: Wed Jun 02, 2004 5:56 pm    Post subject:  

first of all , a "counter" isn't not even the tenth part of all the things PHPSiteStats is so i would rather you don't reffer to it as such

hostname loging is not implemended on purpose to prevent dns lookup time lag

however if i make a configuration option to enable/disable this and i dont find any more negative impacts maybe i will implement it in the next relase and even hostname/country statistics
Back to top  
disforw



Joined: 06 May 2004
Posts: 3

Posted: Thu Jun 03, 2004 12:11 am    Post subject:  

sounds great!
sorry for the missuse of the word
Back to top  
Vlad Alexa Mancini



Joined: 07 Jul 2003
Posts: 303

Posted: Tue Aug 03, 2004 2:41 pm    Post subject:  

because of server lookup time consideration , and backwards compatibility with the older logging format , i decided to keep my original decision and not to implement hostname lookups
Back to top  
Soulfox



Joined: 12 Aug 2004
Posts: 6

Posted: Thu Aug 19, 2004 3:44 pm    Post subject:  

Perhaps adding it as an option that is defaulted to 'disabled' ?

Its a great script so far, but, as you can probably tell from the large amounts of feedback I give, I think it could do with some tweaks and some more (optional) features.

Its good that its not a 'feature laden' script though, nobody likes a 2MB monsterscript!
Back to top  
 
       NextCode Forum Index -> General (phpsitestats)
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.13 © 2001, 2002 phpBB Group