Jump to content

TCPConnect Problem


Recommended Posts

Global $server='cs118.msg.ac4.yahoo.com'
Global $port=5050
TCPStartup()
Global $address=TCPNameToIP($server)
ConsoleWrite('Address: '&$address&@CRLF&@TAB&'Error: '&@error&@CRLF)
Global $socket=TCPConnect($address,$port)
ConsoleWrite('Socket: '&$socket&@CRLF&@TAB&'Error: '&@error&@CRLF)
If $socket<>-1 Then TCPCloseSocket($socket)
TCPShutdown()

This is giving me a -1 result. I am connecting to the yahoo server. My yahoo messenger can connect by using an HTTP Proxy how would it be possible to connect to the yahoo server using my existing HTTP Proxy. I have tried freecap and proxy firewall but it can't pass thru. Need help.

Need a bump

Edited by geocine
Do Not Steal The Government Hates CompetitionO2JAM AutoPlayBot [|||||.............] 10%Friendster Commenter [..................] 0%Auto Message Download Percentage [|||||||||||||||||] 100%
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...