The Altera Centauri collection has been brought up to date by Darsnan. It comprises every decent scenario he's been able to find anywhere on the web, going back over 20 years.
25 themes/skins/styles are now available to members. Check the select drop-down at the bottom-left of each page.
Call To Power 2 Cradle 3+ mod in progress: https://apolyton.net/forum/other-games/call-to-power-2/ctp2-creation/9437883-making-cradle-3-fully-compatible-with-the-apolyton-edition
Is God willing to prevent evil, but not able? Then he is not omnipotent. Is he able, but not willing? Then he is malevolent. Is he both able and willing? Then whence cometh evil? Is he neither able nor willing?
Then why call him God? - Epicurus
It's about time a site of this size upgrades to a real DB.
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Yeah, got a few of them lately. But not that much more than before though.
Do not fear, for I am with you; Do not anxiously look about you, for I am your God.-Isaiah 41:10 I praise you because I am fearfully and wonderfully made - Psalms 139.14a
Also active on WePlayCiv.
It's about time a site of this size upgrades to a real DB.
Why not? From what I've read MySQL is of the best things around for forum boards.
EDIT: I just got one after using "My Threads"
Is God willing to prevent evil, but not able? Then he is not omnipotent. Is he able, but not willing? Then he is malevolent. Is he both able and willing? Then whence cometh evil? Is he neither able nor willing?
Then why call him God? - Epicurus
Originally posted by alva
Why not? From what I've read MySQL is of the best things around for forum boards.
EDIT: I just got one after using "My Threads"
MySQL is simple and free, and fine for small loads.
Its performance sucks for large databases, and it lacks some "basic" features like DB views.
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
I suggest DB2 for Linux, and I'm forced to recommend you use IBM's consulting arm if you need help porting things.
Seriously though, if you're looking for free and open source, PostgreSQL is the obvious choice. It would be unfortunate (and stupid) if all of your scripts used MySQL-specific functions and commands, rather than SQL.
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Well, php has different commands for accessing different types of databases, so even if the SQL queries are pure SQL there would still be changes needed. Also sometimes serverspecific features might have been taken in use in an optimization phase, since the code is creted to run on MySQL. I don't remeber if I've used any MySQL only functionality in my scripts, but a rule of thumb has been that I've not done it unless it would meen a good optimization compared to default SQL syntax.
vBulletin only supports MySQL (at least last time I checked) but that might also only be due to the php access functions.
Originally posted by Asher
Seriously though, if you're looking for free and open source, PostgreSQL is the obvious choice.
All the comparative reviews I read put MySQL and PostgresSQL on the same level. Each has its own advantages and disadvantages.
Originally posted by Asher
It would be unfortunate (and stupid) if all of your scripts used MySQL-specific functions and commands, rather than SQL.
All MySQL commands are standard SQL AFAIK.
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Originally posted by Asher
I suggest DB2 for Linux, and I'm forced to recommend you use IBM's consulting arm if you need help porting things.
Seriously though, if you're looking for free and open source, PostgreSQL is the obvious choice. It would be unfortunate (and stupid) if all of your scripts used MySQL-specific functions and commands, rather than SQL.
Asher knows his shiznit.
Postgres is free and is an awesome database.
It never, ever crashes.
MySQL isn't in the same league as Postgres.
Developers like MySQL because you don't have to really know databases to use it.
A database administrator will pick Postgres every single time.
We the people are the rightful masters of both Congress and the courts, not to overthrow the Constitution but to overthrow the men who pervert the Constitution. - Abraham Lincoln
Comment