WOOT, got it to work.
I changed the path in the php file from this:
$threadspath = ".";
to this:
$threadspath = "/home/leetgame/public_html/";
and from this:
include("$thispath/templates/$tempstyle/generic.tmpl");
to this:
include("$thispath/halo2/memberstats/membertemplates/drchaos.tmpl");
Thanks for the push josh

now if I could get xml to show correctly inside that page I will get a cookie......
I also found a very nice resource for xml if anyone ever needs it.
http://www.w3schools.com/xml/xml_data_island.asp