Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [PHP & MySQL] Wer hilft mir mit Rapidforum? -> Belohnung (https://www.gegen-bilderklau.net/thread.php?threadid=71084)


Geschrieben von Grünes Kamel am 09.07.2006 um 11:25:

  Wer hilft mir mit Rapidforum? -> Belohnung

Hi zusammen! Ich hab jetzt ein Rapidforum für meinen VRH und ich möchte es gerne farblich auf meinen Hof anpassen. Kann mir jemand helfen? Der Code sieht so aus (Kopieren verboten!):
Zitat:
<!-- SKINID=19 -->
<!---
<!-- imageurl=(((DB:string1))) -->
<!-- CATEGORYSEPARATOR=<tr><td colspan=6 class="categoryseperator"><img src="(((DB:string1)))expanded.gif"><font size=2><b> (((categoryname)))</b></font></td></tr> -->
<!-- treetableend=</b></td></tr></table></td></tr></table> -->
<!-- PUBLISHCOLOR=(((const:publishcolor))) -->
<!-- PREVIOUSPAGESTRING=&laquo; vorige -->
<!-- NEXTPAGESTRING=nächste &raquo; -->
<!-- UNLOCKEDPAGESFONT=size=1 -->
<!-- LOCKEDPAGESFONT=size=1 -->
<!-- POSTINGSPAGESFONT=size=1 -->
<!-- TTRPOSTINGSPAGESFONT=size=1 -->
<!-- SEARCH1=<b><u><font color="red"> -->
<!-- SEARCH2=</font></u></b> -->


<!-- backgroundcolor=#E6E6CC -->
<!-- table_backgroundcolor=#E6E6CC -->
<!-- bright_column=#E6E6CC -->
<!-- bright_middle_column=#E6E6CC -->
<!-- middle_column=#E6E6CC -->
<!-- dark_column=#AAA788 -->
<!-- sms_column=#E6E6CC -->
<!-- borderline_color=#AAA788 -->

<!-- script_color=#000000 -->
<!-- script_color_areaname=#AAA788 -->
<!-- closed_area_script_color=#AAA788 -->
<!-- categoryseperator_script_color=#AAA788 -->
<!-- linkcolor_normal=#AAA788 -->
<!-- linkcolor_active=#AAA788 -->
<!-- linkcolor_visited=#AAA788-->
<!-- linkcolor_hover=#AAA788 -->
<!-- urgent_topics=#FF0000 -->
<!-- admin_mod_color=#FF0000 -->
<!-- second_admin_color=#000090 -->
<!-- second_mod_color=#007788 -->
<!-- publishcolor=#000000 -->

<!-- avatars_active=1 -->
<!-- avatars_hight= -->
<!-- avatars_width= -->

<!-- stars_active=0 -->

<!-- mod_columnwidth_in_areatablerows=120 -->
--->






<html>
<head>

<!-- Date -->

<script language="javascript">
<!--
var heutestring = "<b>Heute</b>";
var gesternstring = "<b>Gestern</b>";
var gestern = 1;

function OutPutDate(datestring)
{
var date = new Date(
parseInt(datestring.substr(6,4),10),
parseInt(datestring.substr(3,2),10)-1,
parseInt(datestring.substr(0,2),10),
parseInt(datestring.substr(11,2),10),
parseInt(datestring.substr(14,2),10),0
);

var current = new Date();

if (date.getDate() == current.getDate() && date.getMonth() == current.getMonth() && date.getYear() == current.getYear())
{
document.write(heutestring+" um "+datestring.substr(11,5));
return;
}

if (gestern == 1)
{
current.setDate(current.getDate() - 1);

if (date.getDate() == current.getDate() && date.getMonth() == current.getMonth() && date.getYear() == current.getYear())
{
document.write(gesternstring+" um "+datestring.substr(11,5));
return;
}
}

document.write(datestring);
}
// -->
</script>

<!-- date end -->

<title>(((forumname)))</title>
<LINK rel=stylesheet type="text/css" href="(((const:imageurl)))yabbse.css">

<style type="text/css">
<!--
BODY {font-family:Verdana,Arial,Helvetica; text-decoration:none;}
TABLE.tabelle {background-colorunglücklich ((const:table_backgroundcolor)));}
TD.helloben {background-colorunglücklich ((const:bright_column)));}
TD.pn {background-colorunglücklich ((const:sms_column)));}
TD.forumname {background-colorunglücklich ((const:backgroundcolor))); colorunglücklich ((const:script_color_areaname)));}
TD.forumname2 {background-colorunglücklich ((const:backgroundcolor)));}
TD.hell {background-colorunglücklich ((const:bright_column)));}
TD.hellmittel {background-colorunglücklich ((const:bright_middle_column)));}
TD.mittel {background-colorunglücklich ((const:middle_column)));}
TD.dunkel {background-colorunglücklich ((const:dark_column)));}
TD.categoryseperator { background-image: url((((const:imageurl)))catbg.jpg); background-repeat: repeat-x }
TR.rowcolor1 {background-colorunglücklich ((const:bright_middle_column)));}
TR.rowcolor2 {background-colorunglücklich ((const:middle_column)));}

A:link {text-decoration:none; colorunglücklich ((const:linkcolor_normal)));}
A:active {text-decoration:none; colorunglücklich ((const:linkcolor_active)));}
A:visited {text-decoration:none; colorunglücklich ((const:linkcolor_visited)));}
A:hover {colorunglücklich ((const:linkcolor_hover)))}

INPUT.anmelden {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #E6E6CC;

border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
INPUT.posten {
FONT-SIZE: 11px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR:#000000;
BACKGROUND-COLOR:#E6E6CC;

border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
TEXTAREA.posten {
FONT-SIZE: 11px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR:#000000;
BACKGROUND-COLOR:#E6E6CC;

border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}

-->
</style>



</head>

<body bgcolor=(((const:backgroundcolor))) text=(((const:script_color))) link="(((const:linkcolor_normal)))" vlink="(((const:linkcolor_visited)))" alink="(((const:linkcolor_active)))">


<table border=0 width=100% align=center cellpadding=0 cellspacing=0 class="cloudbg">
<tr><td background="(((const:imageurl)))clouds.jpg">
<img src="(((const:imageurl)))tl.gif" border="0" alt="banner"></td></tr></table>


<table border=0 width=80% align=center cellpadding=1 cellspacing=0 class="forum">
<tr>
<td width=45% align=left><font size=2>

<USERMODE!1>Hallo, <b>(((username)))</b>.</USERMODE>
<USERMODE=1>Willkommen, <b>Gast</b>. Bitte <a href=/login>Login</a> oder <a href=/signup>Registrieren</a>.</USERMODE>

</td>
<td width=55% class="forumname2" align=right><font size=2>(((servertime)))</font><br>
</td>
</tr>
</table>

<font size=1>
<form action="/" method="post" name="f"><input type="hidden" name="logout" value="Logout"></form>
<table border=0 cellspacing=1 cellpadding=2 align=center width=80% class="tabelle">
<tr>
<td class="helloben">
<table border=0 cellpadding=1 cellspacing=0 align=center width=100%>
<tr>
<td width=95% class="helloben" align=center>
<a href=/><img src="(((const:imageurl)))home.gif" border=0 alt="Index" title="Index"></a> <a href=/help><img src="(((const:imageurl)))help.gif" border=0 alt="Hilfe" title="Hilfe"></a> <a href=/search><img src="(((const:imageurl)))search.gif" border=0 alt="Suche" title="Suche"></a> <USERMODE=1><a href=/login><img src="(((const:imageurl)))login.gif" border=0 alt="Login" title="Login"></a> <a href=/signup><img src="(((const:imageurl)))register.gif" border=0 alt="Registrieren" title="Registrieren"></a></USERMODE> <USERMODE!1><a href=/profile><img src="(((const:imageurl)))profile.gif" border=0 alt="change Profil" title="change Profil"></a></USERMODE> <USERMODE=5><a href=/admin><img src="(((const:imageurl)))admin.gif" border=0 alt="Administration" title="Administration"></a></USERMODE> <USERMODE!1><a href="http://(((fid))).rapidforum.com/logout=1"><img src="(((const:imageurl)))logout.gif" border="0" alt="Logout [ (((username))) ]" title="Logout [ (((username))) ]"></a>
</USERMODE>

</td>
</tr>
</table>
</td>
</tr>
<IF pendingmessages>
<tr>
<td class="pn">
</IF>

<IF pendingmessage1>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate1))) schrieb <a href="/action=profile&id=(((usermessagefrom1)))">(((usermessagefromname1)))
</a>:</b> (((usermessage1))) <b>[ <a href="/action=sms&id=(((usermessagefrom1)))">answer</a> | <a href="/action=deletemsg&id=1">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage2>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate2))) schrieb <a href="/action=profile&id=(((usermessagefrom2)))">(((usermessagefromname2)))
</a>:</b> (((usermessage2))) <b>[ <a href="/action=sms&id=(((usermessagefrom2)))">answer</a> | <a href="/action=deletemsg&id=2">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage3>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate3))) schrieb <a href="/action=profile&id=(((usermessagefrom3)))">(((usermessagefromname3)))
</a>:</b> (((usermessage3))) <b>[ <a href="/action=sms&id=(((usermessagefrom3)))">answer</a> | <a href="/action=deletemsg&id=3">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage4>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate4))) schrieb <a href="/action=profile&id=(((usermessagefrom4)))">(((usermessagefromname4)))
</a>:</b> (((usermessage4))) <b>[ <a href="/action=sms&id=(((usermessagefrom4)))">answer</a> | <a href="/action=deletemsg&id=4">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage5>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate5))) schrieb <a href="/action=profile&id=(((usermessagefrom5)))">(((usermessagefromname5)))
</a>:</b> (((usermessage5))) <b>[ <a href="/action=sms&id=(((usermessagefrom5)))">answer</a> | <a href="/action=deletemsg&id=5">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessages>
</td>
</tr>
</IF>

<tr>
<td class="hellmittel"><font size=2><b>Neues:</b> Nichts zu berichten.</font></td></tr></table><br />


<table border=0 cellspacing=0 cellpadding=2 align=center width=80% class="tabelle">
<tr>
<td class="forumname" align=left><font size=1><b>


Und das Forum: klick
Die HP: klick

Bitte helft mir! Als Belohnung, könnt ihr euch eine Grafik aussuchen, die ich für euch mache!
lg Grünes Kamel



Geschrieben von Black Katrin am 09.07.2006 um 11:32:

 

großes Grinsen das kannste im admin berreich ganz leicht ändenr, den code bauchste dafür nit (ausser es hätte sich geändert)



Geschrieben von Grünes Kamel am 09.07.2006 um 11:41:

 

Wie kann ich das denn machen?



Geschrieben von Black Katrin am 09.07.2006 um 11:52:

 

hats da nix was forum darstellung oder so heisst?



Geschrieben von Grünes Kamel am 09.07.2006 um 12:11:

 

Ne, glaub nicht... Kommt nicht draus unglücklich



Geschrieben von Black Katrin am 09.07.2006 um 12:12:

 

ok... woher haste den den code?



Geschrieben von Grünes Kamel am 09.07.2006 um 12:23:

 

Beim Adminstrationsbereich gibts so nen Button, Design heisst der, von dort hab ich den



Geschrieben von Black Katrin am 09.07.2006 um 12:26:

 

ok, dann muss mans darüber ändernAugenzwinkern

alles wo so aussieht: #000000 also eine raute + 6 zahlen sind farbcodes, davor steht für was die sind. diese musst du nur noch ändern.



Geschrieben von Grünes Kamel am 09.07.2006 um 12:31:

 

Ich kanns einfach nicht... Komm nicht draus, wo wie und was ich ändern muss, damit das Forum an die Farben meiner Homepage angepasst ist, wie ich das blau wegkriege etc- unglücklich



Geschrieben von Black Katrin am 09.07.2006 um 12:37:

 

kensnt du dich den mit grafiken, also mit den farbcodes aus?



Geschrieben von Grünes Kamel am 09.07.2006 um 12:47:

 

Mit Farbcodes schon, denke ich, aber mit dem HTML von Forum überhaupt nicht...



Geschrieben von Black Katrin am 09.07.2006 um 12:53:

 

ok ich werd dir nachher ne "anleitung" schreibenAugenzwinkern



Geschrieben von Grünes Kamel am 09.07.2006 um 13:01:

 

ok, vielen dank! *knuddl*



Geschrieben von Black Katrin am 09.07.2006 um 14:33:

  RE: Wer hilft mir mit Rapidforum? -> Belohnung

also los gehtsgroßes Grinsen alles dicke ist für dich wichtig
und alles was schräg ist, musst du wieder rauslöschen das hab ich dir reingeschrieben

<!-- SKINID=19 -->
<!---
<!-- imageurl=(((DB:string1))) -->
<!-- CATEGORYSEPARATOR=<tr><td colspan=6 class="categoryseperator"><img src="(((DB:string1)))expanded.gif"><font size=2><b> (((categoryname)))</b></font></td></tr> -->
<!-- treetableend=</b></td></tr></table></td></tr></table> -->
<!-- PUBLISHCOLOR=(((const:publishcolor))) -->
<!-- PREVIOUSPAGESTRING=&laquo; vorige -->
<!-- NEXTPAGESTRING=nächste &raquo; -->
<!-- UNLOCKEDPAGESFONT=size=1 -->
<!-- LOCKEDPAGESFONT=size=1 -->
<!-- POSTINGSPAGESFONT=size=1 -->
<!-- TTRPOSTINGSPAGESFONT=size=1 -->
<!-- SEARCH1=<b><u><font color="red"> -->
<!-- SEARCH2=</font></u></b> -->


<!-- backgroundcolor=#E6E6CC --> Das ist die allgemeine Hintergrundfarbe deines Forums
<!-- table_backgroundcolor=#E6E6CC -->die hintergrundfarbe der Tabelle
<!-- bright_column=#E6E6CC -->auf deutsch heisst das "helle Spalte"
<!-- bright_middle_column=#E6E6CC --> helle mittlere Spalte
<!-- middle_column=#E6E6CC -->mittlere Spalte
<!-- dark_column=#AAA788 --> Dunkle Spalte
<!-- sms_column=#E6E6CC --> keine Ahnung sry
<!-- borderline_color=#AAA788 --> grenzlinien Farbe, also ich vermutemal die farbe die hier dies dunklere grün ist und alles einteilt

<!-- script_color=#000000 -->
<!-- script_color_areaname=#AAA788 -->
<!-- closed_area_script_color=#AAA788 -->
<!-- categoryseperator_script_color=#AAA788 -->
<!-- linkcolor_normal=#AAA788 -->
<!-- linkcolor_active=#AAA788 -->
<!-- linkcolor_visited=#AAA788-->
<!-- linkcolor_hover=#AAA788 -->
<!-- urgent_topics=#FF0000 -->
<!-- admin_mod_color=#FF0000 -->
<!-- second_admin_color=#000090 -->
<!-- second_mod_color=#007788 -->
<!-- publishcolor=#000000 -->

<!-- avatars_active=1 -->
<!-- avatars_hight= -->
<!-- avatars_width= -->

<!-- stars_active=0 -->

<!-- mod_columnwidth_in_areatablerows=120 -->
--->






<html>
<head>

<!-- Date -->

<script language="javascript">
<!--
var heutestring = "<b>Heute</b>";
var gesternstring = "<b>Gestern</b>";
var gestern = 1;

function OutPutDate(datestring)
{
var date = new Date(
parseInt(datestring.substr(6,4),10),
parseInt(datestring.substr(3,2),10)-1,
parseInt(datestring.substr(0,2),10),
parseInt(datestring.substr(11,2),10),
parseInt(datestring.substr(14,2),10),0
);

var current = new Date();

if (date.getDate() == current.getDate() && date.getMonth() == current.getMonth() && date.getYear() == current.getYear())
{
document.write(heutestring+" um "+datestring.substr(11,5));
return;
}

if (gestern == 1)
{
current.setDate(current.getDate() - 1);

if (date.getDate() == current.getDate() && date.getMonth() == current.getMonth() && date.getYear() == current.getYear())
{
document.write(gesternstring+" um "+datestring.substr(11,5));
return;
}
}

document.write(datestring);
}
// -->
</script>

<!-- date end -->

<title>(((forumname)))</title>
<LINK rel=stylesheet type="text/css" href="(((const:imageurl)))yabbse.css">

<style type="text/css">
<!--
BODY {font-family:Verdana,Arial,Helvetica; text-decoration:none;}
TABLE.tabelle {background-colorunglücklich ((const:table_backgroundcolor)));}
TD.helloben {background-colorunglücklich ((const:bright_column)));}
TD.pn {background-colorunglücklich ((const:sms_column)));}
TD.forumname {background-colorunglücklich ((const:backgroundcolor))); colorunglücklich ((const:script_color_areaname)));}
TD.forumname2 {background-colorunglücklich ((const:backgroundcolor)));}
TD.hell {background-colorunglücklich ((const:bright_column)));}
TD.hellmittel {background-colorunglücklich ((const:bright_middle_column)));}
TD.mittel {background-colorunglücklich ((const:middle_column)));}
TD.dunkel {background-colorunglücklich ((const:dark_column)));}
TD.categoryseperator { background-image: url((((const:imageurl)))catbg.jpg); background-repeat: repeat-x }
TR.rowcolor1 {background-colorunglücklich ((const:bright_middle_column)));}
TR.rowcolor2 {background-colorunglücklich ((const:middle_column)));}

A:link {text-decoration:none; colorunglücklich ((const:linkcolor_normal)));}
A:active {text-decoration:none; colorunglücklich ((const:linkcolor_active)));}
A:visited {text-decoration:none; colorunglücklich ((const:linkcolor_visited)));}
A:hover {colorunglücklich ((const:linkcolor_hover)))}

INPUT.anmelden {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #E6E6CC;

border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
INPUT.posten {
FONT-SIZE: 11px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR:#000000;
BACKGROUND-COLOR:#E6E6CC;

border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
TEXTAREA.posten {
FONT-SIZE: 11px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR:#000000;
BACKGROUND-COLOR:#E6E6CC;

border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}

-->
</style>



</head>

<body bgcolor=(((const:backgroundcolor))) text=(((const:script_color))) link="(((const:linkcolor_normal)))" vlink="(((const:linkcolor_visited)))" alink="(((const:linkcolor_active)))">


<table border=0 width=100% align=center cellpadding=0 cellspacing=0 class="cloudbg">
<tr><td background="(((const:imageurl)))clouds.jpg">
<img src="(((const:imageurl)))tl.gif" border="0" alt="banner"></td></tr></table>


<table border=0 width=80% align=center cellpadding=1 cellspacing=0 class="forum">
<tr>
<td width=45% align=left><font size=2>

<USERMODE!1>Hallo, <b>(((username)))</b>.</USERMODE>
<USERMODE=1>Willkommen, <b>Gast</b>. Bitte <a href=/login>Login</a> oder <a href=/signup>Registrieren</a>.</USERMODE>

</td>
<td width=55% class="forumname2" align=right><font size=2>(((servertime)))</font><br>
</td>
</tr>
</table>

<font size=1>
<form action="/" method="post" name="f"><input type="hidden" name="logout" value="Logout"></form>
<table border=0 cellspacing=1 cellpadding=2 align=center width=80% class="tabelle">
<tr>
<td class="helloben">
<table border=0 cellpadding=1 cellspacing=0 align=center width=100%>
<tr>
<td width=95% class="helloben" align=center>
<a href=/><img src="(((const:imageurl)))home.gif" border=0 alt="Index" title="Index"></a> <a href=/help><img src="(((const:imageurl)))help.gif" border=0 alt="Hilfe" title="Hilfe"></a> <a href=/search><img src="(((const:imageurl)))search.gif" border=0 alt="Suche" title="Suche"></a> <USERMODE=1><a href=/login><img src="(((const:imageurl)))login.gif" border=0 alt="Login" title="Login"></a> <a href=/signup><img src="(((const:imageurl)))register.gif" border=0 alt="Registrieren" title="Registrieren"></a></USERMODE> <USERMODE!1><a href=/profile><img src="(((const:imageurl)))profile.gif" border=0 alt="change Profil" title="change Profil"></a></USERMODE> <USERMODE=5><a href=/admin><img src="(((const:imageurl)))admin.gif" border=0 alt="Administration" title="Administration"></a></USERMODE> <USERMODE!1><a href="http://(((fid))).rapidforum.com/logout=1"><img src="(((const:imageurl)))logout.gif" border="0" alt="Logout [ (((username))) ]" title="Logout [ (((username))) ]"></a>
</USERMODE>

</td>
</tr>
</table>
</td>
</tr>
<IF pendingmessages>
<tr>
<td class="pn">
</IF>

<IF pendingmessage1>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate1))) schrieb <a href="/action=profile&id=(((usermessagefrom1)))">(((usermessagefromname1)))
</a>:</b> (((usermessage1))) <b>[ <a href="/action=sms&id=(((usermessagefrom1)))">answer</a> | <a href="/action=deletemsg&id=1">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage2>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate2))) schrieb <a href="/action=profile&id=(((usermessagefrom2)))">(((usermessagefromname2)))
</a>:</b> (((usermessage2))) <b>[ <a href="/action=sms&id=(((usermessagefrom2)))">answer</a> | <a href="/action=deletemsg&id=2">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage3>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate3))) schrieb <a href="/action=profile&id=(((usermessagefrom3)))">(((usermessagefromname3)))
</a>:</b> (((usermessage3))) <b>[ <a href="/action=sms&id=(((usermessagefrom3)))">answer</a> | <a href="/action=deletemsg&id=3">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage4>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate4))) schrieb <a href="/action=profile&id=(((usermessagefrom4)))">(((usermessagefromname4)))
</a>:</b> (((usermessage4))) <b>[ <a href="/action=sms&id=(((usermessagefrom4)))">answer</a> | <a href="/action=deletemsg&id=4">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage5>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate5))) schrieb <a href="/action=profile&id=(((usermessagefrom5)))">(((usermessagefromname5)))
</a>:</b> (((usermessage5))) <b>[ <a href="/action=sms&id=(((usermessagefrom5)))">answer</a> | <a href="/action=deletemsg&id=5">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessages>
</td>
</tr>
</IF>

<tr>
<td class="hellmittel"><font size=2><b>Neues:</b> Nichts zu berichten.</font></td></tr></table><br />


<table border=0 cellspacing=0 cellpadding=2 align=center width=80% class="tabelle">
<tr>
<td class="forumname" align=left><font size=1><b>


--------------

mach später weiter, kann nit soviel schreiben aufienmal da handshcmerzen



Geschrieben von Grünes Kamel am 09.07.2006 um 14:56:

 

ok, vielen Dank! Ist echt voll lieb!


Forensoftware: Burning Board, entwickelt von WoltLab GmbH