| View previous topic :: View next topic |
| Author |
Message |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Thu Mar 06, 2003 11:48 am Post subject: A question about the HTTPD.DLL extension ! |
|
|
I have a registered copy of the httpd.dll and I was wondering can it do this ?
I have a web page named index.htm Containing a form. Eg.
Username [ ]
Password [ ]
[Submit]
And when running the example web server included with the httpd.dll the web page (index.htm) displays ok.
The form properties are:
<form action=login.exe method=post>
<input name=username type=text size=50 value=>
<input name=password type=text size=50 value=>
<input name=submit type=submit value=submit>
</form>
the program login.exe is in the same directory as the index.htm
When I click submit, it says the page can not be found…..
Can i get the web server to run the login.exe file and process the information?
Nathan |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Mar 06, 2003 1:20 pm Post subject: |
|
|
The executable's permissions may have to be set. I don't run my own server
so I'm not sure. But also it might not be able to work that way on your
computer with this extension.
Another thing you might try would be to specify the whole path to the
EXE in your form.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Thu Mar 06, 2003 3:03 pm Post subject: |
|
|
If I remember right I don't think httpd.dll has the ability to run CGI or executables. There is no way to mark a folder as Executable from this extension. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Thu Mar 06, 2003 3:10 pm Post subject: |
|
|
OK, is there any way to do this ?
I want my program it lanuch a Web Server and allow the user to complete forms and submit them to my web server etc. etc.
?
Nathan
Is there any other extensions that can do this, Anyone any examples? |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Mar 06, 2003 3:16 pm Post subject: |
|
|
I think the only way to do this would be to run a web server other than
VDSHTTPD. I'm not sure if you installed the PHP interpreter if you could
have VDSHTTPD use that. However, I think that is extension is only
capable of serving simple HTML files etc. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Thu Mar 06, 2003 3:21 pm Post subject: |
|
|
OK, Can anyone write a DLL similar to vdshttpd.dll but have the ability to run exes, accept data etc. ???
Nathan |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Thu Mar 06, 2003 4:50 pm Post subject: |
|
|
Hi Nathan,
Like I mentioned before, you can try to use the HTTP server I made with Tommy's vdsinet.dll. You can download it here. |
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Thu Mar 06, 2003 4:54 pm Post subject: |
|
|
Thanks, skit but i just could not get it to do what i wanted. I tried changing the Script but no go.
I have decided not to pursue the Web Server Idea, as it poses to many security problems...
Nathan
Thanks for the adivce ! |
|
| Back to top |
|
 |
|