Thread: Making My Client Connect to my server...

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1 Making My Client Connect to my server... 
    Registered Member Dragroxas's Avatar
    Join Date
    Mar 2009
    Posts
    211
    Thanks given
    3
    Thanks received
    2
    Rep Power
    5
    Hello, I'm using Battlescape and can't seem to connect with my client. I am only able to connect with my Local host. No-ip is not working no one else can connect with the Client i am trying to use except for me using localhost ip. Also yes portfowarding is setup along with no-ip crap. I need some help Thanks! anyone that can figure out wins something

    Code for connect method ip thing :
    Code:
    public URL getCodeBase()
        {
            if(signlink.mainapp != null)
                return signlink.mainapp.getCodeBase();
            try
            {
                    return new URL("http://blaxizenpkz2.no-ip.biz:" + (43594));
            }
            catch(Exception _ex)
            {
            }
            return null;
        }
    Last edited by Dragroxas; 03-20-2010 at 06:01 PM. Reason: more info

    PM HIM NOW IF YOU'VE SEEN IT! ASAP!
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Feb 2010
    Posts
    17
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    in client files go to client.java or w/e search "serverip =" Then enter your ip.

    Or do it in the EGUI
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2010
    Posts
    70
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    Ya and make the ip either localhost or 127.0.0.1

    You know your a nerd if your K/D in COD is higher than your GPA, Nuff Said.
    Reply With Quote  
     

  4. #4  
    Registered Member Dragroxas's Avatar
    Join Date
    Mar 2009
    Posts
    211
    Thanks given
    3
    Thanks received
    2
    Rep Power
    5
    Quote Originally Posted by xAssasin View Post
    Ya and make the ip either localhost or 127.0.0.1
    That much i have gotten it will not connect to my NO-IP address... FML...

    PM HIM NOW IF YOU'VE SEEN IT! ASAP!
    Reply With Quote  
     

  5. #5  
    Registered Member Silentone's Avatar
    Join Date
    Sep 2006
    Age
    30
    Posts
    139
    Thanks given
    0
    Thanks received
    1
    Rep Power
    44
    Dont use http unless you are running apache or something, http is port 80.. remove the http:// and you will be fine,
    Have a look at my project [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Feb 2010
    Posts
    17
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    So? Have some1 else try to connect to ur no-ip adress. make sure u compile after saving ur ip.
    Reply With Quote  
     

  7. #7  
    Registered Member Dragroxas's Avatar
    Join Date
    Mar 2009
    Posts
    211
    Thanks given
    3
    Thanks received
    2
    Rep Power
    5
    Code:
    public URL getCodeBase()
        {
            if(signlink.mainapp != null)
                return signlink.mainapp.getCodeBase();
            try
            {
                    return new URL("http://blaxizenpkz2.no-ip.biz:" + (80));
            }
            catch(Exception _ex)
            {
            }
            return null;
        }
    thats what makes it connect to my server... i can't get it to work even with removing the 80 and http:// etc...

    PM HIM NOW IF YOU'VE SEEN IT! ASAP!
    Reply With Quote  
     

  8. #8  
    Darren
    Guest
    Remove 80 and put 43594 and remove http. Still don't work? You've portforwarded wrong. [Only registered and activated users can see links. ] make sure u have a static ip
    Reply With Quote  
     

  9. #9  
    Registered Member Dragroxas's Avatar
    Join Date
    Mar 2009
    Posts
    211
    Thanks given
    3
    Thanks received
    2
    Rep Power
    5
    Quote Originally Posted by Darren View Post
    Remove 80 and put 43594 and remove http. Still don't work? You've portforwarded wrong. [Only registered and activated users can see links. ] make sure u have a static ip
    Still doesn't work and i know for a fact that portfowarding is working... as i have people on my server with a diffrent client... this client can't connect to it unless i have it on localhost... ugh

    PM HIM NOW IF YOU'VE SEEN IT! ASAP!
    Reply With Quote  
     

  10. #10  
    Registered Member Silentone's Avatar
    Join Date
    Sep 2006
    Age
    30
    Posts
    139
    Thanks given
    0
    Thanks received
    1
    Rep Power
    44
    Are you hosting the server on your own computer or external computer not on your network?
    Have a look at my project [Only registered and activated users can see links. ]
    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
  •