<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Incorporte Daily Counter to Wordpress"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Incorporte Daily Counter to Wordpress"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Incorporte Daily Counter to Wordpress</title>
				<description><![CDATA[ I am currently setting up Wordpress and would like to place a counter in it. There are many plugins but all require a database in SQL. I like this Daily Counter more because the data is written into text file.<br /> <br /> I tried placing<br /> [code]&lt;?php<br /> include &#40;&quot;./config.inc.php&quot;&#41;;<br /> if &#40;$COUNT_CFG&#91;'use_db'&#93;&#41; &#123;<br />     include &#40;&quot;./mysql.class.php&quot;&#41;;<br /> &#125;<br /> include &#40;&quot;./counter.class.php&quot;&#41;;       <br /> $counter = new dcounter&#40;&#41;;<br /> $visits = $counter-&gt;show_counter&#40;&#41;;  /* Returns an associative array */<br /> <br /> ?&gt;[/code]<br /> in header.php and<br /> [code]Total Visits&#58; &lt;?php echo $visits&#91;'total'&#93;; ?&gt;[/code]<br /> in footer.php but when viewing tha page, it only show Total Visits: without the counter.<br /> <br /> Any help wouold be appreciated. Thanks in advance.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5960/21628.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5960/21628.php</link>
				<pubDate><![CDATA[Wed, 22 Nov 2006 08:18:33]]> GMT</pubDate>
				<author><![CDATA[ akira]]></author>
			</item>
	</channel>
</rss>