PHP Classes

This class does not work at all.

Recommend this page to a friend!

      Leopard Form  >  All threads  >  This class does not work at all.  >  (Un) Subscribe thread alerts  
Subject:This class does not work at all.
Summary:Package rating comment
Messages:4
Author:Artur Graniszewski
Date:2011-03-23 09:07:04
Update:2011-03-23 18:38:18
 

Artur Graniszewski rated this package as follows:

Utility: Bad
Consistency: Good
Examples: Sufficient

  1. This class does not work at all.   Reply   Report abuse  
Picture of Artur Graniszewski Artur Graniszewski - 2011-03-23 09:07:04
This class does not work at all. It has a parse error in its source code.

What's more it is vulnerable to XSS attacks on every type of form element.

  2. Re: This class does not work at all.   Reply   Report abuse  
Picture of Jakub Kuritka Jakub Kuritka - 2011-03-23 13:23:16 - In reply to message 1 from Artur Graniszewski
Hello,
can you tell me the line number? I am going to add XSS protection in next version. In this time I have not a lot of time. I have tons of school work and leaving exams.

Thans for your reply

  3. Re: This class does not work at all.   Reply   Report abuse  
Picture of Artur Graniszewski Artur Graniszewski - 2011-03-23 14:46:45 - In reply to message 2 from Jakub Kuritka
See private function getRequestedData($key) . There is a "POST string without ending double quotes.

  4. Re: This class does not work at all.   Reply   Report abuse  
Picture of Jakub Kuritka Jakub Kuritka - 2011-03-23 18:38:18 - In reply to message 3 from Artur Graniszewski
Thanks, I did some changes, it shoud work now.