Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Re: Google News Grabber

    > Hi Guys,
    >
    > i friend wrote a google newsgrabber for me,
    > the problem of this script is that it
    > grabbs the news from google for every request.
    > in this way the script generate much useless traffic,
    > i need a version that can be run by a cronjob
    > every hour and generates a static html file (for public)
    >
    > is there someone able to help me?
    > i'm really bad in creating php scripts
    I'm not sure, but couldn't you just download the script output like :
    wget -q -O news.htm [url]http://www.yoursite.com/googlenews.php[/url]
    every hour, and then use news.htm ?



    SeeSchloss Guest

  2. Similar Questions and Discussions

    1. Text Grabber for InDesign
      1) The Grabbers are products for Macintosh QuarkXPress 4.11-6.5 ... they do not run in InDesign or the Windows versions of QuarkXPress. 2) We have...
    2. Form grabber
      This is sort of a long shot, but I thought I'd give it a try. Basically, I need a script/function that will grab any page content via CFHTTP, and...
    3. Lost Grabber Hand! Prefferences?
      I have lost my spacebar-grabber hand!! Can't live without it. The suggestion is to trash prefferences and restart How can I find them and what are...
    4. The good news and the bad news about the Commands
      Hi everyone, Today I found out that not only to use the MX Fireworks commands you will have to download the new Extension Manager 1.6 but once...
    5. NNTP Image Grabber
      The script below can be used to grab binary files (images) from a newsgroup. #!/usr/bin/perl -w ...
  3. #2

    Default Re: Google News Grabber

    SeeSchloss <seeschloss@no-log.org> wrote in message news:<mesnews.da8b7d38.04f0e8c9.1.1389@nolog.org>. ..
    > > Hi Guys,
    > >
    > > i friend wrote a google newsgrabber for me,
    > > the problem of this script is that it
    > > grabbs the news from google for every request.
    > > in this way the script generate much useless traffic,
    > > i need a version that can be run by a cronjob
    > > every hour and generates a static html file (for public)
    > >
    > > is there someone able to help me?
    > > i'm really bad in creating php scripts
    >
    > I'm not sure, but couldn't you just download the script output like :
    > wget -q -O news.htm [url]http://www.yoursite.com/googlenews.php[/url]
    > every hour, and then use news.htm ?
    Yes man, it works now =)


    Rasmus Christian Kaae << muuuaahahaha
    checksumde Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139