PDA

View Full Version : directadmin vraag


patrickekkel
11 December 2009, 02:20
ik ben bezig de standaard da index file te veranderen

nu lukt het mij dus wel voor de admin
als ik @ mezelf een domein toevoeg lukt het wel

maar maak ik een acount aan dan krijg ik die standaard index file

ik heb deze file aangepast

/usr/local/directadmin/data/templates/default/index.html

wat moet ik nog meer veranderen

ik hoop dat jullie een oplossing hebben

zo ziet mijn index file er uit als ik als admin hem in mijn acount zet
<html>
<head>


<title>
|DOMAIN|
</title>

<style>
body { background-color: #E2E2E2; background-image: url('http://www.cvdeeden.com/ircm/bg.jpg');background-position: top left;
background-repeat: no-repeat;}
* { font-family: verdana; font-size: 10pt; COLOR: #111111; }
table { background-color: white; clear: both; margin-top: 70px; height: 50%; border: 1px dashed #284263;}
td { text-align: center; padding: 25;}
td.datum { font-size: 7pt; margin-bottom: 0px; padding-bottom: 5px; font-style: italic; }
td.datum b { font-size: 7pt; }
b { color: #284263; font-weight: bold; }
a { text-decoration: none; color: #284263; }
a:hover { text-decoration: none; color: #111111; }
tr.datum { float: left; margin-left: -20px; }
p.copy { color: #284263; font-weight: bold; margin-top: 5px; margin-bottom: 50px; }
h1 { text-align: center; padding: 2px; color: #284263; font-weight: bold; font-size: 11pt; width: 500px; border-bottom: 1px dashed #111111; }
h1 b { font-size: 11pt; }

</style>
</head>
<body>
<center>
<table>
<tr><td><img src="http://www.xxxxxx.nl/img/xxxxxx.jpg"></tr></td>
<tr><td>
<center><h1>HOMEPAGINA VAN <b>|DOMAIN|</b></h1></center>Om deze pagina te bewerken/veranderen<br>upload je je website naar de map "<$
<tr class="datum"><td class="datum">Website (pagina) aangemaakt op:<br><b>|DATECREATED|</b></td></tr>
</table>
<p class="copy">&copy; <a href="http://www.xxxxxxx.nl">xxxxx</a></p>

</center>
</body>

</html>



met vriendelijke groet,
Patrick Ekkel