Verfasst: 25.03.2003 22:46
Und ? Kann ich noch mit Lösungsvorschlägen aus Berlin oder anderswo rechnen ? 

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
3613021765,3613022680,3935205236,3575227985,3528349409
Na da kann ja nur noch was gutes bei rauskommen....Acid hat geschrieben:Ich bastle nix....ich installiere nur diese amazonbox zum Testen.
Die ASINs wären zwar ned zwingend notwendig gewesen, aber wenn ich teste dann scho richtig.
falsch:
<td align="left"><?php
include("/aha/hier/hmm/amazonbox/amazonbox.php");
?></td>
richtig:
<td align="left">
<?php
include("/aha/hier/hmm/amazonbox/amazonbox.php");
?>
</td>
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center" class="forumline">
<tr>
<td class="bodyline">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top"><a href="{U_PORTAL}"><img src="templates/Classic/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="2" /></a><br>
<font color="#CCCCFF"><b><font color="#FF0000">Bitte registrieren
Sie sich und nutzen alle Vorteile !!</font></b></font></td>
</tr>
..so in etwa ?<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center" class="forumline">
<tr>
<td class="bodyline">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>include</td>
<td align="center" valign="top"><a href="{U_PORTAL}"><img src="templates/Classic/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="2" /></a><br>
<font color="#CCCCFF"><b><font color="#FF0000">Bitte registrieren
Sie sich und nutzen alle Vorteile !!</font></b></font></td>
<td>include</td>
</tr>