Web program

Questions about programming languages and debugging
Post Reply
PopPooB
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 236
Joined: 16 May 2007, 16:00
16
Location: CandyLand
Contact:

Web program

Post by PopPooB »

is there a web program that can displays a web page and refresh it every certain amount of time
96% better then all connections global
Kiss My Ass Good Bye

TheKingOfHearts
Moderator
Moderator
Posts: 901
Joined: 18 Sep 2006, 16:00
17
Location: on my Throne
Contact:

Post by TheKingOfHearts »

HTTP Traffic Generator

i used it on myspace to get 666
[url=http://img338.imageshack.us/img338/2034/oopsrg8.gif]/sig[/url]

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

hm, depends on the purpose. if you need some votes on a toplist you could use ab on Linux (should be installed already on Debian per default).
ab means apache benchmark, and this is the actual use of it, but if you use it like this:

Code: Select all

ab -n 10000 -c 50 http://your.link.to.votingscript
it'll send 10000 votes to the script... :twisted:
but of course if works not for all toplists (it does for the dangeroushacker.com one and some other smaller ones).
I know, this is lame cheating, but almost everybody cheats on those lists, and for a small site it's almost the only way to get some traffic at the start.

or do you mean you want to reload a "normal" site to check for new PMs or sth like that? :-k

Post Reply