| Author |
Message |
sqzdog Involved


Joined: Sep 22, 2003 Posts: 252
|
Posted:
Fri Dec 05, 2003 2:51 pm |
|
On the module it has a list of IP addresses online. How often does this info refresh or timeout? I guess I am asking whether this info is "real time".
Thanks |
|
|
|
 |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Fri Dec 05, 2003 3:12 pm |
|
If I may on this one. In your mainfile.php there is a code listed below
| Code: | | $past = time()-1800; |
This is the time it takes to refresh the main site.
you can change this to
| Code: | | $past = time()-300; |
and the site will refresh much much faster
try this and see what you think.
This is basically cookie time.
Thanks
Fury |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Fri Dec 05, 2003 6:00 pm |
|
There is no refresh code in the Site Info block. Even with Fury's code the block will not refresh unless the page refreshes. If you want a block that refreshes then use my Real-Time Stats block. |
|
|
|
 |
sqzdog Involved


Joined: Sep 22, 2003 Posts: 252
|
Posted:
Fri Dec 05, 2003 6:01 pm |
|
Is there anywhere I can preview this block? |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Fri Dec 05, 2003 6:02 pm |
|
Uh, on my site  |
|
|
|
 |
|
|
|
|