All pastes #612075 Raw Edit

Untitled

public php v1 · immutable
#612075 ·published 2007-07-10 05:28 UTC
rendered paste body
<?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);?>