Code Search for Developers
 
 
  

library_path.php from Astrum Futura at Krugle


Show library_path.php syntax highlighted

<?php
/**
 * Astrum Futura: Open Source Space Strategy Game
 *
 * Library Paths: created by installer and used by index.php
 *
 * LICENSE
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@astrumfutura.com so we can send you a copy immediately.
 *
 * @category    Astrum
 * @package     Astrum
 * @copyright   Copyright (c) 2006 Pádraic Brady (http://blog.quantum-star.com)
 * @license     http://www.gnu.org/copyleft/gpl.html     GNU General Public License
 * @version     $Id: library_path.php 75 2006-12-09 00:53:35Z santosj $
 */

/*
 * This file was created by the installer, only change it if you relocate the
 * library path.
 */

/*
 * The location of the swiftmailer library, the default is in the library folder.
 */
define('LIB_PATH_SWIFT_MAILER', './library/swiftmailer');
define('LIB_PATH_ADODB_LITE', './library/adodblite');

/*
 * Once the final release for the zend framework is completed, the path
 * will make more sense.
 */
define('LIB_PATH_ZEND_FRAMEWORK', './library/zendframework/core');



See more files for this project here

Astrum Futura

Multiplayer space strategy game written in PHP5 with the Zend Framework. User interface uses Javascript/AJAX for dynamic interaction. Players compete across a hexagonal map of 10,000 sectors, planets, stars and other locations through trade and combat.

Project homepage: http://sourceforge.net/projects/astrumfutura
Programming language(s): PHP,XML
License: other

  application/
    controllers/
      AboutController.php
      GameController.php
      IndexController.php
      LoginController.php
      LogoutController.php
      NewsController.php
      SignupController.php
      TestController.php
    models/
      keepme
    tables/
      Astrum/
        Fleet.php
        Game.php
        Player.php
        Sector.php
        Ship.php
        User.php
    views/
      includes/
    .htaccess
  data/
    cache/
    schema/
      database.sql
      database.xml
    db.ini
    keepme
  install/
    English/
    index.php
    lib.php
  installer/
    lang/
      de/
        step_0.tpl.html
        step_1.tpl.html
        step_2.tpl.html
      en/
        step_0.tpl.html
        step_1.tpl.html
        step_2.tpl.html
    index.php
    lib.php
  javascript/
    Astrum/
      Form/
        Index.js
      Signup/
        Index.js
      Astrum.js
    Quantum/
      Filter/
        Input.js
      Quantum.js
  library/
    adodblite/
      adodbSQL_drivers/
        fbsql/
        maxdb/
        msql/
        mssql/
        mssqlpo/
        mysql/
        mysqli/
        mysqlt/
        odbc/
        postgres/
        postgres64/
        postgres7/
        postgres8/
        sqlite/
        sqlitepo/
        sybase/
        sybase_ase/
      generic_modules/
        adodblite_module.inc
        iterator_module.inc
        menu_module.inc
        object_module.inc
        pear_module.inc
      session/
        adodb-compress-bzip2.php
        adodb-compress-gzip.php
        adodb-cryptsession.php
        adodb-encrypt-mcrypt.php
        adodb-encrypt-md5.php
        adodb-encrypt-ordcrypt.php
        adodb-encrypt-secret.php
        adodb-encrypt-sha1.php
        adodb-session.php
        adodb-sessions.mysql.sql
        session_schema.xml
      adodb-datadict.inc.php
      adodb-errorhandler.inc.php
      adodb-errorpear.inc.php
      adodb-exceptions.inc.php
      adodb-perf-module.inc.php
      adodb-perf.inc.php
      adodb-time.inc.php
      adodb-xmlschema.inc.php
      adodb.config.php
      adodb.inc.php
      tohtml.inc.php
      xmlschema.dtd
    astrumfutura/
      Astrum/
    quantumstar/
      Ai/
      Quantum/
      COPYRIGHT
    swiftmailer/
      Swift/
      compat/
      docs/
      files/
      tests/
      CREDITS
      LICENSE
      README
      Swift.php
      VERSION
    zendframework/
      core/
      incubator/
    .htaccess
  public/
    javascript/
    styles/
  themes/
    default/
  views/
    de/
    en/
  .htaccess
  README
  index.php
  library_path.php