Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Increasing Web page hits? (bebo, sorry guys lol)


ghost's Avatar
0 0

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…


Mr_Cheese's Avatar
0 1

page views has nothing to do with unique IP's

so all you'd need to do is just make a program to loop a website as many times as yuo want.

and thus. increased page hits.


ghost's Avatar
0 0

thats what i originally thought, but then i think bebo is a bit ghey about the whole thing. thanks for the reply cheese, its off to w3 for me :D


ghost's Avatar
0 0

Just a question..why does she want pageviews? If she wants it for money with google adsenes or something, then she is out of luck becuase it doesnt work like that..but if she wants pageviews to brag that she has 1000000 page views a day then ignore this post.


ghost's Avatar
0 0

i think there is a program in the download section that does this


ghost's Avatar
0 0

really? any idea where?


ghost's Avatar
0 0

never mind, they redid the downloads. if i remember correctly, it was under the old "Made by members" section.


ghost's Avatar
0 0

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?


ghost's Avatar
0 0

Just make a page with a frame to the place(s) you want to increase uyour hits on and make that loop.


AldarHawk's Avatar
The Manager
0 0

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!!!


ghost's Avatar
0 0

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


ghost's Avatar
0 0

well, i'm sure this isn't exactly what you're looking for, but a cheap way to increase hits on a web page that has stupid counters like freewebs offers, create this html doc.

"<html> <head> <meta http-equiv="refresh" content="0"> </head> <body> <iframe src="[site to hit]"></iframe> </body> </html>"


ghost's Avatar
0 0

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.


ghost's Avatar
0 0

Yea, it's like fork bombing yourself (wikipedia if you don't know what a fork bomb is).


AldarHawk's Avatar
The Manager
0 0

mastergamer wrote: Yea, it's like fork bombing yourself (wikipedia if you don't know what a fork bomb is).

that is exactally why I use text browsers :P Lynx is the best!


ghost's Avatar
0 0

lol niiiiiicccceeeeeeeeee! anychance of sharing that :p or giving the download link?


ghost's Avatar
0 0

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.


ghost's Avatar
0 0

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&lt;=1000;$x++){print &quot;Content-Type: text/html&#92;n&#92;n&quot;;

my $url = &quot;http://www.bebo.com/Profile.jsp?MemberId=xxxxxxx&quot;;

use LWP::UserAgent;
use HTTP::Request::Common qw(GET POST);

my $agent = LWP::UserAgent-&gt;new;
my $req = GET $url, Referer =&gt; &quot;(http://www.google.co.uk/search?hl=en&q=TY+GIDS+FOR+BEBO+PAGEVIEW+HACK+XD&btnG=Search&meta=)&quot;;

print $agent-&gt;request($req)-&gt;as_string;}

Enjoy Happy Page views


ghost's Avatar
0 0

I don't understand the Member ID thing…


ghost's Avatar
0 0

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?


ghost's Avatar
0 0

also guys, running a script liek that multiple times, may be too much for your connection, and itll jam your network lol. lol as part of your research into perl, why not try and find how you would add a pause each time round the loop :D


ghost's Avatar
0 0

i ran 6 copies of it xD and my iternet was fine :)


ghost's Avatar
0 0

i'm currently running round 20 versions. it hasn't made much affect. Could anyone code this in visual basic please?


ghost's Avatar
0 0

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..


ghost's Avatar
0 0

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:


ghost's Avatar
0 0

Sorry, this method no longer works!:|