OK Got it working.
INTEX this is what you have to do to get it working. At least this is what I did.
Open your Myvbinndex.php file and change the following.
Find:
fputs($rawdata,"GET /m/chnk/d/weather_d_src.asp?acid=$usersettings[accid] HTTP/1.0\n\n");
Replaced with:
fputs($rawdata,"GET
http://www.msnbc.com/m/chnk/d/weather_d_src.asp?acid=$usersettings[accid] HTTP/1.0\n\n");
Now open you weather.php file and change the same thing you did in your Myvbindex.php file
Thanks for you help PKRWUD.