Mega with wiznet shield (wire hack)+thingspeak+sd problem

That sounds like this:

sprintf(pageAdd,"/update?key=MyKey&field1=%u&field2=%u",temp0,temp1);

edit: Insure the character array pageAdd has enough storage for the string.