Go search this to your NeuzMsgProc.cpp
LoadString(hInstance, IDS_SERVER_IP, g_Neuz.m_lpCertifierAddr, 16);
and look for this:
edit the red text into your ip or change it to 127.0.0.1 if you are using localhost
//LoadString(hInstance, IDS_SERVER_IP, g_Neuz.m_lpCertifierAddr, 16);
#else
LoadString(hInstance, "64.94.100.230", g_Neuz.m_lpCertifierAddr, 16);
#endif
btw sorry for my bad english (trying hard)