| 1. |
Solve : i need a proxy for my game that i play...? |
|
Answer» 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.... im paranoid and im not the most friendly person on the game... and there are some people that can do somthing about it.... Like what?Proximitron. Bit of a learning curve though it works well.Correct me if I'm wrong patio but isn't Proximitron only for http proxies? liambiscuit 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. Instead you might WANT to look at something like Tor.You may be correct DeerPark however opening specific ports can be done... Source Quote from: dairyman on January 30, 2008, 10:33:44 PM Like what? Just play the game and watch the number 2 alliance , and its Simitra Quote from: Deerpark on January 31, 2008, 12:32:47 PM .. to look at something like Tor.Ill try it 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 Quote from: Website http://www.castlecops.com/downloads-cat-9.htmlall 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 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 curiousThat's exactly what it is... a file transfer protocol. 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# Code: [Select]using SYSTEM; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; NAMESPACE Web_Browser { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { webBrowser1.Navigate(new Uri(textBox1.ToString())); } private void HomeToolStripMenuItem_Click(object sender, System.EventArgs e) { webBrowser1.GoHome(); } private void GoForwardToolStripMenuItem_Click(object sender, System.EventArgs e) { webBrowser1.GoForward(); } private void GoBackToolStripMenuItem_Click(object sender, System.EventArgs e) { webBrowser1.GoBack(); } private void Form1_Load(object sender, EventArgs e) { comboBox1.SelectedIndex = 0; webBrowser1.GoHome(); } private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { } private void navigateToolStripMenuItem_Click(object sender, EventArgs e) { } private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) { } private void textBox1_TextChanged(object sender, EventArgs e) { } } } the line that says "webBrowser1.Navigate(new Uri(textBox1.ToString()));" , 25 down. my error is: Invalid URI: The URI scheme is not valid. im not a novice at cpp, but im a novice at c# i havnt found a solution yetWhat the devil do this have to do with proxies? But okay I'll play along... What version of VS is this? 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. 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. its c sharp vb express edition (08)... sorry i havn't been on in a while, IVE been having some vista issues. |
|