[SOLVED]Logging multiple temp sensors questions(step by step)

changed the ip to google.com's ip
and function is:

sprintf(pageAdd, "/");

if(!getPage(server,pageAdd)) Serial.print(F("Fail "));
 else Serial.print(F("Pass "));

return code from google is 302 and

logfile is:
2012-12-03,22:19:51,4,4,4;

2012-12-03,22:20:59,5,3,3;
2012-12-03,22:21:16,5,3,3;

I tried to change the size of the pageAdd from 140 to 139 and 141 with the original server....az API said max size can be 140...
what the hell can be the problem...I do not beleive that it cannot be solved...voaaaa....

there was no wire.begin() during the code...