The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.10-2ubuntu1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



AssaultCube Reloaded Forums
Chatbox for ACR forum - Printable Version

+- AssaultCube Reloaded Forums (https://acrf.victorz.ca)
+-- Forum: AssaultCube Reloaded (https://acrf.victorz.ca/forum-1.html)
+--- Forum: Implemented Features (https://acrf.victorz.ca/forum-32.html)
+--- Thread: Chatbox for ACR forum (/thread-817.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11


Chatbox for ACR forum - -{ET}-xdEpicZombie - 2013-06-15

I didn' know where post this but I think there should be a chatbox(at least a shoutbox) becouse then it would be easier to communniate with other users online.Just my opinion!


RE: Chatbox for ACR forum - {KE}bluwarguy - 2013-06-15

Something on here could be implemented: http://sixrevisions.com/tools/10-free-website-chat-widgets-to-make-your-site-interactive/ (ask victor though)


RE: Chatbox for ACR forum - Victor - 2013-06-15

You could try the IRC (#acreloaded on freenode)


RE: Chatbox for ACR forum - Nightmare - 2013-06-15

Well, it would be convenient if we had a page right here on the forums and/or the main site.


RE: Chatbox for ACR forum - -{ET}-xdEpicZombie - 2013-06-15

Yea!Next to the "Wiki" tab at the header.


RE: Chatbox for ACR forum - {KE}bluwarguy - 2013-06-15

Or something like what facebook usesp


RE: Chatbox for ACR forum - ruler501 - 2013-06-15

The person who wrote the chatbox/irc client for this forum http://www.omnimaga.org/index.php?action=forum offered to help add it here if you'd like victor. It has like all the features Nickname completion, highlighting, multiple channels, and lots of configurable settings. Image below and website here http://www.sorunome.de/webdeveloping/omnomirc/

[Image: omnomirc_2.5.png]

We'd need php, mysql and free space to run it(it saves all text chatted in base64)
to connect to IRC you need php5-cgi and ssh access.
The new post bot would need python on a server

EDIT: added lots of new information


RE: Chatbox for ACR forum - Sorunome - 2013-06-15

Hey, I'm the one who would be willing to spend my time setting it up.
(I didn't make it all the way ruler501, I just took programming over and added awesome features and fixed bugs and fully know like all the code by now etc.....)
So yeah, it would require on the server php and mysql for http access, client-side a browser with javascript and ajax (wait, i forgot, i added text-based browser support for browsers like elinks >.<)
I would personally recommend putting it on a seperate server to have the forum server seperated from the chat server, isn't a must though. If that is done it still requires some setting up on the forum though, for checking if your logged in and if your a admin.
It can also connect to real IRC, in fact to as many real IRC networks as you want, so far only tested two, but it should work with like over 9000. For that it requires a php irc bot running on the same server as the irc chat widget does.
If you guys wanne go pro then you could also use a python2 irc bot which automatically posts new posts of a forum, that one can be run from any server.


RE: Chatbox for ACR forum - Victor - 2013-06-15

Well, is it really necessary? We don't have any outbound access on this server except SMTP. I don't think it's worth having another server for this.


RE: Chatbox for ACR forum - ruler501 - 2013-06-15

I think it could run off of this server. I'm sure sorunome will answer any questions tomorrow, but I thought he said it was possible.