<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
  <title>BetterAWStats.com - Announcements</title>
  <link>http://betterawstats.com/forum/index.php</link>
  <description>Support Forum</description>
  <language>en</language>
  <copyright>(c) Copyright 2008 by BetterAWStats.com</copyright>
  <managingEditor>oliver@spiesshofer.com</managingEditor>
  <generator>phpBB3 RSS2 Syndication Mod by Manchumahara(Sabuj Kundu)</generator>
  <ttl>1</ttl>

                <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/BetterawstatsAnnouncements" type="application/rss+xml" /><item>
                    <title>XML Datafile &amp; URLAlias Support in CVS</title>
                    <link>http://feeds.feedburner.com/~r/BetterawstatsAnnouncements/~3/260103663/viewtopic.php</link>
                    <description>by Oliver (Posted 29 Mar 2008 14:02)&lt;br/&gt;Since today, XML Datafile access as well as URLAlias support are enabled in BetterAWStats.&lt;br /&gt;Those were two key issues where BetterAWStats was not matching the capabilities of AWStats. &lt;br /&gt;&lt;br /&gt;If you don't want to wait for the next version release, you can get the current version from &lt;a href="http://sourceforge.net/cvs/?group_id=189626" class="postlink"&gt;CVS&lt;/a&gt; and enjoy the two new features.&lt;br /&gt;&lt;br /&gt;Programmer's Note about XML Datafile support:&lt;br /&gt;I first wrote a complete PHP XML-Parser which I then commented out. The reason for this is that AWStats has its data-map on the beginning, but in the XML version this points to the BEGIN_... text instead of the start of the xml data set. So it cannot be used to jump directly to a line in the file. Additionally, I could not find out how to make PHP read only a section of the file. So parsing the file with an XML parser took about 10 times longer than with the std method since it would always read the whole file. Further, XML has trouble parsing &amp;-signs in URLs. On top of that, the SIDER section of the data is corrupt in AWStats since for some entries. the first number is not in its own &lt;td&gt;-segment but simply split with a space after the URL.&lt;br /&gt;Example:&lt;br /&gt;&lt;dl class="codebox"&gt;&lt;dt&gt;Code: &lt;a href="#" onclick="selectCode(this); return false;"&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;&lt;tr&gt;&lt;td&gt;/forum/memberlist.php 2&lt;/td&gt;&lt;td&gt;7172&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;All this made it better to parse the data by simply removing the XML from the file instead of using a proper XML parser. I did not look at the PERL code of AWStats, but I strongly assume AWStats is not using a XML reader either.&lt;br /&gt;&lt;br /&gt;So there is currently no advantage in switching to XML data files, it is even a bit slower than the normal datafile.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://betterawstats.com/forum/viewtopic.php?f=5&amp;t=17"&gt;Read the main topic related to this post&lt;/a&gt;&lt;hr /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?a=yZP8zGF"&gt;&lt;img src="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?i=yZP8zGF" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?a=TIWLIFf"&gt;&lt;img src="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?i=TIWLIFf" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?a=NgjbE5f"&gt;&lt;img src="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?i=NgjbE5f" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?a=CvVJtaf"&gt;&lt;img src="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?i=CvVJtaf" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/BetterawstatsAnnouncements/~4/260103663" height="1" width="1"/&gt;</description>
                    <pubDate>29 Mar 2008 14:02</pubDate>
                    <guid isPermaLink="false">http://betterawstats.com/forum/viewtopic.php?f=5&amp;t=17#p33</guid>
                <feedburner:origLink>http://betterawstats.com/forum/viewtopic.php?f=5&amp;t=17#p33</feedburner:origLink></item>
                <item>
                    <title>BetterAWstats 1.0 final released!</title>
                    <link>http://feeds.feedburner.com/~r/BetterawstatsAnnouncements/~3/253378012/viewtopic.php</link>
                    <description>by Oliver (Posted 11 Mar 2008 13:31)&lt;br/&gt;We are proud to announce the release of BetterAWStats 1.0, the first final version of the software!&lt;br /&gt;&lt;br /&gt;There are numerous new additions since 1.0 beta:&lt;br /&gt;- added HTML charts also for full list&lt;br /&gt;- added password-protection of config editor&lt;br /&gt;- added new config options to prevent oversized charts&lt;br /&gt;- added rowspan for tables&lt;br /&gt;- added favicon for referring sites&lt;br /&gt;- added chart titles&lt;br /&gt;- added charts for screen sizes&lt;br /&gt;- added TLDs to worldmap&lt;br /&gt;&lt;br /&gt;In addition, many improvements to the code have been made:&lt;br /&gt;- reduced memory load for HOSTS&lt;br /&gt;- unknown browsers/os &amp; Versions default to display=off&lt;br /&gt;- improved design&lt;br /&gt;- improved code for table creation (-30%)&lt;br /&gt;- fixed Authenticated users&lt;br /&gt;- fixed OS chart&lt;br /&gt;- fixed Hotlinks&lt;br /&gt;- fixed Averages&lt;br /&gt;- fixed HTML codes in config file help&lt;br /&gt;- fixed sorting for keys&lt;br /&gt;- fixed URL-encoding of search phrases/words&lt;br /&gt;- fixed strange int(0) == string error for HTTP error tables&lt;br /&gt;&lt;br /&gt;Please download the latest version &lt;a href="https://sourceforge.net/project/platformdownload.php?group_id=189626&amp;sel_platform=6860" class="postlink"&gt;here&lt;/a&gt;. Support can be obtained &lt;a href="http://betterawstats.com/forum/" class="postlink"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://betterawstats.com/forum/viewtopic.php?f=5&amp;t=8"&gt;Read the main topic related to this post&lt;/a&gt;&lt;hr /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?a=OxJ9AkF"&gt;&lt;img src="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?i=OxJ9AkF" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?a=kSGuqBf"&gt;&lt;img src="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?i=kSGuqBf" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?a=QkwoyMf"&gt;&lt;img src="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?i=QkwoyMf" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?a=gHBVoHf"&gt;&lt;img src="http://feeds.feedburner.com/~f/BetterawstatsAnnouncements?i=gHBVoHf" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/BetterawstatsAnnouncements/~4/253378012" height="1" width="1"/&gt;</description>
                    <pubDate>11 Mar 2008 13:31</pubDate>
                    <guid isPermaLink="false">http://betterawstats.com/forum/viewtopic.php?f=5&amp;t=8#p8</guid>
                <feedburner:origLink>http://betterawstats.com/forum/viewtopic.php?f=5&amp;t=8#p8</feedburner:origLink></item></channel></rss>
