<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "How to Convert Daily Counter SSI to HTML w/Javascript"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "How to Convert Daily Counter SSI to HTML w/Javascript"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How to Convert Daily Counter SSI to HTML w/Javascript</title>
				<description><![CDATA[ I had been trying to find a daily counter for my html pages (because I did not want to convert them to php or shtml). I did not find any scripts that I liked, so I have rescripted the SSI version of Daily Counter to work with javascript, if anyone is interested. <br /> <br /> in the dailycount.pl on about line 47 I changed it as follows <br /> [code]<br /> ## Javascript code set up<br /> print &quot;&lt;!-- \n&quot;;<br /> print &quot;document.write&#40;\&quot; $this_day&lt;br&gt;Visitors today\&#58; $count \&quot;&#41;\;  \n&quot;;<br /> print &quot;// --&gt; \n&quot;;<br /> ##comment out the original line 47<br /> ##print &quot;$this_day&lt;br&gt;Visitors today&#58; $count&quot;;<br /> [/code]<br /> <br /> Then, in my html page, where ever I want the counter to show up and/or be counted, I put <br /> [code]<br />       &lt;b&gt;&lt;small&gt;<br /> &lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http&#58;//www.my-site.com/cgi-bin/dailycount.pl&quot;&gt;<br /> &lt;/script&gt;<br />    &lt;noscript&gt;<br />    &lt;img src=&quot;http&#58;//www.my-site.com/cgi-bin/dailycount.pl&quot; width=1 height=1 border=0&gt;<br />    &lt;/noscript&gt;<br /> &lt;/small&gt;&lt;/b&gt;<br /> [/code]<br /> <br /> This gives me a "daily hit counter" which is not as sophisticated as the php version, but does not force me to change all my pages over to php either. <br /> <br /> Hoping that helps anyone who wants to use the daily counter without having to convert their webpages. <br /> <br /> ET]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4118/13162.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4118/13162.php</link>
				<pubDate><![CDATA[Tue, 18 Jan 2005 11:09:48]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title>Just added optional reloaded page lock</title>
				<description><![CDATA[ Just thought I should add that, in addition to the previous post of mine about the daily counter, I added a lock that prevents the counter from adding when the page is refreshed from the visitor's IP. <br /> <br /> The script is just a modified version of the IP locking script that is contained in the animated counter script (using the Perl - SSI version).  The script allows the webmaster to lock or unlock the refresh page count along with a specified amount of lock time in minutes. <br /> <br /> Not sure if anyone is even interested, so I won't post the code at this point.  Just wanted people to know that the script modification is available if anyone is interested.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4118/13163.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4118/13163.php</link>
				<pubDate><![CDATA[Tue, 18 Jan 2005 13:04:34]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
	</channel>
</rss>