Code Search for Developers
 
 
  

config.php from Astrum Futura at Krugle


Show config.php syntax highlighted

<?php

//DO NOT enclose the email addresses you give in < > tags.

//Where is the base directory of simpletest? (leave off the trailing slash!)
// This needs to be the ABSOLUTE path
define('SIMPLETEST_BASE', '/path/to/simpletest');

//Specify a maximum amount of time to run the tests for before dying
// note that several email will be sent, some with attachments
define('MAX_TIME_LIMIT', 90);

//Provide your sender address
define('SENDER_ADDRESS', 'you@address.com');

//Provide some details of an SMTP server which DOES NOT require authentication
define('SMTP_NO_AUTH_ADDRESS', 'host.tld');
define('SMTP_NO_AUTH_PORT', 25);
define('SMTP_NO_AUTH_SENDTO', 'your@address.com');

//Provide the sendmail info
define('SENDMAIL_COMMAND', '/usr/sbin/sendmail -bs');
define('SENDMAIL_SENDTO', 'your@address.com');

//Provide an address to mail to with mail()
define('MAIL_SENDTO', 'your@address.com');

?>




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

  emails/
    iso-8859-1.txt
    iso-8859-6.txt
    utf8.txt
  smokes/
    testofnativemail.php
    testofsendmail.php
    testofsmtp.php
  units/
    FakeConnection.php
    FakePlugin.php
    MockFakePluginWithEvents.php
    SmtpStub.php
    alltests.php
    testofsmtpstub.php
    testofstream.php
    testofswift.php
  README
  config.php