dl. Dorin, sincer mii de scuze... dar credeti-ma ca sunt putin indignat!

modificarile ce le-ati evidentiat dvs. in postul de mai sus le-am fauct, le-am si verificat, insa ultimul pas recunosc ca nu l-am facut...
"DIY Instructions" > These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.
Cod: Selectaţi tot
Copy all included folders to the "root" folder to your phpBB root directory.
Navigate to the install folder and run index.php and follow the prompts. This will install the ACP module and make the required SQL changes.
You will need to be logged into the ACP to run the file. Don't forget to delete the install folder afterwards.
DON'T FORGET TO CLEAR THE CACHE!
To enable "Force Login" on custom pages, enter the following code, just after the block usually headed by // Start session management
// ----- Start mod - Force Login ------ //
if ($config['allow_force_login'])
{
if ($config['allow_force_login_bots'])
{
if ($config['allow_force_login_custom'] && $user->data['user_id'] == ANONYMOUS || $user->data['is_bot'])
{
login_box();
}
}
else if ($config['allow_force_login_custom'] && $user->data['user_id'] == ANONYMOUS)
{
login_box();
}
}
// ----- End mod - Force Login -------- //
Aici m-am blocat...