<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll IP time"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll IP time"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll IP time</title>
				<description><![CDATA[ Hi.<br /> <br /> I need to set the IP tabel tjeck to 10 minuts - but I can only set hours.... Is there somewhere in the code I can fix this or anything else...?<br /> <br /> Regards,<br /> Henrik]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7385/25104.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7385/25104.php</link>
				<pubDate><![CDATA[Wed, 10 Feb 2010 12:23:03]]> GMT</pubDate>
				<author><![CDATA[ flx666]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Should be possible with a little editing of the PHP.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7385/25105.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7385/25105.php</link>
				<pubDate><![CDATA[Wed, 10 Feb 2010 16:28:45]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi Carbonize...<br /> Yes, I have tried -  but didnt find anything useful.<br /> <br /> I looked in the class_plist.php - I guess this is the one handling IP?<br /> <br /> THere was a line like:<br />   $exp_time_arr[] = $this-&gt;db-&gt;record['exp_time'];<br /> <br /> But cant really find anywhere I can change this....<br /> <br /> Hope someone is better in PHP than me..  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7385/25106.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7385/25106.php</link>
				<pubDate><![CDATA[Thu, 11 Feb 2010 08:53:35]]> GMT</pubDate>
				<author><![CDATA[ flx666]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Found this, also in class_plist.php.....<br /> <br />      $data['timestamp'] = date($this-&gt;date_format,$this-&gt;plist_data['timestamp'][$i]+$this-&gt;pollvars['time_offset']*3600);<br />                     $data['exp_time'] = date($this-&gt;date_format,$this-&gt;plist_data['exp_time'][$i]+$this-&gt;pollvars['time_offset']*3600);     <br /> <br /> Could this be the line to change?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7385/25107.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7385/25107.php</link>
				<pubDate><![CDATA[Thu, 11 Feb 2010 08:54:57]]> GMT</pubDate>
				<author><![CDATA[ flx666]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I just looked and the actual line you want is in include/class_poll.php<br /> <br /> $today = time()-$this-&gt;pollvars['lock_timeout']*3600;<br /> <br /> Which translates as the number of hours you set it to multiplied by 3600 to get the number of seconds in that period. If you want to drop it to minutes just change the 3600 to 60.<br /> <br /> That is assuming you are using the database version.<br /> <br /> If using textfile version just open same file and replace both instances of 3600 with 60.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7385/25108.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7385/25108.php</link>
				<pubDate><![CDATA[Thu, 11 Feb 2010 12:18:47]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes, and it works.... Thanks.. <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif"/>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7385/25109.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7385/25109.php</link>
				<pubDate><![CDATA[Fri, 12 Feb 2010 17:12:27]]> GMT</pubDate>
				<author><![CDATA[ flx666]]></author>
			</item>
	</channel>
</rss>