$s){ $go = 1; if( $_REQUEST["limited"] = uscore(str_replace('%20','_',$_REQUEST["limited"])) ){ if( ( $_REQUEST["limited"] == "yes" && !array_key_exists('Limited',$s['abilities']) ) || ( $_REQUEST["limited"] == "no" && ( uscore($s['form']) == "monster" || array_key_exists('Limited',$s['abilities']) ) ) ){$go = 0;} } if( $_REQUEST["figure"] = uscore(str_replace('%20','_',$_REQUEST["figure"])) ){if( !magic($_REQUEST["figure"],$f) ){$go = 0;}} if( $_REQUEST["type"] = uscore(str_replace('%20','_',$_REQUEST["type"])) ){if( !magic($_REQUEST["type"],uscore($s['type'])) ){$go = 0;}} if( $_REQUEST["hazard"] = uscore(str_replace('%20','_',$_REQUEST["hazard"])) ){if( !magic($_REQUEST["hazard"],uscore($s['hazard'])) ){$go = 0;}} if( $_REQUEST["form"] = uscore(str_replace('%20','_',$_REQUEST["form"])) ){if( !magic($_REQUEST["form"],uscore($s['form'])) ){$go = 0;}} if( $_REQUEST["class"] = uscore(str_replace('%20','_',$_REQUEST["class"])) ){if( !magic($_REQUEST["class"],uscore($s['class'])) ){$go = 0;}} if( $_REQUEST["faction"] = uscore(str_replace('%20','_',$_REQUEST["faction"])) ){if( !magic($_REQUEST["faction"],uscore($s['faction'])) ){$go = 0;}} if( $_REQUEST["agenda"] = uscore(str_replace('%20','_',$_REQUEST["agenda"])) ){if( !magic($_REQUEST["agenda"],uscore($s['agenda'])) ){$go = 0;}} if( $_REQUEST["energyType"] = uscore(str_replace('%20','_',$_REQUEST["energyType"])) ){if( !magic($_REQUEST["energyType"],uscore($s['energyType'])) ){$go = 0;}} if( $_REQUEST["set"] = uscore(str_replace('%20','_',$_REQUEST["set"])) ){if( !magic($_REQUEST["set"],uscore($s['set'])) ){$go = 0;}} if( $_REQUEST["setColor"] = uscore(str_replace('%20','_',$_REQUEST["setColor"])) ){ if(isset($s['setColor'])){ if( !magic($_REQUEST["setColor"],uscore($s['setColor'])) ){ $go = 0; } }else{ if( !$_REQUEST["setColor"] == "black" ){ $go = 0; } } } if( $_REQUEST["rarity"] ){if( $_REQUEST["rarity"] != $s['rarity'] ){$go = 0;}} if( $_REQUEST["speed"] ){if( $_REQUEST["speed"] != $s['speed'] ){$go = 0;}} if( $_REQUEST["defense"] ){if( $_REQUEST["defense"] != $s['defense'] ){$go = 0;}} if( $_REQUEST["energy"] ){if( $_REQUEST["energy"] != $s['energy'] ){$go = 0;}} if( $_REQUEST["brawl"] ){if( $_REQUEST["brawl"] != $s['brawl'] ){$go = 0;}} if( $_REQUEST["brawlBoost"] ){if( $_REQUEST["brawlBoost"] != $s['brawlBoost'] ){$go = 0;}} if( $_REQUEST["blast"] ){if( $_REQUEST["blast"] != $s['blast'] ){$go = 0;}} if( $_REQUEST["blastBoost"] ){if( $_REQUEST["blastBoost"] != $s['blastBoost'] ){$go = 0;}} if( $_REQUEST["blastRange"] = uscore(str_replace('%20','_',$_REQUEST["blastRange"])) ){if( !magic($_REQUEST["blastRange"],uscore($s['blastRange'])) ){$go = 0;}} if( $_REQUEST["power"] ){if( $_REQUEST["power"] != $s['power'] ){$go = 0;}} if( $_REQUEST["powerBoost"] ){if( $_REQUEST["powerBoost"] != $s['powerBoost'] ){$go = 0;}} if( $_REQUEST["health"] ){if( $_REQUEST["health"] != $s['health'] ){$go = 0;}} if( $_REQUEST["hyper"] ){if( $_REQUEST["hyper"] != $s['hyper'] ){$go = 0;}} if( $_REQUEST["cost"] ){if( $_REQUEST["cost"] != $s['cost'] ){$go = 0;}} if( $_REQUEST["ability"] = uscore(str_replace('%20','_',$_REQUEST["ability"])) ){ $i = 0; foreach($s['abilities'] as $k => $v){ if( magic($_REQUEST["ability"],uscore($k)) ){$i = 1;} } if(!$i){$go = 0;} } if( $go ){$o = uscore($s['form']); print(""); } } }else{ ?>

"); } dropdown('type'); dropdown('hazard'); $formats = array("english","german"); ?>

Buildings";}else{$_REQUEST["type"] = "faction=".strtolower($fc)."&language=".$_REQUEST["language"]."&format=".$_REQUEST["format"]."&type=monster\">Monsters";} print("

".ucname(str_replace("_"," ",$fc))." Units

"); }else{ print("

".ucname(str_replace("_"," ",$fc))."

"); } } } include("include/footer.htm"); //phpinfo(); ?>