rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: Giant Eagle on July 25, 2007, 01:03:32 PM
-
i am experimenting with AHAH, turns out to be an awesome feature :D. But i did come across one thing:
i am using AHAH in combination with the [something_you_choose] feature, if a tag contains <html> tags you can access it by using ~something_you_choose. In order for Statistics to be helpfull, i created a loop that continously refreshses that page. Everything works fine, its compatible with firefox, ie and opera (afaik). But! the log goes crazy when you start the loop, it generates about 10kb of log each second (not really). Sooo... is there a way to not log those [something_you_choose] things, cause you cant right click them as they are not real files.
[something_you_choose||Don't Log] ?
-
what is the something_you_choose?
a [section] of the template?
-
i just forgot to document a feature i introduced some time ago
too lazy to find when ::)
http://rejetto.com/wiki/index.php?title=HFS:_Template#Embedding_pages_inside_a_template
that :)
-
i will work onto it
-
Yay :D thank you
-
Ok, i think a good function is to add an URL filter mask for the log. this is quite flexible.
But this needs the user to configure, so i will also implement this solution you proposed
[something_you_choose||Don't Log] ?
to make you template makers a better life. ;)
-
YAAAAAY no more log spamming from our ahah rofl. 80% of my log atm is, this will fix it hopefully, and stop people complaining about their logs filling up when we release rofl.
guest@IP:PORT Requested GET /~stats.htm?0.44706501485491246
-
you use a random number, but a simple timestamp would be enough, even better
-
%timestamp% ?? that would be static in the javascript component wouldn't it? static because it doesn't get updated?
EDIT: i stand corrected, we need to make a javascript timestamp... seems like a waste of code though... and if the page is hidden then we wont need to worry about how the number looks...
-
released