Simple PHP IRC web client using Ajax calls.

Pentium44 a8e85a8226 Call this v1.2.0 3 vuotta sitten
LICENSE Call this v1.2.0 3 vuotta sitten
README.md Call this v1.2.0 3 vuotta sitten
config.php Call this v1.2.0 3 vuotta sitten
index.php Call this v1.2.0 3 vuotta sitten
irc.php Call this v1.2.0 3 vuotta sitten
log.txt Call this v1.2.0 3 vuotta sitten
server.php Call this v1.2.0 3 vuotta sitten
start.php Call this v1.2.0 3 vuotta sitten
style.css Call this v1.2.0 3 vuotta sitten

README.md

webirc-client

This is a simple ajax chat system with a very small footprint on web servers. webirc-client uses a IRC backend written in bash and uses telnet to communicate with IRC servers. With that being said, it's not secured by TLS or anything like that. This is in working condition!

Requirements:

    PHP 5.2+
    telnet (IRC backend)
    Read-Write access for .webirc.log and .webirc.input (server side stuffs)

Installation:

    ~Download webirc-client
    ~Extract it to desired web server / htdocs directory
    ~Customize config.php / webirc.conf to your likings
    ~Use it!

Changelog:

v1.0.1:
    -Add message, and server activity timestamps to chat logs.

    v1.0.0:
            -Probably going to do something with it!
            -Functioning as a bash / php based IRC web client!

Legal stuff:

    webirc-client is based from microchat and has been greatly modified for this project.
    License: GPLv2