Wednesday, August 12, 2009

Website help??? make it commentable please..?

well friends i am a new developer.. doesn't know the website development well., i have php asp all of the hosting plan.. been developing my website in the microsoft frontpage... u know i just want to make my website commentable... so the people may give thier feedback on it.. with an antispam technique.. please help me in this how should i do this? or any links how to make this page.. development help please?



Website help??? make it commentable please..?computer virus



If you're just starting out... use a pre-built guestbook such as: http://www.bravenet.com/webtools/guestbo...



If you want to write your own, you will have to first learn about the security issues, and there are many... to take one example, you must understand why SQL injections work, and how to mitagate them... you must also be aware of filtering troll postings (page widening), css/html/javascript injection, and so on...



If you want to add an antispam, use rel=nofollow if you allow links, and http://recaptcha.net/ if you want that kind of verification... and make it so there's a posting rate limiter... and maybe require moderation.



The code itself would be a fairly simple set of $_POST[] (PHP) to INSERT... and SELECTs (SQL); there are many tutorials online on how to write a simple database application.



Also consider the SQLite extension if your host does not provide MySQL.



Website help??? make it commentable please..?free spyware remover



my own personal opinion, I would ditch FrontPage. i can usually get something done with notepad quicker than I can sift through frontpage and trying to get around the predefined "stuff". as stated that is just my opinion only.
Install a CMS (content management system).



You can either create on yourself or use a ready made one:



Personally, I use wordpress.org

No comments:

Post a Comment