VPN and Proxy services

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Perhaps .. read about the recording by means of cookies to the user's computer. But I do not recommend doing so. Your project will not be popular if they find out what you write on the client side.

      Write a small code!
      Create a proxy server database (there is a single database) and add from there how new ones appear

      that's an example

      PHP Source Code

      1. <?php$ch = curl_init();curl_setopt($ch, CURLOPT_URL, 'http://api.proxies.net/get.php?count=0&ping=5000&key=KEY');curl_setopt($ch, CURLOPT_HEADER, 0);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; en; rv:1.9.0.1) Gecko/2008070208');curl_setopt($ch, CURLOPT_HTTPHEADER, array('Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5'));$res = curl_exec($ch);curl_close($ch);
      2. file_put_contents('test.txt', $res);?>
      test.txt
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html;"/>
      <title> proxy server database.</title>
      <meta name="keywords" content=""/>
      <meta name="description" content=""/>
      <link href="style.css" rel="stylesheet" type="text/css" media="all"/>
      </head>
      <body><script type="text/javascript">
      //<![CDATA[
      try{(function(a){var
      b="http://",c="api.proxies.net",d="/cdn-cgi/cl/",e="img.gif",f=new
      a;f.src=[b,c,d,e].join("")})(Image)}catch(e){}
      //]]>
      </script>
      <div class="container">
      <p style="color: red;">key you not incorrect</p>
      Why programmers like UNIX == unzip, strip, touch, finger, grep, mount, fsck, more, yes, fsck, fsck, fsck, umount, sleep.

      The post was edited 4 times, last by ZeroNull ().