Jump to content

Recommended Posts

Posted (edited)

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%

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
×
×
  • Create New...