<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll 2.0.2: IP-address storing"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll 2.0.2: IP-address storing"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll 2.0.2: IP-address storing</title>
				<description><![CDATA[ The IP-address of voters is detected, but not stored in the database. So if i disable cookies on my browser, i can vote for infinite times.  I want to give only one chance to vote to particular IP-address. How Can I do it?<br /> I have looked through the include/*.php but find nothing wrong <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br />  <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1673/4136.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1673/4136.php</link>
				<pubDate><![CDATA[Mon, 3 Mar 2003 15:51:11]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ id like to know how to do this also...anyone??]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1673/4234.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1673/4234.php</link>
				<pubDate><![CDATA[Tue, 11 Mar 2003 01:06:26]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The IP-address is stored in the table 'poll_ip' for a short time]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1673/4237.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1673/4237.php</link>
				<pubDate><![CDATA[Tue, 11 Mar 2003 01:11:12]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i resolved my problem by<br /> putting the string:<br /> $this-&gt;pollvars['check_ip']=2;<br /> in metod poll() of class class_poll. The ip-address is checked now.<br /> So it seems to be strange that i have not found any config parameter<br /> for this and had to set it manually.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1673/4274.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1673/4274.php</link>
				<pubDate><![CDATA[Wed, 12 Mar 2003 12:41:32]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Great Info<br />  I just screwed up in where I placed it: I'm assuming that "metod" is "method". I'm new to php and would really appreciate it if you could tell me where to put this code in the file(Line #). When I tried it at the beginning of the file it didn't work.<br /> Thanks..rluka<br /> <br /> method poll()<br /> $this-&gt;pollvars['check_ip']=2;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1673/4320.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1673/4320.php</link>
				<pubDate><![CDATA[Sat, 15 Mar 2003 00:18:47]]> GMT</pubDate>
				<author><![CDATA[ rluka]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Okay<br />  I found another way to do this:<br />  Go to your MySQL data base on your server. Its probably sql.HostName.com<br /> I'm using phpMyAdmin 2.2.4 with MySQL 3.23.54 on mine.<br /> Left click on your data base name. In your table click on "Browse" next to<br /> "poll_config". Now, click on "Edit". I have two edit choices. Don't choose "SQL-query:[Edit]" Now scroll down to "check_ip" and set that value to "2" click on "Go" at the bottom and you done.<br /> I hope this is clear and helps...rluka]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1673/4326.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1673/4326.php</link>
				<pubDate><![CDATA[Sat, 15 Mar 2003 09:23:29]]> GMT</pubDate>
				<author><![CDATA[ rluka]]></author>
			</item>
			<item>
				<title>where it is...</title>
				<description><![CDATA[ The location:<br />  /include/class_poll.php in your installation directory<br /> find function poll ()... Now you can place the string<br /> $this-&gt;pollvars['check_ip'] = 2;<br /> after the string<br /> $this-&gt;pollvars = $this-&gt;db-&gt;fetch_array($this-&gt;db-&gt;query("SELECT * FROM ".$this-&gt;tbl['poll_config']));<br /> It will set the value of parameter 'check_ip' to '2' in the database.<br /> The number of this line is between 35 and 40 (I have edited the code, so can not tell you exactly).<br /> <br /> I think that your way to do this is better. So use editing database directly (via phpMyAdmin or something else) if it works.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1673/4361.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1673/4361.php</link>
				<pubDate><![CDATA[Mon, 17 Mar 2003 13:16:29]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I don't think my way is better. Its just easier because I don't have a lot of experience in PHP programing.<br />  In phpMyAdmin I have  "lock_timeout" set to "2". Is that in hours?<br /> rluka]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1673/4394.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1673/4394.php</link>
				<pubDate><![CDATA[Tue, 18 Mar 2003 23:04:03]]> GMT</pubDate>
				<author><![CDATA[ rluka]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I dont know, rluka. Tell me plz if you know! It`s interesting...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1673/4449.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1673/4449.php</link>
				<pubDate><![CDATA[Fri, 21 Mar 2003 09:08:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry, I don't know. The problem that I'm having is that I'm running this poll from  <a class="snap_shots" href="http://www.webhost.com/~mylogin/Poll/survey.php" target="_blank" rel="nofollow">http://www.webhost.com/~mylogin/Poll/survey.php</a> so I don't have access to any of the /Poll/admin/ features. The only way  I can edit <br /> this is through sql.webhost.com and it doesn't specify whether "2" means <br /> seconds or years. I'm working on it though.<br />  I'm just an old .html hack from years ago and I'm finding this .php language really fascinating.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1673/4450.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1673/4450.php</link>
				<pubDate><![CDATA[Fri, 21 Mar 2003 09:52:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>