[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Did this help?"
On Sun, 23 May 1999, Micah Yoder wrote:
> Robert Myers wrote:
>
> > Just my .02 here, I think so. Why not let everyone at least say
> > this did/did not help, dunno about comments, I would think that at least
> > you would want people who log in to be able to do this. This would stop
> > the random asshole just putting something in there to be funny, and
> > letting that go on to review.
>
> Sounds good.
>
> Are we going to have any checks on someone clicking 'yes' or 'no' more
> than once? Maybe I'm being overly anal, but what if some bozo did:
>
> #!/usr/bin/perl
> while (1) {
> $junk = `lynx -dump
> http://www.linuxkb.org/articles/help.php3?id=1&Y=1&N=0`;
> }
>
Well, we could add an IP field. And I had talked with jason about
"encrypting" the get vars, so that it is not so easy to do it that way. I
know we had talked about the IP field in the yes/no thingy.
That brings up an interesting idea I had about this. Instead of
the select/update pair, why not create another table, insert the yes/no
and IP address into the table. Although we would still have like two
statements, one to check IP and one to insert. Well, then we could have
ajob at night that would combine all of the yes/nos into the articles
table. I suppose this might not work out all that well now as we are
thinking of putting in the IP stuff.
Just thinking out loud.