Proxys

09/13/2009 14:08 masterflame#1
Hi ive decided to learn how to program and i know ill be unable to make a proxy for a while but i want to learn a programing language that i can use to make a proxy in the future. can anyone recommend a good language to start with and what other things ill need to learn

thank you for any help you can give and when i create my proxy ill be sure to share it with those who helped
09/13/2009 19:59 owadziak#2
Use C# Language :] or C++
09/13/2009 21:20 masterflame#3
ok ive got a c++ for dummies book and begun to read through it, i can tell this will take some time but thanks for your help
09/14/2009 03:08 _tao4229_#4
Any language that supports networking will be able to make a proxy (in theory).
Even PHP could be technically used to make a proxy, although highly improbable.
09/14/2009 04:21 ookamocka#5
Quote:
Originally Posted by _tao4229_ View Post
Any language that supports networking will be able to make a proxy (in theory).
Even PHP could be technically used to make a proxy, although highly improbable.
u don't need networking at all... i've managed to make a proxy using AutoIt... actually, it's a full out bot :)
09/14/2009 06:18 IAmHawtness#6
Quote:
Originally Posted by ookamocka View Post
i've managed to make a proxy using AutoIt...
Quote:
Proxy:
An intermediate server that sits between the client and the origin server. It accepts requests from clients, transmits those requests on to the origin server, and then returns the response from the origin server to the client. If several clients request the same content, the proxy can deliver that content from its cache, rather than requesting it from the origin server each time, thereby reducing response time.
Hmm :p
09/14/2009 16:10 KraHen#7
With AutoIt you can do networking, maybe you need some external DLLs.
09/14/2009 21:09 death4666#8
most proxys for co is made in java though theres 1 or 2 in c++
09/16/2009 01:24 InfamousNoone#9
Quote:
Originally Posted by ookamocka View Post
u don't need networking at all... i've managed to make a proxy using AutoIt... actually, it's a full out bot :)
AutoIt can support networking with dll imports to ws2_32.dll, but hooking isn't a proxy by definition, it's simply interception. ;)
09/23/2009 06:19 gabrola#10
Quote:
Originally Posted by _tao4229_ View Post
Any language that supports networking will be able to make a proxy (in theory).
Even PHP could be technically used to make a proxy, although highly improbable.
Actually it's not possible using PHP, it's possible to make a connection, but not to send and receive data because PHP uses file streams over ftp, ssl and http.
09/23/2009 23:59 _tao4229_#11
Quote:
Originally Posted by gabrola View Post
Actually it's not possible using PHP, it's possible to make a connection, but not to send and receive data because PHP uses file streams over ftp, ssl and http.
Never used it :p
09/24/2009 00:15 _StarScream_#12
just get jproxy, its worth it, i did a review on there, read it, it gives a breif outlook from the eye of a 3 day user