in client files go to client.java or w/e search "serverip =" Then enter your ip.
Or do it in the EGUI
|
|
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

in client files go to client.java or w/e search "serverip =" Then enter your ip.
Or do it in the EGUI
Ya and make the ip either localhost or 127.0.0.1
So? Have some1 else try to connect to ur no-ip adress. make sure u compile after saving ur ip.
thats what makes it connect to my server... i can't get it to work even with removing the 80 and http:// etc...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; }

| « Making Custom Interfaces | Higher ID items? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |