inVINCEable Posted September 3, 2008 Share Posted September 3, 2008 I already have an exist site with several users that login via a simple hashed PW and a simple username. I want a simple database that would be easily integratable with minor adjustments to the software. Is there something that exists with this already ? Quote Link to comment Share on other sites More sharing options...
discomatt Posted September 3, 2008 Share Posted September 3, 2008 Are you talking about a database engine? SQLite, MySQL and PostgreSQL are all popular, and will be able to handle your task very easily. If you have to time you may also just want to make a simple flatfile DB yourself. Quote Link to comment Share on other sites More sharing options...
inVINCEable Posted September 3, 2008 Author Share Posted September 3, 2008 discomat: I am using MySql yes, but I would like something like phpbb that is easily integratible to it. Quote Link to comment Share on other sites More sharing options...
discomatt Posted September 3, 2008 Share Posted September 3, 2008 You asked for a database... MySQL is a database engine, so I'm not entirely sure how you would integrate it. Quote Link to comment Share on other sites More sharing options...
DarkWater Posted September 3, 2008 Share Posted September 3, 2008 You'll need to make your own if it's so custom because most of these forums just work "out-of-the-box" and don't really work with other database schemas easily. I mean, it can certainly be done, but it would take longer than writing your own forum. Quote Link to comment Share on other sites More sharing options...
discomatt Posted September 3, 2008 Share Posted September 3, 2008 I'd just rework your existing user base to work with a forum you choose. Quote Link to comment Share on other sites More sharing options...
Mchl Posted September 3, 2008 Share Posted September 3, 2008 Or see if you could import users' data into a forum database Quote Link to comment Share on other sites More sharing options...
DarkWater Posted September 3, 2008 Share Posted September 3, 2008 Or see if you could import users' data into a forum database I think it's unlikely that he has enough data stored in order to transfer the stuff that phpBB needs. Quote Link to comment Share on other sites More sharing options...
Adam Posted September 3, 2008 Share Posted September 3, 2008 why not just use phpBB then? or another? loads to choose from.. invision power board, vbulletin, etc. Just google it! Quote Link to comment Share on other sites More sharing options...
Mchl Posted September 3, 2008 Share Posted September 3, 2008 inVINCEable wants it integrated into his existing site. Quote Link to comment Share on other sites More sharing options...
inVINCEable Posted September 3, 2008 Author Share Posted September 3, 2008 You asked for a database... MySQL is a database engine, so I'm not entirely sure how you would integrate it. Sorry I didn't make myself clear, I would like it integrated into my DB, so it would use the users table that already exists. Quote Link to comment Share on other sites More sharing options...
inVINCEable Posted September 3, 2008 Author Share Posted September 3, 2008 why not just use phpBB then? or another? loads to choose from.. invision power board, vbulletin, etc. Just google it! That is one that I mean, but without modifying a ton of things. Just maybe simply adding a few things to an exist users table and adding the other tables is all i would want to do. Just wondering if there is something out there that exists like this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.