mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
387 lines
13 KiB
Smarty
387 lines
13 KiB
Smarty
<?php
|
|
############################################################
|
|
## DO NOT REMOVE THIS NOTICE ##
|
|
## FIX BY RONIX ##
|
|
## TRAVIANZ ##
|
|
############################################################
|
|
$dataarray = explode(",",$message->readingNotice['data']);
|
|
if(isset($dataarray[147]) and $dataarray[147]!=0){$colspan="11";}else{$colspan="10";}
|
|
if(isset($dataarray[149]) and $dataarray[149]!=0){$colspan2="11";}else{$colspan2="10";}
|
|
//attacker
|
|
if ($database->getUserField($dataarray[0],'username',0)!="??") {
|
|
$user_url="<a href=\"spieler.php?uid=".$database->getUserField($dataarray[0],'id',0)."\">".$database->getUserField($dataarray[0],'username',0)."</a>";
|
|
}else{
|
|
$user_url="<font color=\"grey\"><b>??</b></font>";
|
|
}
|
|
if($database->getVillageField($dataarray[1],'name')!="??") {
|
|
$from_url="<a href=\"karte.php?d=".$dataarray[1]."&c=".$generator->getMapCheck($dataarray[1])."\">".$database->getVillageField($dataarray[1],'name')."</a>";
|
|
}else{
|
|
$from_url="<font color=\"grey\"><b>??</b></font>";
|
|
}
|
|
//defender
|
|
if ($database->getUserField($dataarray[28],'username',0)!="??") {
|
|
$defuser_url="<a href=\"spieler.php?uid=".$database->getUserField($dataarray[28],'id',0)."\">".$database->getUserField($dataarray[28],'username',0)."</a>";
|
|
}else{
|
|
$defuser_url="<font color=\"grey\"><b>??</b></font>";
|
|
}
|
|
if($database->isVillageOases($dataarray[29])){
|
|
$deffrom_url="<a href=\"karte.php?d=".$dataarray[29]."&c=".$generator->getMapCheck($dataarray[29])."\">".$dataarray[30]."</a>";
|
|
}elseif($database->getVillageField($dataarray[29],'name')!="??") {
|
|
$deffrom_url="<a href=\"karte.php?d=".$dataarray[29]."&c=".$generator->getMapCheck($dataarray[29])."\">".$database->getVillageField($dataarray[29],'name')."</a>";
|
|
}else{
|
|
$deffrom_url="<font color=\"grey\"><b>??</b></font>";
|
|
}
|
|
?>
|
|
<table cellpadding="1" cellspacing="1" id="report_surround">
|
|
<thead>
|
|
<tr>
|
|
<th>Subject:</th>
|
|
<th><?php echo $message->readingNotice['topic']; ?></th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<?php
|
|
$date = $generator->procMtime($message->readingNotice['time']); ?>
|
|
<td class="sent">Sent:</td>
|
|
<td>on <?php echo $date[0]."<span> at ".$date[1]; ?></span> <span>hour</span></td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><td colspan="2" class="empty"></td></tr>
|
|
<tr><td colspan="2" class="report_content">
|
|
<table cellpadding="1" cellspacing="1" id="attacker"><thead>
|
|
<tr>
|
|
<td class="role">Attacker</td>
|
|
<td colspan="<?php echo $colspan ?>"><?php echo $user_url;?> from the village <?php echo $from_url;?></td>
|
|
</tr>
|
|
</thead>
|
|
<tbody class="units">
|
|
<tr>
|
|
<td> </td>
|
|
<?php
|
|
$tribe = $dataarray[2];
|
|
$start = ($tribe-1)*10+1;
|
|
for($i=$start;$i<=($start+9);$i++) {
|
|
echo "<td><img src=\"img/x.gif\" class=\"unit u$i\" title=\"".$technology->getUnitName($i)."\" alt=\"".$technology->getUnitName($i)."\" /></td>";
|
|
}
|
|
|
|
if(isset($dataarray[147]) and $dataarray[147]!=0){
|
|
echo "<td><img src=\"img/x.gif\" class=\"unit uhero\" title=\"Hero\" alt=\"Hero\" /></td>";
|
|
}
|
|
|
|
echo "</tr><tr><th>Troops</th>";
|
|
for($i=3;$i<=12;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
if(isset($dataarray[147]) and $dataarray[147]!=0){
|
|
echo "<td>$dataarray[147]</td>";
|
|
}
|
|
echo "<tr><th>Casualties</th>";
|
|
for($i=13;$i<=22;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
if(isset($dataarray[147]) and $dataarray[147]!=0){
|
|
if ($dataarray[148]==0) $tdclass='class="none"'; else $tdclass='';
|
|
echo "<td $tdclass>$dataarray[148]</td>";
|
|
}
|
|
if($dataarray[151] != 0 or $dataarray[152] != 0 or $dataarray[153] != 0 or $dataarray[154] != 0 or $dataarray[155] != 0 or $dataarray[156] != 0 or $dataarray[157] != 0 or $dataarray[158] != 0 or $dataarray[159] != 0 or $dataarray[160] != 0 or $dataarray[161] != 0){
|
|
echo "</tr><tr><th>Prisoners</th>";
|
|
for($i=151;$i<=160;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
if(isset($dataarray[147]) and $dataarray[147]!=0){
|
|
if ($dataarray[161]==0) $tdclass='class="none"'; else $tdclass='';
|
|
echo "<td $tdclass>$dataarray[161]</td>";
|
|
}
|
|
}
|
|
echo "</tr></tbody>";
|
|
if ($dataarray[139]!='' and $dataarray[140]!=''){ //ram
|
|
?>
|
|
<tbody class="goods"><tr><th>Information</th><td colspan="<?php echo $colspan; ?>">
|
|
<img class="unit u<?php echo $dataarray[139]; ?>" src="img/x.gif" alt="Ram" title="Ram" />
|
|
<?php echo $dataarray[140]; ?>
|
|
</td></tr></tbody>
|
|
<?php }
|
|
if ($dataarray[141]!='' and $dataarray[142]!=''){ //cata
|
|
?>
|
|
<tbody class="goods"><tr><th>Information</th><td colspan="<?php echo $colspan; ?>">
|
|
<img class="unit u<?php echo $dataarray[141]; ?>" src="img/x.gif" alt="Catapult" title="Catapult" />
|
|
<?php echo $dataarray[142]; ?>
|
|
</td></tr></tbody>
|
|
<?php }
|
|
if ($dataarray[143]!='' and $dataarray[144]!=''){ //chief
|
|
?>
|
|
<tbody class="goods"><tr><th>Information</th><td colspan="<?php echo $colspan; ?>">
|
|
<img class="unit u<?php echo $dataarray[143]; ?>" src="img/x.gif" alt="Chief" title="Chief" />
|
|
<?php echo $dataarray[144]; ?>
|
|
</td></tr></tbody>
|
|
<?php } ?>
|
|
<?php if ($dataarray[145]!='' and $dataarray[146]!=''){ //spy
|
|
?>
|
|
<tbody class="goods"><tr><th>Information</th><td colspan="<?php echo $colspan; ?>">
|
|
|
|
<?php echo $dataarray[146]; ?>
|
|
</td></tr></tbody>
|
|
<?php }
|
|
if ($dataarray[162]!='' and $dataarray[162]!=''){ //release prisoners
|
|
?>
|
|
<tbody class="goods"><tr><th>Information</th><td colspan="<?php echo $colspan; ?>">
|
|
|
|
<?php echo $dataarray[162]; ?>
|
|
</td></tr></tbody>
|
|
<?php }
|
|
if ($dataarray[165]!='' and $dataarray[166]!=''){ //hero
|
|
?>
|
|
<tbody class="goods"><tr><th>Information</th><td colspan="<?php echo $colspan; ?>">
|
|
<img class="unit u<?php echo $dataarray[165]; ?>" src="img/x.gif" alt="Hero" title="Hero" />
|
|
<?php echo $dataarray[166]; ?>
|
|
</td></tr></tbody>
|
|
<?php } ?>
|
|
<tbody class="goods"><tr><th>Bounty</th><td colspan="<?php echo $colspan; ?>">
|
|
<div class="res"><img class="r1" src="img/x.gif" alt="Lumber" title="Lumber" /><?php echo $dataarray[23]; ?> | <img class="r2" src="img/x.gif" alt="Clay" title="Clay" /><?php echo $dataarray[24]; ?> | <img class="r3" src="img/x.gif" alt="Iron" title="Iron" /><?php echo $dataarray[25]; ?> | <img class="r4" src="img/x.gif" alt="Crop" title="Crop" /><?php echo $dataarray[26]; ?></div><div class="carry"><img class="car" src="img/x.gif" alt="carry" title="carry" /><?php echo ($dataarray[23]+$dataarray[24]+$dataarray[25]+$dataarray[26])."/".$dataarray[27]; ?></div>
|
|
</td></tr></tbody></table>
|
|
|
|
<?php
|
|
$targettribe=$dataarray['31'];
|
|
|
|
if ($dataarray[34]=='1'){
|
|
$start=1; ?>
|
|
<table cellpadding="1" cellspacing="1" class="defender">
|
|
<thead>
|
|
<tr>
|
|
<td class="role">Defender</th>
|
|
<td colspan="<?php echo $colspan2; ?>"><?php if($targettribe=='1'){ echo $defuser_url." from the village ".$deffrom_url; } else { echo"Reinforcement"; } ?></td>
|
|
</tr></thead>
|
|
<tbody class="units">
|
|
<tr>
|
|
<td> </td>
|
|
|
|
|
|
<?php
|
|
for($i=$start;$i<=($start+9);$i++) {
|
|
echo "<td><img src=\"img/x.gif\" class=\"unit u$i\" title=\"".$technology->getUnitName($i)."\" alt=\"".$technology->getUnitName($i)."\" /></td>";
|
|
}
|
|
if($targettribe == '1' and isset($dataarray[149]) and $dataarray[149]!=0){
|
|
echo "<td><img src=\"img/x.gif\" class=\"unit uhero\" title=\"Hero\" alt=\"Hero\" /></td>";
|
|
}
|
|
echo "</tr><tr><th>Troops</th>";
|
|
for($i=35;$i<=44;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
if($targettribe == '1' and isset($dataarray[149]) and $dataarray[149]!=0){
|
|
echo "<td>$dataarray[149]</td>";
|
|
}
|
|
echo "<tr><th>Casualties</th>";
|
|
for($i=45;$i<=54;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
if($targettribe == '1' and isset($dataarray[149]) and $dataarray[149]!=0){
|
|
if ($dataarray[150]==0){$tdclass1='class="none"';}
|
|
echo "<td $tdclass1>$dataarray[150]</td>";
|
|
}
|
|
?>
|
|
</tr></tbody></table>
|
|
|
|
<?php }
|
|
if ($dataarray[55]=='1'){
|
|
$start=11;?>
|
|
<table cellpadding="1" cellspacing="1" class="defender">
|
|
<thead>
|
|
<tr>
|
|
<td class="role">Defender</th>
|
|
<td colspan="<?php echo $colspan2; ?>"><?php if($targettribe=='2'){ echo $defuser_url." from the village ".$deffrom_url; } else { echo"Reinforcement"; } ?></td>
|
|
</tr></thead>
|
|
<tbody class="units">
|
|
<tr>
|
|
<td> </td>
|
|
|
|
|
|
<?php
|
|
for($i=$start;$i<=($start+9);$i++) {
|
|
echo "<td><img src=\"img/x.gif\" class=\"unit u$i\" title=\"".$technology->getUnitName($i)."\" alt=\"".$technology->getUnitName($i)."\" /></td>";
|
|
}
|
|
if($targettribe == '2' and isset($dataarray[149]) and $dataarray[149]!=0){
|
|
echo "<td><img src=\"img/x.gif\" class=\"unit uhero\" title=\"Hero\" alt=\"Hero\" /></td>";
|
|
}
|
|
echo "</tr><tr><th>Troops</th>";
|
|
for($i=56;$i<=65;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
if($targettribe == '2' and isset($dataarray[149]) and $dataarray[149]!=0){
|
|
echo "<td>$dataarray[149]</td>";
|
|
}
|
|
echo "<tr><th>Casualties</th>";
|
|
for($i=66;$i<=75;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
if($targettribe == '2' and isset($dataarray[149]) and $dataarray[149]!=0){
|
|
if ($dataarray[150]==0){$tdclass1='class="none"';}
|
|
echo "<td $tdclass1>$dataarray[150]</td>";
|
|
}
|
|
?>
|
|
</tr></tbody></table>
|
|
<?php } ?>
|
|
<?php if ($dataarray[76]=='1'){
|
|
$start=21; ?>
|
|
<table cellpadding="1" cellspacing="1" class="defender">
|
|
<thead>
|
|
<tr>
|
|
<td class="role">Defender</th>
|
|
<td colspan="<?php echo $colspan2; ?>"><?php if($targettribe=='3'){ echo $defuser_url." from the village ".$deffrom_url; } else { echo"Reinforcement"; } ?></td>
|
|
</tr></thead>
|
|
<tbody class="units">
|
|
<tr>
|
|
<td> </td>
|
|
|
|
|
|
<?php
|
|
for($i=$start;$i<=($start+9);$i++) {
|
|
echo "<td><img src=\"img/x.gif\" class=\"unit u$i\" title=\"".$technology->getUnitName($i)."\" alt=\"".$technology->getUnitName($i)."\" /></td>";
|
|
}
|
|
if($targettribe == '3' and isset($dataarray[149]) and $dataarray[149]!=0){
|
|
echo "<td><img src=\"img/x.gif\" class=\"unit uhero\" title=\"Hero\" alt=\"Hero\" /></td>";
|
|
}
|
|
echo "</tr><tr><th>Troops</th>";
|
|
for($i=77;$i<=86;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
if($targettribe == '3' and isset($dataarray[149]) and $dataarray[149]!=0){
|
|
echo "<td>$dataarray[149]</td>";
|
|
}
|
|
echo "<tr><th>Casualties</th>";
|
|
for($i=87;$i<=96;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
if($targettribe == '3' and isset($dataarray[149]) and $dataarray[149]!=0){
|
|
if ($dataarray[150]==0){$tdclass1='class="none"';}
|
|
echo "<td $tdclass1>$dataarray[150]</td>";
|
|
}
|
|
?>
|
|
</tr></tbody></table>
|
|
|
|
<?php }
|
|
if ($dataarray[97]=='1'){
|
|
$start=31; ?>
|
|
<table cellpadding="1" cellspacing="1" class="defender">
|
|
<thead>
|
|
<tr>
|
|
<td class="role">Defender</th>
|
|
<td colspan="10"><?php if($targettribe=='4'){ echo'<a href="spieler.php?uid=">'.$database->getUserField($dataarray[28],"username",0).'</a> from the village <a href="karte.php?d='.$dataarray[29].'&c='.$generator->getMapCheck($dataarray[29]).'">'.stripslashes($dataarray[30]).'</a>'; } else { echo"Reinforcement"; } ?></td>
|
|
</tr></thead>
|
|
<tbody class="units">
|
|
<tr>
|
|
<td> </td>
|
|
|
|
|
|
<?php
|
|
for($i=$start;$i<=($start+9);$i++) {
|
|
echo "<td><img src=\"img/x.gif\" class=\"unit u$i\" title=\"".$technology->getUnitName($i)."\" alt=\"".$technology->getUnitName($i)."\" /></td>";
|
|
}
|
|
echo "</tr><tr><th>Troops</th>";
|
|
for($i=98;$i<=107;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
echo "<tr><th>Casualties</th>";
|
|
for($i=108;$i<=117;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
?>
|
|
</tr></tbody></table>
|
|
|
|
<?php } ?>
|
|
<?php if ($dataarray[118]=='1'){
|
|
$start=41; ?>
|
|
<table cellpadding="1" cellspacing="1" class="defender">
|
|
<thead>
|
|
<tr>
|
|
<td class="role">Defender</th>
|
|
<td colspan="10"><?php if($targettribe=='5'){ echo $defuser_url." from the village ".$deffrom_url; } else { echo"Reinforcement"; } ?></td>
|
|
</tr></thead>
|
|
<tbody class="units">
|
|
<tr>
|
|
<td> </td>
|
|
|
|
|
|
<?php
|
|
for($i=$start;$i<=($start+9);$i++) {
|
|
echo "<td><img src=\"img/x.gif\" class=\"unit u$i\" title=\"".$technology->getUnitName($i)."\" alt=\"".$technology->getUnitName($i)."\" /></td>";
|
|
}
|
|
echo "</tr><tr><th>Troops</th>";
|
|
for($i=119;$i<=128;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
echo "<tr><th>Casualties</th>";
|
|
for($i=129;$i<=138;$i++) {
|
|
if($dataarray[$i] == 0) {
|
|
echo "<td class=\"none\">0</td>";
|
|
}
|
|
else {
|
|
echo "<td>".$dataarray[$i]."</td>";
|
|
}
|
|
}
|
|
?>
|
|
</tr></tbody></table>
|
|
|
|
<?php } ?>
|
|
</td></tr></tbody></table>
|