Simple HTML Chat

Discussion in 'HTML & Website Design' started by Carl05, Nov 12, 2014.

  1. #1
    is there a simple chat script, that I can add to an html website .. a bit like shoutbox

    where people can just come along, add their name and type messages for future visitors to the site
     
    Carl05, Nov 12, 2014 IP
  2. satrebor

    satrebor Active Member

    Messages:
    244
    Likes Received:
    3
    Best Answers:
    2
    Trophy Points:
    65
    #2
    There are lot of chat/shout script.
    look there

    http://www.hotscripts.com/category/scripts/php/scripts-programs/chat-scripts/
     
    satrebor, Nov 12, 2014 IP
  3. Carl05

    Carl05 Well-Known Member

    Messages:
    586
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #3
    I just want a simple one, they seem to be advanced php
     
    Carl05, Nov 12, 2014 IP
  4. COBOLdinosaur

    COBOLdinosaur Active Member

    Messages:
    515
    Likes Received:
    123
    Best Answers:
    11
    Trophy Points:
    95
    #4
    You can't do it just from the front end. In order for posted comments and messages to be shared they have to be stored on the server in either files of a daytabase, and you cannot do that without server side scripting like PHP. What you want is not trivial, and if you are looking for something easy then you will not find down the road you are going.
     
    COBOLdinosaur, Nov 12, 2014 IP
  5. Carl05

    Carl05 Well-Known Member

    Messages:
    586
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #5
    I used to have one before which just split the screen into 2 parts, the first part, copied the message onto the top of a .txt file, and the 2nd part just displayed the .txt file
     
    Carl05, Nov 12, 2014 IP
  6. Carl05

    Carl05 Well-Known Member

    Messages:
    586
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #6
    I used to have one before which just split the screen into 2 parts, the first part, copied the message onto the top of a .txt file, and the 2nd part just displayed the .txt file
     
    Carl05, Nov 12, 2014 IP
  7. dwirch

    dwirch Well-Known Member

    Messages:
    239
    Likes Received:
    12
    Best Answers:
    1
    Trophy Points:
    135
    #7
    And there you go, Carl05. A text file, like a database, acting as a storage container for messages displayed in the shoutbox.

    *edit:words hard are
     
    dwirch, Nov 13, 2014 IP
  8. davidmoore789

    davidmoore789 Greenhorn

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #8
    @Carl05 Hi The best chat program I used is Olark.com it can easily be added . You need to just put some code in footer part of your website. Also there is various option to customize it.
     
    davidmoore789, Nov 17, 2014 IP
  9. Irene Rogers

    Irene Rogers Member

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    38
    #9
    I've recently come across such a chat, probably this is what you are looking for - https://iflychat.com/ I never used it myself, but it looks simple and neat at first glance.
     
    Irene Rogers, Nov 20, 2014 IP