<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "I have no clue how to do this"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "I have no clue how to do this"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>I have no clue how to do this</title>
				<description><![CDATA[ How do I make polls?    I have been trying for 8 hours.  I have it installed but thats all I understand....someone pleeease help me.<br /> <br /> please]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/12195.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/12195.php</link>
				<pubDate><![CDATA[Wed, 1 Dec 2004 05:02:51]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you do a search on this forum for "poll", you will get lots of results! Here are just a few:<br /> <br /> Advanced Poll v2.02 -- Installation / Instructions..<br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=2067&amp;highlight=poll" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=2067&amp;highlight=poll</a><br /> <br /> Advanced Poll<br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=3481&amp;highlight=poll" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=3481&amp;highlight=poll</a><br /> <br /> Trying to get polls working on my site<br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=3455&amp;highlight=poll" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=3455&amp;highlight=poll</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/12202.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/12202.php</link>
				<pubDate><![CDATA[Wed, 1 Dec 2004 18:06:42]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ may also be helpful...<br /> <br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=3938" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=3938</a><br /> <br /> - 2nd post<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/12203.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/12203.php</link>
				<pubDate><![CDATA[Wed, 1 Dec 2004 18:57:03]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ *bump*]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/12250.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/12250.php</link>
				<pubDate><![CDATA[Thu, 2 Dec 2004 19:02:42]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>I give up</title>
				<description><![CDATA[ I still do not understand....I guess im just a dummy  <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/12262.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/12262.php</link>
				<pubDate><![CDATA[Fri, 3 Dec 2004 00:34:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did you read the guides i wrote?<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/12264.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/12264.php</link>
				<pubDate><![CDATA[Fri, 3 Dec 2004 01:02:23]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>Re: I give up</title>
				<description><![CDATA[ [quote="mpm4928"]I still do not understand....I guess im just a dummy  :([/quote]<br /> No... some days are just better than others.<br /> <br /> Why not try a test poll?  Start with the demo1.php file that came with the poll program or try the test poll below.<br /> <br /> 1. Save the following as a document called [b]polltest.php[/b]<br /> [code]&lt;?php<br /> /* Include this before your html code */<br /> include &quot;poll/poll_cookie.php&quot;;<br /> ?&gt;<br /> &lt;html&gt;<br /> <br /> &lt;head&gt;<br /> &lt;title&gt;Test Poll&lt;/title&gt;<br /> &lt;/head&gt;<br /> <br /> &lt;body&gt;<br /> <br /> &lt;table border=&quot;0&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;<br />     &lt;tr&gt;<br />         &lt;td align=&quot;center&quot;&gt; &lt;?php<br /> include_once &quot;/home/xxxxxx/public_html/poll/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;1&#41;;<br /> ?&gt;<br /> &lt;/td&gt;<br />      &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> [/code]<br /> 2. Replace the path in the above code with yours.  <br /> [list][b]include "poll/poll_cookie.php";[/b] - assumes you have the poll files in a directory called poll.  If not, change "poll" to your poll directory name.<br /> <br /> [b]include_once "/home/xxxxxxx/public_html/poll/booth.php";[/b] - In Advanced Poll's Admin Panel, click on help, and it will give you your code.[/list]<br /> 3. In Advanced Poll's Admin Panel, make sure you have created a poll with ID #1.<br /> <br /> 4. Put the polltest.php file on your server that has php.  Without php, you will only get "poll_process(1); ?&gt; " or something like that.<br /> <br /> If this works for you, it should give you an idea how to incorporate the poll into one of your existing pages.  Otherwise if you need more help, you will probably have to allow someone access to set it up for you.<br /> <br /> Good luck.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/12265.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/12265.php</link>
				<pubDate><![CDATA[Fri, 3 Dec 2004 02:35:25]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>How to create a new poll</title>
				<description><![CDATA[ Login to your poll using the admin url:<br /> <br /> <a class="snap_shots" href="http://&lt;yourdomain&gt;/poll/db/admin/index.php" target="_blank" rel="nofollow">http://&lt;yourdomain&gt;/poll/db/admin/index.php</a><br /> <br /> Choose the link Create a new poll. Hope this helps someone.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/23896.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/23896.php</link>
				<pubDate><![CDATA[Mon, 24 Mar 2008 20:41:23]]> GMT</pubDate>
				<author><![CDATA[ btphelps]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I've got the same problem.  I've installed Advanced Poll from the Fantastico scripts via my webhost.  I've navigated to the admin page and logged in and I've created a poll.  I've also created a poll.php page that includes my HTML for the website and the required php.  Now I have to include the poll path which is not immediately obvious. Where do I find the poll file?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/23934.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/23934.php</link>
				<pubDate><![CDATA[Thu, 10 Apr 2008 11:32:15]]> GMT</pubDate>
				<author><![CDATA[ mrsyardbroom]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ OK. I finally got this working by going to the help file on the admin page and copying the php code into my poll.php file.  It was fine during testing but when I published it I got an error on the home page of my site where I had the link to poll.php and when I clicked on the link I got the page with all the spiel about the poll and then I simply got the code for the poll echoed. <br />  poll_process(5); // x = 5 ? &gt; <br /> The poll isn't showing up.  Help please.   <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/23935.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/23935.php</link>
				<pubDate><![CDATA[Thu, 10 Apr 2008 12:57:44]]> GMT</pubDate>
				<author><![CDATA[ mrsyardbroom]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The page needs to end with .php and not .htm nor .html.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3947/23938.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3947/23938.php</link>
				<pubDate><![CDATA[Thu, 10 Apr 2008 17:47:36]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>