Pokud nikdo bude chtit pouzivat phpbb3 a ma freehosting nebude mu fungovat forum na IC.cz a Webzdarma.cz napise mi to dve chyby na radku 131 ted Vam sem napisu postup ale jen jednou pro dementy (at si koupi knizku programovani

)
Nainstalujte program na PHP
V programu na PHP najdete redek 126 az 144 prepisete soucasny text a date ulozit:
Kód: Vybrat vše
#
#-----[ OPEN ]------------------------------------------
#
includes/functions_modules.php
#
#-----[ FIND ]------------------------------------------
#
// Include MOD _info files for populating language entries within the menus
if (file_exists($user->lang_path . 'mods'))
{
$add_files = array();
foreach (glob($user->lang_path . 'mods/info_' . strtolower($this->p_class) . '_*.' . $phpEx, GLOB_NOSORT) as $file)
{
$add_files[] = 'mods/' . substr(basename($file), 0, -(strlen($phpEx) + 1));
}
if (sizeof($add_files))
{
$user->add_lang($add_files);
}
}
#
#-----[ REPLACE WITH ]------------------------------------------
#
// Include MOD _info files for populating language entries within the menus
if (file_exists($user->lang_path . 'mods'))
{
$add_files = array();
$info_files = glob($user->lang_path . 'mods/info_' . strtolower($this->p_class) . '_*.' . $phpEx, GLOB_NOSORT);
if ($info_files !== false && sizeof($info_files))
{
foreach ($info_files as $file)
{
$add_files[] = 'mods/' . substr(basename($file), 0, -(strlen($phpEx) + 1));
}
}
if (sizeof($add_files))
{
$user->add_lang($add_files);
}
}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
A jestli mi bude nikdo tvrdit ze to nejde tak at se vrati na zakladku...