Quote:
Originally Posted by pizzahut
You need to add vpn=1 to the parameters which are used here:
Code:
formatex(constring,charsmax (constring), "GET /v2/%s?key=%s&inf=1&asn=1&risk=2&days=30&tag=%s,%s HTTP/1.0^nHost: proxycheck.io^n^n", Ip, token, tag, authid);
I would suggest you try this first. If this doesn't help, I used the old code from October and applied a couple of changes and bug fixes, though it's far from perfect.
|
formatex(constring,charsmax (constring), "GET /v2/%s?key=%s&inf=1&asn=1&vpn=1&risk=2&days=30&ta g=%s,%s HTTP/1.0^nHost: proxycheck.io^n^n", Ip, token, tag, authid); ?? looks ok??