Er zijn 3 resultaten gevonden
- 03 dec 2005, 13:34
- Forum: 2.0 Modificaties
- Onderwerp: Username
- Reacties: 4
- Weergaves: 1104
Username2
<?php define('IN_PHPBB', true); $phpbb_root_path = './'; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); $nickname = $userdata['username']; ?> Welkom <?php echo $nickname; ?> Dit wil dus niet werken zeg maar :( Moet het niet iets van >> <?php define('IN_PHP...
- 03 dec 2005, 13:09
- Forum: 2.0 Support
- Onderwerp: Username
- Reacties: 1
- Weergaves: 522
Username
Ik ben met een nieuwe pagina bezig voor mijn forum Dat mensen kunnen chatten in een room als ze op me forum geregistreerd zijn <?php define('IN_PHPBB', true); $phpbb_root_path = './'; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); $total_posts = get_db_sta...
- 03 dec 2005, 12:53
- Forum: 2.0 Modificaties
- Onderwerp: Username
- Reacties: 4
- Weergaves: 1104
Username
Ik ben met een nieuwe pagina bezig voor mijn forum :? Dat mensen kunnen chatten in een room als ze op me forum geregistreerd zijn :) <?php define('IN_PHPBB', true); $phpbb_root_path = './'; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); $total_posts = get_...