$fp = fsockopen ("developer.skipjackic.com", 80);
if ($fp) {
fputs ($fp, "
POST /sc...C.dll?Authorize HTTP/1.1
Host: 192.168.0.3
Content-Length: 7
Content-Type: application/x-www-form-urlencoded
Connection: Close
i think this is what bbaassiri was tryin to say 🙂
you'll have to change some things, but this is pretty much the format.
-=Levi=-