hola denuevo !
m ha aparecido un nuevo problemita.
con el arreglo k m hizo effectcard habia kedado bn pero ahora keria integrar el foro en mi pagina con el manual que aparaece
aca pero al parecer entra en conflicto con el anterior arreglo
bueno les dejo la pagina. me avisa esto
Parse error: syntax error, unexpected '<' in
/backups/home/mlarac/public_html/index.php on line
14
-------------------------------------------------------------------------------------------------------
<? ob_start(); ?>
<?php
define ( 'IN_PHPBB' , true );
$phpbb_root_path = './foro' ;
include( $phpbb_root_path . 'extension.inc' );
include( $phpbb_root_path . 'common.' . $phpEx );
//
// Start session management
//
$userdata = session_pagestart ( $user_ip , PAGE_INDEX );
init_userprefs ( $userdata );
//
// End session management
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
?>
<head>
<title>Mlarac.cl</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<!-- **** Layout Stylesheet **** -->
<link rel="stylesheet" type="text/css" href="style/style104_left.css" />
<!-- **** Colour Scheme Stylesheet **** -->
<link rel="stylesheet" type="text/css" href="style/colour2.css" />
</head>
<body>
<div id="main">
<div id="links">
<!-- **** INSERT LINKS HERE **** -->
<a href="#">another link</a> | <a href="#">another link</a> | <a href="#">another link</a> | <a href="#">another link</a>
</div>
<div id="logo">
<h1>Mlarac.cl</h1>
</div>
<div id="content">
<div id="column1">
<div id="menu">
<h1>navigate_</h1>
<ul>
<li><a id="selected" href="index.html">home</a></li>
<li><a href="page1.html">Foro</a></li>
<li><a href="page2.html">Blog</a></li>
<li><a href="page3.html">Email</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div class="sidebaritem">
<h1>Login</h1>
<form action="./foro/login.php" method="post">
<input type="text" name="username"><br />
<input type="password" name="password"><br />
<input type="submit" value="login" name="login">
</form>
</div>
<div id="addlinks">
<h1>links_</h1>
<!-- **** INSERT ADDITIONAL LINKS HERE **** -->
<ul>
<li><a href="">another link</a></li>
<li><a href="">another link</a></li>
<li><a href="">another link</a></li>
<li><a href="">another link</a></li>
</ul>
</div>
<div class="sidebaritem">
<h1>information_</h1>
<!-- **** INSERT OTHER INFORMATION HERE **** -->
<p>
This space can be used for additional information such as a contact phone number, address
or maybe even a graphic.
</p>
</div>
</div>
<div id="column2">
<p> </p>
<?php
define('wbnews',true);
include("config.php");
include("global.php");
include("news.php");
$news = new news($newsConfig);
$news->displayNews();
?>
</div>
</div>
<div id="footer">
© 2006 mlarac.cl | <a href="#">mlarac7@gmail.com </a>| <a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.dcarter.co.uk">design by dcarter</a> </div>
</div>
</body>
</html>
<? ob_end_flush(); ?>