<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll in poll.php inluded in index.shtml and popup"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll in poll.php inluded in index.shtml and popup"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll in poll.php inluded in index.shtml and popup</title>
				<description><![CDATA[ At first, sorry for my bad english.<br /> <br /> I have installed "advanced poll" in my website. At now, with default db and data (mysql mode).<br /> <br /> I am try to use polls, included into my .shtml pages like:<br /> <br /> [code]<br /> index.shtml contents&#58;<br /> <br /> &lt;html&gt;<br /> ...<br /> &lt;body&gt;<br /> ...<br /> <br /> &lt;!--#include virtual=&quot;poll.php&quot;--&gt;<br /> ...<br /> [/code]<br /> <br /> [code]<br /> poll.php contents&#58;<br /> <br /> <br /> $poll_path = &quot;/var/www/site1/poll&quot;;<br /> <br /> require_once $poll_path.&quot;/include/config.inc.php&quot;;<br /> require_once $poll_path.&quot;/include/$POLLDB&#91;class&#93;&quot;;<br /> require_once $poll_path.&quot;/include/class_poll.php&quot;;<br /> $CLASS&#91;&quot;db&quot;&#93; = new polldb_sql;<br /> $CLASS&#91;&quot;db&quot;&#93;-&gt;connect&#40;&#41;;<br /> <br /> $php_poll = new poll&#40;&#41;;<br /> <br /> echo $php_poll-&gt;poll_process&#40;3&#41;;<br /> [/code]<br /> <br /> <br /> Advanced Poll successfully installed, but after I hit any poll point or "view result", my browser do not to site (http://www2.war3ft.ru/index.shtml), it go to http://www2.war3ft.ru/poll.php<br /> I.e. it loading only poll code page. Not index.shtml page.<br /> <br /> Can I use Advanced Poll in my site configuration (.shtml pages with SSI support only and some .php scripts at .php files, included from .shtml pages)?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6920/23493.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6920/23493.php</link>
				<pubDate><![CDATA[Mon, 17 Sep 2007 18:05:08]]> GMT</pubDate>
				<author><![CDATA[ eightn]]></author>
			</item>
			<item>
				<title>Having same problem</title>
				<description><![CDATA[ I'm having the same issue and one more. I am also calling the poll from a shtml page. 2 things are failing:<br /> <br /> 1. Once a user votes it redirects them to <a class="snap_shots" href="http://site/poll.php" target="_blank" rel="nofollow">http://site/poll.php</a> with the tally instead of occupying the space I have on the shtml page. I want the user to stay on the shtml page they started on with the vote panel becoming the tally panel.<br /> <br /> 2. The cookie is not working. The user can vote over and over again. I have tried it 2 ways:<br /> 2a: &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once "/hsphere/local/home/oshiro/judl.org/pollphp/poll_cookie.php";<br /> ?&gt;<br /> 2b:&lt;!--#include virtual="/pollcookie.php"--&gt;<br /> <br /> Both fail.<br /> <br /> Thanks for your help.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6920/23970.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6920/23970.php</link>
				<pubDate><![CDATA[Wed, 16 Apr 2008 01:54:38]]> GMT</pubDate>
				<author><![CDATA[ oshiro]]></author>
			</item>
	</channel>
</rss>