a login auth woudl be great, and with that these would also have to be included to make it tottally secure.
User Levels (Admin, Mod, User) Admin - Has Full Access to Settings, Add, edit, and Maint. sections Mod - Has access to only the Add, edit and Maint. sections User - Has access to NONE of the above sections only able to view Movie lists and the Custom Lists that are created by Admin/Mod
By default all movies are viewable by all levels, but in the add/edit areas would be nice to have the ability to restrict view of spcific movies - ( of course admin can see all no matter what) so check boxes like so
Viewable by: x All Mod Only None
If your not too familier with php i can write the scripts for the login and the sessions then you can incorp with the java that handles the html
so over all it would work like this
once you goto ./CraigWorks/Movies the script would check to see if you are logged in, if not it would display a login page, if you are then it would redirect to the main page with the appropriate user's access rights.