[PLUG] Ready for website creation tutorials

Wil Cooley wcooley at nakedape.cc
Tue Dec 12 16:43:30 UTC 2006


On Mon, 2006-12-11 at 21:43 -0800, Eric Wilhelm wrote:

> Perl as CGI might be a good place to start, particularly since you could 
> basically just point the POST from your OOo exported html to it.  Also, 
> before diving into Rails, you might want to look at http://jifty.org/.

I was just talking with someone else about Jifty, who confirmed my
suspicion that it suffers from the same PITA as Jesse Vincent's other
project, RT--it requires 10,000 CPAN modules and will only work with
versions released last week.

> Also note that you can just point the POST from your form at an e-mail 
> address and grade the assignments manually (provided that your students 
> have a mail agent available.)  Along those same lines, a canned cgi 
> mailer (preferably one that isn't exploitable as a spambot (read "not 
> php")) would probably suffice for your needs.

It's not just PHP; I've written adequately non-spambot-friendly mailer
scripts in PHP.  Remember Matt Wright w/Matt's Script Archive?  All icky
Perl, most exploitable in some way or another.  The stupid mistake to
avoid is not taking the recipient from the form, even as a hidden field.
Hard-code it in the script or use a configuration file or something
else, just as long as a remote user cannot tamper with it.

Wil
-- 
Wil Cooley <wcooley at nakedape.cc>
http://nakedape.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.pdxlinux.org/pipermail/plug/attachments/20061212/01da966c/attachment.asc>


More information about the PLUG mailing list