Re: Captcha reload problem, works in ff not in IE

2009-04-04 Thread Miles J

Use recaptcha.com?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-04-04 Thread iraj23


Please someone help me 
-- 
View this message in context: 
http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE-tp17855131p22880683.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-03-10 Thread iraj23


noone can not help me ?
-- 
View this message in context: 
http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE-tp17855131p22433313.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-03-07 Thread iraj23


just someone tell me is it possible or not (see SAME captcha image on every
load)

-- 
View this message in context: 
http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE-tp17855131p22395543.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-03-06 Thread iraj23


tnx Smelly Eddie
i must tell again i am not the site administrator and just a visitor of some
sites that used the captcha and i need for those sites see SAME captcha
image on every load 

tnx again
-- 
View this message in context: 
http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE-tp17855131p22367896.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-03-05 Thread Smelly Eddie

iraj23\

That seems pretty silly.  There is not much benefit of using the same
captcha image on every load.  The point of captcha images is to be
dynamic, ensuring a warm body is on the other end of the request.

If you just want to use the same image, for the same action, and the
same user (like validation failed the first time, etc) there are ways
to do that. (perhaps by using session and checking for existence of
$data)

Anyway I have a great disdain for captcha images cause they tend to be
a pain.  Have you considered using logical questions to prevent bots?

Asking if ice is cold, if rain is wet, or 5 * 3, etc.

For one of my client's site I just created a table full of random
questions like that, used in conjunction with session variables. might
be worth a look.

http://edwardawebb.com/programming/php-programming/cakephp/logical-bot-check-cakephp-captcha

(it also uses some logic to determine whether it should load a new
question, or reuse the existing one, if nothing else this portion may
be helpful to you.)


On Mar 5, 6:39 am, iraj23  wrote:
> yes i want to see SAME captcha image on every load
>
> --
> View this message in 
> context:http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE...
> Sent from the CakePHP mailing list archive at Nabble.com.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-03-05 Thread iraj23


yes i want to see SAME captcha image on every load 

-- 
View this message in context: 
http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE-tp17855131p22349653.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-03-05 Thread Dr. Loboto

I don't understand you. You want to see SAME captcha image on every
load or DIFFERENT?

On Mar 5, 1:53 pm, iraj23  wrote:
> someone help me
> i need this problem
> how can i do this problem
> i want  when i reload the image i see again the similar captcha again and
> again
>
> --
> View this message in 
> context:http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE...
> Sent from the CakePHP mailing list archive at Nabble.com.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-03-04 Thread iraj23


someone help me 
i need this problem 
how can i do this problem
i want  when i reload the image i see again the similar captcha again and
again 

-- 
View this message in context: 
http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE-tp17855131p22346756.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-03-03 Thread iraj23


lots of thanks for your reply Dr. Loboto
i saw over the internet that we can  do this with IE7 and Java (blocking
CAPTCHA with IE 7)
but i did not find it 
now i need it 
i want block 1 captcha that means when i reload the image i see again the
similar captcha again and again
i want this for visiting sites not for administrator (i am vistior)



-- 
View this message in context: 
http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE-tp17855131p22304773.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-03-03 Thread Dr. Loboto

Add any random URL param to captcha image request. Different URL is
the only 100% bullet-proof method to force IE make new request always.

On Mar 3, 12:16 am, iraj23  wrote:
> Hi
> i need this problem that means i want when i reload image(captcha) i will
> see the similar image
> i want reload only one captcha when i push the reload image
> anyone can help me ?
>
> --
> View this message in 
> context:http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE...
> Sent from the CakePHP mailing list archive at Nabble.com.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2009-03-02 Thread iraj23


Hi
i need this problem that means i want when i reload image(captcha) i will
see the similar image
i want reload only one captcha when i push the reload image
anyone can help me ?
  

-- 
View this message in context: 
http://www.nabble.com/Captcha-reload-problem%2C-works-in-ff-not-in-IE-tp17855131p22159840.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2008-06-16 Thread Ketan Shah

Well, My strongest (and I feel the correct) guess is that IE is
"caching" the image. So a refresh request is not happening.
You could try the following.

1) Set a 'back-dating' expires header for your captcha image. Also you
could ask the browser not the cache by setting the appropriate header!

OR

2) Change the url for the captcha image for every refresh. Could be
done with JavaScript but for a complete page reload the method might
not work

Hope it helps!

-Ketan.
http://www.propertyjungle.in
http://www.innovatechnologies.in

On Jun 16, 3:14 am, Crazy <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've implemented the captcha component that was published on the
> bakery 
> here:http://bakery.cakephp.org/articles/view/captcha-component-with-phpcap...
>
> Everything work fine, untill I want to reload the image. It works just
> fine in firefox, but when I try it in IE7 it doesn't refresh. To be
> more exact, it gives back the same image.
>
> I think it's something with caching or the sessions, but don't know
> where to start trying to solve it.
>
> Any help/hints are appreciated

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2008-06-16 Thread cakeFreak

Do you load your captcha with ajax?

IE7 catches ajax get requests!!

Dan

On 16 Giu, 00:48, bingo <[EMAIL PROTECTED]> wrote:
> Its difficult to say what the problem is without having access to code
> or webpage. However, I have compiled a list of issues that can cause
> IE7 to break but not firefox. Here is a link to my blog that discuss
> all these 
> issueshttp://ragrawal.wordpress.com/2007/10/25/top-5-reasons-why-ie7-is-com...
>
> Regards,
>
> On Jun 15, 6:14 pm, Crazy <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I've implemented the captcha component that was published on the
> > bakery 
> > here:http://bakery.cakephp.org/articles/view/captcha-component-with-phpcap...
>
> > Everything work fine, untill I want to reload the image. It works just
> > fine in firefox, but when I try it in IE7 it doesn't refresh. To be
> > more exact, it gives back the same image.
>
> > I think it's something with caching or the sessions, but don't know
> > where to start trying to solve it.
>
> > Any help/hints are appreciated
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Captcha reload problem, works in ff not in IE

2008-06-15 Thread bingo

Its difficult to say what the problem is without having access to code
or webpage. However, I have compiled a list of issues that can cause
IE7 to break but not firefox. Here is a link to my blog that discuss
all these issues
http://ragrawal.wordpress.com/2007/10/25/top-5-reasons-why-ie7-is-complaining-about-your-javascript/


Regards,


On Jun 15, 6:14 pm, Crazy <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've implemented the captcha component that was published on the
> bakery 
> here:http://bakery.cakephp.org/articles/view/captcha-component-with-phpcap...
>
> Everything work fine, untill I want to reload the image. It works just
> fine in firefox, but when I try it in IE7 it doesn't refresh. To be
> more exact, it gives back the same image.
>
> I think it's something with caching or the sessions, but don't know
> where to start trying to solve it.
>
> Any help/hints are appreciated
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---