| View previous topic :: View next topic |
| Author |
Message |
kickme93 Master Cheater
Reputation: 0
Joined: 24 Oct 2007 Posts: 461
|
Posted: Thu Jan 24, 2008 3:44 pm Post subject: Setting Up Proxys And Setting Up Vb6 Browser To Use Them? |
|
|
Right, Im Making My Own Webbrowser For School, I Have Set Up What I Want On It So Far, But I Have A Mass Problems, I Know Nothing About Setting Up The Proxys And Using The Proxys, How Do I Do It?
Im Making It In Vb6, Can Anyone Help Me?
|
|
| Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Thu Jan 24, 2008 4:44 pm Post subject: |
|
|
there's no easy way to make a proxy to work for just your browser because you are using the web browser control - which when you change the proxy settings from the registry you'll be changing proxy behaviour of all IE instances on your computer
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnabled
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
and i think your school would have locked the registry. good luck
_________________
Get kidnapped often. |
|
| Back to top |
|
 |
kickme93 Master Cheater
Reputation: 0
Joined: 24 Oct 2007 Posts: 461
|
Posted: Thu Jan 24, 2008 5:23 pm Post subject: |
|
|
Man., Because We Can Use Proxy Websites, But They Always Block Them.
So If I Make A Webbrowser That Operators On A Proxy That Changes It Could Keep All The Websites Unblocked
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Fri Jan 25, 2008 11:24 am Post subject: |
|
|
I guess this could help
like..
| Quote: | | webbrowser1.navigate ("www.cantbustme.com/surf.php") |
I have another idea in mind, but iono how to make it.. well..
using
text2 = webbrowser1.document.innerHTML
so then, at text1 change the value of the code at the part that says "http://www.proxy.us" and remplace for a text2 which must be an URL. and show the result of that source code as html.
_________________
|
|
| Back to top |
|
 |
|