Where can I find...

Whyti

Verified User
Joined
Apr 29, 2005
Messages
14
Hello,

Where, in which files, can I find the following things, that I want to do:

1) In the top of DirectAdmin you can see a picture "Webmail" I want to connect this picture with an other page in stead of domain/squirrelmail/

2) On the index of a controlpanel of a user there are 2 links.
Webmail: Squirrelmail and Webmail: UebiMiau. This 2 links I want to change too. Same as point 1)

3) When a user goes to the page of Squirrelmail, they can see Squirrelmails sign/picture. I want to change this picture.

I hope some one can help me, because I can't find it.
If I have to connect with SSH to those files, maybe some one can explain how... (With Putty) :)

Tnx!
 
You will need to use ssh with root privileges
http://help.directadmin.com/item.php?id=10

1. You can find out just as easily as I can. Skins are stored in /usr/local/directadmin/data/skins

2. The links you might be talking about, might be hardcoded. Again sift through the skin files and see if you find it.

3. That is the default Squirrelmail Logo which you can probably replace in the squirrelmail directory which is stored in /var/www/html/squirrelmail*
Find out where the image is being loaded from, then replace it with the one you desire in the correct directory, preferably with the same name otherwise you will have to modify source indicating the name change.
 
Back
Top