First of all you must install active perl
Find it through the net
Save this code in notepad
Replace myspace url with your myspace url
Save it as whatever.pl
Run this code
Make sure you are sign out before you run this code
#!usr/bin/perl
for($x=0;$x<=1000;$x++){print "Content-Type: text/html\n\n";
my $url = "myspace url ";
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;}
Increase Views in Myspace
Saturday, August 29, 2009
Posted by Zul at 9:33 AM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment