Search results

  1. P

    Whats the deal with IP's?

    We're running short on IPv4 addresses on the global layer. ISPs (Internet Service Providers) are required to make a decision to either bind many clients under one public IP (mobile networks usually do that) or switch to IPv6. The latter one is a tougher and more time consuming process, since...
  2. P

    VPS ExtroHosting.com - XEN VPS - 1GB RAM, 150GB HDD From $9.99, (Netherlands - Serverius)

    --2011-12-29 17:57:08-- https://extrohosting.com/50mb.bin Resolving extrohosting.com... 159.253.5.77 Connecting to extrohosting.com|159.253.5.77|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 52428800 (50M) [application/octet-stream] Saving to: `50mb.bin'...
  3. P

    how to curl and proxy download

    fopen() can only open certain streams and protocols (file, stdin, http etc). With fsockopen() you can customise everything you're requesting from or posting to the other party, even write IRC bots etc, since it's a socket. There's an awesome head-first guide on sockets...
  4. P

    need translate script

    <?php class Translator { // TRUE to enable print_r etc later on private $debugging = false; public function Translate($source_lang = "", $source = "Hello", $dest_lang = "et") { // We generate some headers for the file_get_contents() function to make the request look...
  5. P

    VPS DotVPS.net Linux VPS Starting at $6.95 (NL,US)

    Any more discounts for the new year?
  6. P

    VPS ExtroHosting.com - XEN VPS - 1GB RAM, 150GB HDD From $9.99, (Netherlands - Serverius)

    --2011-12-27 22:14:24-- https://extrohosting.com/50mb.bin Resolving extrohosting.com... failed: Name or service not known. wget: unable to resolve host address `extrohosting.com' :facepalm:
  7. P

    Rapidleech and wordpress

    The page you referred to uses JavaScript's XMLHttpRequest to call a POST request to http://vleech.info/index.php/get_link/mediafire Here's the full session log captured by SmartSniff POST /index.php/get_link/mediafire HTTP/1.1 Host: vleech.info Connection: keep-alive Content-Length: 66...
Back
Top