alleen merk ik nu zelf dat de namen van de balkjes en aan de linkerkant van de menu het woordt Portal niet staat ( leeg veld)
wat heb ik dus wel mis gedaan waardoor ik zo'n probleem heb gekregen?
hoe kan ik het oplossen?
het lukt mij niet om op het portal te krijgenXGE_Lithium schreef: 2. Dat lijkt me gewoon het Administratie Paneel. En dan bij Forum managament
Code: Selecteer alles
#
#-----[ SQL ]------------------------
#
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('welcome_text', 'your_welcome_text');
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('number_of_news', '5');
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('news_length', '200');
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('news_forum', '1');
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('poll_forum', '1');
D!-LoSH schreef:om die mod te downloaden staat er
hoe maak je dit?Code: Selecteer alles
# #-----[ SQL ]------------------------ # INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('welcome_text', 'your_welcome_text'); INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('number_of_news', '5'); INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('news_length', '200'); INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('news_forum', '1'); INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('poll_forum', '1');
gewoon een table ontwerpen toch?
Code: Selecteer alles
Warning: main(): Unable to access ./extension.inc in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 23
Warning: main(./extension.inc): failed to open stream: No such file or directory in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 23
Warning: main(): Unable to access ./extension.inc in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 23
Warning: main(./extension.inc): failed to open stream: No such file or directory in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 23
Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/local/lib/php') in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 23
Notice: Undefined variable: phpEx in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 24
Warning: main(): Unable to access ./common. in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 24
Warning: main(./common.): failed to open stream: No such file or directory in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 24
Warning: main(): Unable to access ./common. in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 24
Warning: main(./common.): failed to open stream: No such file or directory in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 24
Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/local/lib/php') in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 24
Fatal error: Call to undefined function: session_pagestart() in /mnt/x/home/13169155417/www/web/forum/db/db_update.php on line 29
D!-LoSH schreef:hoe maak je dit?Code: Selecteer alles
# #-----[ SQL ]------------------------ # INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('welcome_text', 'your_welcome_text'); INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('number_of_news', '5'); INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('news_length', '200'); INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('news_forum', '1'); INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('poll_forum', '1');
gewoon een table ontwerpen toch?
Code: Selecteer alles
#-----[ OPEN ]-----------------------
#
# Changes in this file can be not compatibile with Nutzzy EasyMOD!
#
admin/admin_board.php
#
#-----[ FIND & DELETE ]-----------------------
#
//
// Set configuration for ezPortal
//
// Welcome Text: note that we are in PHP file, so use \' instead of ' and use \\ instead of \ (HTML enabled)
$CFG['welcome_text'] = 'Witamy na stronie <b>Sojuszy Zjednoczonych!</b><br /><br />Sojusze Zjednoczone to największa koalicja sojuszy na Uniwersum 24 w Ogame, a to jest jej strona. Zapraszamy do rejestracji oraz pisania na forum! ^_^';
// Number of news on portal
$CFG['number_of_news'] = '5';
// Length of news
$CFG['news_length'] = '200';
// News Forum ID: separate by comma for multi-forums, eg. '1,2,5'
$CFG['news_forum'] = '4';
// Poll Forum ID: separate by comma for multi-forums, eg. '3,8,14'
$CFG['poll_forum'] = '4';
//
// END configuration
// --------------------------------------------------------
#
#-----[ FIND ALL ]-----------------------
#
$CFG['*']
#
#-----[ REPLACE BY ]------------------
#
$board_config['*']
Code: Selecteer alles
#
#-----[ FIND ALL ]-----------------------
#
$CFG['*']
#
#-----[ REPLACE BY ]------------------
#
$board_config['*']