-
Please check config.php. It should include your MySQL username and password, and the following line:
define('MELTDOWN_INSTALLED', true);
If it doesn't, something has gone wrong during the install.
2004-10-24 06:45:29 UTC in Meltdown BBS
-
Hello and thanks for reporting this issue.
From, To and Subject are supposed to be null-padded strings, but apparently this is not always the case.
To fix the problem, just find these lines in import-echomail.pl:
$from =~ s/\00//g;
$to =~ s/\00//g;
$subj =~ s/\00//g;
and replace them with:
$from =~ s/\00.*//g;
$to =~ s/\00.*//g;
$subj =~ s/\00.*//g;
You may do...
2004-06-08 16:20:49 UTC in Meltdown BBS
-
The Meltdown BBS project has finally reached the Beta stage. The new release provides bugfixes, interface improvements, and an all-new Spanish language pack (thanks to Jose Arias).
2004-05-01 10:23:56 UTC in Meltdown BBS
-
Dang! It was just pointed out to me that install.php is missing from the archives of the new release. Anyway, that was just fixed - please redownload the file.
2004-02-18 16:40:31 UTC in Meltdown BBS
-
The new release fixes some bugs (hopefully). The Fidonet-technology networking and maintenance functions are now combined in a single package named Meltdown BBS Utilities. The new release of Meltdown BBS Utilities is done entirely in Perl; binary releases have been discontinued.
2004-02-11 21:01:20 UTC in Meltdown BBS
-
Well, apparently PHP doesn't have MySQL enabled.
Here's what I found in the PHP documentation, hope this helps:
By using the --with-mysql[=DIR] configuration option you enable PHP to access MySQL databases.
In PHP 4, the option --with-mysql is enabled by default. To disable this default behavior, you may use the --without-mysql configure option. Also in PHP 4, if you enable MySQL without...
2004-02-09 11:52:39 UTC in Meltdown BBS
-
That's weird, because I can't reproduce the problem on my PC. I start with a clean install, and it works finely... maybe it has something to do with PHP's configuration. I'll continue looking into it.
Well... that's why it's still an alpha release :-)
2004-01-28 10:02:22 UTC in Meltdown BBS
-
Well, that depends on the server you're using. For example, in Apache, you can deny remote access to the file by creating a file called .htaccess in the directory, with the following lines in it:
<Files *.inc>
Deny From All
</Files>
I've not tested that, so if it does not work, check your server's documentation.
2004-01-28 10:01:26 UTC in Meltdown BBS
-
Hmm that's weird.
Does it give you the "session timed out" thingy when you try to visit any page, or only with the admin page?.
2004-01-18 11:06:44 UTC in Meltdown BBS
-
The new releases provide some bugfixes, interface improvements, and finally - complete Fidonet functionality (i.e. Meltdown BBS can now be used in a fully working Fidonet node).
Meltdown Tosser is currently only available for Win32 platforms. Any help with porting the software to another OS will be appreciated.
2003-10-23 18:08:49 UTC in Meltdown BBS