Comments System

Discussion in 'PHP' started by JosS, Aug 29, 2007.

  1. #1
    What's the best way I can go about installing a "comment system" onto every page of the site. Because the site has already been made, and there a tonne of static pages the only option I can do is include something in the footer section (just below the content on all pages)

    I'm thinking the best way to do it would be to use the URL's as the comment id's.

    What is the best / easiest solution for me if you know any?

    Thanks!
     
    JosS, Aug 29, 2007 IP
  2. m0nkeymafia

    m0nkeymafia Well-Known Member

    Messages:
    399
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    125
    #2
    I wrote my own and use a compound key of page type and source id

    i.e. if im on a news page viewing a story
    the story id might be 10 and i define news stories to have an id of 7
    the compound key would be (10,7)

    it works really well
     
    m0nkeymafia, Aug 29, 2007 IP
  3. ErectADirectory

    ErectADirectory Guest

    Messages:
    656
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ScriptsMill Comments + AnimatedCaptcha (scroll down and look for the disk to download)

    It's a Free download! This version has a captcha enhancement built in so that you won't be unmercifully spammed to death (very real possibility). Just upload the script and setup the database then include the comments.php script on each page you want to collect comments. An example comment section is at the bottom of the page

    Enjoy
     
    ErectADirectory, Aug 29, 2007 IP