Increasing Web page hits? (bebo, sorry guys lol)
I was just curious to know whether or not its possible to create a program in java or c that would increase the page views of a web page? it would probably have to involve spoofing the ip address with each completion of (a for loop for example)..can anyone give me any tips on what i would need to do? sorry, its just i brought it up with my housemate as she wants more pageviews lol, and i told her probably would be possible…
if you can do it from the same computer because it doesnt require unique views, just use a batch,
@echo off start www.yoursitehere.com start nameofthisfile.bat
you can add some nonops in to put a small time between. then let it run overnight. I think this is doing what you want. right?
do what the dowas do!
Sorry a show my daughter likes :P
Anyways. All I did to increase my hits was make a cron job that runs every 15 mins (you can make it 1 min if you like) that does this… lynx <address>
there you have instant hit growth. I get 92 extra hits a day on my work site. If I changed it to 5 mins I could increase that to 288 extra daily hits. again if you want to kill the hit counter and get like a few hundred thousand a day just make a few cronjobs that are all lynx <address> and set them all to 1 minute.
with one of these you will gain 1440 hits a day, 2 == 2880, 5 == 7200, 10 == 14400, 20 == 28800, 50 == 72000, 100 == 144000. so you see if you have a machine that you can have send off 100 web page requests a minute then you can gain nearly 150,000 hits a day on your site. again this will kill your web connection but hey WTH if you get $$ for each hit then all the power to you and let me know where to sign up!!!
Bebo…? I'm pretty sure they only count one per member per day and you have to be logged in…
What you could do is make an interesting page and have everyone go there… Hard without HTML or JS allowed but if you're original you can do it… I have a poll in which the percentages don't come close to adding up to 100 :P
Also the pic of my photo album cover isn't in my photo album… :P
Bebo suck at scripting when you think about it
only_samurai wrote: if you can do it from the same computer because it doesnt require unique views, just use a batch,
@echo off start www.yoursitehere.com start nameofthisfile.bat
you can add some nonops in to put a small time between. then let it run overnight.
The computer would eventually clog up with all the open browser windows/tabs.
hey guys i finally got round to making that hits increaser. I made it using PERL. Ill try and upload it for others to use. In teh mean time, check out my page and my 30000+ page views :D
2eXtreme wrote: hey guys i finally got round to making that hits increaser. I made it using PERL. Ill try and upload it for others to use. In teh mean time, check out my page and my 30000+ page views :D
http://www.bebo.com/Profile.jsp?MemberId=63746761
Now are you making money with all your page hits? If you are, please upload your perl program, and share what company is paying you.
Instuctions:
Download ActivePerl (http://www.activestate.com/store/productdetail.aspx?prdGuid=81fbce82-6bd5-49bc-a915-08d58c2648ca) Copy Content below into texteditor rename or save as bebo.pl Replace the xxxxxxx with your profile id (get this go to a friends page and find u click it, then copy out of url bar) Put bebo.pl into C:/Perl/bin Open CMD navigate to C:/Perl/bin type: bebo.pl
#!usr/bin/perl
for($x=0;$x<=1000;$x++){print "Content-Type: text/html\n\n";
my $url = "http://www.bebo.com/Profile.jsp?MemberId=xxxxxxx";
use LWP::UserAgent;
use HTTP::Request::Common qw(GET POST);
my $agent = LWP::UserAgent->new;
my $req = GET $url, Referer => "(http://www.google.co.uk/search?hl=en&q=TY+GIDS+FOR+BEBO+PAGEVIEW+HACK+XD&btnG=Search&meta=)";
print $agent->request($req)->as_string;}
Enjoy Happy Page views
Go too one of your friends pages.. look at the url see the url ID thing? with the numbers you have one. I found it by visting a friends page then visting your profile from theres, because i usually get ?MyProfile=Y.
Once you got it just replace the http://www.bebo.com bit.
Run it and it should add pageviews, it might stop adding after a while, also only do it to your page because it has a detection thing that thinks you are abusing a user they will have to type some number stuff in.
Understand now or would u liek to add me on msn?
Ghost6 wrote: Go too one of your friends pages.. look at the url see the url ID thing? with the numbers you have one. I found it by visting a friends page then visting your profile from theres, because i usually get ?MyProfile=Y.
Once you got it just replace the http://www.bebo.com bit.
Run it and it should add pageviews, it might stop adding after a while, also only do it to your page because it has a detection thing that thinks you are abusing a user they will have to type some number stuff in.
Understand now or would u liek to add me on msn?
Umm…wtf? That doesn't help me at all..and no, msn is not needed..you can just explain carefully, step by step..
Ponguile wrote: [quote]Ghost6 wrote: Go too one of your friends pages.. look at the url see the url ID thing? with the numbers you have one. I found it by visting a friends page then visting your profile from theres, because i usually get ?MyProfile=Y.
Once you got it just replace the http://www.bebo.com bit.
Run it and it should add pageviews, it might stop adding after a while, also only do it to your page because it has a detection thing that thinks you are abusing a user they will have to type some number stuff in.
Understand now or would u liek to add me on msn?
Umm…wtf? That doesn't help me at all..and no, msn is not needed..you can just explain carefully, step by step..[/quote]
LOL ok.
STEP ONE
log in as your account
STEP TWO
Go to your profile click on one of your good friends
STEP THREE
Find yourself on there freinds list (hopfully your on the top 16)
STEP FOUR
Click yourself so you go back to your profile now look into the url bar copy the UserID=12345678 (yours will be difffernt to this copy it into the script bit where it says xxxxxxx)
STEP FIVE
Run the thing.
:happy: