Pages: [1]   Go Down
Send this topic | Print
Author Topic: (Wanted) Upload/Install phpBB3  (Read 940 times)
htf
Member
*
Offline Offline

Posts: 1


WWW
« on: September 23, 2008, 01:00:48 PM »

I must admit, I'm totally "new" on this...I really don't have even a single clue on how to set-up my site...but, I've noticed that there are many friendly people here who'd readily give a helping hand...

I hope someone can help me setup my site....thanks in advance Smiley
Logged
mytestpages
Authority Member
****
Offline Offline

Posts: 612


« Reply #1 on: September 24, 2008, 06:50:45 AM »

phpbb3 needs mysql or sql lite ........ sql lite is free while mysql is $9.99

you need to decide which you want then download & install phpbb3 using the  1 click installer in your CP
Logged

I am a freelancer offering web design at cheap rates http://www.garethgillman.co.uk

CSS tutorials - http://www.css-tutorials.co.uk
gunzrestart
Member
*
Offline Offline

Posts: 13


WWW
« Reply #2 on: October 02, 2008, 08:06:57 AM »

phpbb3 needs mysql or sql lite ........ sql lite is free while mysql is $9.99

you need to decide which you want then download & install phpbb3 using the  1 click installer in your CP

sql lite? o_o
Logged
banancanard
Hyper-Active Member
***
Offline Offline

Posts: 478


Control yourself. Take only what you need from it


WWW
« Reply #3 on: October 02, 2008, 08:31:01 AM »

sqlite is a text version similar to mysql.  It is free on 110mb and works very similarly to mysql.

Here is the wikipedia entry on it http://en.wikipedia.org/wiki/Sqlite
Logged



Programming is 10% science, 20% ingenuity, and 70% getting the ingenuity to work with the science.
manicgames
Visual Basic Programmer!
Official 110mb Guru
********
Online Online

Posts: 8572


Ubuntu Is The Shizz.


WWW
« Reply #4 on: October 02, 2008, 12:03:30 PM »

I really do not think sqlite is as good as MySQL, it's a bit more limited.
Logged

DOWNLOAD eoCMS NOW!

Nothing else to really say.
banancanard
Hyper-Active Member
***
Offline Offline

Posts: 478


Control yourself. Take only what you need from it


WWW
« Reply #5 on: October 05, 2008, 12:44:17 AM »

sqlite is a very good tool for many applications.

Quote from: Justin Reagor
After reading about the wonderful release of mother Joyent’s Slingshot the other day, I noticed that in the docs it said Slingshot uses SQLite on desktop clients. I thought that this was pertaining to personal preference, support the underdog kinda thing. That was wrong, SQLite is easier on memory because it uses file-io instead of in-memory db access…

    “For low load websites, SQLite has worked great in our projects. If you’re doing an application in C, its API is simply unbeatable. Perhaps its most distinguishing feature is that it pretty much ignores types. This is, in fact, a “feature”, and I have found that it gives it flexibility that is lacking in other situations(although, you have to put your dates in very specific formats to get the sort order to come out right…).”

    “For web development purposes, if you’re doing a really high load website, you’re going to want to use a non-file based database(personally, I prefer PostgreSQL, but sub MySQL, SQL Server, whatever…)”

    “I also can’t express just how great it is for desktop apps though. Its great for 95% of the situations you would need to save data in an application in a “file format” of some variety. It make debugging great(fire up the console on the file your app is writing too and watch inserts as they happen). No configuration at all. No mucking about with binary file formats. No XML parsing.”

    (external quote)

I have heard many Rails users glorify the use of SQLite as a testing db… choose wisely! For me, I think I’ll stick to what my apps will probably be using as there primary production db, MySQL. Smiley

You can read this on his website here.
Logged



Programming is 10% science, 20% ingenuity, and 70% getting the ingenuity to work with the science.
Pages: [1]   Go Up
Send this topic | Print
Jump to: