Page 1 of 1
PHPBB on textfiles?
Posted: Wed Oct 19, 2005 10:42 pm
by harrisonad
Hi again,
Is it possible to run PHPBB forum script on textfiles?
If it is, have you tried it? and how long did it take to convert it?
Thanks
Posted: Wed Oct 19, 2005 11:11 pm
by feyd
I don't understand your questions.

Posted: Wed Oct 19, 2005 11:12 pm
by Jenk
Think they mean how to run PHPBB without a database application, i.e. all the data is stored in files rather than on a system such as MySQL.
Posted: Wed Oct 19, 2005 11:25 pm
by feyd
that'd depend on whether you wanted to have the "textfiles" support SQL queries or not... If it's okay, you should be able to port in an SQLite interface without a lot of pain. If you do not want to support SQL queries, you will need to rewrite almost every file in the software, which will not be fun.