Connections and WoW menu

Shout-Out

User Tag List

Results 1 to 11 of 11
  1. #1
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Connections and WoW

    ( Sorry, originally posted this in the wrong forum, perhaps it will be better here)

    Ok, I am currently writing an application that intercepts a connection from one program, opens a socket from that program to the original connection destination, and then basically takes the packets from the first connection and sends them out the second.

    Now, Ive gotten to the point where I can set my realmlist to connect to localhost, then the program connects out to the normal us.logon.blahblahblah.etc. So far so good. I can log in, the login packets go through the programs In-Socket, and out the Out-Socket, login accept is recieved from the server through the Out-Socket, then sent back to the WoW client from the In-Socket. But then the socket closes, and WoW makes a brand new connection! (To the actual realm). Im having a bit of a time figuring out where that connection actually is. SO my question is:

    Does anyone that is particularly well-versed with Private Servers know just how a connection to a Realm is established after login is accepted?

    Connections and WoW
  2. #2
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Connections and WoW

    bumpensaucen?

    Soon you can find my projects at: www.termight.info

  3. #3
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Connections and WoW

    Humm this sounds umm Hard ??
    Last edited by Illidan1; 10-30-2007 at 01:12 AM.

  4. #4
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Connections and WoW

    Anyone?

    What Im trying to do here is: (YAY FOR PAINT DIAGRAM)


    Soon you can find my projects at: www.termight.info

  5. #5
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Connections and WoW

    bump?

    I still need help here

    Soon you can find my projects at: www.termight.info

  6. #6
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Connections and WoW

    Humm, Very hard dude because we have know idea what the program is that
    your using nor do we no how to use it so we wont have a clue sorry

  7. #7
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Connections and WoW

    Originally Posted by Illidan1 View Post
    Humm, Very hard dude because we have know idea what the program is that
    your using nor do we no how to use it so we wont have a clue sorry
    Well I MADE the program :P its more of an IP/Connection problem, let alone the program, I have the application side of things covered, what I need to figure out is how I can trick my computer into thinking that the IP to Tichondrius is Localhost, then once the connection is intercepted, UN-Trick it, and connect to the REAL Tichondrius IP
    .
    .
    .
    .

    Soon you can find my projects at: www.termight.info

  8. #8
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Connections and WoW

    Still. Very Confusing maybe if we have more
    Information (and i mean all the Information we could have)
    we could figure it out

  9. #9
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Connections and WoW

    I think you will need to take the socket from wow, because else wow would fail connectiong because it does not get an accept from the blizzard logon servers

  10. #10
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Connections and WoW

    Originally Posted by Illidan1 View Post
    Still. Very Confusing maybe if we have more
    Information (and i mean all the Information we could have)
    we could figure it out
    What more must you know? I think I said about all there is :P

    Originally Posted by namelessgnome View Post
    I think you will need to take the socket from wow, because else wow would fail connectiong because it does not get an accept from the blizzard logon servers
    I already have that part working, once the login is done, wow drops the connection to the login server and connects by IP to Tichondrius. What I want to do is trick wow into connecting to localhost instead of Tich after the login is accepted.

    When wow connects to Tich, it gets tricked into connecting to my program, then the program makes the actual connection to Tich, and bridges this the same way it did for the Login phase of the connection.

    Soon you can find my projects at: www.termight.info

  11. #11
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Connections and WoW

    are you using any libraries or anything i think you get a DLL with WPE. What Language and APIs are you using are you using?

Similar Threads

  1. Connections and WoW
    By Gothian in forum Community Chat
    Replies: 6
    Last Post: 10-29-2007, 08:02 AM
  2. Simpsons and WoW
    By Fault in forum World of Warcraft General
    Replies: 3
    Last Post: 07-27-2007, 12:19 PM
  3. Leaving MMOwned and WoW
    By Jones4ever in forum Community Chat
    Replies: 16
    Last Post: 03-19-2007, 09:07 PM
  4. Itunes and WoW
    By Kenidiern in forum Community Chat
    Replies: 5
    Last Post: 03-06-2007, 11:36 AM
  5. Naruto and WoW?
    By Fenarth in forum World of Warcraft General
    Replies: 6
    Last Post: 01-23-2007, 06:15 AM
All times are GMT -5. The time now is 08:35 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search