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...
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...
<?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...
--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:
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.