<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to mod-statistic</title><link href="https://sourceforge.net/p/phpwebsite-comm/mod-statistic/" rel="alternate"/><link href="https://sourceforge.net/p/phpwebsite-comm/mod-statistic/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpwebsite-comm/mod-statistic/</id><updated>2005-12-14T05:09:40Z</updated><subtitle>Recent changes to mod-statistic</subtitle><entry><title>more detailed target pages</title><link href="https://sourceforge.net/p/phpwebsite-comm/mod-statistic/3/" rel="alternate"/><published>2005-12-14T05:09:40Z</published><updated>2005-12-14T05:09:40Z</updated><author><name>Dr. Martin Senftleben</name><uri>https://sourceforge.net/u/drmartinus/</uri></author><id>https://sourceforge.netc063be041dec6ff66e33e0c254a4b63373dfc773</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would like to see the statistic module show the pages where visitors &lt;br /&gt;
go. I have entries which tell me that someone from a certain domain &lt;br /&gt;
visited my site 10 or 20 times, but all the 10 or 20 entries show the &lt;br /&gt;
same URL. Now, I wouldn't want the URL to be shown, but rather the &lt;br /&gt;
title of the page - if that's possible. And then of course these are &lt;br /&gt;
different: articles, announcements, websites etc. all have different &lt;br /&gt;
names/titles. I would like to see them. I guess it's only a small &lt;br /&gt;
change, but I don't know PHPWS well enough.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Speeding SQL Query in Statistic.php</title><link href="https://sourceforge.net/p/phpwebsite-comm/mod-statistic/2/" rel="alternate"/><published>2005-03-22T02:04:21Z</published><updated>2005-03-22T02:04:21Z</updated><author><name>Jack</name><uri>https://sourceforge.net/u/stbrie/</uri></author><id>https://sourceforge.net20128275f718d52572e27b0b5c4e3dd5dbb94021</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'd like to submit a patch, but I don't know how to do&lt;br /&gt;
it/where to do it.  Info?  Should I submit the patch&lt;br /&gt;
here?  Any particular switches for diff?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>statistic module bugs after install</title><link href="https://sourceforge.net/p/phpwebsite-comm/mod-statistic/1/" rel="alternate"/><published>2005-01-10T23:38:09Z</published><updated>2005-01-10T23:38:09Z</updated><author><name>Chris</name><uri>https://sourceforge.net/u/youcantry/</uri></author><id>https://sourceforge.net6bdbe5a61f3b410606b8bd6b2c0d38887a3018e0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Phpws (0.10.0) has reported a successful installation of &lt;br /&gt;
the statistic module (0.5.0), but when clicking the "Go &lt;br /&gt;
to module" link, the following errors appeared:&lt;/p&gt;
&lt;p&gt;first one was about undefined variable $search on line &lt;br /&gt;
604 of Statistic.php.&lt;/p&gt;
&lt;p&gt;This was fixed by adding the following line between lines &lt;br /&gt;
600 and 601 (last line inside the "else" statement):&lt;/p&gt;
&lt;p&gt;$search = "";&lt;/p&gt;
&lt;p&gt;Next message is:&lt;/p&gt;
&lt;p&gt;Notice: Undefined variable: nday in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 110&lt;/p&gt;
&lt;p&gt;This was fixed by adding the following line between lines &lt;br /&gt;
64 and (the blank line) 65:&lt;/p&gt;
&lt;p&gt;$nday = 0;&lt;/p&gt;
&lt;p&gt;Next messages are:&lt;/p&gt;
&lt;p&gt;Notice: Undefined variable: mhits in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 98&lt;/p&gt;
&lt;p&gt;Notice: Undefined variable: mvisits in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 99&lt;/p&gt;
&lt;p&gt;Fixed by declaring the variables straight after $nday &lt;br /&gt;
(described above).&lt;/p&gt;
&lt;p&gt;This then allowed me to view site statistics and google &lt;br /&gt;
statistics without problems. When I clicked on the &lt;br /&gt;
month "January" (current month), I got a swag of &lt;br /&gt;
messages, and I won't address the fixes here; I'll just &lt;br /&gt;
post this message now.......&lt;/p&gt;
&lt;p&gt;Notice: Undefined index: IMAGE in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 175&lt;/p&gt;
&lt;p&gt;Notice: Undefined index: TEXT in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 181&lt;/p&gt;
&lt;p&gt;Notice: Undefined index: IMAGE in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 219&lt;/p&gt;
&lt;p&gt;Notice: Undefined index: TEXT in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 223&lt;/p&gt;
&lt;p&gt;Notice: Undefined variable: Tags in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 276&lt;/p&gt;
&lt;p&gt;Notice: Undefined index: REFERER in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 276&lt;/p&gt;
&lt;p&gt;Notice: Undefined index: LIST2 in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 369&lt;/p&gt;
&lt;p&gt;Notice: Undefined variable: objContent in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 392&lt;/p&gt;
&lt;p&gt;Notice: Undefined variable: objContent in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 392&lt;/p&gt;
&lt;p&gt;Notice: Undefined variable: objContent in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 392&lt;/p&gt;
&lt;p&gt;Notice: Undefined variable: objContent in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 392&lt;/p&gt;
&lt;p&gt;Notice: Undefined variable: objContent in &lt;br /&gt;
E:\intranet\newphpws\mod\statistic\class\Statistic.php &lt;br /&gt;
on line 392&lt;/p&gt;
&lt;p&gt;Chris.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>