[Private Server] ICOn8 Project

04/30/2013 16:44 knuck#721
Quote:
Originally Posted by nassim930 View Post
this file: [Only registered and activated users can see links. Click Here To Register...]
ok, I translated it to line ~180 (it has 2200 lines :awesome:)
it's in polish language
now the 180 lines are in english.
04/30/2013 16:53 721560329#722
any help ?? [Only registered and activated users can see links. Click Here To Register...]
04/30/2013 17:03 nassim930#723
Quote:
Originally Posted by knuck View Post
ok, I translated it to line ~180 (it has 2200 lines :awesome:)
it's in polish language
now the 180 lines are in english.
Nice;)
04/30/2013 17:14 CoolJedy#724
Quote:
Originally Posted by KleinerGammler View Post
linkpad and linkpad2 ?
chrome and firefox?
yeah but it didn't work with me :confused:
04/30/2013 17:39 AATT#725
DONT HOST A PUBLIC SERVER!

You can see the sql database username, password, database name and ip adress in the page sourcecode!

But you can edit it if you write in usuariosonline.php in the first line <?php instead of <?
04/30/2013 18:19 Fenrisus#726
yep, that is vulnerability =)
04/30/2013 18:44 merfur98#727
I create server
but i changing config.ini but does not accept

PHP Code:
SQL ERRORCommunications link failure

The last packet sent successfully to the server was 0 milliseconds ago
The driv
er has not received any packets from the server
.
com.mysql.jdbc.exceptions.jdbc4.CommunicationsExceptionCommunications link fai
lure

The last packet sent successfully to the server was 0 milliseconds ago
The driv
er has not received any packets from the server
.
        
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce
)
        
at java.lang.reflect.Constructor.newInstance(Unknown Source)
        
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
        
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1
116
)
        
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344)
        
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332)
        
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369
)
        
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
        
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
        
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
        
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce
)
        
at java.lang.reflect.Constructor.newInstance(Unknown Source)
        
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
        
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
        
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
        
at java.sql.DriverManager.getConnection(Unknown Source)
        
at java.sql.DriverManager.getConnection(Unknown Source)
        
at common.SQLManager.setUpConnexion(SQLManager.java:78)
        
at common.DarkOrbit.main(DarkOrbit.java:87)
Caused byjava.net.ConnectExceptionConnection timed outconnect
        at java
.net.DualStackPlainSocketImpl.connect0(Native Method)
        
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
        
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
        
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
        
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
        
at java.net.PlainSocketImpl.connect(Unknown Source)
        
at java.net.SocksSocketImpl.connect(Unknown Source)
        
at java.net.Socket.connect(Unknown Source)
        
at java.net.Socket.connect(Unknown Source)
        
at java.net.Socket.<init>(Unknown Source)
        
at java.net.Socket.<init>(Unknown Source)
        
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja
va
:257)
        
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294)
        ... 
16 more 
giving this error

help
04/30/2013 21:37 Luong123#728
[Only registered and activated users can see links. Click Here To Register...]


HELP ME :X
04/30/2013 22:05 nassim930#729
@ knuck

DO you have translated the file?
05/01/2013 10:51 Transformer1996#730
Quote:
Originally Posted by nassim930 View Post
@ knuck

DO you have translated the file?
it's easy to translate: copy the file, go to google translator, pick the input to polish and the output to english. do little corrects like grammar or the names and u have the game in english.
05/01/2013 11:03 nassim930#731
Quote:
Originally Posted by Transformer1996 View Post
it's easy to translate: copy the file, go to google translator, pick the input to polish and the output to english. do little corrects like grammar or the names and u have the game in english.
Serieus? google translator... that is bullshit? !!!!:rtfm:
05/01/2013 11:20 Transformer1996#732
not in that case. here u have to translate single words. and the places where u translate sentences, u can correct it yourself. it shows u what the line means without being polish. i'm doing it and it works fine.

EDIT: which directory does the translation file go in?
05/01/2013 11:24 nassim930#733
Quote:
Originally Posted by Transformer1996 View Post
not in that case. here u have to translate single words. and the places where u translate sentences, u can correct it yourself. it shows u what the line means without being polish. i'm doing it and it works fine.
not all are words;) there are many phrases

spacemap
05/01/2013 11:26 Transformer1996#734
thats why i wrote correct the sentences yourself. ok we answer the same time^^
05/01/2013 11:47 Andrej-Delany#735
For everyone who wants to change the dmg watch this:
GameThread.java
Code:
	private void parseAttackLaserToAlien(Ship user, Ship enemigo)
change:
Code:
		int dmg = 500;
To the Base Dmg you want...

EDIT: You have to Kompile the source after this...

EDIT: Maybe iŽll do a tutorial later.