Search found 689 matches

by easygo
Fri Jan 30, 2009 1:54 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

Thanks that did the trick, I think. Isn't there supposed to be a "delete message" little image on the right if you are the administrator and are deleting messages? Mine dont seem to be showing up. Logged into both correctly? If not, try forceAutoLogin (see chat/lib/config.php) I set that ...
by easygo
Thu Jan 29, 2009 1:21 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

is there module or somekind of block that lists who is currently chatting? i read the wiki and looked at your site and demo but did not see anything.. the chat system looks good.. Hi, I'm still working on a new wiki to this part of integration. In the meantime you could try http://ajax-chat.wiki.so...
by easygo
Thu Jan 29, 2009 1:33 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

Thanks that did the trick, I think. Isn't there supposed to be a "delete message" little image on the right if you are the administrator and are deleting messages? Mine dont seem to be showing up. Logged into both correctly? If not, try forceAutoLogin (see chat/lib/config.php) I set that ...
by easygo
Wed Jan 28, 2009 4:45 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

Now i get this Query: SELECT userID, userName, userRole, channel, UNIX_TIMESTAMP(dateTime) AS timeStamp, ip FROM null.ajax_chat_online ORDER BY userName; Error-Report: SELECT command denied to user 'digi'@'localhost' for table 'ajax_chat_online' Error-Code: 1142 Means, permission denied to the user...
by easygo
Wed Jan 28, 2009 4:44 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

satandream wrote:They get loged out and the log in rapidly and so it goes the chat goes bananas and they must go to an external site
Once again, what's the meaning of external site?

Regarding this add-on, there's no need to be logged in on any other site.
by easygo
Wed Jan 28, 2009 1:25 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

satandream wrote:Some of my users get logout and in rapidly so they must log in from an external site, can i use the cookie for phpBB3 and how to fix it?
I don't get your drift. :? so they must log in from an external site... why?
by easygo
Tue Jan 27, 2009 12:53 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

magicfun wrote:Thanks that did the trick, I think. Isn't there supposed to be a "delete message" little image on the right if you are the administrator and are deleting messages? Mine dont seem to be showing up.
Logged into both correctly? If not, try forceAutoLogin (see chat/lib/config.php)
by easygo
Tue Jan 27, 2009 12:51 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

hey i need help i have change my server yesterday and now i get this error if i wont open the Ajax chat XML-Verarbeitungsfehler: "Junk" nach Dokument-Element Adresse: http://naruto-revolution.de/chat/ Zeile Nr. 1, Spalte 32:<b>[phpBB Debug] PHP Notice</b>: in file <b>/chat/lib/class/AJAXC...
by easygo
Tue Jan 27, 2009 11:47 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

Sorry if this has already been answered, but I was wondering how to access the logs for the chat? Should work as described in the readme file. ;) Try chat/?view=logs or chat/index.php?view=logs I see the settings are set to keeping the logs for a year, but I can't figure out where they are stored o...
by easygo
Fri Jan 23, 2009 1:39 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

Is there a demo of what the shoutbox looks like when intergrated with PHPBB 3? I'd like to see all the functionality that is supposed to show up. I installed it on my forum, but it looks pretty barebones...so I am wondering if I need to tweak some settings somewhere. There's a demo http://www.net4s...
by easygo
Wed Jan 21, 2009 11:37 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

And the next question is: is it possible to force guests to input a username ? I think so! Let's go. :) OPEN chat/lib/class/AJAXChat.php FIND // If given userName is invalid, create one: if(!$userName) { $userName = $this->createGuestUserName(); REPLACE WITH // If given userName is invalid, return ...
by easygo
Tue Jan 20, 2009 11:20 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

hi easy, maybe you where right about the changing the sql-stat, now found that i might have changed to ASC, now fixed it to DESC and it works. No problem! Things happen. ;) but why is it necessary to allow guest login ? Would have been useful just in case of providing chat links in order to get hel...
by easygo
Tue Jan 20, 2009 12:59 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

i've done the following changes to the config.js : autoFocus: true, autoScroll: true, dateFormat: '[%d.%m. - %H:%i:%s]', other changes only happened in the config.php And another hint for the problem: After posting a message in the chat the newest massage appears at the bottom of the chat window no...
by easygo
Mon Jan 19, 2009 7:37 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

i've done the following changes to the config.js : autoFocus: true, autoScroll: true, dateFormat: '[%d.%m. - %H:%i:%s]', other changes only happened in the config.php And another hint for the problem: After posting a message in the chat the newest massage appears at the bottom of the chat window no...
by easygo
Mon Jan 19, 2009 12:28 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] AJAX Chat
Replies: 1728
Views: 320567

Re: [RC] AJAX Chat

It's exactly my problem, my server is in USA and my members are in Europe :D If there is a way to show the Paris Time, welcome. Should not be a problem, as long as your page (PHP/Apache) is located in the same time zone as your SQL server. Otherwise, if there are wrong date times displayed to all c...

Go to advanced search