Bill Cosby is my Father
Posts: 4
24 credits Members referred : 0
« Reply #1 on: Nov 07, 2007, 04:25:57 pm »
I had good results testing the example files of the new version. You are doing a great job!
By the way, maybe you could do some little tutorial, so we can learn all the features that can be used with it. I understand that not all the features are covered on the example files.
Thank you!
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #2 on: Nov 07, 2007, 09:55:47 pm »
I am afraid I have no time for this at this point, as I am going to army in 5 days
But I guess with a little experimenting and reading my comments at the class files you can see all the possibilities of the class.
Just another rainy day
Posts: 1
6 credits Members referred : 0
« Reply #4 on: Nov 23, 2007, 03:26:50 am »
Overall I think you have a nice class which could be especially useful for newer programmers. Your example pages however contain the often used flaw of setting a form action attribute (or a redirect) to $_SERVER['PHP_SELF'] which is a well documented XSS vulnerability. As your class is for implementing security, leaving XSS in the examples is probably not wise, considering the general audience.
While you take precautions to prevent common SQL injection, you might want to consider some unexpected injections which can occur, such as those published here: http://mordred.niama.net/blog/?p=121
Google dot what?
Posts: 2
12 credits Members referred : 0
« Reply #5 on: Nov 29, 2007, 12:39:43 am »
Hello, thanks so much for this class! It's working brilliantly. I'm on version .91, but I still am experiencing the bug that you said you squashed, the logout with cookies. If I check the Remember Me? box, I can not logout without manually removing the cookie... I'd appreciate any input you might have. Thanks!
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #6 on: Dec 07, 2007, 09:41:33 am »
Hi fellas, and thanks for your input. I will try to check those problems but as I am in the army now I am in lack of time.
I would really appreciate if someone can contribute some code to the project
Google dot what?
Posts: 2
12 credits Members referred : 0
« Reply #7 on: Dec 07, 2007, 04:56:00 pm »
Nikolas - I found the issue. I was testing this on a subdomain, and I had set the cookie domain to be sub.domain.com. When I reset the cookie domain to be www.sub.domain.com everything worked fine as it should. Thx for your code again, it's working great!
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=7301