Who knows about MySQL databases / PHP scripts?help
Grafwritah
4,184 Posts
Ok, so I'm trying to do this:
Full details here: It works by having 4images and nucleus use phpbb's SQL database.I'm kinda retarded so here's my q:I installed phpBB with Fantastico.Then I went in and installed 4images by hand.However, when I go to set up the database for 4images, whatever info I have apparently isn't correct. I think perhaps I don't have the right password.Does Fantastico set it's own password? I know it's made for retards so I figure this is likely.Anyway, should I try to just install everything by hand, including phpBB?If so, I'm not really familiar with setting up the MySQL databases so.....Just wanted to let you know that it is possible to have a forum, blog and gallery all working on a single registration system and single login across the 3 different components. This is done using the 3 following packages:BLOG - Nucleus - http://www.nucleuscms.orgFORUM - phpBB - http://www.phpbb.comGALLERY - 4images - http://www.4homepages.de/
Comments
you shouldn't have to set up your mySQL database unless you're renting a self-managed box. usually your ISP manages the mySQL database and just gives you an IP (address of the server), a username and a password.
i normally install everything by hand instead of using automatic setup scripts etc
As for books and learning, you can't go wrong with any O'Reilly books, but php and MySQL are so straightforward that online help should be enough. MySQL and PHP have good documentation. If you're just trying to build a store, use an Open Source app instead of starting from scratch. You can find a good one at SourceForge
DJ Ferrari
You want "PHP and MySQL Web Development" by Wellling & Thomson. Most chains should stock it or it's on amazon. It's very very good and has an easy learning curve. It's not specific to storefronts, but I built my first database-driven website while I was reading it.
This can work, but if your gonna do it by hand its going to take some work. I'd use like a Mambo configuration to do it.
No.
I would. This can help you with your problem:
http://wakka.xiffy.nl/phpbb
http://forum.nucleuscms.org/viewtopic.php?t=4595
I haven't tried this with 4 images, but you may want to give it a shot:
(http://www.4homepages.de/forumdl/integration_phpbb.zip)
The lynda.com courses are Invaluable, find a torrent if you gotta.
- spidey
I got it them all integrated. I was confused about how the MySQL databases wanted the info. In the end, it was simple - I was just basically inputting the database, username, and server info incorrectly.
But I got it.
The integration seems to work well just from trying it out a little. A user can move seamlessly from Nucleus to phpBB to 4images, all the while being logged in.
When I get around to setting up the skins and templates I want to try out some of the extra shit, like using phpBB's user info pages for Nucleus.
Oh, and I did it all by hand....