MySQL Support (WPC)

by Vitaly, Friday, February 12th, 2016

Web Proxy Checker Pro 1.8.46 released.

What’s New

Added support of MySQL databases.

Format of the MySQL source path:

mysql://connection_name/table_name/column1,column2,...[delimiter]/where_statement

Format of the MySQL output path:

mysql://connection_name/table_name/column1,column2,.../value1,value2,...

You can read more about MySQL source/output path formats here: MySQL Support (AV)

Output Values

  • :$host – proxy host
  • :$port – proxy port
  • :$type – proxy type (https, socks4, socks5)
  • :$user – proxy user name
  • :$pass – proxy password
  • :$extip – external IP address
  • :$ccode – country code

MySQL Connections

wpcp.1.8.46-1-tn

Load from MySQL Table

wpcp.1.8.46-2-tn

Save to MySQL Table

wpcp.1.8.46-3-tn

Tags: ,


Web Proxy Checker Pro 1.7.44

by Vitaly, Sunday, December 13th, 2015

Web Proxy Checker Pro 1.7.44 released.

New Features

1. Format of the source lines: user:pass@host:port (default), host:port:user:pass.

wpc.1.7.44-tn

2. Timeout unit: seconds (default), milliseconds.

wpc.1.7.44-2-tn

Tags:


Resolve External IP

by Vitaly, Wednesday, July 1st, 2015

URL to resolve IPv4 address:

http://ipv4.test-ipv6.com/ip/?callback=_jqjsp&asn=1&testdomain=test-ipv6.com&testname=test_asn4

Response (IPv4):

_jqjsp({"ip":"xxx.xxx.xxx.xxx","type":"ipv4","subtype":"","via":"","asn":"yyyyy","asn_name":"Provider Name,US","asnlist":"yyyyy","padding":""})

Extract IPv4 regular expression:

\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}

URL to resolve IPv6 address:

http://ipv6.test-ipv6.com/ip/?callback=_jqjsp&asn=1&testdomain=test-ipv6.com&testname=test_asn6

Response (IPv6):

_jqjsp({"ip":"xxxx:x:xxxx:xxx:xxxx:xxxx:xxxx:xxxx","type":"ipv6","subtype":"Teredo","via":"","padding":""})

Extract IPv6 regular expression:

([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)

Tags: , , ,