<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Windows Vista users. Help testing this please?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Windows Vista users. Help testing this please?</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 06:05:00 +0000</pubDate>

<item>
<title>sonor on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-2067</link>
<pubDate>Sat, 14 Jun 2008 20:52:01 +0000</pubDate>
<dc:creator>sonor</dc:creator>
<guid isPermaLink="false">2067@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;well very odd it started working when i tested it this morning!&#60;/p&#62;
&#60;p&#62;no idea why!
&#60;/p&#62;</description>
</item>
<item>
<title>joehomps on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-2066</link>
<pubDate>Sat, 14 Jun 2008 14:56:50 +0000</pubDate>
<dc:creator>joehomps</dc:creator>
<guid isPermaLink="false">2066@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Used both Firefox and IE 7.0 but saw no Captcha.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-2060</link>
<pubDate>Sat, 14 Jun 2008 05:57:03 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2060@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Are you using IE7 too?&#60;/p&#62;
&#60;p&#62;Go to: Tools -&#38;gt; Internet Options -&#38;gt; Privacy&#60;br /&#62;
What is your setting there?&#60;/p&#62;
&#60;p&#62;By default, it should be &#34;Medium&#34;.&#60;/p&#62;
&#60;p&#62;Also, can you paste me the URL to your form?&#60;br /&#62;
Mail me if you don't want to post it here (yuniar [at] appnitro.com)
&#60;/p&#62;</description>
</item>
<item>
<title>sonor on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-2059</link>
<pubDate>Sat, 14 Jun 2008 03:02:49 +0000</pubDate>
<dc:creator>sonor</dc:creator>
<guid isPermaLink="false">2059@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;this is what it looks like: (does not work still for me)&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
/******************************************************************************&#60;br /&#62;
 MachForm&#60;/p&#62;
&#60;p&#62; Copyright 2007 Appnitro Software. This code cannot be redistributed without&#60;br /&#62;
 permission from &#60;a href=&#34;http://www.appnitro.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62; More info at: &#60;a href=&#34;http://www.appnitro.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/&#60;/a&#62;&#60;br /&#62;
 ******************************************************************************/&#60;br /&#62;
header(&#34;p3p: CP=\&#34;IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\&#34;&#34;);&#60;br /&#62;
	session_start();	&#60;/p&#62;
&#60;p&#62;	require('lib/php-captcha/php-captcha.inc.php');&#60;/p&#62;
&#60;p&#62;   	$fonts = array('lib/php-captcha/VeraSeBd.ttf','lib/php-captcha/VeraBd.ttf');&#60;br /&#62;
   	$captcha = new PhpCaptcha($fonts, 200, 60);&#60;br /&#62;
   	$captcha-&#38;gt;Create();&#60;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>sonor on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-2058</link>
<pubDate>Fri, 13 Jun 2008 23:17:01 +0000</pubDate>
<dc:creator>sonor</dc:creator>
<guid isPermaLink="false">2058@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;this fix did not seem to fix it for me?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-2020</link>
<pubDate>Tue, 10 Jun 2008 14:21:17 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2020@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for the help guys!&#60;/p&#62;
&#60;p&#62;I think I finally found a fix for this.&#60;br /&#62;
The default setting of IE7 blocks third party cookie which doesn't have compact privacy policy (I know, I don't even know what's that mean before I found this behaviour)&#60;/p&#62;
&#60;p&#62;The internal CAPTCHA is using session, which in turn using session cookies to track the image. Since IE7 block it, then it failed at best.&#60;/p&#62;
&#60;p&#62;The fix is pretty simple, edit your &#60;strong&#62;captcha.php&#60;/strong&#62; file.&#60;br /&#62;
On line 10 you'll find this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;session_start();&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Right &#60;strong&#62;above&#60;/strong&#62; that line, add this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;header(&#38;quot;p3p: CP=\&#38;quot;IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\&#38;quot;&#38;quot;);&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
that would send the correct header to IE7 and fix this bug.&#60;/p&#62;
&#60;p&#62;I'll update the package soon with this fix.
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-2002</link>
<pubDate>Sat, 07 Jun 2008 01:26:38 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">2002@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;--Dumping POST data --&#60;/p&#62;
&#60;p&#62;Array&#60;br /&#62;
(&#60;br /&#62;
    [element_1] =&#38;gt; Ekahnum Kopet&#60;br /&#62;
    [element_2] =&#38;gt; Frogs Rule!&#60;br /&#62;
    [captcha_response_field] =&#38;gt; QASSU&#60;br /&#62;
    [form_id] =&#38;gt; 5&#60;br /&#62;
    [submit] =&#38;gt; Submit&#60;br /&#62;
)&#60;/p&#62;
&#60;p&#62;--End Dumping POST data --&#60;/p&#62;
&#60;p&#62;$sUser code:&#60;/p&#62;
&#60;p&#62;string(5) &#34;QASSU&#34;&#60;/p&#62;
&#60;p&#62;-- Dumping Sessions:&#60;/p&#62;
&#60;p&#62;array(1) {&#60;br /&#62;
  [&#34;php_captcha&#34;]=&#38;gt;&#60;br /&#62;
  string(5) &#34;QASSU&#34;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Validation SUCCESS!
&#60;/p&#62;</description>
</item>
<item>
<title>KamikazeXPS on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-2001</link>
<pubDate>Fri, 06 Jun 2008 17:23:51 +0000</pubDate>
<dc:creator>KamikazeXPS</dc:creator>
<guid isPermaLink="false">2001@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Just added &#60;a href=&#34;http://www.appnitro.com,&#34; rel=&#34;nofollow&#34;&#62;www.appnitro.com,&#60;/a&#62; and not &#60;a href=&#34;http://www.phpform.com&#34; rel=&#34;nofollow&#34;&#62;www.phpform.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;KamikazeXPS&#60;/p&#62;
&#60;p&#62;-- Start Copy Here ---&#60;br /&#62;
--Dumping POST data --&#60;/p&#62;
&#60;p&#62;Array&#60;br /&#62;
(&#60;br /&#62;
    [element_1] =&#38;gt; test&#60;br /&#62;
    [element_2] =&#38;gt; test&#60;br /&#62;
    [captcha_response_field] =&#38;gt; KNJTU&#60;br /&#62;
    [form_id] =&#38;gt; 5&#60;br /&#62;
    [submit] =&#38;gt; Submit&#60;br /&#62;
)&#60;/p&#62;
&#60;p&#62;--End Dumping POST data --&#60;/p&#62;
&#60;p&#62;$sUser code:&#60;/p&#62;
&#60;p&#62;string(5) &#34;KNJTU&#34;&#60;/p&#62;
&#60;p&#62;-- Dumping Sessions:&#60;/p&#62;
&#60;p&#62;array(2) {&#60;br /&#62;
  [&#34;color_id&#34;]=&#38;gt;&#60;br /&#62;
  int(1)&#60;br /&#62;
  [&#34;php_captcha&#34;]=&#38;gt;&#60;br /&#62;
  string(5) &#34;KNJTU&#34;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Validation SUCCESS!&#60;br /&#62;
-- End Copy Here ---
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-2000</link>
<pubDate>Fri, 06 Jun 2008 16:52:22 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2000@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;oh wow, Andrew, thanks!&#60;/p&#62;
&#60;p&#62;That explains a lot. No wonder the session doesn't seem to work.&#60;br /&#62;
I suppose the default setting of IE7 in Vista is a bit restrictive when dealing with cookies.
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-1999</link>
<pubDate>Fri, 06 Jun 2008 16:33:14 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">1999@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It worked this time with IE 7.  &#60;/p&#62;
&#60;p&#62;I just added the domains, appnitro.com and phpform.org to allow cookies:&#60;br /&#62;
Tools &#38;gt; Internet Options &#38;gt; Privacy (Tab)&#38;gt; Sites (button).  Enter the full URL(s) e.g. &#60;a href=&#34;http://www.appnitro.com&#34; rel=&#34;nofollow&#34;&#62;www.appnitro.com&#60;/a&#62; and &#60;a href=&#34;http://www.phpform.org&#34; rel=&#34;nofollow&#34;&#62;www.phpform.org&#60;/a&#62; and click &#34;Allow&#34; for each one, rather than having to &#34;accept all&#34; although I expect that would work too, but for me, I have it set at Medium level.&#60;/p&#62;
&#60;p&#62;That got it working, according to the debug below, if I interpret it correctly, the captcha validated correctly.&#60;/p&#62;
&#60;p&#62;-- Start Copy Here ---&#60;br /&#62;
--Dumping POST data --&#60;/p&#62;
&#60;p&#62;Array&#60;br /&#62;
(&#60;br /&#62;
    [element_1] =&#38;gt; Testing again&#60;br /&#62;
    [element_2] =&#38;gt; Testing, this time with cookies enabled.&#60;br /&#62;
    [captcha_response_field] =&#38;gt; GAYWE&#60;br /&#62;
    [form_id] =&#38;gt; 5&#60;br /&#62;
    [submit] =&#38;gt; Submit&#60;br /&#62;
)&#60;/p&#62;
&#60;p&#62;--End Dumping POST data --&#60;/p&#62;
&#60;p&#62;$sUser code:&#60;/p&#62;
&#60;p&#62;string(5) &#34;GAYWE&#34;&#60;/p&#62;
&#60;p&#62;-- Dumping Sessions:&#60;/p&#62;
&#60;p&#62;array(1) {&#60;br /&#62;
  [&#34;php_captcha&#34;]=&#38;gt;&#60;br /&#62;
  string(5) &#34;GAYWE&#34;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Validation SUCCESS!&#60;br /&#62;
-- End Copy Here ---
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-1996</link>
<pubDate>Fri, 06 Jun 2008 09:06:51 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1996@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm.. IE7 in Vista doesn't seem to accept cookies being set from an iframe.&#60;br /&#62;
That's odd, I wonder how it could work for Saghalie?&#60;/p&#62;
&#60;p&#62;Andrew, KamikazeXPS -- can you try to set IE7 to accept cookies from both appnitro.com and phpform.org?&#60;/p&#62;
&#60;p&#62;Or just go to [Tools -&#38;gt; Internet Options -&#38;gt; Privacy] and change the setting to &#34;Accept All Cookies&#34;. After that, submit the form again and let me know the result.&#60;/p&#62;
&#60;p&#62;If it doesn't work either, I'm going to setup Vista.&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
</item>
<item>
<title>KamikazeXPS on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-1994</link>
<pubDate>Fri, 06 Jun 2008 01:09:15 +0000</pubDate>
<dc:creator>KamikazeXPS</dc:creator>
<guid isPermaLink="false">1994@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Vista, IE7&#60;br /&#62;
--Dumping POST data --&#60;/p&#62;
&#60;p&#62;Array&#60;br /&#62;
(&#60;br /&#62;
    [element_1] =&#38;gt; test&#60;br /&#62;
    [element_2] =&#38;gt; test&#60;br /&#62;
    [captcha_response_field] =&#38;gt; qwlqt&#60;br /&#62;
    [form_id] =&#38;gt; 5&#60;br /&#62;
    [submit] =&#38;gt; Submit&#60;br /&#62;
)&#60;/p&#62;
&#60;p&#62;--End Dumping POST data --&#60;/p&#62;
&#60;p&#62;$sUser code:&#60;/p&#62;
&#60;p&#62;string(5) &#34;QWLQT&#34;&#60;/p&#62;
&#60;p&#62;-- Dumping Sessions:&#60;/p&#62;
&#60;p&#62;array(0) {&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Validation ERROR!
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-1992</link>
<pubDate>Thu, 05 Jun 2008 16:27:22 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">1992@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Debug info from latest test in IE 7 , Vista Ultimate:&#60;/p&#62;
&#60;p&#62;-- Start Copy Here ---&#60;br /&#62;
--Dumping POST data --&#60;/p&#62;
&#60;p&#62;Array&#60;br /&#62;
(&#60;br /&#62;
    [element_1] =&#38;gt; Testingt&#60;br /&#62;
    [element_2] =&#38;gt; Testing&#60;br /&#62;
    [captcha_response_field] =&#38;gt; KRTBU&#60;br /&#62;
    [form_id] =&#38;gt; 5&#60;br /&#62;
    [submit] =&#38;gt; Submit&#60;br /&#62;
)&#60;/p&#62;
&#60;p&#62;--End Dumping POST data --&#60;/p&#62;
&#60;p&#62;$sUser code:&#60;/p&#62;
&#60;p&#62;string(5) &#34;KRTBU&#34;&#60;/p&#62;
&#60;p&#62;-- Dumping Sessions:&#60;/p&#62;
&#60;p&#62;array(0) {&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Validation ERROR!&#60;br /&#62;
-- End Copy Here ---&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/content/y/u/n/yuniar/html/testing/includes/post-functions.php:889) in /home/content/y/u/n/yuniar/html/testing/embed.php on line 90
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-1991</link>
<pubDate>Thu, 05 Jun 2008 15:12:19 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1991@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ok, I've put some debug code there. Can I ask you guys to try it again please?&#60;/p&#62;
&#60;p&#62;After submitting the form, you'll get a debug information. Please paste the result here.&#60;br /&#62;
A sample debug info is below:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;-- Start Copy Here ---
--Dumping POST data --

Array
(
    [element_1] =&#38;gt; testing
    [element_2] =&#38;gt; this is test
    [captcha_response_field] =&#38;gt; RPKJS
    [form_id] =&#38;gt; 5
    [submit] =&#38;gt; Submit
)

--End Dumping POST data --

$sUser code:

string(5) &#38;quot;RPKJS&#38;quot;

-- Dumping Sessions:

array(1) {
  [&#38;quot;php_captcha&#38;quot;]=&#38;gt;
  string(5) &#38;quot;RPAWJ&#38;quot;
}

Validation ERROR!
-- End Copy Here ---&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance for all of your help folks!
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-1990</link>
<pubDate>Thu, 05 Jun 2008 14:50:25 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">1990@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Works fine for me.&#60;/p&#62;
&#60;p&#62;Laptop with:&#60;br /&#62;
Vista Home Premium&#60;br /&#62;
2G Memory&#60;br /&#62;
IE 7&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.beautiful-beginnings.org&#34; rel=&#34;nofollow&#34;&#62;http://www.beautiful-beginnings.org&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>KamikazeXPS on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-1980</link>
<pubDate>Wed, 04 Jun 2008 16:00:36 +0000</pubDate>
<dc:creator>KamikazeXPS</dc:creator>
<guid isPermaLink="false">1980@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Dont work for me.&#60;br /&#62;
Vista home and IE7&#60;br /&#62;
&#34;captcha error&#34;&#60;/p&#62;
&#60;p&#62;KamikazeXPS
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-1978</link>
<pubDate>Wed, 04 Jun 2008 10:32:51 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1978@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Andrew - Thank you!!&#60;br /&#62;
I really appreciate it.&#60;/p&#62;
&#60;p&#62;Now the real problem is to fix that captcha error when using IE and Vista.&#60;br /&#62;
I'll keep you posted here.
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-1974</link>
<pubDate>Tue, 03 Jun 2008 19:03:32 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">1974@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Works OK in Firefox 2.0, but the Captcha doesn't seem to work in IE 7.0.  It keeps saying &#34;error, incorrect entry&#34; when entering the captcha code.&#60;/p&#62;
&#60;p&#62;Using Vista Ultimate, IE 7.0
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Windows Vista users. Help testing this please?"</title>
<link>https://www.machform.com/forums/topic/windows-vista-users-help-testing-this-please#post-1971</link>
<pubDate>Tue, 03 Jun 2008 14:12:58 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1971@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello folks,&#60;/p&#62;
&#60;p&#62;If you are using Windows Vista, may I ask you to test this form below?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/form_testing&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/form_testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please use Internet Explored and submit any dummy info there.&#60;br /&#62;
Let me know the result here.&#60;/p&#62;
&#60;p&#62;Thanks for your help!&#60;/p&#62;
&#60;p&#62;(UPDATE: This case is closed. Bugfix is available below)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
