<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/zipstat/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/zipstat/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/zipstat/feature-requests/</id><updated>2005-03-07T22:38:16Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Show hits/uniq on any page on the site</title><link href="https://sourceforge.net/p/zipstat/feature-requests/14/" rel="alternate"/><published>2005-03-07T22:38:16Z</published><updated>2005-03-07T22:38:16Z</updated><author><name>Frank Dahlin </name><uri>https://sourceforge.net/u/frjd/</uri></author><id>https://sourceforge.netc5501a696d8489445f948f5a8bad35d71f731f5b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;"zoom" from daily, monthly stat to show the detail of the &lt;br /&gt;
stat to show how much each subpage contribute to the &lt;br /&gt;
total amount of hits.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Any stat that show hitcount should also show uniqcount</title><link href="https://sourceforge.net/p/zipstat/feature-requests/13/" rel="alternate"/><published>2005-03-07T22:31:39Z</published><updated>2005-03-07T22:31:39Z</updated><author><name>Frank Dahlin </name><uri>https://sourceforge.net/u/frjd/</uri></author><id>https://sourceforge.netf4820fddc7b257c4a19bc3e84b5aea65c42e9e2b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Any stat that show hitcount should also show uniqcount.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Missing pages</title><link href="https://sourceforge.net/p/zipstat/feature-requests/12/" rel="alternate"/><published>2005-03-07T22:28:10Z</published><updated>2005-03-07T22:28:10Z</updated><author><name>Frank Dahlin </name><uri>https://sourceforge.net/u/frjd/</uri></author><id>https://sourceforge.netba2a23480caf6d1ead6fd067cbbab9424d1778df</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Frontpage, help and contact pages is missing from the &lt;br /&gt;
package.&lt;/p&gt;
&lt;p&gt;$this-&amp;gt;options['urlHelp'] &lt;br /&gt;
= 'http://www.zipstat.dk/hjaelp.shtml';&lt;/p&gt;
&lt;p&gt;$this-&amp;gt;options['urlContact'] &lt;br /&gt;
= 'http://www.zip.dk/zipstat/kontakt.shtml'; &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Visible counter able to show uniq visitors</title><link href="https://sourceforge.net/p/zipstat/feature-requests/11/" rel="alternate"/><published>2005-03-07T22:26:28Z</published><updated>2005-03-07T22:26:28Z</updated><author><name>Frank Dahlin </name><uri>https://sourceforge.net/u/frjd/</uri></author><id>https://sourceforge.net1dd4caeed2062ab934304ef19579c05abfcad0fb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The current hitcounter is possible to reload.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Langauge stat</title><link href="https://sourceforge.net/p/zipstat/feature-requests/10/" rel="alternate"/><published>2005-03-07T22:24:06Z</published><updated>2005-03-07T22:24:06Z</updated><author><name>Frank Dahlin </name><uri>https://sourceforge.net/u/frjd/</uri></author><id>https://sourceforge.net9f86170d65892969e995bef9fab9463a8b05ca54</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Language only register first two letters from &lt;br /&gt;
HTTP_ACCEPT_LANGUAGE, if more languages is &lt;br /&gt;
specified these are ignored. The stat should consider all &lt;br /&gt;
accepted languages. &lt;/p&gt;
&lt;p&gt;Eg. if HTTP_ACCEPT_LANGUAGE is da,en only da is &lt;br /&gt;
found in stat and the owner of the site might consider &lt;br /&gt;
changing the language of his site to danish - a full stat of &lt;br /&gt;
HTTP_ACCEPT_LANGUAGE might show that english &lt;br /&gt;
was ok for his site.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Country stat</title><link href="https://sourceforge.net/p/zipstat/feature-requests/9/" rel="alternate"/><published>2005-03-07T22:18:00Z</published><updated>2005-03-07T22:18:00Z</updated><author><name>Frank Dahlin </name><uri>https://sourceforge.net/u/frjd/</uri></author><id>https://sourceforge.neted25efa7ad38dc58020f9dfa6224747ab8954d2d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Calculated" from javascript, top domain, &lt;br /&gt;
HTTP_ACCEPT_LANGUAGE.&lt;/p&gt;
&lt;p&gt;To better indicate country rather than the language the &lt;br /&gt;
user understand.&lt;/p&gt;
&lt;p&gt;&amp;lt;script type="text/javascript"&amp;gt;&amp;lt;!--&lt;br /&gt;
if (typeof(navigator.language) != "undefined")&lt;br /&gt;
document.writeln(navigator.language);&lt;br /&gt;
else if (typeof(navigator.browserLanguage) != "undefined")&lt;br /&gt;
document.writeln(navigator.browserLanguage)&lt;br /&gt;
else&lt;br /&gt;
document.writeln("Property not supported or blank!");&lt;br /&gt;
// --&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class="property"&amp;gt;System language&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class="value"&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript"&amp;gt;&amp;lt;!--&lt;br /&gt;
(typeof(navigator.systemLanguage) != "undefined") ? &lt;br /&gt;
document.writeln(navigator.systemLanguage) : &lt;br /&gt;
document.writeln("Property not supported or blank!");&lt;br /&gt;
// --&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class="property"&amp;gt;User language&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class="value"&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript"&amp;gt;&amp;lt;!--&lt;br /&gt;
(typeof(navigator.userLanguage) != "undefined") ? &lt;br /&gt;
document.writeln(navigator.userLanguage) : &lt;br /&gt;
document.writeln("Property not supported or blank!");&lt;br /&gt;
// --&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>After anwsering a poll, the user shall be send to an url</title><link href="https://sourceforge.net/p/zipstat/feature-requests/8/" rel="alternate"/><published>2004-07-31T14:21:07Z</published><updated>2004-07-31T14:21:07Z</updated><author><name>Simon Mikkelsen</name><uri>https://sourceforge.net/u/tryl/</uri></author><id>https://sourceforge.net5e6e8a41883353801b64e8a5fa7859688e7d422e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When the user has anwsered a poll, the results are &lt;br /&gt;
shown. The owner of the stat shall have the poserbillity &lt;br /&gt;
to specify an url the user will be sent to.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Collect search key words for all users</title><link href="https://sourceforge.net/p/zipstat/feature-requests/7/" rel="alternate"/><published>2004-07-29T09:14:46Z</published><updated>2004-07-29T09:14:46Z</updated><author><name>Simon Mikkelsen</name><uri>https://sourceforge.net/u/tryl/</uri></author><id>https://sourceforge.nete968680b6353e8aa415a0dea3dfc448cfed5398b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Create a stat. of all search key words used to find the &lt;br /&gt;
users pages.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Register onlye domain from referer urls.</title><link href="https://sourceforge.net/p/zipstat/feature-requests/6/" rel="alternate"/><published>2003-04-09T13:37:02Z</published><updated>2003-04-09T13:37:02Z</updated><author><name>Simon Mikkelsen</name><uri>https://sourceforge.net/u/tryl/</uri></author><id>https://sourceforge.netb22bef1bb23a1d93e268a39318ce309222673dfe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In the referer urls stat, it should be possible to choose &lt;br /&gt;
only to have the domain of the referer pages registered.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Register 404 sites</title><link href="https://sourceforge.net/p/zipstat/feature-requests/5/" rel="alternate"/><published>2003-02-27T19:33:41Z</published><updated>2003-02-27T19:33:41Z</updated><author><name>Simon Mikkelsen</name><uri>https://sourceforge.net/u/tryl/</uri></author><id>https://sourceforge.net97cb21dcad437778f5d3ff1423bb4aa013f62466</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;404 File not found url's should be registered. Many &lt;br /&gt;
systems allow a user to send all 404-requests to a &lt;br /&gt;
specific page. This should have a code which registeres &lt;br /&gt;
the reference url and the 404-site. A stat of e.g. the n &lt;br /&gt;
latest 404's, or all 404's within n weeks should be kept.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>