habe aber nur nen link http://gb2003.de/a/darkdown.html
ist es möglich den so einzubinden mit header und footer im forum
bitte um antwort
Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './'; // <--
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_SEARCH);
init_userprefs($userdata);
$pagecounter = "3";
//
// End session management
//
//
// Redirect user to login page if he is not registered
//
if (!$userdata['session_logged_in'] )
{
message_die(GENERAL_MESSAGE, $lang['Not_Authorised']);
}
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="NetObjects Fusion 7.5 für Windows">
<TITLE>Gästebuch</TITLE>
<STYLE TYPE="text/css">
BODY,.aolmailheader {font-size:10pt; color:black; font-family:Arial;}
a.aolmailheader:link {color:blue; text-decoration:underline; font-weight:normal;}
a.aolmailheader:visited {color:magenta; text-decoration:underline; font-weight:normal;}
a.aolmailheader:active {color:blue; text-decoration:underline; font-weight:normal;}
a.aolmailheader:hover {color:blue; text-decoration:underline; font-weight:normal;}
</STYLE>
<SCRIPT>
<!--
function F_loadRollover(){} function F_roll(){}
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.2" SRC="../assets/rollover.js"></SCRIPT>
</HEAD>
<BODY NOF="(MB=(DefaultMasterBorder, 97, 60, 158, 10), L=(GstebuchLayout, 624, 388))" BGCOLOR="#000000" BACKGROUND="../assets/images/background.gif" TEXT="#000000" LINK="#0033CC" VLINK="#990099" ALINK="#FF0000"
TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 style="text-align: center">
<p> </p>
<p> </p>
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=584 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD>
</TD>
<TD>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=578 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=578>
<p align="center"><iframe src="http://gb2003.de/guestbook.php?id=20157" name="guestbook" width="100%" height="500" align="center" scrolling="yes" marginheight="0" marginwidth="0" frameborder="0"></iframe></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>Code: Alles auswählen
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=584 NOF=LY>Code: Alles auswählen
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=584 NOF=LY ALIGN=CENTER>