| 1 | <?php |
|---|
| 2 | /* |
|---|
| 3 | $Rev$ | $LastChangedBy$ |
|---|
| 4 | $LastChangedDate$ |
|---|
| 5 | +-------------------------------------------------------------------------+ |
|---|
| 6 | | Copyright (c) 2004 - 2007, Kreotek LLC | |
|---|
| 7 | | All rights reserved. | |
|---|
| 8 | +-------------------------------------------------------------------------+ |
|---|
| 9 | | | |
|---|
| 10 | | Redistribution and use in source and binary forms, with or without | |
|---|
| 11 | | modification, are permitted provided that the following conditions are | |
|---|
| 12 | | met: | |
|---|
| 13 | | | |
|---|
| 14 | | - Redistributions of source code must retain the above copyright | |
|---|
| 15 | | notice, this list of conditions and the following disclaimer. | |
|---|
| 16 | | | |
|---|
| 17 | | - Redistributions in binary form must reproduce the above copyright | |
|---|
| 18 | | notice, this list of conditions and the following disclaimer in the | |
|---|
| 19 | | documentation and/or other materials provided with the distribution. | |
|---|
| 20 | | | |
|---|
| 21 | | - Neither the name of Kreotek LLC nor the names of its contributore may | |
|---|
| 22 | | be used to endorse or promote products derived from this software | |
|---|
| 23 | | without specific prior written permission. | |
|---|
| 24 | | | |
|---|
| 25 | | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
|---|
| 26 | | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
|---|
| 27 | | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | |
|---|
| 28 | | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | |
|---|
| 29 | | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |
|---|
| 30 | | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |
|---|
| 31 | | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |
|---|
| 32 | | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |
|---|
| 33 | | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
|---|
| 34 | | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
|---|
| 35 | | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
|---|
| 36 | | | |
|---|
| 37 | +-------------------------------------------------------------------------+ |
|---|
| 38 | */ |
|---|
| 39 | $loginNoKick=true; |
|---|
| 40 | $loginNoDisplayError=true; |
|---|
| 41 | |
|---|
| 42 | require_once("include/session.php"); |
|---|
| 43 | |
|---|
| 44 | |
|---|
| 45 | function displayVersions($db){ |
|---|
| 46 | $querystatement="SELECT displayname,version from modules ORDER BY id"; |
|---|
| 47 | $queryresult=$db->query($querystatement); |
|---|
| 48 | |
|---|
| 49 | if($queryresult){ |
|---|
| 50 | while($therecord=$db->fetchArray($queryresult)){ |
|---|
| 51 | if($therecord["displayname"]!="Base"){ |
|---|
| 52 | echo $therecord["displayname"].": "; |
|---|
| 53 | echo "v".$therecord["version"]."<br />"; |
|---|
| 54 | } else |
|---|
| 55 | echo "<span class=\"important\">v".$therecord["version"]."</span><br /><br />"; |
|---|
| 56 | } |
|---|
| 57 | } |
|---|
| 58 | } |
|---|
| 59 | |
|---|
| 60 | $pageTitle="phpBMS Information"; |
|---|
| 61 | $phpbms->cssIncludes[] = "pages/info.css"; |
|---|
| 62 | |
|---|
| 63 | $phpbms->showMenu = false; |
|---|
| 64 | $phpbms->showFooter = false; |
|---|
| 65 | |
|---|
| 66 | include("header.php"); |
|---|
| 67 | |
|---|
| 68 | ?><div class="bodyline" id="container"> |
|---|
| 69 | <h1>About phpBMS</h1> |
|---|
| 70 | <p>phpBMS is commercial open source, web-based, business management software.</p> |
|---|
| 71 | |
|---|
| 72 | <div id="phpBMSLogo" class="box small"> |
|---|
| 73 | <?php if(isset($db)) displayVersions($db)?> |
|---|
| 74 | </div> |
|---|
| 75 | |
|---|
| 76 | <div id="companyInfo"> |
|---|
| 77 | <p class="small"> |
|---|
| 78 | Copyright © 2004 -2007 Kreotek, llc. All Rights Reserved. |
|---|
| 79 | phpBMS, and the phpBMS logo are trademarks of Kreotek, llc. |
|---|
| 80 | Software is licensed under a <a href="license.txt">modified BSD license</a>. |
|---|
| 81 | </p> |
|---|
| 82 | |
|---|
| 83 | <h3>Kreotek, LLC</h3> |
|---|
| 84 | <p class="small"> |
|---|
| 85 | 610 Quantum<br /> |
|---|
| 86 | Rio Rancho, NM 87124 |
|---|
| 87 | </p> |
|---|
| 88 | <p> |
|---|
| 89 | web: <a href="http://www.kreotek.com">http://www.kreotek.com</a><br /> |
|---|
| 90 | sales: <a href="mailto:sales@kreotek.com">sales@kreotek.com</a><br /> |
|---|
| 91 | support: <a href="mailtosupport@kreotek.com">support@kreotek.com</a><br /> |
|---|
| 92 | phone: <strong>1-800-731-8026</strong> |
|---|
| 93 | </p> |
|---|
| 94 | <h3>phpBMS Open Source Project</h3> |
|---|
| 95 | <p> |
|---|
| 96 | project web site: <a href="http://www.kreotek.com">http://www.phpbms.org</a><br /> |
|---|
| 97 | project forums: <a href="mailto:sales@kreotek.com">sales@kreotek.com</a><br /> |
|---|
| 98 | </p> |
|---|
| 99 | </div> |
|---|
| 100 | |
|---|
| 101 | <h2>Source Code</h2> |
|---|
| 102 | <ul> |
|---|
| 103 | <li><strong>phpBMS</strong> - Commercial Open Source Business Management Web Appllication (<a href="http://www.kreotek.com">www.phpbms.org</a>)</li> |
|---|
| 104 | <li><strong>fpdf</strong> - A PHP class which allows to generate PDF files with pure PHP (<a href="http://www.fpdf.org">www.fpdf.org</a>)</li> |
|---|
| 105 | <li><strong>moo.fx</strong> - Super lightweight javascript effects library (<a href="http://moofx.mad4milk.net/">moofx.mad4milk.net</a>) </li> |
|---|
| 106 | </ul> |
|---|
| 107 | <h2>Technologies</h2> |
|---|
| 108 | <ul> |
|---|
| 109 | <li><strong>php</strong> - A widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. (<a href="http://www.php.net">www.php.net</a>)</li> |
|---|
| 110 | <li><strong>MySQL</strong> - An open source relational database management system (RDBMS) that uses Structured Query Language (SQL) (<a href="http://www.mysql.org">www.mysql.org</a>)</li> |
|---|
| 111 | <li><strong>AJAX</strong> - Asynchronous Javascript And XML is a group of technologies that help browser based applications behave more like applications you run from your desktop.</li> |
|---|
| 112 | </ul> |
|---|
| 113 | |
|---|
| 114 | <p align="right"> |
|---|
| 115 | <input type="button" value="Back" class="Buttons" onclick="document.location='<?php echo APP_PATH; if(isset($_SESSION["userinfo"])) echo DEFAULT_LOAD_PAGE?>'" id="loginButton"/> |
|---|
| 116 | </p> |
|---|
| 117 | </div><?php include("footer.php") ?> |
|---|