Re: Online installer

2002-08-19 Thread Todd Wade
"Soheil Shaghaghi" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Dear Connie, Hello and thanks again :) I just wanted to show you and everyone else who is interested in this subject a much better example: http://www.iwebsupport.com/cgi-bin/dsx.cgi?app=Installer

RE: Online installer

2002-08-18 Thread Soheil Shaghaghi
Dear Wiggins, Thanks :) It looks like it was my fault! It's just that I see this issue coming up in a lot of newsgroups, and forums. I see a lot of people ask questions, and once in a while some wise guy throws something out there! Once again, sorry :) Soheil Miscommunication I think is at the

Re: Online installer

2002-08-18 Thread Wiggins d'Anconia
And see as I mention the use strict::English I was apparently invoking the use SundayNight::English instead, and when I should have been writing "write" I instead wrote "right". Amazing how the human mind works, time for bed, yes me thinks (and only at 9:17 yikes) http://da

Re: Online installer

2002-08-18 Thread Wiggins d'Anconia
Miscommunication I think is at the root. The way you stated the problem: I kind of know how it's supposed to be done I m just not sure who to write the code. With the use of the phrase "who to write the code" implies that you had developed your proposed solution but were looking for someone

RE: Online installer

2002-08-18 Thread Soheil Shaghaghi
Wiggins Wrote: This sounds like a question that probably shouldn't be addressed here, as this is a help forum, rather than a job posting forum?? Sounds like you know what you want, and it can certainly be done (in fact I would say there isn't much difficult about it), but we are really here to

RE: Online installer

2002-08-18 Thread Soheil Shaghaghi
Dear Connie, Hello and thanks again :) I just wanted to show you and everyone else who is interested in this subject a much better example: http://www.iwebsupport.com/cgi-bin/dsx.cgi?app=Installer And once again, your tip was great. Thanks. Actually the company above uses Net::FTP to do the tr

RE: Online installer

2002-08-18 Thread Soheil Shaghaghi
Dear Connie, Thanks so much :) It gives me a place to start :) I guess to make it simple, if the client gets disconnected, he can always start the process over. And if they make a mistake in filling out the form, I assume it just won't work, and the program will give errors. Thanks again, Sohe

Re: Online installer

2002-08-18 Thread Connie Chan
if the client made a error to fill the from ? OR what'll happen if you/them get disconnected while the files are transfering? Don't miss it. Rgds, Connie - Original Message - From: "Soheil Shaghaghi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday

Re: Online installer

2002-08-18 Thread Wiggins d'Anconia
Soheil Shaghaghi wrote: > I kind of know how it's supposed to be done I m just not sure who to write the code >:) This sounds like a question that probably shouldn't be addressed here, as this is a help forum, rather than a job posting forum?? Sounds like you know what you want, and it ca

RE: Online installer

2002-08-18 Thread Soheil Shaghaghi
Hi Connie, Thanks for the reply. Well, I don't think the client side needs to have anything installed. I kind of know how it's supposed to be done I m just not sure who to write the code :) A little bit more details: 1. Let's say I have a directory structure for the program like this: program prog

RE: Online installer

2002-08-18 Thread fliptop
On Sun, 18 Aug 2002 at 01:13, Soheil Shaghaghi opined: SS:Thanks Jim :) SS:I've actually seen such scripts on the web, so I know it's possible. SS:One thing that is not the job of this script is to actually look for server SS:details. These should be determined by the user. SS: SS:Basically, the

Re: Online installer

2002-08-18 Thread Connie Chan
. Thanks, Soheil -Original Message- From: Connie Chan [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 17, 2002 9:49 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Online installer > Hello everyone, > Can anyone tell me how to create an online cgi installer? > Details

RE: Online installer

2002-08-18 Thread Soheil Shaghaghi
Thanks Jim :) I've actually seen such scripts on the web, so I know it's possible. One thing that is not the job of this script is to actually look for server details. These should be determined by the user. Basically, the user is required to enter certain information in the form, like the path t

Re: Online installer

2002-08-17 Thread Jim Lundeen
[EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Online installer > > > Hello everyone, > > Can anyone tell me how to create an online cgi installer? > > Details: > > I have a program that want to install on my user's website upon their > > request. >

RE: Online installer

2002-08-17 Thread Soheil Shaghaghi
: Saturday, August 17, 2002 9:49 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Online installer > Hello everyone, > Can anyone tell me how to create an online cgi installer? > Details: > I have a program that want to install on my user's website upon their > reque

Re: Online installer

2002-08-17 Thread Connie Chan
> Hello everyone, > Can anyone tell me how to create an online cgi installer? > Details: > I have a program that want to install on my user's website upon their > request. Where are those 'website' located ? Do you mean you need a configurator at your local(server) side ? > What I am looking f

Online installer

2002-08-17 Thread Soheil Shaghaghi
Hello everyone, Can anyone tell me how to create an online cgi installer? Details: I have a program that want to install on my user's website upon their request. What I am looking for is some kind of form which the user fills out entering their ftp username/password, the directory where they want