- Desde
- 21 Dic 2008
- Mensajes
- 88
Hola quiero saber que parametros tengo que poner para bvulletin, porque tengo este codigo para phpbb3, y yo lo quiero para vbulletin.
Bueno quiero eso pero como lo pongo en bvulletin!!!
PHP:
<?php
define('IN_PHPBB', true);
$phpbb_root_path = '../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
$user->session_begin();
$auth->acl($user->data);
header('Content-type: text/javascript');
?>
params.nick = "<?=$user->data['username']?>";
... other parameters
Bueno quiero eso pero como lo pongo en bvulletin!!!