View Single Post
Old 03-29-2008, 03:52 AM   #2 (permalink)
razzles
Forum Novice
 
Join Date: Jan 2006
Posts: 397
Default

Please learn to use the code tags when posting scripts. In the line:
Code:
public static readonly string Address = "72.19832.222";
your missing a . in the address. It should be 72.198.32.222
razzles is offline   Reply With Quote