
I need a block which display all categories created in tdmdownloads module.
is someone there who is able to write such a block?
thanks!
alert alert-error
alert alert-danger
if (strpos(XOOPS_PATH . '/', XOOPS_ROOT_PATH . '/') !== false || strpos(XOOPS_PATH . '/', $_SERVER['DOCUMENT_ROOT'] . '/') !== false) {
xoops_error(sprintf(_AD_WARNINGXOOPSLIBINSIDE, XOOPS_PATH));
echo '
';
}
if (strpos(XOOPS_VAR_PATH . '/', XOOPS_ROOT_PATH . '/') !== false || strpos(XOOPS_VAR_PATH . '/', $_SERVER['DOCUMENT_ROOT'] . '/') !== false) {
xoops_error(sprintf(_AD_WARNINGXOOPSLIBINSIDE, XOOPS_VAR_PATH));
echo '
';
}
efine('_AD_WARNINGNOTWRITEABLE','WARNING: Folder %s is not writeable by the server.
Please change the permission of this folder.
in Unix (777), in Win32 (writable)');
define('_AD_WARNINGXOOPSLIBINSIDE','WARNING: Folder %s is inside DocumentRoot!
For security considerations it is highly suggested to move it out of DocumentRoot.');
<div class="errorMsg"><div>WARNING: Folder C:/UwAmp/www/xoops-2.5.8/htdocs/xoops_lib is inside DocumentRoot! <br />For security considerations it is highly suggested to move it out of DocumentRoot.div>div><br /><div class="errorMsg"><div>WARNING: Folder C:/UwAmp/www/xoops-2.5.8/htdocs/xoops_data is inside DocumentRoot! <br />For security considerations it is highly suggested to move it out of DocumentRoot.div>div><br />div>
import_request_variables("P", "post_");
extract($_POST, EXTR_PREFIX_ALL, "post_");