getDeletedArtifacts(); ?>

WW villages management

Add WW village(s)
Number Player id

Artifacts management

Add artifact(s)
Icon Type Quantity Player id

Deleted artifact(s)

'; } else { foreach($deletedArtifacts as $artifact){ $info = Artifacts::getArtifactInfo($artifact); ?>
Deleted artifact(s)
Name Bonus Effect Time Old owner Old village
No artifacts
getUserField($artifact['owner'], "username", 0); echo ($u != "[?]") ? ''.$u.'' : ''.$u.''; ?> getVillageField($artifact['vref'], "name"); echo ($v != "[?]") ? ''.$v.'' : ''.$v.''; ?>

Artifacts overview

getArtifactsBysize(1); // SAFE CALL 2: large + unique $big = $database->getArtifactsBysize(2); // SAFE CALL 3: unique artifacts (size 3) $unique = $database->getArtifactsBysize(3); if(empty($small) && empty($big) && empty($unique)){ echo ''; } else { $all = array(); if(is_array($small)) $all = array_merge($all, $small); if(is_array($big)) $all = array_merge($all, $big); if(is_array($unique)) $all = array_merge($all, $unique); foreach($all as $a){ $player = $database->getUserField($a['owner'], "username", 0); $aid = $database->getUserField($a['owner'], "alliance", 0); $ally = $database->getAllianceName($aid); echo ''; } } ?>
Icon Name Effect Player Alliance
No artifacts found
'.$a['name'].' '.$a['effect'].' '.$player.' '.$ally.'