

InterviewSolution
Saved Bookmarks
1. |
Solve : i need a proxy for my game that i play...? |
Answer» <html><body><p>In this game that i play... well lets just say that im paranoid and im not the most friendly person on the game... and there are some people that can do somthing about it....<br/><br/>Summing up that--- People are after me. I need a proxy to protect my true location. All the proxies i have tried only <a href="https://interviewquestions.tuteehub.com/tag/apply-380677" style="font-weight:bold;" target="_blank" title="Click to know more about APPLY">APPLY</a> in the internet browser, and not my game... is there some way how i can have the program "launch" my game with the proxy running behind it, or one that will do the same thing<br/><br/>Summing the summary up... I need a proxy to run in my game that i play.<br/><br/>thanks <br/><br/>~Simi<br/><br/>EDIT: oh yes freeware is most-wanted but ill take anything... I don't think it is possible. But you can try a firewall. Right now I'm using COMODO Firewall Pro 3.<br/><br/> Quote</p><blockquote>im paranoid and <strong>im not the most friendly person on the game... and there are some people that can do somthing about it....</strong></blockquote> <br/>Like what?Proximitron.<br/><br/>Bit of a learning curve though it works well.Correct me if I'm wrong patio but isn't Proximitron only for http proxies?<br/><br/>liambiscuit<br/>I doubt you'll be able to find any proxies that can fulfill your goal. Open proxies are usually http proxies meant only for browsing. Http proxies won't have the necessary ports open.<br/><br/>Instead you might <a href="https://interviewquestions.tuteehub.com/tag/want-1448756" style="font-weight:bold;" target="_blank" title="Click to know more about WANT">WANT</a> to look at something like <a href="https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29">Tor</a>.You may be correct DeerPark however opening specific ports can be done...<br/><a href="http://www.castlecops.com/f10-Proxomitron.html">Source</a> Quote from: dairyman on January 30, 2008, 10:33:44 PM<blockquote>Like what?<br/></blockquote> <br/>Just play the game and watch the number 2 alliance , and its Simitra <br/><br/> Quote from: Deerpark on January 31, 2008, 12:32:47 PM<blockquote>.. to look at something like <a href="https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29">Tor</a>.<br/></blockquote> Ill try it <br/>Probably doesnt fit in this thread but since you took me to that website patio... what does an FTP do? I know that it stands for File Transfer Protocol but... Just curious <br/><br/> Quote from: Website<blockquote><a href="http://www.castlecops.com/downloads-cat-9.html">http://www.castlecops.com/downloads-cat-9.html</a><br/></blockquote> all the ones on that page could, potentally, fill my needs...but im unsure... TOR doesnt seem to be working... i got a secondary pc and did some googling on tracing IP's and did it to myself... it was the same as it has always been... Quote from: liambiscuit on February 04, 2008, 04:59:19 PM<blockquote>Probably doesnt fit in this thread but since you took me to that website patio... what does an FTP do? I know that it stands for File Transfer Protocol but... Just curious <br/></blockquote> That's exactly what it is... a file transfer protocol.<br/>If you got access to a FTP server you can up- or download files to it with an FTP client.0.o finally a computer term that means what it says All of them mean what they say...then do me a favor patio and solve this for me... its a code in c#<br/> Code: <a>[Select]</a>using <a href="https://interviewquestions.tuteehub.com/tag/system-238321" style="font-weight:bold;" target="_blank" title="Click to know more about SYSTEM">SYSTEM</a>;<br/>using System.Collections.Generic;<br/>using System.ComponentModel;<br/>using System.Data;<br/>using System.Drawing;<br/>using System.Linq;<br/>using System.Text;<br/>using System.Windows.Forms;<br/><br/><a href="https://interviewquestions.tuteehub.com/tag/namespace-246982" style="font-weight:bold;" target="_blank" title="Click to know more about NAMESPACE">NAMESPACE</a> Web_Browser<br/>{<br/> public partial class Form1 : Form<br/> {<br/> public Form1()<br/> {<br/> InitializeComponent();<br/> }<br/><br/> private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)<br/> {<br/><br/> }<br/><br/> private void button1_Click(object sender, EventArgs e)<br/> {<br/> webBrowser1.Navigate(new Uri(textBox1.ToString()));<br/> }<br/> private void HomeToolStripMenuItem_Click(object sender, System.EventArgs e)<br/> {<br/> webBrowser1.GoHome();<br/> }<br/><br/> private void GoForwardToolStripMenuItem_Click(object sender, System.EventArgs e)<br/> {<br/> webBrowser1.GoForward();<br/> }<br/><br/> private void GoBackToolStripMenuItem_Click(object sender, System.EventArgs e)<br/> {<br/> webBrowser1.GoBack();<br/> }<br/> private void Form1_Load(object sender, EventArgs e)<br/> {<br/> comboBox1.SelectedIndex = 0;<br/> webBrowser1.GoHome();<br/> }<br/><br/> private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)<br/> {<br/><br/> }<br/><br/> private void navigateToolStripMenuItem_Click(object sender, EventArgs e)<br/> {<br/><br/> }<br/><br/> private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)<br/> {<br/><br/> }<br/><br/> private void textBox1_TextChanged(object sender, EventArgs e)<br/> {<br/><br/> }<br/><br/><br/><br/><br/><br/> }<br/>}<br/><br/>the line that says "webBrowser1.Navigate(new Uri(textBox1.ToString()));" , 25 down. my error is:<br/><br/>Invalid URI: The URI scheme is not valid.<br/><br/>im not a novice at cpp, but im a novice at c# <br/>i havnt found a solution yetWhat the devil do this have to do with proxies?<br/><br/>But okay I'll play along...<br/>What version of VS is this?<br/>When are you getting the error? At compile time or run time?I'd say that code was written in Visual Basic.It is most definitely C# code, not VB.<br/>While it could in theory be written in any text editor, it was most likely written in either Visual Studio or C# Express. If not I would highly recommend using one of these since they're by far the best C# editors.<br/><br/>its c sharp vb express edition (08)...<br/><br/>sorry i havn't been on in a while, <a href="https://interviewquestions.tuteehub.com/tag/ive-501760" style="font-weight:bold;" target="_blank" title="Click to know more about IVE">IVE</a> been having some vista issues.</body></html> | |