Git Product home page Git Product logo

Comments (3)

pavben avatar pavben commented on August 18, 2024

See step 5 of the README at https://github.com/pavben/WebIRC. It looks like your "users" dir doesn't exist.

from webirc.

 avatar commented on August 18, 2024

@pavben sorry about that.

Basically I have a 100% webchat site that gets a great deal of traffic (around 500 users connected via our current webchat at a time).

Current problem is the webchat that we use is closed source and looks ugly (it looks completely out of place compared to our main site CSS).

We don't have any user registrations or such (hence why I didn't bother with that step). Basically this is great (even better that it's not Flash, as that limits our reach considerably on mobiles etc.).

How much work would it be so that I can use it like we do with out existing webchat?

Our webchat at the moment gets its user settings from $_POST data from our main site:

// load webchat
params.nickname = "<?php echo $_POST['nickname']; ?>";
params.ident = "<?php echo $_POST['gender'];";
params.realname = "Flash IRC client";

Do you think something similar is possible?

Awesome work!

from webirc.

pavben avatar pavben commented on August 18, 2024

It's not really intended to be used as a webchat, but rather as a complete IRC client that stays connected to all your servers. If you wanted to spawn on-demand instances, you'd need to write a script that would generate the config for this user and run that instance and then redirect the user to it. Still, that allows them to use your server's IP to connect anywhere they like, so you'd basically end up with having to fork the code and restrict this functionality (use of /server). It also won't scale to too many users since each user would have their own instance.

I think you'd have more luck finding something designed for your purpose, but feel free to experiment if you have the time :)

from webirc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.