time = UnixTime(); unique = 3 * rnd.Next(50000); sig = MD5("api_id=" + apiid + "method=" + method + "random=" + unique + "timestamp=" + time + "uid=" + userid + "v=" + version + "votes=" + votes + paykey); xml = @"http://api.vkontakte.ru/api.php?api_id=" + apiid + "&v=" + version + "&method=" + method + "×tamp=" + time + "&random=" + unique + "&uid=" + userid + "&votes=" + votes + "&sig=" + sig; suc = XmlGet(xml, "transferred");