i need help with proxy

Discussion in 'Code Snippets and Tutorials' started by NHStephen, Apr 18, 2007.

  1. NHStephen

    NHStephen Level IV

    Joined:
    Jan 2, 2007
    Messages:
    1,114
    Likes Received:
    9
    how do i add proxy to my program
     
  2. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    i am pretty sure you need a code like this
    Code (Text):
    1. wrap1.GetWrapper("*url*",  &proxyaddress.txt, &proxyport.txt)/code] you might want to try it out because im not sure. you need two textboxes, one named proxyaddress and one named proxyport.
     
  3. NHStephen

    NHStephen Level IV

    Joined:
    Jan 2, 2007
    Messages:
    1,114
    Likes Received:
    9
    kk i will

    i might need a different one i dont know if that one will work
     
  4. ZOMG

    ZOMG Level I

    Joined:
    Feb 26, 2007
    Messages:
    122
    Likes Received:
    0
    Location:
    Hipocresy Land
    Get the Nitewrapper,, and add this code.

    Code (Text):
    1. NWrapper.UseProxy (txtproxy.Text)
     
  5. NHStephen

    NHStephen Level IV

    Joined:
    Jan 2, 2007
    Messages:
    1,114
    Likes Received:
    9

    MMM where do i get nitewrapper
     
  6. ZOMG

    ZOMG Level I

    Joined:
    Feb 26, 2007
    Messages:
    122
    Likes Received:
    0
    Location:
    Hipocresy Land

    Mph... wait,, i'll host the mine :shock:
     
  7. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    i dont want to sound stupid or anything... but whats nitewrapper :eek: ?
     
  8. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    an httpwrapper.
     
  9. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    i guessed that, but whats special about it?
     
  10. ZOMG

    ZOMG Level I

    Joined:
    Feb 26, 2007
    Messages:
    122
    Likes Received:
    0
    Location:
    Hipocresy Land
    Its lyk any wrapper o_o
    Like Pete Wrapper, Kio Wrapper..
     
  11. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    so does it matter which wrapper you use, or are they all basically the same?
     
  12. ZOMG

    ZOMG Level I

    Joined:
    Feb 26, 2007
    Messages:
    122
    Likes Received:
    0
    Location:
    Hipocresy Land
    Some modified codes..
     
  13. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    Also, some are faster and some use gzip which makes the http wrapper faster. Some use proxies other's don't. Have different ways of posting and use proxies and gzip and getting html
     
  14. Pankirk

    Pankirk Level III

    Joined:
    Nov 12, 2006
    Messages:
    652
    Likes Received:
    28
    Location:
    America
    Yeah, all wrappers are basically the same. They all POST and GET requests from the internet... Its just that some have more functions than others.