Simple PHP IRC web client using Ajax calls.

Pentium44 a8e85a8226 Call this v1.2.0 před 3 roky
LICENSE Call this v1.2.0 před 3 roky
README.md Call this v1.2.0 před 3 roky
config.php Call this v1.2.0 před 3 roky
index.php Call this v1.2.0 před 3 roky
irc.php Call this v1.2.0 před 3 roky
log.txt Call this v1.2.0 před 3 roky
server.php Call this v1.2.0 před 3 roky
start.php Call this v1.2.0 před 3 roky
style.css Call this v1.2.0 před 3 roky

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