hier der code vom template:
(MODIFIED:0
1. "$link" wurde durch "http://www.domain.de/forum/index.php" ersetzt
2. zusätzlich sind top/bottom grafiken eingefügt)
3. zuletzt habe ich ein paar (misaligned?!) end tags entfernt (/font und /div etc.)
HTML
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | Sicherheitssystem</title>
$headinclude
<script type="text/javascript">
window.setTimeout('Weiterleitung()',<if($securityconfig[scriptblocker_message])><then>0</then><else>3600</else></if>);
function Weiterleitung(){
location = "http://www.domain.de/forum/index.php";
}
</script>
</head>
<body>
$header
<br />
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}">
<tr>
<td align="left"><img src="{$style['imagefolder']}/board_top1.gif" alt="" title="" /></td>
<td class="topmenu" style="width:100%" align="left" background="{$style['imagefolder']}/board_top2.gif"><span class="topmenu"><b>ACHTUNG</b></span></td>
<td align="right"><img src="{$style['imagefolder']}/board_top3.gif" alt="" title="" /></td>
</tr>
</table>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tabletitle"><span class="smallfont"><b>Sicherheitssystem Meldung</b></span></td>
</tr>
<tr>
<td class="tablea">
<span class="normalfont"><div align="left">Willkommen in $master_board_name! Das Sicherheitssystem von $master_board_name hat diese Seite aufgerufen, da du durch einen Ref $master_board_name gefunden hast!<br />
Diese Seite blockiert Scripte die $master_board_name schaden können!<br /><br/>
<b><a href="http://www.domain.de/forum/index.php">Du wirst sofort zu deinem Linkziel weitergeleitet oder du klickst hier!</a></b></div></span>
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}">
<tr>
<td align="left"><img src="{$style['imagefolder']}/board_bottom1.gif" alt="" title="" /></td>
<td style="width:100%" align="center" background="{$style['imagefolder']}/board_bottom2.gif"><img src="{$style['imagefolder']}/board_bottom2.gif" alt="" title="" /></td>
<td align="right"><img src="{$style['imagefolder']}/board_bottom3.gif" alt="" title="" /></td>
</tr>
</table>
<br />
$footer
</body>
</html>
Alles anzeigen