Hi Guys, I'm wanting to build a function for a website where people can build their own pages, and they get a custom url for their page, such as company.com/mycoolurl
Right now I have a simple version of what I want working. I'm using CKeditor as the editor, and I simply save that content in a db. I save record id, member id, title, content (the editor contents), datetime, and ip of last change. So when someone comes to create a page, they are presented with a form. It asks for a title, and then you have the editor. Below that is a submit button to save the work. Once it is saved, you can see their content on a dedicated url.. it would just be a small site header (basically a navlink ribbon), and the rest of the page is their content. It could be text, an image, a flyer, a flash file, anything.. Here's a screenshot of the editor. http://i15.photobucket.com/albums/a371/techboyjk/details_editor.jpg With the editor, they can pretty do whatever they want. They can't upload files at this point though. What precautions should I take? Any advice on how to proceed with letting people use something like this? Any functions that I can use to scan what people create for malicious stuff? Thanks, Jason -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
