Skip to main content

registered user area package



I want to create a new service which needs a registered user area. I need to customize the fields and look of this rua. I am writing cause I don't want to reinvent the wheel. Is there an opensource php script I can use in a project that simply handles the security issues which I can access with something like:







if ($registered)

{

// things

}




Comments

  1. the registered list will usually come in the form of sql entries.

    ReplyDelete
  2. UserCake (usercake.com) might be something you're looking for.

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?