Es php con html en un solo archivo.
Si desean les adjunto el archivo.
Saludos.
Moderadores: Soporte phpBB, Soporte MODs

upload_replay.php<?php
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
// Only registered users can go beyond this point
if (!$user->data['is_registered'])
{
if ($user->data['is_bot'])
{
redirect(append_sid("{$phpbb_root_path}index.$phpEx"));
}
if ($user->data['user_id'] != ANONYMOUS)
{
trigger_error('NO_VIEW_USERS');
}
login_box('upload_replay.php', 'El administrador del Sitio requiere que esté registrado y se haya identificado para subir relays.');
}
DESDE_AQUI_EL_RESTO_DEL_CÓDIGO_ACTUAL
?>



<?php (contenido) ?>{HTML}<?php (contenido) ?>{HTML}<?php (contenido) ?>{HTML}

ruben1155 escribió:tengo algo así
- Código: Seleccionar todo
<?php (contenido) ?>{HTML}<?php (contenido) ?>{HTML}<?php (contenido) ?>{HTML}
esos html entonces los pongo como echo y borro los abierto y cerrado de php?
DESDE_AQUI_EL_RESTO_DEL_CÓDIGO_ACTUAL
<?php (contenido del login de phpbb) ?>
<?php (contenido) ?>{HTML}<?php (contenido) ?>{HTML}<?php (contenido) ?>{HTML}







| Enlace: | |
| BBcode: | |
| HTML: |
Volver a Soporte, ayuda, preguntas sobre phpBB 3
Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 3 invitados