VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

AIM Toc 2.0 Logon Algorithm

Jeffrey C. Tatum  (5 Submissions)   String Manipulation   Visual Basic 3.0   Beginner   Wed 3rd February 2021

This will create the 8 or 9 digit number that goes along with the log on packet for the newest version of the AIM TOC Protocol (version 2.0). The number that it makes, is based on the screen name and password. I guess it was a security feature added in, to prevent users from making AIM Crackers.

Assumes
Since I'm sure many people don't actualy know how to connect to the AIM server, I will give an example with this code. This code will successfully sign you on to the AIM server using TOC 2.0 protocol. First, create a form. Add the following controls: Text1 = The Screen Name Text2 = The Password Text3 = The Incomming Text Winsock1 = Microsoft Winsock Control Command1 = The Connect Button Once the form is created, copy and paste all of the following code into the declarations part of your form. Once you copy it all into your form, simply run the application, type in your aim screen name into Text1, your password into Text2, and click the Command1 button to connect.

Returns
Returns a number based on the screen name and password, to enable the user to log on to the AIM Toc 2.0 server.

Rate AIM Toc 2.0 Logon Algorithm (7(7 Vote))
AIM Toc 2.0 Logon Algorithm.bas

AIM Toc 2.0 Logon Algorithm Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters