<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Cookie Laufzeit - Adv.Poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/4.php</link>
		<description><![CDATA[Latest messages posted in the topic "Cookie Laufzeit - Adv.Poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Cookie Laufzeit - Adv.Poll</title>
				<description><![CDATA[ Hallo, wie stelle ich die Laufzeit der Abstimmungscookies ein?<br /> <br /> &gt; $cookie_expire = 168; // hours<br /> <br /> in poll_cookie.php habe ich obige Zeile auf 168 hours eingestellt = 1 Woche.<br /> <br /> &gt; if ($action=="vote" &amp;&amp; (isset($HTTP_POST_VARS['option_id']) || isset<br /> &gt; ($HTTP_GET_VARS['option_id']))) {<br /> &gt;    $cookie_name = "AdvancedPoll".$poll_ident;<br /> &gt;    if (!isset($HTTP_COOKIE_VARS[$cookie_name])) {<br /> &gt;        $endtime = time()+3600*$cookie_expire;<br /> <br /> weiter unten habe ich obige Zeile gefunden. Wofür steht die 3600?<br /> Stunden? Muss ich hier etwas verändern um 1 Woche Laufzeit zu bekommen?<br /> <br /> &gt;        setcookie($cookie_name, "1", $endtime);<br />     }<br /> }<br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/826/2095.php</guid>
				<link>https://proxy2.de/forum/posts/preList/826/2095.php</link>
				<pubDate><![CDATA[Wed, 10 Jul 2002 23:40:06]]> GMT</pubDate>
				<author><![CDATA[ Helge Forstner]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ 3600 sind Sekunden also 1 Stunde]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/826/2097.php</guid>
				<link>https://proxy2.de/forum/posts/preList/826/2097.php</link>
				<pubDate><![CDATA[Thu, 11 Jul 2002 14:58:34]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Cookie Laufzeit - Adv.Poll</title>
				<description><![CDATA[ [quote="Anonymous"]<br /> 3600 sind Sekunden also 1 Stunde<br /> [/quote]<br /> <br /> Aha, er zählt die Sekunden. <br /> <br /> 3600 * 168 = 1 Woche<br /> <br /> Richtig?<br /> <br /> Vielen Dank auch.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/826/2099.php</guid>
				<link>https://proxy2.de/forum/posts/preList/826/2099.php</link>
				<pubDate><![CDATA[Thu, 11 Jul 2002 18:42:24]]> GMT</pubDate>
				<author><![CDATA[ Helge Forstner]]></author>
			</item>
	</channel>
</rss>