Thread: Paying 25$ via paypal

Results 1 to 8 of 8
  1. #1 Paying 25$ via paypal 
    King.
    Guest
    Okay... soo, i really wanna do so only server's client can connect to the server and no other client can, this will stop cheatclients and duping clients..

    I SEEN SERVER'S WITH IT.. IF YOU TRY CONNECT WITH ANY OTHER CLIENT IT WILL SAY, ; YOU NEED TO BE A MEMBERSTATUS TO CONNECT OR SOMETHING...


    25$ VIA PAYPAL!
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    May 2009
    Posts
    1,220
    Thanks given
    4
    Thanks received
    61
    Rep Power
    0
    add me!
    Reply With Quote  
     

  3. #3  
    Registered Member
    rmb7's Avatar
    Join Date
    Nov 2008
    Posts
    1,023
    Thanks given
    2
    Thanks received
    12
    Rep Power
    200
    search in the server tutorials. Its there and free
    Reply With Quote  
     

  4. #4  
    Donator

    Keith's Avatar
    Join Date
    Sep 2008
    Age
    29
    Posts
    1,900
    Thanks given
    83
    Thanks received
    162
    Rep Power
    1244
    Rip it from Bluurr's client? and add server-side and client side
    Reply With Quote  
     

  5. #5  
    Registered Member
    'Hunter's Avatar
    Join Date
    Sep 2008
    Posts
    738
    Thanks given
    12
    Thanks received
    6
    Rep Power
    160
    Just hide your IP, like get new ip from no-ip, then just go into your client and remove the .java file that contains your IP, boom, When they DL they wont know IP, they will just start up client and never see IP.
    ~ Hunter


    Reply With Quote  
     

  6. #6  
    sex inFamous's Avatar
    Join Date
    Sep 2008
    Posts
    0
    Thanks given
    6
    Thanks received
    4
    Rep Power
    0
    There is a tutorial, all you gota do is use the search function.
    i'm back...
    Reply With Quote  
     

  7. #7  
    Registered Member
    Deadly Uzi's Avatar
    Join Date
    Jul 2008
    Posts
    994
    Thanks given
    177
    Thanks received
    87
    Rep Power
    362
    I think the client sends the UID during the login process, all you gotta do, is just make it send a specific UID(client sided, like 125) and then in the place where you do like

    Code:
    int UID = readByte(); // Or something like that..
    Just add,

    Code:
    if(UID != 125) { // Invalid connection.
    returnByte = 7; // Random number ;)
    // Close a connection here or something.
    }
    Attempting to develop a multi-revision library. See it on GitHub.
    Reply With Quote  
     

  8. #8  
    Active Service Provider
    Ken's Avatar
    Join Date
    Jun 2008
    Age
    29
    Posts
    749
    Thanks given
    184
    Thanks received
    56
    Rep Power
    368
    Quote Originally Posted by King. View Post
    Okay... soo, i really wanna do so only server's client can connect to the server and no other client can, this will stop cheatclients and duping clients..

    I SEEN SERVER'S WITH IT.. IF YOU TRY CONNECT WITH ANY OTHER CLIENT IT WILL SAY, ; YOU NEED TO BE A MEMBERSTATUS TO CONNECT OR SOMETHING...


    25$ VIA PAYPAL!
    Heres the Tutorial
    How to Make Only your client connect to the server
    Attached image
    Reply With Quote  
     


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
  •