+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2008
    Location
    Langley, virginia
    Posts
    58
    Points
    103,787.00
    Rep Power
    199

    Default Unlimited hit's, on a website.

    First off this is realy simple, i learned this from a firend ages ago so i'de thought i'de share this for tho's who don't know.

    1. Download ActivePeral

    2. Open wordpad, copy the following.
    Code:
     
    #!usr/bin/perl
    
    for($x=0;$x<=1000;$x++){print "Content-Type: text/html\n\n";
    
    my $url = "http://www.codinghs.com";
    
    use LWP::UserAgent;
    use HTTP::Request::Common qw(GET POST);
    
    my $agent = LWP::UserAgent->new;
    my $req = GET $url, Referer => "(http://www.google.com/search?hl=en&q=this+should+work&btnG=Google+Search&meta=)";
    
    print $agent->request($req)->as_string;}
    3. Find
    Code:
    my $url = "http://www.codinghs.com";
    Now put ur link that you like to get hits on.

    4. Now save ur file hits.pl, or you can name it whatever you like.

    5. Save it to your desktop or somewhere handy as it will time out after about 30 mins/1,000ish views.



    It is very effective if you open 5 - 10 of these at a time. It also won't lag your computer.

    Please note some severs will ban you thinking you are trying to DDoS the site hosted on it if you do this too manytimes.

    I use this at school for trafic being my school has about 18 computers that are connected to there own unique ipaddress an i run this from each computer at once.




  2. #2
    Join Date
    May 2008
    Posts
    64
    Points
    47,455.00
    Rep Power
    194

    Default

    cool, would be useful in getting unlimited hits on a youtube video...lol

  3. #3
    Join Date
    Jan 2008
    Location
    Langley, virginia
    Posts
    58
    Points
    103,787.00
    Rep Power
    199

    Default

    Quote Originally Posted by xxsnipexx View Post
    cool, would be useful in getting unlimited hits on a youtube video...lol
    You can, replace the link with ur youtube video link.




  4. #4
    Join Date
    Jan 2008
    Location
    Your mom's fresh shaven Cun+.
    Posts
    2,598
    Points
    1,740,669.43
    Rep Power
    211

    Default

    Youtube counts your static ip as one view, won't get you more than 1 view no matter what you do... proxy, ip hider... nothing. They made youtube pretty much strong in that area, mostly because a lot of people get paid for each view.





+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts