[Add-on] AJAX Chat 2.0.0 Beta

Misc MOD Downloads for phpBB3 -- Any MOD that does not fit into any other category
Forum rules
Image Please feel free to download any MOD's here, support for each MOD is located it's own thread.

To post your own MOD, please first read the MOD Guidelines

How would you rate this mod?

Excellent!
301
67%
Very good
79
18%
Good
34
8%
Fair
12
3%
Poor
20
4%
 
Total votes : 446

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby Highway of Life » 06 Feb 2007, 07:51

Yes... looks like you've found it... either your MySQL or phpMyAdmin don't support collation... I recommend an upgrade if you can. Wink
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby Handyman » 06 Feb 2007, 08:16

Actually, it's a no-no to put that in the install file.
It will be fixed when I release beta 4.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7456
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby johnny » 07 Feb 2007, 04:41

hi everyone, so what's the verdict on the chat mod? all ready to go? needs a fix? needs an upgrade? can i try to put it on my forum?
johnny
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 102
Joined: 03 Jan 2007, 11:58
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby Handyman » 07 Feb 2007, 08:41

It works pretty good.
You don't have to wait till I release Beta 4 because all you will have to do is replace the chat files with the new ones.
I have not had time yet to release Beta 4 Cray
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7456
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 4

Postby Handyman » 07 Feb 2007, 11:01

AJAX Chat Beta 4 has now been released.
To upgrade from the previous versions, just replace the old files with the new ones.
A couple new files are added.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7456
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 4

Postby bare cd4 » 07 Feb 2007, 12:19

well I gues it always me who has problems.........

just have chaged all files to the beta 4 files , cleared all cookies (site and pc)
and it is still not working.... when I type a txt and push submit than im at the top of my page........ and no txt in my chat box
strage ..
using: phpbb3b5, submerged skin.
have a look at: http://www.scubaduiker.nl

to make a mistake is uman, but to make a big mess you need a computer (or me)
bare cd4
Cadet IV
Cadet IV
 
Posts: 40
Joined: 04 Dec 2006, 10:44
Location: Nederland
Favorite Team: STG Team
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 4

Postby Handyman » 07 Feb 2007, 12:49

I'll take a look at this later.
Did you run the sql query as stated in the install file?
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7456
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 4

Postby bare cd4 » 07 Feb 2007, 15:31

what is ment by:

#-----[ SQL ]------------------------------------------
#
CREATE TABLE phpbb_chat (
message_id int(11) unsigned NOT NULL auto_increment,
chat_id int(11) unsigned NOT NULL default '0',
user_id int(11) unsigned NOT NULL default '0',
user_name varchar(255) collate utf8_bin NOT NULL default '',
message text collate utf8_bin NOT NULL,
bbcode_bitfield varchar(255) collate utf8_bin NOT NULL default '',
bbcode_uid varchar(5) collate utf8_bin NOT NULL default '',
bbcode_options tinyint(1) unsigned NOT NULL default '7',
post_time int(11) unsigned NOT NULL default '0',
PRIMARY KEY (message_id)

where can I find sql and where and how do I create it???

rest of the chages where already made (files where edited)
using: phpbb3b5, submerged skin.
have a look at: http://www.scubaduiker.nl

to make a mistake is uman, but to make a big mess you need a computer (or me)
bare cd4
Cadet IV
Cadet IV
 
Posts: 40
Joined: 04 Dec 2006, 10:44
Location: Nederland
Favorite Team: STG Team
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 4

Postby Highway of Life » 07 Feb 2007, 16:18

You'll want to put that in a new SQL query in phpMyAdmin for your forum database.
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

Re: [Add-on] AJAX Chat 2.0.0 Beta 4

Postby Handyman » 07 Feb 2007, 16:45

Ahh! That's why your chat is showing up blank.
It won't work without the database table.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7456
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

PreviousNext

Return to Miscellaneous MODs, Hacks and Downloads

Who is online

Users browsing this forum: No registered users and 2 guests