Legal PHP related question!

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

  1. #1

    Default Legal PHP related question!

    Is it illegal for me to set up a site where people can pay to be notified if
    another site changes?

    Let's say I use PHP to watch all sites in a webring/network/whatever...can
    people pay me to be notified when those sites change?

    Thanks


    jn Guest

  2. Similar Questions and Discussions

    1. Perl Related Question
      Hi Members, i am new in perl , so i want your's help. Please help me. i am making a programm amd i want to open a file of different directory. and...
    2. architecture/design related question
      I have an architecture/design related question. I need to develop a web service that contacts multiple other web services that are on other servers....
    3. Copyright/Legal question
      Sorry for the crosspost guys, but I wasn't sure where I'd get the best response. I have a quick legal question about photos. A friend of mine at...
    4. A MySQL Question (PHP Related)
      Leigh Riley wrote: Apache and MySQL generally don't work together. i'm assuming you meant getting PHP to work with MySQL? Don't EVER copy a...
    5. newB question: related tables question
      hello i have a data base with 10 tables, i want to automaticaly creat a row in all of the tables wehen i create in the first one. normal table...
  3. #2

    Default Re: Legal PHP related question!

    Why don't you start it, and then stop if someone complains?

    I mean, cash in hand ain't a bad thing.


    "jn" <jsumner1@cfl.rr.com> wrote in message
    news:BPWwb.78732$86.1038211@twister.tampabay.rr.co m...
    > Is it illegal for me to set up a site where people can pay to be notified
    if
    > another site changes?
    >
    > Let's say I use PHP to watch all sites in a webring/network/whatever...can
    > people pay me to be notified when those sites change?
    >
    > Thanks
    >
    >

    OneSolution Guest

  4. #3

    Default Re: Legal PHP related question!

    "OneSolution" <onesolution@jatakainc.com> wrote in message
    news:GeXwb.97$kY5.76565596@newssvr11.news.prodigy. com...
    > Why don't you start it, and then stop if someone complains?
    >
    > I mean, cash in hand ain't a bad thing.
    >
    >
    > "jn" <jsumner1@cfl.rr.com> wrote in message
    > news:BPWwb.78732$86.1038211@twister.tampabay.rr.co m...
    > > Is it illegal for me to set up a site where people can pay to be
    notified
    > if
    > > another site changes?
    > >
    > > Let's say I use PHP to watch all sites in a
    webring/network/whatever...can
    > > people pay me to be notified when those sites change?
    > >
    > > Thanks
    > >
    > >
    >
    It's bad if I have to give it all back when the service is shut down ;)


    jn Guest

  5. #4

    Default Re: Legal PHP related question!

    I don't see how it could be.. Unless you actually have to make a copy of the
    site in order to watch it..


    "jn" <jsumner1@cfl.rr.com> wrote in message
    news:BPWwb.78732$86.1038211@twister.tampabay.rr.co m...
    > Is it illegal for me to set up a site where people can pay to be notified
    if
    > another site changes?
    >
    > Let's say I use PHP to watch all sites in a webring/network/whatever...can
    > people pay me to be notified when those sites change?
    >
    > Thanks
    >
    >

    timmeh Guest

  6. #5

    Default Re: Legal PHP related question!

    "timmeh" <timmeh@insightbb.com> wrote in message
    news:0OYwb.308939$Tr4.977054@attbi_s03...
    > I don't see how it could be.. Unless you actually have to make a copy of
    the
    > site in order to watch it..
    >
    >
    > "jn" <jsumner1@cfl.rr.com> wrote in message
    > news:BPWwb.78732$86.1038211@twister.tampabay.rr.co m...
    > > Is it illegal for me to set up a site where people can pay to be
    notified
    > if
    > > another site changes?
    > >
    > > Let's say I use PHP to watch all sites in a
    webring/network/whatever...can
    > > people pay me to be notified when those sites change?
    > >
    > > Thanks
    > >
    > >
    >
    >
    >
    The thing is, I'm setting up a site to specifically make money off of their
    network. I dunno, maybe it is legal :)


    jn Guest

  7. #6

    Default Re: Legal PHP related question!

    "jn" <jsumner1@cfl.rr.com> wrote:
    > The thing is, I'm setting up a site to specifically make money
    > off of their network. I dunno, maybe it is legal :)
    Why don't you just ask them? Anyway, the way you state it here, it
    sounds as if they might severely object to your plans...
    Wald Guest

  8. #7

    Default Re: Legal PHP related question!

    "Wald" <arnout.standaert@n-o-s-p-a-m.cit.kuleuven.ac.be> wrote in message
    news:Xns943F645C77E78arnoutstandaertagrku@134.58.1 27.12...
    > "jn" <jsumner1@cfl.rr.com> wrote:
    > > The thing is, I'm setting up a site to specifically make money
    > > off of their network. I dunno, maybe it is legal :)
    >
    > Why don't you just ask them? Anyway, the way you state it here, it
    > sounds as if they might severely object to your plans...
    >
    Haha, probably :) But there are other sites that charge money to track
    changes on websites. It's a little iffy. Maybe I will ask them.



    jn Guest

  9. #8

    Default Re: Legal PHP related question!

    jn wrote:
    > Is it illegal for me to set up a site where people can pay to be notified if
    > another site changes?
    >
    > Let's say I use PHP to watch all sites in a webring/network/whatever...can
    > people pay me to be notified when those sites change?
    IANAL, but what I would watch out for are:

    1. does the website already offer *paid* update notification? If they do
    then you are setting yourself up in competition. Not necessarily a bar
    to you doing it, competition is protected by law usually, but could make
    them take notice of you. If they offer free notification then I can't
    see why they'd complain.

    2. be careful about their bandwidth usage. This is the important one. If
    you are scanning their whole site at 30 second intervals (say) then they
    would have good cause to prosecute you for abuse of service. They could
    also note this and ban your IP address killing your service.

    Essentially what you are suggesting is a form of advertising for the
    websites you monitor, paid for by a small(?) subscription to you. As
    long as you can demonstrate benefits to the website owners then they are
    likely to support you. If you start leeching their websites and charging
    big bucks then you are certain to be hassled.

    Kevin Thorpe Guest

  10. #9

    Default Re: Legal PHP related question!

    jn <jsumner1@cfl.rr.com> wrote or quoted:
    > Is it illegal for me to set up a site where people can pay to be notified if
    > another site changes?
    That's what [url]http://www.netmind.com/[/url] used to do.

    Net Mind was free, though - and might not be a great example - since it
    is no longer there.
    --
    __________
    |im |yler [url]http://timtyler.org/[/url] [email]tim@tt1lock.org[/email] Remove lock to reply.
    Tim Tyler Guest

  11. #10

    Default Re: Legal PHP related question!

    "Kevin Thorpe" <kevin@pricetrak.com> wrote in message
    news:3fc47d2e$0$25039$afc38c87@news.easynet.co.uk. ..
    > jn wrote:
    > > Is it illegal for me to set up a site where people can pay to be
    notified if
    > > another site changes?
    > >
    > > Let's say I use PHP to watch all sites in a
    webring/network/whatever...can
    > > people pay me to be notified when those sites change?
    >
    > IANAL, but what I would watch out for are:
    >
    > 1. does the website already offer *paid* update notification? If they do
    > then you are setting yourself up in competition. Not necessarily a bar
    > to you doing it, competition is protected by law usually, but could make
    > them take notice of you. If they offer free notification then I can't
    > see why they'd complain.
    >
    > 2. be careful about their bandwidth usage. This is the important one. If
    > you are scanning their whole site at 30 second intervals (say) then they
    > would have good cause to prosecute you for abuse of service. They could
    > also note this and ban your IP address killing your service.
    >
    > Essentially what you are suggesting is a form of advertising for the
    > websites you monitor, paid for by a small(?) subscription to you. As
    > long as you can demonstrate benefits to the website owners then they are
    > likely to support you. If you start leeching their websites and charging
    > big bucks then you are certain to be hassled.
    >
    >
    No, they don't have one. I'm going to be offering a system to users that I
    have been using myself for a year.

    It will update once or twice a day. I'm only getting the HTML of the page
    remember....that's not a lot to transfer :)


    jn Guest

  12. #11

    Default Re: Legal PHP related question!


    "Tim Tyler" <tim@tt1lock.org> wrote in message news:HoyH8v.Cv2@bath.ac.uk...
    > jn <jsumner1@cfl.rr.com> wrote or quoted:
    >
    > > Is it illegal for me to set up a site where people can pay to be
    notified if
    > > another site changes?
    >
    > That's what [url]http://www.netmind.com/[/url] used to do.
    >
    > Net Mind was free, though - and might not be a great example - since it
    > is no longer there.
    > --
    > __________
    > |im |yler [url]http://timtyler.org/[/url] [email]tim@tt1lock.org[/email] Remove lock to reply.
    >
    Here are some others:

    [url]http://www.trackengine.com/[/url] , [url]http://www.changedetection.com/[/url] ,
    [url]http://www.infominder.com/[/url] , and [url]http://www.watchthatpage.com/[/url]

    Some are free, some aren't. The difference is I will be targeting users of a
    specific network, and they don't have to add the 300+ sites themselves one
    at a time :)


    jn Guest

  13. #12

    Default Re: Legal PHP related question!

    Regarding this well-known quote, often attributed to OneSolution's famous
    "Wed, 26 Nov 2003 05:54:46 GMT" speech:
    > Why don't you start it, and then stop if someone complains?
    >
    > I mean, cash in hand ain't a bad thing.
    >
    >
    > "jn" <jsumner1@cfl.rr.com> wrote in message
    > news:BPWwb.78732$86.1038211@twister.tampabay.rr.co m...
    >> Is it illegal for me to set up a site where people can pay to be notified
    > if
    >> another site changes?
    >>
    >> Let's say I use PHP to watch all sites in a webring/network/whatever...can
    >> people pay me to be notified when those sites change?
    >>
    >> Thanks
    >>
    >>
    Or, only take down people who complain.

    --
    -- Rudy Fleminger
    -- [email]sp@mmers.and.evil.ones.will.bow-down-to.us[/email]
    (put "Hey!" in the Subject line for priority processing!)
    -- [url]http://www.pixelsaredead.com[/url]
    FLEB Guest

  14. #13

    Default Re: Legal PHP related question!

    Regarding this well-known quote, often attributed to jn's famous "Wed, 26
    Nov 2003 19:06:58 GMT" speech:
    > "Kevin Thorpe" <kevin@pricetrak.com> wrote in message
    > news:3fc47d2e$0$25039$afc38c87@news.easynet.co.uk. ..
    >> jn wrote:
    >>> Is it illegal for me to set up a site where people can pay to be
    > notified if
    >>> another site changes?
    >>>
    >>> Let's say I use PHP to watch all sites in a
    > webring/network/whatever...can
    >>> people pay me to be notified when those sites change?
    >>> (smip)
    > It will update once or twice a day. I'm only getting the HTML of the page
    > remember....that's not a lot to transfer :)
    If their server works right, you might be able to get away just grabbing
    the last-updated headers.

    --
    -- Rudy Fleminger
    -- [email]sp@mmers.and.evil.ones.will.bow-down-to.us[/email]
    (put "Hey!" in the Subject line for priority processing!)
    -- [url]http://www.pixelsaredead.com[/url]
    FLEB Guest

  15. #14

    Default Re: Legal PHP related question!

    "FLEB" <soon.the.sp@mmers.and.evil.ones.will.bow-down-to.us> wrote in
    message news:qxppgmb2lywq$.6mbdp5yxhh6z$.dlg@40tude.net...
    > Regarding this well-known quote, often attributed to jn's famous "Wed, 26
    > Nov 2003 19:06:58 GMT" speech:
    >
    > > "Kevin Thorpe" <kevin@pricetrak.com> wrote in message
    > > news:3fc47d2e$0$25039$afc38c87@news.easynet.co.uk. ..
    > >> jn wrote:
    > >>> Is it illegal for me to set up a site where people can pay to be
    > > notified if
    > >>> another site changes?
    > >>>
    > >>> Let's say I use PHP to watch all sites in a
    > > webring/network/whatever...can
    > >>> people pay me to be notified when those sites change?
    > >>> (smip)
    > > It will update once or twice a day. I'm only getting the HTML of the
    page
    > > remember....that's not a lot to transfer :)
    >
    > If their server works right, you might be able to get away just grabbing
    > the last-updated headers.
    >
    > --
    > -- Rudy Fleminger
    > -- [email]sp@mmers.and.evil.ones.will.bow-down-to.us[/email]
    > (put "Hey!" in the Subject line for priority processing!)
    > -- [url]http://www.pixelsaredead.com[/url]
    >
    That was my first thought, but some of the pages in the network don't give
    them. MD5 is pretty fast anyway :)


    jn Guest

  16. #15

    Default Re: Legal PHP related question!


    "jn" <jsumner1@cfl.rr.com> wrote in message
    news:BPWwb.78732$86.1038211@twister.tampabay.rr.co m...
    > Is it illegal for me to set up a site where people can pay to be notified
    if
    > another site changes?
    >
    > Let's say I use PHP to watch all sites in a webring/network/whatever...can
    > people pay me to be notified when those sites change?
    >
    > Thanks
    >
    >
    There are a few services which offer this :

    [url]http://www.netmind.com/[/url]
    [url]http://www.changedetect.com/[/url]
    [url]http://www.mymindit.com/[/url]

    And others...

    Some browsers have an offline viewer capability. Does not seem illegal to
    me. But you should consult an attorney if in doubt.

    Pablo


    Pablo Guest

  17. #16

    Default Re: Legal PHP related question!

    Why in the hell are you posting that here ?
    Seems like it should go in alt.lawyers.somethingorother


    "jn" <jsumner1@cfl.rr.com> wrote in message
    news:BPWwb.78732$86.1038211@twister.tampabay.rr.co m...
    > Is it illegal for me to set up a site where people can pay to be notified
    if
    > another site changes?
    >
    > Let's say I use PHP to watch all sites in a webring/network/whatever...can
    > people pay me to be notified when those sites change?
    >
    > Thanks
    >
    >

    Ben Dover 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