Jump to content

»¤§£¥¤«

Members
  • Posts

    5
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://

Profile Information

  • Country
    United States

»¤§£¥¤«'s Achievements

  1. Error, can you contact me? Send a message I have a question.
  2. Thanks Pablo for the link to that thread. I knew there was a post on the dll somewhere that would help some. As for the "dump the OCX and Viper", well thats like telling a car collector to dump his collection because they are out of date, lol. Viper was a very enjoyable part of my life. I loved the challenges and just making it work and work right. I love the web chat aspect of Viper. It was so much easier on my eyes and scripts, allthough some are nice and all, just make it hard to see things. I am not a programmer and I dont code, BUT I am a mechanic and if it is possible to fix something I will always give it a go before I junk it Again thanks for the link, maybe I can start to piece together a working connection.
  3. Well I can now make a dll and It works up to a point. I connect in Bot mode but the raw data in Viper and the onJoin data from the server is incomplete. I need to get the server IPs correct in the following code. strServ1 = "5.200.9.32", 6668 I need for "5.200.9.32", 6668 to switch to 127.0.0.1 6667 to make the connection to the chat control My connection is hung here: Private Sub sck_serv1_DataArrival(ByVal bytesTotal As Long) Dim strServ1 As String sck_serv1.GetData strServ1, vbString If strServ1 Like ":* 613 * :*" Then ServerIp = Split(strServ1, " ")(3) ServerIp = Replace(ServerIp, ":", "") sck_serv1.Close End If '908 Select Case Split(strServ1, " ")(1) Case "702" MsgBox "The room may need to be created first (create room via normal webchat first, and use another account to connect with Viper)" 'RaiseEvent REventDisconnectVp sck_serv1.Close RaiseEvent REventCloseServ1 RaiseEvent REventConnectionState(0) End Select The split and replce lines have me confused. Can you help me??
  4. Just curious if there is anyboy that can help me create a connection dll from a open source. I dont know if many remember me but I use to chat on MSN and use to help out on the Viper Central forum. As MSN was closing down Vipers connection became a open source as to allow users to connect to the different "MSN clones" by means of changing the ip. Well they have all closed and gone away with the exception of SPCN and Net4110 as they use the MSN chat control. I can connect to 4110 and in Bot Mode but I have to fine tune the connection. My feeling is that with the current universal connection dll it could work but I have to get Viper to see as it is blind. The Control board is totally blind but I get raw data from both the connection window and the raw data of the CB. The user window is blank. If any one knows how to create a dll and would help walk me through the steps as I have Microsoft Visual Studio 2010 and a decompiler just have no clue as to what to do or make save changes I need to make. thanks
×
×
  • Create New...