Les Posted January 10, 2005 Posted January 10, 2005 hello, does anyone use the php chat? i can't figure out how to make changes to it. i figured out how to log into the admin area, but there are no options to make changes besides deleting users. i want to get rid of the extra rooms "my room1" and "my room2" is there a way to change the colors and theme? i looked at the phpmychat website, and there is no help on there with these issues. it seems that nobody uses the forums on that site. was just hoping someone here uses the php chat thanks, les Quote
TCH-Rob Posted January 10, 2005 Posted January 10, 2005 Les, I just installed it but it looks like you need to go to chat/config/config.lib.php3 and where you see; >// ------ THESE SETTINGS ALLOW TO FINE TUNE phpMyChat ------ // Proposed (default) rooms and reserved names for private rooms $DefaultChatRooms = array('Default', 'MyRoom1', 'MyRoom2'); $DefaultPrivateRooms = array('Priv1', 'Priv2'); Change it to; >// ------ THESE SETTINGS ALLOW TO FINE TUNE phpMyChat ------ // Proposed (default) rooms and reserved names for private rooms $DefaultChatRooms = array('Default'); $DefaultPrivateRooms = array('Priv1', 'Priv2'); And changes in the style can be done in chat/config/start_page.css.php3 and chat/config/style.css.php3 Quote
Les Posted January 11, 2005 Author Posted January 11, 2005 thanks for the reply. when i go to the address it says it's forbidden. i can't seem to open it, any suggestions? Quote
TCH-Don Posted January 11, 2005 Posted January 11, 2005 Ddi you download the file with ftp so you can edit on your computer or use filmanager to edit it? Quote
Les Posted January 11, 2005 Author Posted January 11, 2005 Ddi you download the file with ftpso you can edit on your computer or use filmanager to edit it? <{POST_SNAPBACK}> i use frontpage 02, so i am not sure what to do Quote
TCH-Rob Posted January 11, 2005 Posted January 11, 2005 I think I used the file manager in cPanel to look where to find it but you will want to get yourself an actual FTP program like cuteftp, leech or ws_ftp to get those files down and edit them in a text editor. I doubt FP will serve you in this venture. Quote
Les Posted January 11, 2005 Author Posted January 11, 2005 thanks guys for your help. i did figure out how to change it in frontpage, but it's kind of a pain. so i will check out the other options you mentioned. thanks again for your help! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.