<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/qss/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/qss/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/qss/bugs/</id><updated>2004-09-03T08:15:46Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>UK Sources Not being Identified</title><link href="https://sourceforge.net/p/qss/bugs/10/" rel="alternate"/><published>2004-09-03T08:15:46Z</published><updated>2004-09-03T08:15:46Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net2e2d68d269cb6ad290ff3da844d4fd747061f334</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;An error in the iso3166 file is causing UK domains not to be reported.  The line:&lt;/p&gt;
&lt;p&gt;UNITED KINGDOM;GB&lt;/p&gt;
&lt;p&gt;should be amended to:&lt;/p&gt;
&lt;p&gt;UNITED KINGDOM;UK&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>array to string, call to undefined function error messages</title><link href="https://sourceforge.net/p/qss/bugs/9/" rel="alternate"/><published>2004-05-28T12:03:05Z</published><updated>2004-05-28T12:03:05Z</updated><author><name>Samuel L. Murez</name><uri>https://sourceforge.net/u/slmurez/</uri></author><id>https://sourceforge.netc9a301aada5b904c6f9e12ea17dbadeb10f4dfdb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;When I try to browse to qss3 dir, I get :&lt;/p&gt;
&lt;p&gt;Notice: Array to string conversion in&lt;br /&gt;
/home/baronsam/samuelmurez.com/qss3/includes/qError.class.php&lt;br /&gt;
on line 38&lt;/p&gt;
&lt;p&gt;Fatal error: Call to undefined function:&lt;br /&gt;
file_get_contents() in&lt;br /&gt;
/home/baronsam/samuelmurez.com/qss3/modules/plainTextAuth.class.php&lt;br /&gt;
on line 56&lt;/p&gt;
&lt;p&gt;All best,&lt;/p&gt;
&lt;p&gt;--Sam&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Bug creates faulty graphs? (2.0.2)</title><link href="https://sourceforge.net/p/qss/bugs/8/" rel="alternate"/><published>2004-05-20T17:38:06Z</published><updated>2004-05-20T17:38:06Z</updated><author><name>Vincent Pluk</name><uri>https://sourceforge.net/u/vipz/</uri></author><id>https://sourceforge.net7042a8dfff678d9162c8790c6f291c8bbf161752</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;See attached file or:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://xtra.davex.nl/pie-chart.jpg" rel="nofollow"&gt;http://xtra.davex.nl/pie-chart.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I noticed this after upgrading to PHP 4.6.0, but I'm&lt;br /&gt;
not sure if this has anything to do with it.&lt;/p&gt;
&lt;p&gt;QSS 2.0.2&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>bug in graph? (2.0.2)</title><link href="https://sourceforge.net/p/qss/bugs/7/" rel="alternate"/><published>2004-04-26T07:16:51Z</published><updated>2004-04-26T07:16:51Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.nete884a058184f233e304b2677ecd2eca983428e66</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;could this be a bug? :)&lt;br /&gt;
whole picture looks all brownish/green here.&lt;/p&gt;
&lt;p&gt;getGraph.php?data=66%2C21%2C3%2C2%2C2%2C2%&lt;br /&gt;
2C2%2C2%2C2&amp;amp;t=Commercial%2CNetherlands%&lt;br /&gt;
2CGermany%2CJapan%2CNetwork%2COrganisation%&lt;br /&gt;
2CUnknown%2CColombia%2CBrazil&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>QSS 3 Alpha cannot read qmail-scanner 1.2 logs</title><link href="https://sourceforge.net/p/qss/bugs/6/" rel="alternate"/><published>2003-12-04T14:29:13Z</published><updated>2003-12-04T14:29:13Z</updated><author><name>Pantelis</name><uri>https://sourceforge.net/u/jstl/</uri></author><id>https://sourceforge.net3d1e92214d230773ac24a750237efe5c7b3d15cb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I gave a try to the alpha release of QSS3, and i realized &lt;br /&gt;
that it couldn't parse the qmail-scanner 1.2 logs.&lt;/p&gt;
&lt;p&gt;After some tweaking in the plainTextInput.class.php file, &lt;br /&gt;
i came up with the following:&lt;/p&gt;
&lt;p&gt;In line 125, i changed the preg_match regexpr with this:&lt;/p&gt;
&lt;p&gt;preg_match(&amp;amp;quot;/(\d+).(\S+).(\d+) (\d+):(\d+):(\d+).*\t&lt;br /&gt;
(\S*)\t(\S*)\t[^\t]*\t([^\t]*)\t([^\t]*)/i&amp;amp;quot;, $buffer, &lt;br /&gt;
$line);&lt;/p&gt;
&lt;p&gt;This way i could read both log formats, but i still had a &lt;br /&gt;
problem as months were read as a string (i.e.: Jan, Feb, &lt;br /&gt;
etc.)&lt;/p&gt;
&lt;p&gt;So, in line 142, i modified the date convertion code into &lt;br /&gt;
that:&lt;/p&gt;
&lt;p&gt;# Convert date, dropping minutes and seconds to &lt;br /&gt;
enable caching&lt;br /&gt;
$dateconvert = array&lt;br /&gt;
('', 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', '&lt;br /&gt;
Oct', 'Nov', 'Dec');&lt;br /&gt;
$convert_result = array_search($line[2], $dateconvert);&lt;br /&gt;
if ($convert_result) {&lt;br /&gt;
$line[2] = $convert_result;&lt;br /&gt;
};&lt;br /&gt;
$date = mktime($line[4], 0, 0, $line[2], $line[1], $line&lt;br /&gt;
[3], -1);&lt;/p&gt;
&lt;p&gt;--------------------&lt;/p&gt;
&lt;p&gt;This seems to work ok with both log formats.&lt;br /&gt;
Any better suggestions would be welcome :)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>qss-3.0_a1.tar.bz2 </title><link href="https://sourceforge.net/p/qss/bugs/5/" rel="alternate"/><published>2003-10-19T14:56:16Z</published><updated>2003-10-19T14:56:16Z</updated><author><name>Lexo</name><uri>https://sourceforge.net/u/lexo/</uri></author><id>https://sourceforge.net2971f84ac0a9cf6e2245f849121a7337c4c0992a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Notice: Array to string conversion in /srv/www/htdocs/tools/&lt;br /&gt;
qss2/includes/qError.class.php on line 38 &lt;/p&gt;
&lt;p&gt;Fatal error: Call to undefined function: file_get_contents() in /&lt;br /&gt;
srv/www/htdocs/tools/qss2/modules/plainTextAuth.class.php on &lt;br /&gt;
line 56 &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Error in handling of numbers above 1000.</title><link href="https://sourceforge.net/p/qss/bugs/4/" rel="alternate"/><published>2003-09-08T07:24:01Z</published><updated>2003-09-08T07:24:01Z</updated><author><name>Johan Olde</name><uri>https://sourceforge.net/u/userid-365177/</uri></author><id>https://sourceforge.net7a8227518d06c554d06c1c6646160afcbe7948a7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It seems that QSS is handling numbers the wrong way &lt;br /&gt;
when calculating the daily average. If the average is &lt;br /&gt;
above 1000 it is denoted with a comma after the &lt;br /&gt;
thousands which QSS interpret as a decimal. This could &lt;br /&gt;
possibly be a localization error, the machine in question &lt;br /&gt;
is in Sweden.&lt;/p&gt;
&lt;p&gt;Also, the daily average seems to be calculated on the &lt;br /&gt;
monthly total / number of days in month which gives a &lt;br /&gt;
rather strange number until the month is over.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>qmail-scanner-queue 1.20 date format not recognized</title><link href="https://sourceforge.net/p/qss/bugs/3/" rel="alternate"/><published>2003-08-20T20:22:37Z</published><updated>2003-08-20T20:22:37Z</updated><author><name>Brian Ipsen</name><uri>https://sourceforge.net/u/bipsen/</uri></author><id>https://sourceforge.net77a332251e436a5c0364eb8a8a7510298d989b47</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;With qmail-scanner-queue 1.20 the timestamp in the &lt;br /&gt;
logfile has changed to:&lt;/p&gt;
&lt;p&gt;Wed, 20 Aug 2003 11:22:52 +0200 user@dom1.com    &lt;br /&gt;
user@dom2.com  Re: Wicked screensaver&lt;br /&gt;
Worm.Sobig.F    clam&lt;br /&gt;
scan: 20030806.&lt;/p&gt;
&lt;p&gt;QSS is unable to parse/recognize this timestamp - it &lt;br /&gt;
would be nice if it could automatically detect/use both &lt;br /&gt;
formats.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Images missing or odd-looking...</title><link href="https://sourceforge.net/p/qss/bugs/2/" rel="alternate"/><published>2002-07-14T20:55:05Z</published><updated>2002-07-14T20:55:05Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5b5d4e55f2cf3614c12dd51ff51773cff1871741</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The latest versions of PHP now has &amp;amp;quot;registerglobals&amp;amp;quot; set to OFF by default... this means that in getGraph.php and getGraph1.php, the following must be added to work with PHP 4.2 or later (I believe):&lt;/p&gt;
&lt;p&gt;getGraph.php:&lt;/p&gt;
&lt;p&gt;line 30 (just after ``header(&amp;amp;quot;Content-type: image/png&amp;amp;quot;);)'':&lt;/p&gt;
&lt;p&gt;$data = $_GET[&amp;amp;quot;data&amp;amp;quot;];&lt;br /&gt;
$t = $_GET[&amp;amp;quot;t&amp;amp;quot;];&lt;/p&gt;
&lt;p&gt;getGraph1.php:&lt;/p&gt;
&lt;p&gt;line 30 again:&lt;/p&gt;
&lt;p&gt;$data = $_GET[&amp;amp;quot;data&amp;amp;quot;];&lt;br /&gt;
$s = $_GET[&amp;amp;quot;s&amp;amp;quot;];&lt;/p&gt;
&lt;p&gt;All the best,&lt;/p&gt;
&lt;p&gt;Oliver. (bitternsoft@users.sourceforge.net)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Weird graphs from qss</title><link href="https://sourceforge.net/p/qss/bugs/1/" rel="alternate"/><published>2002-05-28T06:17:43Z</published><updated>2002-05-28T06:17:43Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net81fb1021eb0ac9fec4da2607b021dc242de5cd07</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The pie chart showing the distribution of viruses is&lt;br /&gt;
very odd looking in&lt;br /&gt;
one installation of qss I have. It is 100% blue - also&lt;br /&gt;
the background -&lt;br /&gt;
with just a circle and the text &amp;amp;quot;0% Others&amp;amp;quot;. See&lt;br /&gt;
attached file &amp;amp;quot;virusdistribution.png&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;The logfile resulting in this is attached.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>