Horizon QCMS 5.0 - Event Horizon is now available on sourceforge.net
|
||||
Horizon QCMS 5.0 - Event Horizon is now available on SourceForge.net.
Improvements
What's new?
Horizon only uses native MySQLi commands, which is way faster then PDO, although some geeks will disagree with me. However, let me put it this way: PDO is more like an SUV while native MySQLi is like a Ford Mustang with an American V8 engine, that's a lot of horsepower. Horizon is just like that.
|
||||
Horizon Quick Content Managment System |
||||
Wiki pages |
||||
Become a member of our website
Do you want to know the latest news about Horizon QCMS? Then become a member of our website, and you'll be able to read all the latest news; access special downloads and new web templates. The best of all: membership is free.
|
||||
* How to upgrade to Horizon QCMS 5.0? *
Step 1: adjust config.php and delete the existing db_conect lines with this one: ---// add this to config.php if it isn't there already //---- $mysql = "mysqli"; // it's important that you don't touch this! if($mysql =="mysql"){ $db = mysql_connect ($host, $user, $password) or die ("I can't make a connection with the database"); mysql_select_db ($dbname, $db); } elseif ($mysql =="mysqli"){ $db = new mysqli($host, $user, $password, $dbname) or die("I can't make a connection with the database"); mysqli_select_db($db,$dbname); } else{ echo "unknown database"; } // You can also add the folowing lines: # Extra configuration options # Enable URL rewrite, set to false if you # don't want to use the URL rewrite function, or # if your webserver doesn't support apache URL rewrite function.... # # Note: Always disable this function if you're going to install horizon on IIS, unless # ISS supports URL rewrite.... $url_rewrite=true; #$url_rewrite=false; # Login configuration. # Set to false if you want to login with your username instead # of your email address. #$login_email = true; $login_email = false; ---// add this to config.php if it isn't there already //---- Step 2: upload all the files to your server. Step 3: go to your website and then type: upgrade/upgrade.php The script will now adjust all the mysql tables, and then you're up-to-date ;-) It won't affect your existing articles. |
||||
|
||||
|
||||
Welcome on the wiki pages for Horizon * you can now download Horizon QCMS 5.0 - Event Horzion * |