Untitled
public php v1 · immutable<?php$str = file_get_contents("http://www.nintendowifi.com/gaminghub/displayActivities.do?gameCode=ADM");$XML = str_replace("<games-top-view>", "<gamestopview>", $str);$XML = str_replace("</games-top-view>", "</gamestopview>", $str);echo($XML);?>