| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 30, 2003 4:56 pm Post subject: proxy server and vdsipp question |
|
|
hello all
i have question about proxy server and useing vdsipp dll.. how would you make it work thru a proxy server? i know how to make it work without a proxy server BUT i haven't figure how to make it work with one
what i mean is lets say my I.E is set to uses a proxy server and the setting in there is adress 192.168.1.1 and port is 8080 ( if i don't have this set i don't get internet) now how can i make vdsipp work?
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Wed Apr 30, 2003 5:17 pm Post subject: |
|
|
I don't know Skit... I think you might be able to read whether the proxy is enabled from the registry, and if it is then read the proxy address and port from the registry and pass that info to vdsipp.dll and have the extension take care of it (at least for HTTP). I don't know though, since I've never tried to use a proxy with vdsipp.dll before. _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 30, 2003 5:24 pm Post subject: |
|
|
hummm i was thinking if i knew what the command would be then a person could have a button that would let the user enter in the info no need to have it read from registry. hummmmm _________________ Have a nice day  |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Wed Apr 30, 2003 5:29 pm Post subject: |
|
|
You could do that as well... here's the info to use an HTTP proxy with vdsipp.dll from the help file:
| Code: | INTERNET HTTP,PROXY,<http client>,<hostname>,<port>,<username>,<password>,<version>
This command sets the proxy server to use. Sometimes you are required to login to a proxy server to access the HTTP CLIENT protocol for some servers. The <hostname> parameter specifies the domain name of the proxy server (example: proxy.com). The <port> parameter specifies the port number of the proxy server (example: 69). The <username> and <password> parameters are optional, you should only set the username and password if the owner of the proxy has given you these. To specify the version of the proxy socks to use use either 0, 1 or 2 for the <version> parameter:
0 - specifies SOCKS Version 4
1 - specifies SOCKS Version 4A
2 - specifies SOCKS Version 5 |
_________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 30, 2003 5:33 pm Post subject: |
|
|
hummmm ok i see that but how would i make it uses the poxxy and have vdsipp go to www.whatever.com?
that is what i don't follow _________________ Have a nice day  |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Wed Apr 30, 2003 5:37 pm Post subject: |
|
|
I think that once you use the proxy command you should be able to use the other HTTP commands and functions normally. I believe that vdsipp.dll will send all communications through the specified proxy. Again, I'm not sure but perhaps Prakash could clarify this issue for us. Ummm... calling SuperTux! Help!!!  _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 30, 2003 5:42 pm Post subject: |
|
|
kk i hope Prakash will read this thread
also to how do you find out what version the socks is? or can you leave it blank? if you leave it blank will it work on all proxy server?
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Wed Apr 30, 2003 5:52 pm Post subject: |
|
|
| tim6389 wrote: | | how do you find out what version the socks is? or can you leave it blank? if you leave it blank will it work on all proxy server? |
You know, I'm not sure about that... sorry Tim!  _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Wed Apr 30, 2003 5:57 pm Post subject: |
|
|
Hi Tim6389,
I am not sure what version of Windows you are on but under Windows 2000 with Internet Explorer 5.x you can check the proxy settings from the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
I am not sure but I believe this is true for all versions of Windows  _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 30, 2003 6:17 pm Post subject: |
|
|
mindpower - yea that i don't know BUT i think it would be best to have the user enter the info in..this way it would work on all version... _________________ Have a nice day  |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Wed Apr 30, 2003 6:25 pm Post subject: |
|
|
| tim6389 wrote: | | i think it would be best to have the user enter the info in..this way it would work on all version... |
Assuming that the user knows what a proxy is and what the settings should be... yes, that probably would be the best way. But you know end users...  _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 30, 2003 6:32 pm Post subject: |
|
|
Hortalonus - very true i would have it set so defualt would be without proxy...i just like to play with vds so i really don't have any users to worry about  _________________ Have a nice day  |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Wed Apr 30, 2003 6:34 pm Post subject: |
|
|
| tim6389 wrote: | i just like to play with vds so i really don't have any users to worry about  |
Well then, play away my firend!  _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
|