<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced poll</title>
				<description><![CDATA[ Great script, couple of probs though.<br /> <br /> I am getting red x's instead of images and when I click comment I get a 404 page not found error?<br /> <br /> I have uploaded the whole lot into my public_html directory<br /> <br /> Any ideas]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2478/6535.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2478/6535.php</link>
				<pubDate><![CDATA[Mon, 20 Oct 2003 23:16:12]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The url to the images in the general config page is set incorrectly.<br /> <br /> Right click the red x's and do properties and get the location of it and<br /> compare it to the files actual location using FTP.<br /> <br /> [i]E.G. common mistake...<br /> <br /> used url; images/<br /> should be; poll/images/[/i]<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2478/6567.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2478/6567.php</link>
				<pubDate><![CDATA[Mon, 27 Oct 2003 19:41:50]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you. sorted.<br /> <br /> Next.  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> It lets me vote over and over again?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2478/6580.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2478/6580.php</link>
				<pubDate><![CDATA[Tue, 28 Oct 2003 21:49:59]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Please ignore...........Sorted]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2478/6581.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2478/6581.php</link>
				<pubDate><![CDATA[Tue, 28 Oct 2003 22:41:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No prob. If you get any more prob's do a search for all posts authored<br /> by me and search also for Installation guide with my name.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2478/6584.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2478/6584.php</link>
				<pubDate><![CDATA[Wed, 29 Oct 2003 00:10:05]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>Error</title>
				<description><![CDATA[ Everything works fine, untill I place the poll into my site.<br /> Then I get this error:<br /> [i]Fatal error: Cannot redeclare set_max_bar_length()[/i]<br /> <br /> Does anyone know how to solve this problem?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2478/6605.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2478/6605.php</link>
				<pubDate><![CDATA[Mon, 24 Nov 2003 22:25:28]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ do a search on the forums using the cannot redeclare.... bit <br /> and see if anything comes up, i myself don't know if any fix apart<br /> from its something to do with your version of php, it needs<br /> upgrading or something like that.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2478/6606.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2478/6606.php</link>
				<pubDate><![CDATA[Tue, 25 Nov 2003 01:07:50]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>Question</title>
				<description><![CDATA[ Hey, thanks for the tip. The problem is solved <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> But after I put the poll on my site I read the readme file<br /> again and it says that I should put the following in the page where<br /> the poll is embedded:<br /> <br /> [i]&lt;?php require "poll_cookie.php"; ?&gt;[/i]<br /> <br /> But I forgot this, and the poll still works fine. Is it really necessary<br /> to put it on my site. And where exactly should I put it in the page, <br /> above the &lt;html&gt; tag?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2478/6632.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2478/6632.php</link>
				<pubDate><![CDATA[Wed, 26 Nov 2003 22:15:42]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ its not necessary but stops people voting over and over.<br /> If you've already got logging on then that'll stop multiple posts.<br /> but if you wanna save server space switch that off and add that<br /> cookie stuff to the .php file.<br /> <br /> It should look somthing like this...<br /> <br /> [code]<br /> &lt;?php<br /> cookie include......<br /> ?&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> . . . . . .<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> . . . . . .<br /> poll stuff<br /> . . . . . .<br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> [/code]<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2478/6633.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2478/6633.php</link>
				<pubDate><![CDATA[Wed, 26 Nov 2003 22:48:44]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>