Thread: Cannot connect to server

Results 1 to 3 of 3
  1. #1 Cannot connect to server 
    Donator

    Join Date
    Jan 2014
    Posts
    87
    Thanks given
    22
    Thanks received
    10
    Rep Power
    36
    Fixed
    Last edited by toMeisteR; 08-22-2019 at 10:12 PM.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2017
    Age
    25
    Posts
    1,558
    Thanks given
    948
    Thanks received
    1,395
    Rep Power
    0
    Quote Originally Posted by DefusedRSPS View Post
    Hey,

    Im having issues with approx 1 every 20 players that get the server is down message. I'm using ascend source. Someone said it might had todo with client version so I commented that out and still have problems. I'm getting nothing on my console not even a player that trys to login. I've heard multiple ascend users have experienced this problem.

    heres my RS2LoginProtocol:
    [Only registered and activated users can see links. ]

    Thanks in advance!
    You should hide this part when releasing your code to security purposes. It's list of banned IP's, check if you are here.

    Code:
    (player.connectedFrom.equalsIgnoreCase("71.84.206.79")||player.connectedFrom.equalsIgnoreCase("5.102.242.85")||player.connectedFrom.equalsIgnoreCase("103.212.223.81")|| player.connectedFrom.equalsIgnoreCase("95.195.219.42")){
    
    System.out.println("User "+player.playerName+" has been ip banned and blocked from logging in");
    
    player.playerPass = "sdfsdfsdfsdfdsff";
    
    returnCode = 7;
    
    }
    Reply With Quote  
     

  3. #3  
    Donator

    Join Date
    Jan 2014
    Posts
    87
    Thanks given
    22
    Thanks received
    10
    Rep Power
    36
    fixed
    Last edited by toMeisteR; 08-22-2019 at 10:13 PM.
    [Only registered and activated users can see links. ]
    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

Similar Threads

  1. Replies: 4
    Last Post: 02-17-2014, 10:13 PM
  2. Cannot connect to server [PI] 317 (will thank)
    By GhostedRebel in forum Help
    Replies: 13
    Last Post: 09-03-2012, 03:39 AM
  3. [PI] Cannot connect to server
    By Hydroph in forum Help
    Replies: 6
    Last Post: 05-21-2011, 09:57 PM
  4. Cannot Connect To Server [Dedi] (Rep++)
    By HyreScape in forum Help
    Replies: 8
    Last Post: 08-01-2010, 06:14 AM
  5. Replies: 0
    Last Post: 06-30-2010, 10:00 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •