<?php /** * StatFunctions.php * * @version 1 * @copyright 2008 by Chlorel for XNova */ function GetTechnoPoints ( $CurrentUser ) { $TechCounts = 0; $TechPoints = 0; foreach ( $reslist['tech'] as $n => $Techno ) { if ( $CurrentUser[ $resource[ $Techno ] ] > 0 ) { for ( $Level = 0; $Level < $CurrentUser[ $resource[ $Techno ] ]; $Level++ ) { $Units = $pricelist[ $Techno ]['metal'] + $pricelist[ $Techno ]['crystal'] + $pricelist[ $Techno ]['deuterium']; $LevelMul = pow( $pricelist[ $Techno ]['factor'], $Level ); $TechPoints += ($Units * $LevelMul); $TechCounts += 1; } } } $RetValue['TechCount'] = $TechCounts; $RetValue['TechPoint'] = $TechPoints; return $RetValue; } function GetBuildPoints ( $CurrentPlanet ) { $BuildCounts = 0; $BuildPoints = 0; foreach($reslist['build'] as $n => $Building) { if ( $CurrentPlanet[ $resource[ $Building ] ] > 0 ) { for ( $Level = 0; $Level < $CurrentPlanet[ $resource[ $Building ] ]; $Level++ ) { $Units = $pricelist[ $Building ]['metal'] + $pricelist[ $Building ]['crystal'] + $pricelist[ $Building ]['deuterium']; $LevelMul = pow( $pricelist[ $Building ]['factor'], $Level ); $BuildPoints += ($Units * $LevelMul); $BuildCounts += 1; } } } $RetValue['BuildCount'] = $BuildCounts; $RetValue['BuildPoint'] = $BuildPoints; return $RetValue; } function GetDefensePoints ( $CurrentPlanet ) { $DefenseCounts = 0; $DefensePoints = 0; foreach($reslist['defense'] as $n => $Defense) { if ($CurrentPlanet[ $resource[ $Defense ] ] > 0) { $Units = $pricelist[ $Defense ]['metal'] + $pricelist[ $Defense ]['crystal'] + $pricelist[ $Defense ]['deuterium']; $DefensePoints += ($Units * $CurrentPlanet[ $resource[ $Defense ] ]); $DefenseCounts += $CurrentPlanet[ $resource[ $Defense ] ]; } } $RetValue['DefenseCount'] = $DefenseCounts; $RetValue['DefensePoint'] = $DefensePoints; return $RetValue; } function GetFleetPoints ( $CurrentPlanet ) { $FleetCounts = 0; $FleetPoints = 0; foreach($reslist['fleet'] as $n => $Fleet) { if ($CurrentPlanet[ $resource[ $Fleet ] ] > 0) { $Units = $pricelist[ $Fleet ]['metal'] + $pricelist[ $Fleet ]['crystal'] + $pricelist[ $Fleet ]['deuterium']; $FleetPoints += ($Units * $CurrentPlanet[ $resource[ $Fleet ] ]); $FleetCounts += $CurrentPlanet[ $resource[ $Fleet ] ]; } } $RetValue['FleetCount'] = $FleetCounts; $RetValue['FleetPoint'] = $FleetPoints; return $RetValue; } function GetFleetPointsOnTour ( $CurrentFleet ) { $FleetCounts = 0; $FleetPoints = 0; foreach($split as $ship) { $Units = $pricelist[ $typ ]['metal'] + $pricelist[ $typ ]['crystal'] + $pricelist[ $typ ]['deuterium']; $FleetPoints += ($Units * $amount); $FleetCounts += $amount; } $RetValue['FleetCount'] = $FleetCounts; $RetValue['FleetPoint'] = $FleetPoints; return $RetValue; } function GetFleetPointsOnTour ( $CurrentFleet ) { $FleetCounts = 0; $FleetPoints = 0; foreach($split as $ship) { $Units = $pricelist[ $typ ]['metal'] + $pricelist[ $typ ]['crystal'] + $pricelist[ $typ ]['deuterium']; $FleetPoints += ($Units * $amount); $FleetCounts += $amount; } $RetValue['FleetCount'] = $FleetCounts; $RetValue['FleetPoint'] = $FleetPoints; return $RetValue; } ?>
pokazuje mi sie error
Kod
<b>Fatal error</b>: Cannot redeclare getfleetpointsontour() (previously
declared in
/home/andrux/domains/seekdestroy.pl/public_html/uni2/admin/statfunctions.php:88)
in <b>/home/andrux/domains/seekdestroy.pl/public_html/uni2/admin/statfunctions.php</b> on line <b>129</b>
declared in
/home/andrux/domains/seekdestroy.pl/public_html/uni2/admin/statfunctions.php:88)
in <b>/home/andrux/domains/seekdestroy.pl/public_html/uni2/admin/statfunctions.php</b> on line <b>129</b>