Thread: Integrating errors.

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Integrating errors. 
    Registered Member abcBROCK's Avatar
    Join Date
    Feb 2007
    Posts
    157
    Thanks given
    0
    Thanks received
    0
    Rep Power
    8
    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?
    Reply With Quote  
     

  2. #2  
    Registered Member LesterKnome's Avatar
    Join Date
    Oct 2008
    Age
    24
    Posts
    306
    Thanks given
    3
    Thanks received
    3
    Rep Power
    107
    l2read
    I fighting for the crust of the little brown loaf
    Reply With Quote  
     

  3. #3  
    Registered Member abcBROCK's Avatar
    Join Date
    Feb 2007
    Posts
    157
    Thanks given
    0
    Thanks received
    0
    Rep Power
    8
    l2growup
    Reply With Quote  
     

  4. #4  
    Registered Member
    Valkynaz's Avatar
    Join Date
    May 2007
    Age
    26
    Posts
    646
    Thanks given
    1
    Thanks received
    28
    Discord
    View profile
    Rep Power
    732
    Quote Originally Posted by abcBROCK View Post
    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).
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jan 2007
    Age
    27
    Posts
    4,417
    Thanks given
    3
    Thanks received
    105
    Rep Power
    0
    Your database wants just the passwords decrypted.
    Reply With Quote  
     

  6. #6  
    Registered Member LesterKnome's Avatar
    Join Date
    Oct 2008
    Age
    24
    Posts
    306
    Thanks given
    3
    Thanks received
    3
    Rep Power
    107
    Quote Originally Posted by abcBROCK View Post
    l2growup
    ill say it again.. l2read, if you were halfassed and you read it you would understand the problem.
    I fighting for the crust of the little brown loaf
    Reply With Quote  
     

  7. #7  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    passHash doesn't have 2 strings only one so
    Code:
    passHash(String);
    Reply With Quote  
     

  8. #8  
    Donator

    Ecstasy's Avatar
    Join Date
    Sep 2008
    Age
    26
    Posts
    5,032
    Thanks given
    324
    Thanks received
    596
    Rep Power
    843
    If you're using my tutorial (looks as if you are), replace the passHash method I posted in my thread with yours.

    Reply With Quote  
     

  9. #9  
    Donator

    Ecstasy's Avatar
    Join Date
    Sep 2008
    Age
    26
    Posts
    5,032
    Thanks given
    324
    Thanks received
    596
    Rep Power
    843
    Quote Originally Posted by Valkynaz View Post
    Looks like you mispelt something, "passe" -

    Code:
            String passe = passHash(Pass, salt);
    Other than that, nothing (that i can see/cba finding out).
    Please, don't be stupid.

    Reply With Quote  
     

  10. #10  
    Registered Member abcBROCK's Avatar
    Join Date
    Feb 2007
    Posts
    157
    Thanks given
    0
    Thanks received
    0
    Rep Power
    8
    ecstasy, you got tv?
    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
  •