Are there any full dynamic php sites on the internet for download to use for examples to learn? I've gone through a book now and phpvideotutorials database videos and I'm trying to get some other sources. I think it would be a great learning experience, mostly for the purpose of how to organize and set up sites, to be able to browse some pre-made websites.
EDIT: just for clarification - I'm not talking about extremely good or complex sites. That would probably confuse me more than help me. I'm just talking about a basic site with login and maybe a few other features.
Off-topic: login wise.. I've been looking up login scripts lately and I'm finding that nearly all of the ones I find use md5 encryption even though it's now crackable. Yes, a lot of them used salts to improve security; but I would like to use a more secure login script. Does anybody know of an example of a login script using sha-256?