Gossamer Forum
Home : Products : Links 2.0 : Customization :

Re: Image (photo) database MOD in the works. Anyone interested in helping?

Quote Reply
Re: Image (photo) database MOD in the works. Anyone interested in helping? In reply to
Code:
chdir $working_directory;
system($htmlthumbnail_script,'-update',$index_file,
'-output',$index_file,
'-link',1,
$new_graphic_file);

The call is right there. This code snippet actually works (the one I posted). You just have to set up the variables, and call it.

system() is a call to execute an external process. It's _VERY_ dangerous with user input, hence all the routines to scrub input of funny characters, but if you are calling it from inside your cgi script with your own parameters -- it's pretty safe.

This is where the perl "taint" checking comes in. If a variable is tainted in anyway your program will produce an error for you.

Subject Author Views Date
Thread Image (photo) database MOD in the works. Anyone interested in helping? kjp 6267 Jun 17, 1999, 6:24 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 6096 Jun 17, 1999, 6:30 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
socrates 6131 Jun 17, 1999, 2:30 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 6192 Jun 17, 1999, 2:44 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
socrates 6128 Jun 17, 1999, 3:07 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
phoenix 6151 Jun 17, 1999, 3:32 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
Brad Richardson 6128 Jun 17, 1999, 5:13 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 6105 Jun 17, 1999, 6:34 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
socrates 6103 Jun 17, 1999, 7:29 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 6124 Jun 18, 1999, 3:10 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
Jose 6080 Aug 3, 1999, 6:19 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 6181 Aug 3, 1999, 8:15 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 6102 Aug 3, 1999, 8:22 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 6034 Aug 3, 1999, 10:37 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 6033 Aug 3, 1999, 11:49 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 6060 Aug 3, 1999, 12:11 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 6088 Aug 3, 1999, 2:45 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 6098 Aug 3, 1999, 6:07 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 6129 Aug 4, 1999, 4:57 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 6102 Aug 4, 1999, 4:59 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 6157 Aug 4, 1999, 5:15 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
Brad Richardson 6025 Aug 4, 1999, 8:25 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 6089 Aug 4, 1999, 5:54 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 6168 Aug 5, 1999, 1:18 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 6118 Aug 5, 1999, 4:48 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 2253 Aug 5, 1999, 5:41 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 2337 Aug 6, 1999, 9:46 AM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
kjp 2257 Aug 6, 1999, 6:02 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 2248 Aug 6, 1999, 7:12 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
Gregorio 2267 Aug 8, 1999, 1:46 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
phoenix 2262 Aug 27, 1999, 10:43 PM
Post Re: Image (photo) database MOD in the works. Anyone interested in helping?
pugdog 2244 Aug 28, 1999, 10:49 AM