Racc Posted March 1, 2007 Share Posted March 1, 2007 I have a little cms that's not protected (sites not out yet, so no worries =D). But from it you can add news, edit news, and soon you can add tutorials, links etc. I only want admin access for it. How would I secure it? I did make security levels for users, if I incorporated that would it be insecure? Any help would be appreciated. =D Link to comment https://forums.phpfreaks.com/topic/40777-security-for-posting/ Share on other sites More sharing options...
btherl Posted March 2, 2007 Share Posted March 2, 2007 I don't really understand your question. If you incorporated what, would it be insecure? Link to comment https://forums.phpfreaks.com/topic/40777-security-for-posting/#findComment-197493 Share on other sites More sharing options...
jcbarr Posted March 2, 2007 Share Posted March 2, 2007 This is a very broad question. Basically you would have to restrict access to certain pages and features based on the security level of the user. On each page you would need to check their security level, and then only display the things that they should have access to. Not sure if that answers your question or not. Try to be less vague and we may be able to help more. Link to comment https://forums.phpfreaks.com/topic/40777-security-for-posting/#findComment-197503 Share on other sites More sharing options...
Racc Posted March 2, 2007 Author Share Posted March 2, 2007 This is a very broad question. Basically you would have to restrict access to certain pages and features based on the security level of the user. On each page you would need to check their security level, and then only display the things that they should have access to. Not sure if that answers your question or not. Try to be less vague and we may be able to help more. Yeah. =D Link to comment https://forums.phpfreaks.com/topic/40777-security-for-posting/#findComment-197612 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.