Is It Possible To Create An "adult Content Filter" In Php?

Discussion in 'PHP' started by joejokjas, Sep 1, 2010.

  1. #1
    Hello,

    I was asked to create an adult content filter system as my final project and am actually thinking of using php. So i would like to know how possible this is.
    Any useful suggestions on how to go about it is welcome as i am new to php itself.
    Thank you.
     
    joejokjas, Sep 1, 2010 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    Can you explain what exactly you are filtering? It this for a website, like a contact field, or email, or something else?
     
    jestep, Sep 1, 2010 IP
  3. joejokjas

    joejokjas Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    @jestep> its actually supposed to be a program that prevents users from viewing pornography contents on web browsers.
     
    joejokjas, Sep 1, 2010 IP
  4. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #4
    php is probably not the right programming language for it. You would need something that either integrates into the browser like a toolbar or plugin, or something that integrates into the operating system, that could redirect DNS or just intercept the data being sent to the browser.
     
    jestep, Sep 1, 2010 IP