Thread: Ip

Results 1 to 9 of 9
  1. #1 Ip 
    Registered Member
    Join Date
    May 2012
    Posts
    35
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    There isn't an "127.0.0.1" in my client.java, yes I tried CTRL+F and searched, but nothing came up; this is the only part when a "127" shows up:

    Code:
     }
    
        public final void method18(int i) {
            aClass15_1166.method237(0);
            Class30_Sub2_Sub1_Sub3.anIntArray1472 = anIntArray1180;
            aClass30_Sub2_Sub1_Sub1_1198.method348(0, 16083, 0);
            if(aBoolean1256) {
                aClass30_Sub2_Sub1_Sub4_1272.method381(0, aString1121, 23693, 40, 239);
    Somebody help? It would mean a lot, really
    Reply With Quote  
     

  2. #2  
    Gunner4Life Ip Market Banned



    Join Date
    Jun 2011
    Posts
    2,357
    Thanks given
    132
    Thanks received
    667
    Rep Power
    648
    GUI? also try searching for no-ip and "server ="
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    35
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Tom DeLonge View Post
    GUI? also try searching for no-ip and "server ="
    Yeah its there, server = & then put my no-ip in?
    Quote Originally Posted by Walrus Viking View Post
    Search for

    Code:
    new Socket(InetAddress.getByName(
    and you should find a function that looks something like this:

    Code:
    	public Socket openSocket(int port) throws IOException {
    		if(Signlink.mainApplet != null) {
    			return Signlink.openSocket(port);
    		} else {
    			return new Socket(InetAddress.getByName(serverAddress), port);
    		}
    	}
    The first parameter in .getByName(String); is the address.
    Nope, can't find it.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2012
    Posts
    175
    Thanks given
    32
    Thanks received
    47
    Rep Power
    35
    If you're using a PI client then it should be stored in a String called server. Just Ctrl-F search for server = "

    It's usually either under 127.0.0.1 or 0.0.0.0. Try both.
    Reply With Quote  
     

  5. #5  
    Gunner4Life Ip Market Banned



    Join Date
    Jun 2011
    Posts
    2,357
    Thanks given
    132
    Thanks received
    667
    Rep Power
    648
    0.0.0.0 or 127.0.0.1 is a localhost, if you want to host it set it up with no-ip and that st00f.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2012
    Posts
    35
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Tom DeLonge View Post
    0.0.0.0 or 127.0.0.1 is a localhost, if you want to host it set it up with no-ip and that st00f.
    Yeah I know that part, but I have to write down my own host, and if I can't find "127." or "0.0.0.0" then how am I supposed to host it?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2012
    Posts
    900
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    i can tv...
    Reply With Quote  
     

  8. #8  
    Donator

    Join Date
    Sep 2011
    Posts
    432
    Thanks given
    94
    Thanks received
    58
    Rep Power
    44
    If your client is the same mine, client.java find "public client() { " then a few lines down, it's
    "server = "serverip.no-ip.org";"
    Reply With Quote  
     

  9. #9  
    Gunner4Life Ip Market Banned



    Join Date
    Jun 2011
    Posts
    2,357
    Thanks given
    132
    Thanks received
    667
    Rep Power
    648
    I've seen it be under

    Public Static string server =

    Before so idk.
    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
  •