Thread: Another server/forum integration thread :(

Results 1 to 4 of 4
  1. #1 Another server/forum integration thread :( 
    Registered Member
    Join Date
    Apr 2012
    Posts
    31
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Alright, so I got the server/forum integration to work, but now I'm getting errors.

    Code:
    src\server\util\ForumIntegration.java:45: error: cannot find symbol
                                            return c.playerRights = 1;
                                                   ^
      symbol:   variable c
      location: class ForumIntegration
    src\server\util\ForumIntegration.java:47: error: cannot find symbol
                                            return c.playerRights = 2;
                                                   ^
      symbol:   variable c
      location: class ForumIntegration
    src\server\util\ForumIntegration.java:49: error: cannot find symbol
                                            return c.isDonator = 1;
                                                   ^
      symbol:   variable c
      location: class ForumIntegration
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 errors
    Press any key to continue . . .
    Yes, I have imported client.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Feb 2011
    Posts
    61
    Thanks given
    2
    Thanks received
    3
    Rep Power
    23
    You may have imported client, But you have not initilized or declared c. you will have to make a variable named c, Then set it to the correct player object. If I could see the actual code, I might be able to help more.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2012
    Posts
    31
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I am retarted, as it was set to client, not c.

    xD
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Feb 2011
    Posts
    61
    Thanks given
    2
    Thanks received
    3
    Rep Power
    23
    lol IT happens, Gl on your future endouvers
    [Only registered and activated users can see links. ]
    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

Similar Threads

  1. vBulletin Forum & Server Integration
    By Redefined in forum Tutorials
    Replies: 52
    Last Post: 05-19-2013, 06:11 AM
  2. [PI] forum integration
    By xdark in forum Requests
    Replies: 9
    Last Post: 10-05-2012, 09:45 PM
  3. Server/Forum Integration
    By InsanityLoL in forum Help
    Replies: 5
    Last Post: 04-24-2012, 11:32 PM
  4. [Updated]Server-Forum integration
    By Konceal in forum Show-off
    Replies: 40
    Last Post: 03-23-2012, 04:15 AM
  5. Replies: 18
    Last Post: 03-03-2012, 08:15 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •