Jump to content

Recommended Posts

Posted

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 :blink:

 

thanks,

les

Posted

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

Posted

thanks for the reply. when i go to the address it says it's forbidden.

 

i can't seem to open it, any suggestions?

Posted
Ddi you download the file with ftp

so you can edit on your computer

or use filmanager to edit it?

 

i use frontpage 02, so i am not sure what to do

Posted

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.

Posted

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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...