Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: Guestbook

  1. #11
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Very good work...
    You could work on word filtering?

    10/10

  2. #12
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Luckyrare
    Very good work...
    You could work on word filtering?

    10/10
    I don't see much point as it is easy to avoid, but if anyone wanted to add it they would just need to add this before the message gets submitted.
    PHP Code:
    $abusive_language = array("swear1","swear2","swear3","swear4");
    $message str_replace($abusive_language,"[Word Removed]",$message); 
    kinda quit.

  3. #13
    Join Date
    Jun 2005
    Location
    Where the sun dont shine
    Posts
    940
    Tokens
    0

    Default hi

    good work rofl some1s pretended there nelly

  4. #14
    Join Date
    Nov 2004
    Location
    Daventry, Northants
    Posts
    1,510
    Tokens
    0

    Latest Awards:

    Default

    Its pretty good,
    I still think you should of used mysql

  5. #15
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Nets
    I don't see much point as it is easy to avoid, but if anyone wanted to add it they would just need to add this before the message gets submitted.
    PHP Code:
    $abusive_language = array("swear1","swear2","swear3","swear4");
    $message str_replace($abusive_language,"[Word Removed]",$message); 
    mmmmm, Iam sure if you use * around the words it stops people from puting ' ect...

    I may be wrong

  6. #16
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    I've made a nice new layout for it.


    Quote Originally Posted by Luckyrare
    mmmmm, Iam sure if you use * around the words it stops people from puting ' ect...

    I may be wrong
    I think you're thinking of forums, but there might be a wild card.
    kinda quit.

  7. #17
    Join Date
    Nov 2004
    Location
    Daventry, Northants
    Posts
    1,510
    Tokens
    0

    Latest Awards:

    Default

    Yea,
    You would have to create your own script for that
    Not steal it of IPB

    Nice skin btw

  8. #18
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    I've just reinstalled the guestbook, so all those stupid posts are now gone.
    Also I've added some "extra" security, try and use the name admin :']
    kinda quit.

  9. #19
    Join Date
    Aug 2004
    Location
    U.K
    Posts
    370
    Tokens
    0

    Default

    Quote Originally Posted by Nets
    I've just reinstalled the guestbook, so all those stupid posts are now gone.
    Also I've added some "extra" security, try and use the name admin :']
    Ha, Guess who took your advice :']

  10. #20
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Tomush
    Ha, Guess who took your advice :']
    Muahaha
    kinda quit.

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •