Re: perl cgi security

2002-10-28 Thread Jim Lundeen
nothing that will work on Linux box? Admin-Stress wrote: > Nice, but that will produce .exe, executable file for Windows :( > > --- David Simcik <[EMAIL PROTECTED]> wrote: > > See perl2exe.exe for details on converting scripts into executables. > > > > -D > > _

Re: perl cgi security

2002-10-28 Thread Jim Lundeen
Isn't there a method of actually making an executable (compiled) out of a perl script? I heard/saw about is a year or so ago, but never investigated it. I'd be interested in finding out more if anyone has info. Thanks fliptop wrote: > On Sun, 27 Oct 2002 at 14:10, Admin-Stress opined: > > A:I

pop-up window with database access

2002-09-27 Thread Jim Lundeen
Hello, I'm creating a web site for our department at my school. We have a sign-up form for a society that people can join. I want to create a MySQL database of university names and allow the user to click on a "Lookup" button on the sign-up form when they get to the field "University Affiliatio

embed Perl in HTML

2002-09-22 Thread Jim Lundeen
I use Dreamweaver and would like to embed Perl code within my HTML, much like one would embed PHP code within HTML, and still be able to visually manipulate my HTML/Perl file with Dreamweaver.Any suggestions? Thanks -Jim -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: Compiling a CGI program

2002-09-04 Thread Jim Lundeen
i don't know the answer, but i hope if someone does that they will share it. i need to learn how to compile my scripts... i'm on a red hat 7.x box, but i do manage a couple of other linux-type servers that don't use red hat... my hope it that i can create something that is portable (even if

Re: How to make a hyperlink an argument for a CGI script

2002-09-02 Thread Jim Lundeen
ot;new" as I got some error to that effect. > > Thanks again. > David > > -Original Message- > From: Jim Lundeen [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 01, 2002 8:44 PM > To: Nazary, David > Subject: Re: How to make a hyperlink an argument for a C

Re: Question about dates

2002-08-26 Thread Jim Lundeen
Here's a piece of code from a script I wrote for our jewelry store that looks to see if the promotional discount code is still valid... I don't see any reason why Felix's method wouldn't work either; it's doing pretty much the same thing as mine... $mysql_query=qq{SELECT CURRENT_DATE-DATE_FOR

Re: Online installer

2002-08-17 Thread Jim Lundeen
i think you are going to find it very difficult to successfully accomplish this goal. there are going to be subtle differences among the various remote servers, all of which you would have to somehow take into account and handle. you most certainly would need to have your installer program lo

mysql problem

2002-08-15 Thread Jim Lundeen
ok, i just setup a new server (redhat 7.3) and my guy says that the dbd/dbi stuff is configured for perl-to-mysql connectivity, but i get the following error message in my error log each time i try to run a script from either the command line or via the browser: --- install_driver(mys

Re: Checking Form data

2002-07-31 Thread Jim Lundeen
on a side note: does anyone know the % of people that actually disable javascript in their browser? can javascript actually be used to harm (lets pretend those annoying pop-up windows don't count!)? i'm not really a hard-core javascript person, so any stats that you have would be interesting a

Re: Post to a second CGI script

2002-07-29 Thread Jim Lundeen
he same split second the Javascript does an "auto-submit" function so that the user never knows that the form was displayed (it wasn't actually, the fields were all hidden)... Thanks for your input David & Troy... David T-G wrote: > Jim -- > > ...and then Jim Lundeen said.

Re: Post to a second CGI script

2002-07-29 Thread Jim Lundeen
with the user. Thanks! Troy May wrote: > Use cookies. > > -Original Message- > From: Jim Lundeen [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 5:06 PM > To: begin begin > Subject: Post to a second CGI script > > Hello All, > > I have

Post to a second CGI script

2002-07-29 Thread Jim Lundeen
Hello All, I have 2 scripts. One accepts 3 values LOGIN_USERNAME, LOGIN_PASSWORD and ACTION from an HTML form. That script looks in a user table in MySQL to verify the user. If valid, it passes them to MENU.CGI with LOGIN_USERNAME and a unique session number (USN). Here's the question: How t

Re: Displaying counter

2002-07-15 Thread Jim Lundeen
thank you!!! fliptop wrote: > Jim Lundeen wrote: > > > I have the following in my HTML output: > > > > > >> the message to actually show the active counter... 600 changes to 599, > > then 598, and so on... > > there's a script avail

Displaying counter

2002-07-15 Thread Jim Lundeen
Hello all, I know this probably isn't the appropriate list for my question, but I don't want to receive email on other lists too! So, if you know the answer, I'd appreciate your help... I have the following in my HTML output:

cost of setting up a linux server

2002-07-13 Thread Jim Lundeen
hello all, i presume many of you are using a linux box. i am interested in setting up a web server that will host about 50 domains. i have called covad (the sdsl provider) and received pricing for the sdsl line. i am wondering about how much (if there is a avg) it will cost to get this going