SQL For new forums - NBS






 

 

SQL For new forums - NBS

View Full Version : SQL For new forums


NightStorm
07-Aug-2006, 01:51 PM
Not sure if this is possible, but could you perhaps use an .sql file for the database information, instead of a php file? This would make it a lot easier to mod the pre-existing phpBB forum, as well as updates later down the line (it would require only a few small changes from the sql file distributed with the board, instead of having to edit each sql injection to work in php code).
Since I use a heavily-modded board for clan-hosting, it's a bit of an inconvenience having to redo the entire sql file each time I upgrade... if it was strait sql code, it could make things go a lot faster.

Derek
07-Aug-2006, 03:18 PM
It has to be a .php file so that it can add the table prefix for each accessname, which is just a variable. Should be pretty easy to add stuff for mods as long as you follow the code thats already there.