is there a reason why this is hidden?i find it cool that this data is veiwable. is teh data sqewd because of bots? will this be added to kokonotsuba? or at least shared with me to put on some pear site?Marked for deletion (Old)
Hidden most likely because of bots and this data is probably not that useful anyways.It's the same onlinecounter.php from /Utilities that i stole from ToR, but with a higher time limit.
oh i didn't notice it was in utilities. that place just seemed like some sort of extra that was not used in main script.now i am thinking it is hidden to just collect the ip and log it for 24 hours<?php /* Online counter for kokonotsuba from http://php.loglog.jp/ */ define(USR_LST, "../dat/users.dat"); define(TIMEOUT, 300); // Update every 5 minutes $usr_arr = file(USR_LST); touch(USR_LST); $fp = fopen(USR_LST, "w"); $now = time(); $addr = $_SERVER['REMOTE_ADDR']; for ($i = 0; $i < sizeof($usr_arr); $i++) { list($ip_addr,$stamp) = explode("|", $usr_arr[$i]); if (($now - $stamp) < TIMEOUT && $ip_addr != $addr) { fputs($fp, $ip_addr.'|'.$stamp); } } fputs($fp, $addr.'|'.$now."\n"); fclose($fp); $count = count($usr_arr); $data = '<div style="background-color: #000000; color: #00FF00;">Currently <b>'.$count.'</b> unique user'.($count > 1 ? 's' : '').' online</div>'; echo $data;?>
<?php /* Online counter for kokonotsuba from http://php.loglog.jp/ */ define(USR_LST, "../dat/users.dat"); define(TIMEOUT, 300); // Update every 5 minutes $usr_arr = file(USR_LST); touch(USR_LST); $fp = fopen(USR_LST, "w"); $now = time(); $addr = $_SERVER['REMOTE_ADDR']; for ($i = 0; $i < sizeof($usr_arr); $i++) { list($ip_addr,$stamp) = explode("|", $usr_arr[$i]); if (($now - $stamp) < TIMEOUT && $ip_addr != $addr) { fputs($fp, $ip_addr.'|'.$stamp); } } fputs($fp, $addr.'|'.$now."\n"); fclose($fp); $count = count($usr_arr); $data = '<div style="background-color: #000000; color: #00FF00;">Currently <b>'.$count.'</b> unique user'.($count > 1 ? 's' : '').' online</div>'; echo $data;?>
It's to see how many unique IPs visited the board in the last 24 hoursIt's a little inaccurate for several reasonshttps://heyuri.net/onlinecounter.php
This is roughly what 150 people looks like!
>>66466this is in fact 146 people
d-did u count?
yah I didit's 7x20 + 6
>>66467not if 2 of those woman are pregnant with twins!
>>66469correction: It's 147, seems there is one lady I forgot to include
>>66474you're wrong, there are in fact 146 people .huh: