Mon Aug 7 09:11:12 2017 OpenVPN 2.3.4 i586-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jun 26 2017
Mon Aug 7 09:11:12 2017 library versions: OpenSSL 1.0.1t 3 May 2016, LZO 2.08
Mon Aug 7 09:11:12 2017 ******* WARNING *******: all encryption and authentication features disabled -- all data will be tunnelled as cleartext
Mon Aug 7 09:11:12 2017 TUN/TAP device tun0 opened
Mon Aug 7 09:11:12 2017 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Mon Aug 7 09:11:12 2017 /sbin/ip link set dev tun0 up mtu 1500
Mon Aug 7 09:11:12 2017 /sbin/ip addr add dev tun0 local 172.10.0.1 peer 172.10.0.2
Mon Aug 7 09:11:12 2017 UDPv4 link local (bound): [undef]
Mon Aug 7 09:11:12 2017 UDPv4 link remote: [undef]
Mon Aug 07 09:06:28 2017 disabling NCP mode (--ncp-disable) because not in P2MP client or server mode
Mon Aug 07 09:06:28 2017 OpenVPN 2.4.3 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Jul 14 2017
Mon Aug 07 09:06:28 2017 Windows version 6.2 (Windows 8 or greater) 64bit
Mon Aug 07 09:06:28 2017 library versions: OpenSSL 1.0.2l 25 May 2017, LZO 2.10
Mon Aug 07 09:06:29 2017 ******* WARNING *******: All encryption and authentication features disabled -- All data will be tunnelled as clear text and will not be protected against man-in-the-middle changes. PLEASE DO RECONSIDER THIS CONFIGURATION!
Mon Aug 07 09:06:29 2017 open_tun
Mon Aug 07 09:06:29 2017 TAP-WIN32 device [Ethernet] opened: \\.\Global\{3C9193B3-936D-4ECA-AFF2-337786823907}.tap
Mon Aug 07 09:06:29 2017 Notified TAP-Windows driver to set a DHCP IP/netmask of 172.10.0.2/255.255.255.252 on interface {3C9193B3-936D-4ECA-AFF2-337786823907} [DHCP-serv: 172.10.0.1, lease-time: 31536000]
Mon Aug 07 09:06:29 2017 Successful ARP Flush on interface [8] {3C9193B3-936D-4ECA-AFF2-337786823907}
Mon Aug 07 09:06:29 2017 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
Mon Aug 07 09:06:29 2017 TCP/UDP: Preserving recently used remote address: [AF_INET]************:1194
Mon Aug 07 09:06:29 2017 UDP link local (bound): [AF_INET][undef]:1194
Mon Aug 07 09:06:29 2017 UDP link remote: [AF_INET]*********:1194
$request_params = array(
'message' => "test",
'user_id' => $row['uid'],
'access_token' => $this->token_group,
'attachment' => "audio" . $row['owner_id'] . "_" . $row['aid'],
'v' => $this->v);
$get_params = http_build_query($request_params);
$q = file_get_contents('https://api.vk.com/method/messages.send?' . $get_params);