Jmz Posted July 25, 2008 Share Posted July 25, 2008 I run a site where users can create a 'profile' for themselves. Basically it's a mini site that they can update themselves. I would like to allow the users to be able to edit the design of their own site themselves. Basically they will create a template for their website. I want to be able to do this without giving them the chance to do anything bad (so for example, access to the PHP is a no no). What's the best way to do this? Link to comment https://forums.phpfreaks.com/topic/116626-templating/ Share on other sites More sharing options...
DeanWhitehouse Posted July 25, 2008 Share Posted July 25, 2008 erm the safest way would be a selection of options . e.g. allow them to select a background colour from a drop down list , instead of allowing them to enter any code. Link to comment https://forums.phpfreaks.com/topic/116626-templating/#findComment-599727 Share on other sites More sharing options...
unidox Posted July 25, 2008 Share Posted July 25, 2008 erm the safest way would be a selection of options . e.g. allow them to select a background colour from a drop down list , instead of allowing them to enter any code. I agree with Blade, allowing users to imput code can seriously effect the security of other profile pages. Link to comment https://forums.phpfreaks.com/topic/116626-templating/#findComment-599785 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.