<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Traffic grafieken (MRTG)</title>
	<atom:link href="http://www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/</link>
	<description>For starters and advanced *BSD users</description>
	<lastBuildDate>Sat, 15 Aug 2009 10:07:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: wieger</title>
		<link>http://www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/comment-page-1/#comment-20</link>
		<dc:creator>wieger</dc:creator>
		<pubDate>Sat, 05 Mar 2005 21:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bsdfreaks.nl/wp/howto/traffic-grafieken-mrtg/#comment-20</guid>
		<description>onder debian is het juist 100 keer makkelijker</description>
		<content:encoded><![CDATA[<p>onder debian is het juist 100 keer makkelijker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Help</title>
		<link>http://www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/comment-page-1/#comment-19</link>
		<dc:creator>Help</dc:creator>
		<pubDate>Sun, 30 Jan 2005 17:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bsdfreaks.nl/wp/howto/traffic-grafieken-mrtg/#comment-19</guid>
		<description>Werkt dit eigenlijk nog wel?
Als ik mijn host bij mrtg-it in vul geeft hij niks :(</description>
		<content:encoded><![CDATA[<p>Werkt dit eigenlijk nog wel?<br />
Als ik mijn host bij mrtg-it in vul geeft hij niks <img src='http://www.bsdfreaks.nl/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr.X</title>
		<link>http://www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/comment-page-1/#comment-18</link>
		<dc:creator>Dr.X</dc:creator>
		<pubDate>Tue, 29 Jun 2004 00:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.bsdfreaks.nl/wp/howto/traffic-grafieken-mrtg/#comment-18</guid>
		<description>de phpzooi werkt niet met register_globals off 

ik zal binnenkort ff alles netjes veranderen en een diff plaatsen</description>
		<content:encoded><![CDATA[<p>de phpzooi werkt niet met register_globals off </p>
<p>ik zal binnenkort ff alles netjes veranderen en een diff plaatsen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EricV</title>
		<link>http://www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/comment-page-1/#comment-17</link>
		<dc:creator>EricV</dc:creator>
		<pubDate>Wed, 12 Nov 2003 15:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bsdfreaks.nl/wp/howto/traffic-grafieken-mrtg/#comment-17</guid>
		<description>Ik had wat problemen met PHP die niet de hostname en document_root goed doorkreeg. Hieronder de diff:

9a10,12
&gt; // the directory where the data files can be found. Mind the trailing slash!
&gt; $dir = &#039;/usr/local/www/data/mrtg/&#039;;
&gt;
18d20
&lt;
21a24,25
&gt; $host = $_REQUEST[&#039;host&#039;];
&gt;
149,152c153,156
&lt; if ($debug) { echo &quot;Document root currently: &quot;.$DOCUMENT_ROOT.&quot;&lt;br&gt;&quot;; };
&lt; if (file_exists($DOCUMENT_ROOT.&quot;/&quot;.$host.&quot;.data&quot;)) {
&lt;       $rawdata = file($DOCUMENT_ROOT.&quot;/&quot;.$host.&quot;.data&quot;);
&lt;       if ($debug) { echo &quot;Parsed file: &lt;u&gt;&quot;.$DOCUMENT_ROOT.&quot;/&quot;.$host.&quot;.data&lt;/u&gt;&lt;p&gt;&quot;; };
---
&gt; if ($debug) { echo &quot;Document root currently: &quot;.$dir.&quot;&lt;br&gt;&quot;; };
&gt; if (file_exists($dir.$host.&quot;.data&quot;)) {
&gt;       $rawdata = file($dir.$host.&quot;.data&quot;);
&gt;       if ($debug) { echo &quot;Parsed file: &lt;u&gt;&quot;.$dir.$host.&quot;.data&lt;/u&gt;&lt;p&gt;&quot;; };
155,156c159,160
&lt;       ImageString ($im, 2,  90, 67, &quot;at &quot;.$DOCUMENT_ROOT.&quot;/&quot;.$host.&quot;.data.&quot;, $tc);
&lt;       $error = &quot;File &quot;.$DOCUMENT_ROOT.&quot;/&quot;.$host.&quot;.data does not exists, exiting&quot;;
---
&gt;       ImageString ($im, 2,  90, 67, &quot;at &quot;.$dir.$host.&quot;.data.&quot;, $tc);
&gt;       $error = &quot;File &quot;.$dir.$host.&quot;.data does not exists, exiting&quot;;</description>
		<content:encoded><![CDATA[<p>Ik had wat problemen met PHP die niet de hostname en document_root goed doorkreeg. Hieronder de diff:</p>
<p>9a10,12<br />
> // the directory where the data files can be found. Mind the trailing slash!<br />
> $dir = &#8216;/usr/local/www/data/mrtg/&#8217;;<br />
><br />
18d20<br />
< 21a24,25<br />
> $host = $_REQUEST['host'];<br />
><br />
149,152c153,156<br />
< if ($debug) { echo "Document root currently: ".$DOCUMENT_ROOT."<br />&#8220;; };<br />
< if (file_exists($DOCUMENT_ROOT."/".$host.".data")) {<br />
<       $rawdata = file($DOCUMENT_ROOT."/".$host.".data");<br />
<       if ($debug) { echo "Parsed file: <u>&#8220;.$DOCUMENT_ROOT.&#8221;/&#8221;.$host.&#8221;.data
<p>&#8220;; };<br />
&#8212;<br />
> if ($debug) { echo &#8220;Document root currently: &#8220;.$dir.&#8221;<br />&#8220;; };<br />
> if (file_exists($dir.$host.&#8221;.data&#8221;)) {<br />
>       $rawdata = file($dir.$host.&#8221;.data&#8221;);<br />
>       if ($debug) { echo &#8220;Parsed file: <u>&#8220;.$dir.$host.&#8221;.data</u></p>
<p>&#8220;; };<br />
155,156c159,160<br />
< ImageString ($im, 2,  90, 67, "at ".$DOCUMENT_ROOT."/".$host.".data.", $tc);<br />
<       $error = "File ".$DOCUMENT_ROOT."/".$host.".data does not exists, exiting";<br />
---<br />
>       ImageString ($im, 2,  90, 67, &#8220;at &#8220;.$dir.$host.&#8221;.data.&#8221;, $tc);<br />
>       $error = &#8220;File &#8220;.$dir.$host.&#8221;.data does not exists, exiting&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EricV</title>
		<link>http://www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/comment-page-1/#comment-16</link>
		<dc:creator>EricV</dc:creator>
		<pubDate>Wed, 12 Nov 2003 14:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.bsdfreaks.nl/wp/howto/traffic-grafieken-mrtg/#comment-16</guid>
		<description>Ik krijg steeds de error calc-d.pl not found, ik neem aan dat ik http://www.bsdfreaks.nl/files/mrtg/calc-d.txt als calc-d.pl in de gbgraph moet neerzetten?</description>
		<content:encoded><![CDATA[<p>Ik krijg steeds de error calc-d.pl not found, ik neem aan dat ik <a href="http://www.bsdfreaks.nl/files/mrtg/calc-d.txt" rel="nofollow">http://www.bsdfreaks.nl/files/mrtg/calc-d.txt</a> als calc-d.pl in de gbgraph moet neerzetten?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NLISP</title>
		<link>http://www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/comment-page-1/#comment-15</link>
		<dc:creator>NLISP</dc:creator>
		<pubDate>Sun, 19 Oct 2003 13:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bsdfreaks.nl/wp/howto/traffic-grafieken-mrtg/#comment-15</guid>
		<description>ja onder linux .. maar dit is bsdfreaks ... :P</description>
		<content:encoded><![CDATA[<p>ja onder linux .. maar dit is bsdfreaks &#8230; <img src='http://www.bsdfreaks.nl/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T. Nan</title>
		<link>http://www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/comment-page-1/#comment-14</link>
		<dc:creator>T. Nan</dc:creator>
		<pubDate>Sun, 10 Aug 2003 12:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bsdfreaks.nl/wp/howto/traffic-grafieken-mrtg/#comment-14</guid>
		<description>Werkt als een zonnetje. Onder linux debian is het een crime. </description>
		<content:encoded><![CDATA[<p>Werkt als een zonnetje. Onder linux debian is het een crime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/comment-page-1/#comment-13</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 10 Jan 2002 20:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.bsdfreaks.nl/wp/howto/traffic-grafieken-mrtg/#comment-13</guid>
		<description>&#039;t iz gelukt</description>
		<content:encoded><![CDATA[<p>&#8216;t iz gelukt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.bsdfreaks.nl/howto/networking/traffic-grafieken-mrtg/feed/ ) in 0.16915 seconds, on Feb 5th, 2012 at 5:56 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 6:56 am UTC -->
