Yeah, that's right ... phpBB 1.4.4 ... the old, even more hackable version!
I have a customer with an old forum, and I'd like to convert it to static HTML pages, or update it and import it into a SMF "Lo-Fi" version for read-only access. I can't really merge it with their existing forum due to username incompatibilities.
But I can't seem to make the old forums run on my server to start to convert them to some other format. Even though I've checked the permissions a dozen times, I get the error message "The config file is writeable by the webserver" with an admonition to chmod the config.php file to 644. It is at 644 already (and I've tried other settings, such as 444), and I'm wondering if anyone knows what it could be.
My server has been upgraded to php5, but I've inserted the line
"AddHandler application/x-httpd-php4 .php" in .htaccess to see if it would run only under php4. I'm wondering if it could be phpSuExec? The script is old enough it might not be compatible.
I have a customer with an old forum, and I'd like to convert it to static HTML pages, or update it and import it into a SMF "Lo-Fi" version for read-only access. I can't really merge it with their existing forum due to username incompatibilities.
But I can't seem to make the old forums run on my server to start to convert them to some other format. Even though I've checked the permissions a dozen times, I get the error message "The config file is writeable by the webserver" with an admonition to chmod the config.php file to 644. It is at 644 already (and I've tried other settings, such as 444), and I'm wondering if anyone knows what it could be.
My server has been upgraded to php5, but I've inserted the line
"AddHandler application/x-httpd-php4 .php" in .htaccess to see if it would run only under php4. I'm wondering if it could be phpSuExec? The script is old enough it might not be compatible.
Comment