
Originally Posted by
abcBROCK
okay well i tried integrating server with my
vB forums, however i get 2 errors:
client.java:1193: passHash(java.lang.String) in client cannot be applied to (jav
a.lang.String,java.lang.String)
String passe = passHash(Pass, salt);
^
server.java:149: cannot find symbol
symbol : method createConnection()
location: class server
createConnection();
^
2 errors
Press any key to continue . . .
anyone know the problem?
Looks like you mispelt something, "passe" -
Code:
String passe = passHash(Pass, salt);
Other than that, nothing (that i can see/cba finding out).