<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll - Check IP table"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll - Check IP table"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll - Check IP table</title>
				<description><![CDATA[ Hi to all!<br /> Is it possible to make time for option "Check IP table" in minutes instead of hour? Can I block for 15 minutes?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7539/25639.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7539/25639.php</link>
				<pubDate><![CDATA[Wed, 9 Feb 2011 23:29:53]]> GMT</pubDate>
				<author><![CDATA[ Chemist]]></author>
			</item>
			<item>
				<title>Re:Advanced Poll - Check IP table</title>
				<description><![CDATA[ The time unit is 1 hour. You can only change the code to do this.<br /> <br /> From the class file class_poll.php replace the line <br /> [code]<br /> $today = time()-$this-&gt;pollvars['lock_timeout']*3600;<br /> [/code]<br /> with<br /> [code]<br /> $today = time()-$this-&gt;pollvars['lock_timeout']*1;<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7539/25648.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7539/25648.php</link>
				<pubDate><![CDATA[Fri, 11 Feb 2011 21:28:57]]> GMT</pubDate>
				<author><![CDATA[ Webmaster]]></author>
			</item>
			<item>
				<title>Re:Advanced Poll - Check IP table</title>
				<description><![CDATA[ Thank you very much! After that time unit will be in minutes?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7539/25649.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7539/25649.php</link>
				<pubDate><![CDATA[Fri, 11 Feb 2011 22:40:06]]> GMT</pubDate>
				<author><![CDATA[ Chemist]]></author>
			</item>
			<item>
				<title>Re:Advanced Poll - Check IP table</title>
				<description><![CDATA[ Yes, that's right]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7539/25650.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7539/25650.php</link>
				<pubDate><![CDATA[Fri, 11 Feb 2011 23:28:22]]> GMT</pubDate>
				<author><![CDATA[ Webmaster]]></author>
			</item>
			<item>
				<title>Re:Advanced Poll - Check IP table</title>
				<description><![CDATA[ It does not work correctly. I set up 15 in admin page. But if I clear cookie I can vote at once. Not after 15 minutes.<br /> May be the correct code:<br /> [code]$today = time()-$this-&gt;pollvars['lock_timeout']*60;[/code]<br /> I am not sure.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7539/25651.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7539/25651.php</link>
				<pubDate><![CDATA[Sat, 12 Feb 2011 16:31:45]]> GMT</pubDate>
				<author><![CDATA[ Chemist]]></author>
			</item>
			<item>
				<title>Re:Advanced Poll - Check IP table</title>
				<description><![CDATA[ The time is calculate in seconds.<br /> <br /> [code]<br /> $today = time()-$this-&gt;pollvars['lock_timeout']*1;  // seconds<br /> [/code]<br /> <br /> [code]<br /> $today = time()-$this-&gt;pollvars['lock_timeout']*60; // minutes<br /> [/code]<br /> <br /> [code]<br /> $today = time()-$this-&gt;pollvars['lock_timeout']*3600; //hours<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7539/25653.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7539/25653.php</link>
				<pubDate><![CDATA[Sat, 12 Feb 2011 17:26:34]]> GMT</pubDate>
				<author><![CDATA[ Webmaster]]></author>
			</item>
			<item>
				<title>Re:Advanced Poll - Check IP table</title>
				<description><![CDATA[ Thank you very much for your great support!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7539/25654.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7539/25654.php</link>
				<pubDate><![CDATA[Sat, 12 Feb 2011 17:37:36]]> GMT</pubDate>
				<author><![CDATA[ Chemist]]></author>
			</item>
			<item>
				<title>Re:Advanced Poll - Check IP table</title>
				<description><![CDATA[ It will not work correctly. I got a 15 on the administration page. But if I can remove the cookies to vote both. Not after 15 minutes.<br /> <br /> ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7539/26051.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7539/26051.php</link>
				<pubDate><![CDATA[Thu, 10 Nov 2011 06:45:40]]> GMT</pubDate>
				<author><![CDATA[ DM613]]></author>
			</item>
	</channel>
</rss>