<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Problem Poll with IE"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Problem Poll with IE"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Problem Poll with IE</title>
				<description><![CDATA[ Hey, first of all, MAJOR THNX 4 the script, <br /> <br /> but.. unfortunatly, IE doesn't let you see the stats of the votes at my site ( [u]not[/u] @ the admin page) <br /> <br /> Firefox, and i believe any other browser, works flawless. problem is not everyone uses it<br /> <br /> If it wouldn't be to much trouble.. could someone tell me what's wrong?<br /> <br /> -&gt; [url]http://alex.df-net.nl[/url] <br /> <br /> Strange thing is, if you click an option in my poll, it will be written to the database, but for some reason IE refuseses to show the stats.<br /> <br /> Thnx in advance!<br /> <br /> Alex.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14629.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14629.php</link>
				<pubDate><![CDATA[Sun, 27 Feb 2005 23:32:59]]> GMT</pubDate>
				<author><![CDATA[ Nexus]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Try changing line 10 in booth.php.<br /> from:<br /> [code]$PHP_SELF = $HTTP_SERVER_VARS&#91;&quot;PHP_SELF&quot;&#93;;[/code]<br /> to:<br /> [code]$PHP_SELF = $_SERVER&#91;'REQUEST_URI'&#93;;[/code]<br /> <br /> Hope it helps.<br /> <br /> (make a backup copy before changing, just to be on the safe side.)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14683.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14683.php</link>
				<pubDate><![CDATA[Mon, 28 Feb 2005 20:22:13]]> GMT</pubDate>
				<author><![CDATA[ Sixty4]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hey Sixty4,<br /> <br /> thnx for your help, tried it.. but unfortunatly, it doesn't work, the code is fine,  but still the same problem<br /> <br /> I left it on my site, so if you want to check : [url]http://alex.df-net.nl[/url]<br /> <br /> Thnx anyway, appreciate your help.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14746.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14746.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 23:05:08]]> GMT</pubDate>
				<author><![CDATA[ Nexus]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ what do you mean by stats?<br /> <br /> the results? or the stats for each poll containing who voted for what and how many?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14747.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14747.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 23:18:46]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ok,.. I see that I also changed class_poll.php on line 43<br /> <br /> Change it to:<br /> [code]        $this-&gt;form_forward = basename&#40;$_SERVER&#91;'REQUEST_URI'&#93;&#41;;[/code]<br /> <br /> Hope it works now.<br /> I had the same kind of problem with variables in my URL.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14750.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14750.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 23:53:03]]> GMT</pubDate>
				<author><![CDATA[ Sixty4]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Sixty4"]ok,.. I see that I also changed class_poll.php on line 43<br /> <br /> Change it to:<br /> [code]        $this-&gt;form_forward = basename&#40;$_SERVER&#91;'REQUEST_URI'&#93;&#41;;[/code]<br /> <br /> Hope it works now.<br /> I had the same kind of problem with variables in my URL.[/quote]<br /> <br /> okay. The guy' talking about stats and your talking about URL variables and the like.<br /> wth is going on here?!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14751.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14751.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 23:55:26]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I had the same problem Nexus had, and it looked like it had to do with URL variables. So I changes some of the PHP_Self requests. And it worked for me.<br /> <br /> That's going on <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14752.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14752.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 00:05:40]]> GMT</pubDate>
				<author><![CDATA[ Sixty4]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Auron I think what he means is that when you click [b]View Results[/b] or [b]Bekijk resultaten[/b] it takes you back to the same page and does not show the results. His problem actually has nothing to do with the poll script but with this bit of code[code]&lt;script&gt;window.location.replace&#40;&quot;index.php?id=home&quot;&#41;&lt;/script&gt;[/code] that appears near the bottom of the results page.<br /> <br /> Just like to add for Nexus's benefit that Winrar is better than winzip and I wouldn't say VLC was the best media player. It's a good player but there are better for both audio and video.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14754.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14754.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 00:31:10]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ VLC is useful to play .avi files on Mac OS X.<br /> <br /> If its not showing the results maybe the poll is set to something which I can't remember in the admin section. I know! If they've set an expiry date for a poll... i think...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14762.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14762.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 03:02:01]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ no it shows the results but then gets to that bit of code that tells it to goto the page in the code and so quickly loads the mentioned page instead.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14767.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14767.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 03:28:04]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ THNX Sixty4 and all others !!!<br /> <br /> IT WORKS :D<br /> <br /> Now some comment i got  :oops: <br />  <br /> 1) VLC  - yes, I know it isn't the "best" player, but i had some problems with codecs and VLC just uses his own, so that's what i liked about it<br /> <br /> Mplayer (NOT windows media player) is also fine, but for the most movies I use Power DVD<br /> <br /> 2) WinZip - Yep Winrar is better, I use it myself, Zip Sucks :) Don't know why  I put it on my site, will change it "thnx for reminding me"<br /> <br /> Anyway, Thnx sóó much for helping out, cya guys around!<br /> <br /> -----<br /> [b][i]summary if someone has the same problem[/b][/i]<br /> <br /> Problem: IE didn't show results with the poll version 2.03<br /> <br /> [i]Possible solution: [/i]<br /> <br /> [b]change line 10 in booth.php[/b]<br /> from:<br /> [code]<br /> $PHP_SELF = $HTTP_SERVER_VARS&#91;&quot;PHP_SELF&quot;&#93;;[/code]<br /> <br /> to:<br /> [code]<br /> $PHP_SELF = $_SERVER&#91;'REQUEST_URI'&#93;;[/code]<br /> <br /> and<br /> <br /> [b]change in (include/) class_poll.php on line 43[/b]<br /> <br /> Change it to:<br /> [code]<br />         $this-&gt;form_forward = basename&#40;$_SERVER&#91;'REQUEST_URI'&#93;&#41;;[/code]<br /> <br /> That worked for me<br /> <br /> Thnx to Sixty4.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14815.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14815.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 21:26:55]]> GMT</pubDate>
				<author><![CDATA[ Nexus]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Actually IE did show the results but then a piece of javascript took you away from them. I'd say it was [code]$this-&gt;form_forward = basename&#40;$_SERVER&#91;'REQUEST_URI'&#93;&#41;;[/code] that was responsible. Auron is the poll specialist whilst Advanced Guestbook is my specialist subject.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14816.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14816.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 21:42:35]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I see, but unfortunatly, a slight problem accured again.. The View results works now, but if you go to another page you're back to the voting, also refresh .<br /> <br /> I don't know if the problem is the script, or the way my site is builded.<br /> <br /> I have my htm files inside a protected directory. A php scripts gets the files. problem is, the directory is protected, like my guestbook, the poll script is placed inside the index, which is not inside the protected directory, maybe I should grant more acces to my index? strange thing is, my site is running on apache so it shouldn't bother the script.<br /> <br /> I asked some friends of mine, but they don't know either.. sorry to be this annoying, but I like the poll script and wouldn't want another.<br /> <br /> Site link : <br /> <br />  [url]http://alex.df-net.nl[/url]<br /> <br /> Thnx for helping out]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14818.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14818.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 22:07:37]]> GMT</pubDate>
				<author><![CDATA[ Nexus]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I still don't see why changing a line of PHP would stop ONLY IE from seeing the results.<br /> So I reckon it was the JavaScript like Carbonize just said.<br /> <br /> edit; wait. I have no idea. Something weird and odd was going on....]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14819.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14819.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 22:14:03]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ So what do I have to replace and where?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14820.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14820.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 22:18:41]]> GMT</pubDate>
				<author><![CDATA[ Nexus]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Nexus"]So what do I have to replace and where?[/quote]<br /> <br /> I have no idea. If it works now it works.<br /> Hopefully it won't do it again.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4320/14821.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4320/14821.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 22:26:49]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>