<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Lightsquid Export Data]]></title><description><![CDATA[<p dir="auto">I would like to display the top 25 websites from lightsquid on our intranet.</p>
<p dir="auto">This is ofcourse possible with lightsquid, but it also displays who visited the website and so on.</p>
<p dir="auto">Would it be possible to export this data and display only the websites, without the " who " feature?</p>
<p dir="auto">I could modify the ligthsquid code to not display the who link, but I would actually still like to use this feature when needed.</p>
<p dir="auto">Would it be possible to create a 2nd cgi or command (in the url?) to display only the top websites each month without any user data?</p>
]]></description><link>https://forum.netgate.com/topic/11861/lightsquid-export-data</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 10:33:35 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/11861.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Nov 2008 17:02:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Lightsquid Export Data on Thu, 13 Nov 2008 11:46:32 GMT]]></title><description><![CDATA[<blockquote>
<blockquote>
<p dir="auto">although people can still click on home to go to index.cgi and see who visits which sites.<br />
Fix this</p>
</blockquote>
</blockquote>
<pre><code>
           [# ##MSG_HEADER##](index.cgi) 
           [# Home](/) 

</code></pre>
<p dir="auto">As</p>
<pre><code>
           &lt;a&gt;# ##MSG_HEADER##&lt;/a&gt; 
           &lt;a&gt;# Home&lt;/a&gt; 

</code></pre>
<blockquote>
<blockquote>
<p dir="auto">would it be possible to display only 25 for example?<br />
Change /usr/local/etc/lightsquid/lightsquid.cfg</p>
</blockquote>
</blockquote>
<pre><code>
#how many site show in TopSites report
$topsiteslimit       = 25;

</code></pre>
<blockquote>
<blockquote>
<p dir="auto">Is it possible to make a cronjob to copy the topsites every month to another server or maybe another directory so I can block the /lightsquid directory?</p>
</blockquote>
</blockquote>
<p dir="auto">Report DB catalog is /var/lightsquid/report</p>
]]></description><link>https://forum.netgate.com/post/185012</link><guid isPermaLink="true">https://forum.netgate.com/post/185012</guid><dc:creator><![CDATA[dvserg]]></dc:creator><pubDate>Thu, 13 Nov 2008 11:46:32 GMT</pubDate></item><item><title><![CDATA[Reply to Lightsquid Export Data on Thu, 13 Nov 2008 10:56:38 GMT]]></title><description><![CDATA[<p dir="auto">Thanks this works perfectly, although people can still click on home to go to index.cgi and see who visits which sites.</p>
<p dir="auto">I could change all the templates to remove that, but then I would not be able to lookup the info myself..</p>
<p dir="auto">Is it possible to make a cronjob to copy the topsites every month to another server or maybe another directory so I can block the /lightsquid directory?</p>
<p dir="auto">I could even install a 2nd pfsense vmware or something, just to display the topsites thing? Then I could leave the who field, because the hrefs there wont' work since I block all pfsense lightsquid access.</p>
<p dir="auto">Also it seems that the topsites display <strong>All</strong> websites, would it be possible to display only 25 for example?</p>
]]></description><link>https://forum.netgate.com/post/185009</link><guid isPermaLink="true">https://forum.netgate.com/post/185009</guid><dc:creator><![CDATA[AudiAddict]]></dc:creator><pubDate>Thu, 13 Nov 2008 10:56:38 GMT</pubDate></item><item><title><![CDATA[Reply to Lightsquid Export Data on Wed, 12 Nov 2008 20:28:18 GMT]]></title><description><![CDATA[<p dir="auto">Possible change Lightsquid template<br />
/usr/local/www/lightsquid/tpl/… &lt; - select you active template subfolder<br />
Search topsites.html</p>
<pre><code>
          ##SITENUM##
          [##SITEURLWHO_B##](##SITEURLWHO_L##)
          [##SITEURL_B##](##SITEURL_L##)
          ##SITECONNECT##
          ##SITEBYTES##
          ##SITEPERCENT##%

</code></pre>
<p dir="auto">Remove```<br />
<a href="##SITEURLWHO_L##">##SITEURLWHO_B##</a></p>
<pre><code></code></pre>
]]></description><link>https://forum.netgate.com/post/184975</link><guid isPermaLink="true">https://forum.netgate.com/post/184975</guid><dc:creator><![CDATA[dvserg]]></dc:creator><pubDate>Wed, 12 Nov 2008 20:28:18 GMT</pubDate></item><item><title><![CDATA[Reply to Lightsquid Export Data on Wed, 12 Nov 2008 19:27:55 GMT]]></title><description><![CDATA[<p dir="auto">Interested question. I will explore this.</p>
]]></description><link>https://forum.netgate.com/post/184967</link><guid isPermaLink="true">https://forum.netgate.com/post/184967</guid><dc:creator><![CDATA[dvserg]]></dc:creator><pubDate>Wed, 12 Nov 2008 19:27:55 GMT</pubDate></item></channel></rss>