kennt sich jemand von euch mit dem cafelog (
http://cafelog.com/) aus? bin nämlich schon die ganze zeit dabei mein template zu uppen, aber er nimmt es als nicht an. oder kann vielleicht mal ein php'ler kurz über das template schauen, ob das irgendwie ein hacken hat? wäre super.
Code:
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml/DTD/xhtml-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>www.thorstenkonrad.de</title>
<!-- Change charset if needed(?) But please do not remove this metatag -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="torres@thorstenkonrad.de" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
<link href="../torres.css" rel="stylesheet" media="screen">
</head>
<BODY background="../gfx/back.gif" BGCOLOR=#5b615c LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<img class="headlines" src="../gfx/69.gif" alt="" height="8" width="12" border="0"><img class="headlines" src="../gfx/69.gif" alt="" height="8" width="12" border="0"><b><font color="#cacaca"><span class="headlines">NEWS</span></font></b>
<TABLE WIDTH=309 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=2>
<IMG SRC="gfx/weblo11.gif" WIDTH=309 HEIGHT=1 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC="gfx/weblo22.gif" WIDTH=309 HEIGHT=17 ALT=""></TD>
</TR>
<TR>
<TD width="18">
<IMG SRC="gfx/weblo33.gif" WIDTH=18 HEIGHT=14 ALT=""></TD>
<TD class="copys"><?php the_author() ?> | <?php the_date() ?> | <?php the_time() ?> |
</TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC="gfx/weblo55.gif" WIDTH=309 HEIGHT=10 ALT=""></TD>
</TR>
<TR>
<TD class="copys" COLSPAN=2><?php the_title() ?><br><?php the_content() ?>
</TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC="gfx/weblo77.gif" WIDTH=309 HEIGHT=12 ALT=""></TD>
</TR>
<TR>
<TD width="18">
<IMG SRC="gfx/weblo88.gif" WIDTH=18 HEIGHT=12 ALT=""></TD>
<TD class="copys"><?php comments_popup_link("comments ?", "1 comment", "% comments") ?><?php include ("b2comments.php"); ?>
</TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC="gfx/weblo1010.gif" WIDTH=309 HEIGHT=15 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC="gfx/weblo1111.gif" WIDTH=309 HEIGHT=1 ALT=""></TD>
</TR>
</TABLE>
<!-- // this is just the end of the motor - don't touch that line either :) --><?php } ?>
<div align="left">
<font color="#3b3b3b">powered by thorsten konrad and <a href="http://cafelog.com" target="_blank"><b>b2</b></a>. <a href="b2login.php">login | </a><a href="b2register.php">register</a></font></div>
<?php
if ($debug=="1") {
echo "<p>$querycount queries - ".number_format(timer_stop(),3)." seconds</p>";
}
?>
</body>
</html>