rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: gangooparsad on October 05, 2007, 06:06:28 PM

Title: Requesting a template edit
Post by: gangooparsad on October 05, 2007, 06:06:28 PM
well i think this topic should have been in help section but since i am asking fro a template mode i probably think this section is ok?

anyway i am using Terayon 1.2.1 template and recently i noticed that due to my stupidity & carelessness my server was accessed for some of my very personal pictures and items that i didnot really want to share with some ppl.

however, since then i have installed a password onto the root directory and also remove the private stuff from the sub folders...but apprantly these ppl are not getting the point they are totally starting to annoy me and i want to get my message accross to them.

since the password they get the following message for faild login:
Unauthorized


You need to login first, before you are able to acces the requested page.


is it possible to change this line to a very graphic picture which might seem obcense to some? i want to replace the message with a picture of middle finger and written message "F*** off"

Any help would be very apprecated.

thx
Title: Re: Requesting a template edit
Post by: Mars on October 05, 2007, 09:26:14 PM
into template you can find this section

[unauthorized]
<div class="MessageHeader">
   Unauthorized
</div>
   <br />
<div class="MessageText">
   You need to login first, before you are able to acces the requested page.
   <br /><br /><br />
   <img src="/~img14" height="15"/><a href="../" class="MessageText"> Back to previous page..</a>
   <br />
    &nbsp;
</div>


Modify at your convenience so that it shows what you want, without forgetting the link


<a href="javascript:history.go(-1);"> CLICK HERE TO RETURN</a>
Title: Re: Requesting a template edit
Post by: gangooparsad on October 06, 2007, 05:37:23 AM
thx man

if i need add and image say the name of the file is "123.jpeg" how should i add it to the below line.

please advice thx

<img src="/~img14" height="15"/><a href="../" class="MessageText"> Back to previous page..</a>
   <br />
Title: Re: Requesting a template edit
Post by: Giant Eagle on October 06, 2007, 09:00:46 PM
if i need add and image say the name of the file is "123.jpeg" how should i add it.

If the image is located at the root of the VFS, you should use

<img src="/123.jpeg" /><a href="../" class="MessageText"> Back to previous page..</a>
   <br />
Title: Re: Requesting a template edit
Post by: gangooparsad on October 08, 2007, 04:54:50 PM
thx !!!