PDA

View Full Version : Flashchat mods?


Torgen
05-28-2006, 08:02 PM
Hey Z-F, how did you modify Flashchat with the sounds and bell? I'd like to set up something customized to my WWII webcast site.

Zombie-F
05-28-2006, 09:00 PM
It's all in the config.php file. There's a block of code that defines what events play which sound file. All you do, is upload the new sounds you want to play into the sounds directory, and change the code in config.php to match the names of the files you just uploaded.

I believe to turn the bell on, you need to modify the layout files for users, admins, and mods. The layout files for each usergroup is found in the inc/layouts/ directory.

Torgen
05-28-2006, 09:21 PM
Great! I'll have to check it out. I also have to see if I can use this on my webhost account, since I don't have my own server.

Zombie-F
05-28-2006, 10:13 PM
As long as you can use PHP and MySQL, you're all set. The chat room runs off of a Flash file that relies on PHP and MySQL to send/get the messages. :D