RE: [Phpvideopro-developers] language support
Brought to you by:
izzy
From: Peter B. <pb...@bi...> - 2001-09-26 18:51:28
|
--On Wednesday, September 26, 2001 06:08:51 PM +0200 Tom Albers <to...@ko...> wrote: > Why not make it multiuser then? Just store the ip-nr in the > filter and you're all set. > > Just put in the docs that multi-user only works with multi-ip... If you're thinking about multi-user, you should also think about security. Best way imho: in multi-user mode, phpVideo requires (surely) a user database. Therefore its possible to use HTTP-authentication (triggered by the PHP code itself, should be no problem - or am I wrong) to log into user's database. All further requests check the HTTP auth fields against user database. Therefore all user settings (like language, date format or something else) can be stored in the user database. Peter |