Changeset 79
- Timestamp:
- 11/21/06 00:53:20 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/about.php
r59 r79 6 6 $page = new Page("About"); 7 7 8 $html .= "<div class=block-header2> Killboard</div>";9 $html .= KB_TITLE . " , a killboard for <a href=\"http://www.eve-online.com/\">EVE Online</a> corporations and alliances.<br><p>Based onEVE-Killboard created by <a href=\"mailto:rig0r@eve-killboard.net\">rig0r</a>. All EVE graphics used are © <a href=\"http://www.ccpgames.com/\">CCP</a>.<br><br>";8 $html .= "<div class=block-header2>The Killboard</div>"; 9 $html .= KB_TITLE . " killboard, created for <a href=\"http://www.eve-online.com/\">EVE Online</a> corporations and alliances.<br><p>Developed by the <a href=\"http://www.eve-dev.net/\">EVE-Dev</a> group.<br><p>Based on the EVE-Killboard created by <a href=\"mailto:rig0r@eve-killboard.net\">rig0r</a>. All EVE graphics used are © <a href=\"http://www.ccpgames.com/\">CCP</a>.<br><br>"; 10 10 11 11 $qry = new DBQuery(); … … 26 26 $alliances = $row['cnt']; 27 27 // $html .= "<div class=block-header2>Killboard stats</div>"; 28 $html .= "Th e eve-killboard.net database currently stores<b>" . number_format($kills, 0, ',', '.') . "</b> killmails, <b>" . number_format($items, 0, ',', '.') . "</b> destroyed items, <b>" . number_format($pilots, 0, ',', '.') . "</b> pilots, <b>" . number_format($corps, 0, ',', '.') . "</b> corporations and <b>" . number_format($alliances, 0, ',', '.') . "</b> alliances.<br><br>";28 $html .= "This killboard currently contains: <b>" . number_format($kills, 0, ',', '.') . "</b> killmails, <b>" . number_format($items, 0, ',', '.') . "</b> destroyed items, <b>" . number_format($pilots, 0, ',', '.') . "</b> pilots, <b>" . number_format($corps, 0, ',', '.') . "</b> corporations and <b>" . number_format($alliances, 0, ',', '.') . "</b> alliances.<br><br>"; 29 29 30 30 $html .= "<div class=block-header2>Portraits</div>"; 31 $html .= "I f you would like your ingame character portrait to show up on the killboard, please visit the killboard using the ingame browser and select the 'Update portrait' option presented.<br>";32 $html .= " After trusting the site (press Yes when prompted), your character ID will be grabbed and recordedin the database.<br><br>";31 $html .= "In order to make your charater portrait visable on the killboard, please take the time to visit the killboard using the ingame browser and choose the option: 'Update portrait'.<br><br>"; 32 $html .= "When prompted to trust the site choose YES, at this point the killboard will obtain your character ID and record it within the database.<br><br>"; 33 33 34 34 $html .= "<div class=block-header2>Kills & Real kills</div>"; 35 $html .= " Real kills are all recorded kills minus pod, shuttle and noobship kills. This value is used throughout all award and statistic pages you see on the killboard.<br><br>";35 $html .= "'Kills' - The count of all kills by an entity. <br>'Real kills' - This is the count of recorded kills minus any pod, shuttle and noobship kills. <br><p> The 'Real kills' value is used throughout all award and statistic pages.<br><br>"; 36 36 37 37 $html .= "<div class=block-header2>Kill points</div>"; 38 $html .= "If enabled, every kill gets a certain amount of points assigned. The number of points says something about the difficulty of the kill. It is based on the shiptype destroyed, and the number and types of ships involved in the kill. As a result, a gank will get a lot less points awarded than a kill in a small engagement.<br><br>"; 38 $html .= "Administrator option.<br><br>"; 39 $html .= "If enabled, every kill is assigned a point value. Based on the shiptype destroyed, and the number and types of ships involved in the kill, the number of points indicates the difficulty of the kill... As a result, a gank will get a lot less points awarded than a kill in a small engagement.<br><br>"; 39 40 40 41 $html .= "<div class=block-header2>Efficiency</div>"; 41 $html .= "E very shipclass has a value in ISK assigned. This is based on the average amount of ISK that would have been lost ifthe ship was destroyed, taking current average market prices, insurance costs and insurance payouts into account. ";42 $html .= "Any modules that m ight have been fitted or cargo that might have been destroyed or confiscated is not included.<br><br>";43 $html .= " The efficiency is calculated as the ratio of damage done in ISK versus the damage received in ISK. This comes down to <i>damagedone / (damagedone + damagereceived ) * 100</i>.<br><br>";42 $html .= "Each shipclass has an ISK value assigned. These are based on the average amount of ISK that would have been lost if the ship was destroyed, taking current average market prices, insurance costs and insurance payouts into account. "; 43 $html .= "Any modules that may have been fitted, contained within the destroyed cargo or confiscated are not included within this value.<br><br>"; 44 $html .= "Efficiency is calculated as the ratio of damage done in ISK versus the damage received in ISK. This comes down to <i>damagedone / (damagedone + damagereceived ) * 100</i>.<br><br>"; 44 45 45 46 $html .= "<div class=block-header2>Ship values</div>";