We're repeating this issue, because it was discovered past time we announced it, the most important addon's file addon_smilies.php was not properly updated in the package. Now it seems to be allright. My apologies.
Smilies addon has been updated recently fixing the file inclusion fix which works
only on the servers with enabled option
register_globals=ON in php.ini. We recommend everybody having this addon installed to update it, using the following code modifications of addon_smilies.php file:
a) Right below the comment saying
/* Code */ paste the new line:
/* Code */if (!defined('INCLUDED776')) die ('Fatal error.');b) The line which says
if(!isset($pathToFiles)) include('./setup_options.php');below needs to be
deleted or commented.
We thank our community user
kazim09 for discovering out and reporting us this issue.
Update has been issued for the following files:
- addon_smilies.php script
- code for bb_plugins.php
- code for main_post_form.html (actually there is an other link indicating smilies pop-up).
I have updated this on
minibbtest, too. Please check and inform me if there will be new troubles.