wat kun je er mee
nou je kunt een flash spelletjes sectie toevoegen aan je forum
Gaming.php
Code: Selecteer alles
<?php
/***************************************************************************
* gaming.php
* -------------------
* begin : 6-03-04
* copyright : XTrme www.xtrme.nl.tt
* email : ttewierik@hotmail.com
*
* $Id: gaming.php,v 1.0.0 2004/03/01
*
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_VIEWMEMBERS);
init_userprefs($userdata);
//
// End session management
//
$page_title = $lang['Games'];
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
$template->set_filenames(array(
'body' => 'gaming.tpl')
);
$row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
Code: Selecteer alles
<?php
/***************************************************************************
* gaming.php
* -------------------
* begin : 6-03-04
* copyright : XTrme www.xtrme.nl.tt
* email : ttewierik@hotmail.com
*
* $Id: gaming.php,v 1.0.0 2004/03/01
*
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_VIEWMEMBERS);
init_userprefs($userdata);
//
// End session management
//
$page_title = $lang['Games'];
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
$template->set_filenames(array(
'body' => 'gaming.tpl')
);
$row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
Mod installatie bestand ben ik nog bezig maar die post ik later deze middag nog wel
zie je een lek of iets wat verbeterd kan worden
meld dat dan ff
o ja hier doet de mod het al
http://www.xtrme.fwsh.net/phpBB/gaming.php