Auto proxy visitor 1.0. Visit any website with cURL using proxy and get a new visitor on every refresh!





Auto proxy visitor 1.0
Well had this little idea,  basically all you do it upload this script on your server and leave it! This will start refreshing your page in the time you have set, it ofcourse will also change your IP address, which means on every automatic refresh it makes, you will get a random visitor. In a sense it can be used to make money, it will drastically increase your impressions. This script can also be easily used to bot sites that pay per visitor, or referrer. Some call it botting.

Now time for business, how to use this script, and it's the easiest part! In the index.php file just edit $seconds, $url and put in working random proxies, and that is all done! Then just upload the script to your server, open page and see it rolling!
===============================================

Little sample of code.
    //Credits must stay intact
    //Script by s.samiuddin
    //For more scripts and tutorials visit http://www.webdevtown.com
    //If this script is uploaded on any website without credits, it will be taken down.
 
    include("website_proxy_visitor.php");
 
    /****************************/
    ////// Proxies to be used ////
    /****************************/
    $proxy_list = "
         
            211.23.248.22,
            42.159.193.148,
            101.69.199.99
                                 
        ";
 
    $seconds           = 10;
    $url                     = "http://ipchicken.com";
    $port                   = 80;
    $user_agent        = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0";
 
    $ProxyVisitor = new ProxyVisitor($url, $port, $user_agent, $proxy_list);
?>

<html>
    <head> <meta http-equiv="refresh" content="<?PHP echo $seconds ; ?>" > </head>
</html>

==================================================
Download



sumber : http://www.webdevtown.com/2015/05/auto-proxy-visitor-10-visit-any-website.html

Auto proxy visitor 1.0

Well had this little idea,  basically all you do it upload this script on your server and leave it! This will start refreshing your page in the time you have set, it ofcourse will also change your IP address, which means on every automatic refresh it makes, you will get a random visitor. In a sense it can be used to make money, it will drastically increase your impressions. This script can also be easily used to bot sites that pay per visitor, or referrer. Some call it botting.

Now time for business, how to use this script, and it's the easiest part! In the index.php file just edit $seconds, $url and put in working random proxies, and that is all done! Then just upload the script to your server, open page and see it rolling!

Little sample of code.
    //Credits must stay intact
    //Script by s.samiuddin
    //For more scripts and tutorials visit http://www.webdevtown.com
    //If this script is uploaded on any website without credits, it will be taken down.
   
    include("website_proxy_visitor.php");
   
    /****************************/
    ////// Proxies to be used ////
    /****************************/
    $proxy_list = "
           
            211.23.248.22,
            42.159.193.148,
            101.69.199.99
                                   
        ";
   
    $seconds           = 10;
    $url                     = "http://ipchicken.com";
    $port                   = 80;
    $user_agent        = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0";
   
    $ProxyVisitor = new ProxyVisitor($url, $port, $user_agent, $proxy_list);
?>

<html>
    <head> <meta http-equiv="refresh" content="<?PHP echo $seconds ; ?>" > </head>
</html>


Download
https://dl.dropboxusercontent.com/u/28490184/webdevtown/auto%20proxy%20visitor.rar - See more at: http://www.webdevtown.com/2015/05/auto-proxy-visitor-10-visit-any-website.html#comment-form

1 Response to "Auto proxy visitor 1.0. Visit any website with cURL using proxy and get a new visitor on every refresh!"