Thread: client server detector[rep ++ & $]`

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 client server detector[rep ++ & $]` 
    Extreme Donator

    sexyrussian's Avatar
    Join Date
    Nov 2009
    Posts
    887
    Thanks given
    47
    Thanks received
    23
    Rep Power
    0
    i want the server to send some kind of a ping to the client. and the client to return some kind of code so that my server knows what client the user is using.



    is this possible?


    can someone help me?

    rep ++ & $
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2009
    Posts
    17
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    You can use the uid thing to make them use a specific client, if thats what you want.
    Reply With Quote  
     

  3. #3  
    Registered Member Fagex.'s Avatar
    Join Date
    May 2010
    Posts
    63
    Thanks given
    0
    Thanks received
    0
    Rep Power
    12
    Yes I could.
    Reply With Quote  
     

  4. #4  
    Extreme Donator

    sexyrussian's Avatar
    Join Date
    Nov 2009
    Posts
    887
    Thanks given
    47
    Thanks received
    23
    Rep Power
    0
    u mean where it says 377 change it to whatever?

    but what if i wana use that ingame when the player tries to open a custom interface, the server checks the client version, if its the latest client it shows the interface, if its outdated it shows a link to the newst client.
    Reply With Quote  
     

  5. #5  
    Registered Member Hexagon's Avatar
    Join Date
    May 2008
    Posts
    672
    Thanks given
    28
    Thanks received
    18
    Rep Power
    33
    if uid is changed you get: "runescape was updated!"
    Reply With Quote  
     

  6. #6  
    Extreme Donator

    sexyrussian's Avatar
    Join Date
    Nov 2009
    Posts
    887
    Thanks given
    47
    Thanks received
    23
    Rep Power
    0
    how can i change that text to something thats on a server..
    Reply With Quote  
     

  7. #7  
    Registered Member
    white full's Avatar
    Join Date
    Jul 2008
    Posts
    879
    Thanks given
    4
    Thanks received
    19
    Rep Power
    196
    You gotta do serversided and client sided. Change client key from 255 to something then change it in your server as well.
    Reply With Quote  
     

  8. #8  
    Extreme Donator

    sexyrussian's Avatar
    Join Date
    Nov 2009
    Posts
    887
    Thanks given
    47
    Thanks received
    23
    Rep Power
    0



    the whole point of this is so the client can independently point the user to a download of a newer client.... and it supposed 2 do that using web hosting,

    so i host some file "lala.txt"

    it contains the url to the client download.


    the client goes to example.com/lala.txt, loads the url and displays it.
    Reply With Quote  
     

  9. #9  
    I Sell 07 Gold PM Me

    Join Date
    Jan 2007
    Age
    24
    Posts
    1,522
    Thanks given
    48
    Thanks received
    79
    Rep Power
    280
    Quote Originally Posted by sexyrussian View Post
    i want the server to send some kind of a ping to the client. and the client to return some kind of code so that my server knows what client the user is using.



    is this possible?


    can someone help me?

    rep ++ & $
    UIDs.

    My knowledge for clients are very limited. However you can use the UID to detect if their clients are outdated. For most cheat clients there UIDs are usually 0 and 1000.

    On most wLs you can show the client's UID by adding this code where the player connects.

    System.out.println("uid is "+stream.readDWord();+".");
    Remember buying your first rune set with rune chain at W1 Varrock?
    Remember the excitement you got being Members for the first time?

    Want to re-live the good old days of RuneScape 2006 at its fullest?


    Then try:
    Spoiler for 2006 Old Days:


    Comes in many flavors.
    Reply With Quote  
     

  10. #10  
    Registered Member
    white full's Avatar
    Join Date
    Jul 2008
    Posts
    879
    Thanks given
    4
    Thanks received
    19
    Rep Power
    196
    sexyrussian, pretty much what I said, when server detecs incorrect client code, it tells you that you need a members account to connect, simply change that client sided to a message like download newest client here: whatever.whatever
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •