<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Questions about Top Download 2.0"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Questions about Top Download 2.0"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Questions about Top Download 2.0</title>
				<description><![CDATA[ Hi i am in the process of setting up a Top Downloads 2.0 on my server and have a small problem, the number of downloads does not appear.<br /> <br /> I have a page saved as a php file and am using this code. <br /> [code]&lt;script language="JavaScript" src="http://projectigi2.co.uk/cgi-bin/download/stat_js.pl?stat=fileid"&gt;&lt;/script&gt;[/code] where fileid is the id of the file.<br /> <br /> also the top 10 code which looks like this <br /> <br /> [code]&lt;script language="JavaScript" src="http://projectigi2.co.uk/cgi-bin/download/stat_js.pl?top=10"&gt;&lt;/script&gt;[/code]<br /> <br /> doesn't display properly, evan though there have been downloads none are shown here.<br /> <br /> any ideas whats wrong? any help appreciated<br /> Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/22/58.php</guid>
				<link>https://proxy2.de/forum/posts/preList/22/58.php</link>
				<pubDate><![CDATA[Tue, 15 Jan 2002 23:44:43]]> GMT</pubDate>
				<author><![CDATA[ SAS]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Again, I'm having the same problem.....what's going wrong?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/22/783.php</guid>
				<link>https://proxy2.de/forum/posts/preList/22/783.php</link>
				<pubDate><![CDATA[Thu, 14 Mar 2002 20:12:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>SAME HERE</title>
				<description><![CDATA[ I'm having the same problem here.  Wont show a count on my page!<br /> Can't figure out why]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/22/919.php</guid>
				<link>https://proxy2.de/forum/posts/preList/22/919.php</link>
				<pubDate><![CDATA[Mon, 25 Mar 2002 16:11:07]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I think it's because JavaScript isn't processed in PHP documents.  I am having the same trouble and have no way to circumvent this problem.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/22/2025.php</guid>
				<link>https://proxy2.de/forum/posts/preList/22/2025.php</link>
				<pubDate><![CDATA[Wed, 3 Jul 2002 02:30:27]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Here I go...</title>
				<description><![CDATA[ Don't use javascript.  Instead, use:<br /> <br /> For Top XX:<br /> [code]&lt;?php include "http://www.domain.com/cgi-bin/status.pl?top=xx"; ?&gt;[/code]<br /> <br /> For Download Count:<br /> [code]&lt;?php include "http://www.domain.com/cgi-bin/status.pl?stat=file_id"; ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/22/2027.php</guid>
				<link>https://proxy2.de/forum/posts/preList/22/2027.php</link>
				<pubDate><![CDATA[Wed, 3 Jul 2002 02:56:23]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>For total downloads...</title>
				<description><![CDATA[ For total # of downloads use:<br /> [code]&lt;?php include "http://www.domain.com/cgi-bin/status.pl?total=1"; ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/22/2028.php</guid>
				<link>https://proxy2.de/forum/posts/preList/22/2028.php</link>
				<pubDate><![CDATA[Wed, 3 Jul 2002 03:01:43]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Change the " in your script to a single ' as php doesnot understand the " symbol..]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/22/2030.php</guid>
				<link>https://proxy2.de/forum/posts/preList/22/2030.php</link>
				<pubDate><![CDATA[Wed, 3 Jul 2002 23:06:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Or use <br /> <br /> [code]<br /> <br /> &lt;?php readfile("http://www.domain.com/cgi-bin/status.pl?top=xx"); ?&gt;<br /> <br /> [/code]<br /> <br /> when your server is running on windows]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/22/2388.php</guid>
				<link>https://proxy2.de/forum/posts/preList/22/2388.php</link>
				<pubDate><![CDATA[Fri, 2 Aug 2002 23:42:56]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>