<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "advanced poll site goes to demo page with code???"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "advanced poll site goes to demo page with code???"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>advanced poll site goes to demo page with code???</title>
				<description><![CDATA[ I installed the poll through CPanel (Fantastico) and the admin area works OK. I can create a poll etc but when I go to my poll site, I get this:<br /> <br /> Demo 1 Demo 2 Demo 3 Demo 4 Demo 5 Demo 6 <br /> <br /> --------------------------------------------------------------------------------<br /> <br /> &lt;?php <br /> /* Include this before your html code */<br /> include "./poll_cookie.php"; <br /> ?&gt;<br /> <br /> --------------------------------------------------------------------------------<br /> &lt;?php<br /> <br /> /* path */ <br /> $poll_path = "/home/tsesyeit/public_html/poll";<br /> <br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/$POLLDB[class]";<br /> require $poll_path."/include/class_poll.php";<br /> $CLASS["db"] = new polldb_sql;<br /> $CLASS["db"]-&gt;connect(); <br /> <br /> $php_poll = new poll();<br /> <br /> /* the first poll */ <br /> echo $php_poll-&gt;poll_process(1);<br /> <br /> <br /> /* the second poll */<br /> $php_poll-&gt;set_template_set("simple");<br /> $php_poll-&gt;set_max_bar_length(80); <br /> echo $php_poll-&gt;poll_process(2);<br /> <br /> <br /> /* the third poll */<br /> $php_poll-&gt;set_template_set("popup");<br /> if ($php_poll-&gt;is_valid_poll_id(3)) {<br />     echo $php_poll-&gt;display_poll(3);<br /> } <br /> <br /> ?&gt;<br />      Poll ID 1 does not exist.  Poll ID 2 does not exist.   <br />  <br /> Any ideas what is wrong??]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3725/10974.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3725/10974.php</link>
				<pubDate><![CDATA[Sun, 17 Oct 2004 20:23:58]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The polls don't exsist. <br /> <br /> Either you deleted them on your didn't run install.php<br /> to create the database, tables and the demo polls.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3725/10982.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3725/10982.php</link>
				<pubDate><![CDATA[Sun, 17 Oct 2004 22:36:53]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>