<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll Cookie Troubles"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll Cookie Troubles"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll Cookie Troubles</title>
				<description><![CDATA[ Hey everybody. I finally got my poll working (with the great help from this forum) but now I'm having trouble with the cookies. For some reason, the voters can vore as many times as they want. I'm not sure what to do from here. <br /> <br /> I've got the php include right above the &lt;html&gt; tag in my poll.php file. The path is correct to poll_cookie.php but it's still not doing anything.<br /> <br /> Could someone drop a suggestion or two? Thanks alot. Also, what is the permission for poll_cookie.php?<br /> <br /> Thanks for taking the time to read my post.<br /> <br /> Check me out if that will help - <a class="snap_shots" href="http://www.smellkid.com" target="_blank" rel="nofollow">http://www.smellkid.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/724/1840.php</guid>
				<link>https://proxy2.de/forum/posts/preList/724/1840.php</link>
				<pubDate><![CDATA[Fri, 14 Jun 2002 02:13:02]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I am having the same problem! It give the following error when some one votes.<br /> <br /> Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site109/fst/home/counter-center/public_html/index.php:2) in /home/virtual/site109/fst/home/counter-center/public_html/poll/poll_cookie.php on line 14<br /> <br /> then they can vote again.<br /> Is there a premisson problem?<br /> e-mail me please:<br /> <a class="snap_shots" href="mailto:skater_kid87@hotmail.com">skater_kid87@hotmail.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/724/2076.php</guid>
				<link>https://proxy2.de/forum/posts/preList/724/2076.php</link>
				<pubDate><![CDATA[Tue, 9 Jul 2002 02:04:28]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Advanced Poll Cookie Troubles</title>
				<description><![CDATA[ [quote="Smellkid"]<br /> Hey everybody. I finally got my poll working (with the great help from this forum) but now I'm having trouble with the cookies. For some reason, the voters can vore as many times as they want. I'm not sure what to do from here. <br /> [/quote]<br /> <br /> Have you checked \db\poll_cookie.php?<br /> <br /> Mine works. But how do I install the correct duration?<br /> <br /> global $HTTP_GET_VARS, $HTTP_POST_VARS;<br /> $cookie_expire = 168; // hours<br /> <br /> This seems to be clear. I have set it to 1 Week = 168 hours.<br /> <br /> At the end of the file is this:<br />    $cookie_name = "AdvancedPoll".$poll_ident;<br />     if (!isset($HTTP_COOKIE_VARS[$cookie_name])) {<br />         $endtime = time()+3600*$cookie_expire;<br /> <br /> What is the above line for? What does the 3600 mean? hours? minutes?<br /> Do I have to change it if I want a duration of 1 week?<br /> <br />         setcookie($cookie_name, "1", $endtime);<br />     }]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/724/2082.php</guid>
				<link>https://proxy2.de/forum/posts/preList/724/2082.php</link>
				<pubDate><![CDATA[Tue, 9 Jul 2002 20:12:45]]> GMT</pubDate>
				<author><![CDATA[ Helge Forstner]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ 3600 seconds = one hour]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/724/2202.php</guid>
				<link>https://proxy2.de/forum/posts/preList/724/2202.php</link>
				<pubDate><![CDATA[Fri, 19 Jul 2002 10:12:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>