Results 1 to 5 of 5

Thread: Automatic Web Page Refresher

  1. #1
    Join Date
    Apr 2008
    Beans
    10

    Question Automatic Web Page Refresher

    Hello All,

    I am looking for an automatic web page refresher that works in Ubuntu. I have seen a bunch out there that are only made for windows.

    Reason: My friends band needs to get a lot of hits on their myspace page so that club owners will consider them. I thought this would be more affective than having 1000 people hit refresh 1000 times.

    Any help would be appreciated. Thanks!

    Toast
    Last edited by Toaster34; January 6th, 2009 at 02:46 AM.

  2. #2
    Join Date
    Jun 2007
    Beans
    243

    Re: Automatic Web Page Refresher

    Quote Originally Posted by Toaster34 View Post
    Hello All,

    I am looking for an automatic web page refresher that works in Ubuntu. I have seen a bunch out there that are only made for windows.

    Reason: My friends band needs to get a lot of hits on their myspace page so that club owners will consider them. I thought this would be more affective than having 1000 people hit refresh 1000 times.

    Any help would be appreciated. Thanks!

    Toast
    This perhaps?
    Ubuntu x86_64: AMD Turion X2 1.9ghz, 4GB RAM, 250GB HDD, NVidia 7150m
    Windows 7: AMD Phenom II x4 965 BE 3.6ghz, 8GB RAM, 1.5TB HDD, ATI Radeon HD 4870

  3. #3
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Automatic Web Page Refresher

    There are Firefox extensions, e.g. this one, that can do stuff like this. You could also write a script using wget, for example.

    But any decent hit counter is going to know what you're doing, which is basically click fraud, although in the case of Myspace I don't think it matters.

  4. #4
    Join Date
    Jul 2007
    Location
    Greece
    Beans
    269
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Automatic Web Page Refresher

    you can create a new html file and add the code bellow to refresh the given website every 15 seconds..ofcourse this will only work if your friends profile has a VERY VERY simple hit counter.it ONLY works with poor free hitcounters.

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl">
    <META HTTP-EQUIV="Refresh"
    CONTENT="15;>
    <head>
    <title>Javascript IFrame Reload</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    </head>
    <body>
    <iframe id="reloader" width="500" height="400" src="YOUR FRIEND'S WEBPAGE"/>
    </body>
    </html>

  5. #5
    Join Date
    Apr 2007
    Beans
    281
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Automatic Web Page Refresher

    thanx for the script ebeBoxNet, it works sweet!! just to mention there's a typo with CONTENT="15;> which should be CONTENT="15;"> but anyway, I mention this only for people who really don't have a clue on html.

    cheers

Bookmarks

Posting Permissions

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