Thread: Integrate your server with your site

Page 3 of 15 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 150
  1. #21  
    Registered Member
    Join Date
    Mar 2007
    Age
    28
    Posts
    145
    Thanks given
    6
    Thanks received
    4
    Rep Power
    41
    Can we use this for ipb?
     

  2. #22  
    Dharok
    Guest
    James, this is very nice and most people dont know what it does lol, dont remove this tutorial because some of us actually understand it and very much appreaciate it

    Would this work for an SMF installed forum, phpbb etc...Possibly make a list of forums it would work on

    Somebody sticky this!
     

  3. #23  
    CM at the WGL

    Shauny's Avatar
    Join Date
    Sep 2006
    Age
    26
    Posts
    285
    Thanks given
    0
    Thanks received
    6
    Rep Power
    247
    Ooo Nice stickied!

    ~Shaun~
    Peek a boo Shauny's back!
     

  4. #24  
    Registered Member

    Join Date
    May 2007
    Posts
    696
    Thanks given
    0
    Thanks received
    0
    Rep Power
    154
    Quote Originally Posted by James View Post
    Open client.java and find this:

    Code:
    (PlayerHandler.isPlayerOn(playerName))
    And above that section (you can work out where for yourself)

    Add this:

    Code:
    if(server.MySQL.Load(playerId) == true) {
    After it has checked all the extra conditions etc... (like if the player is already on) add this:
    Code:
    		} else {
    		if(returnTemp != 1) {
    		returnCode = 3;
    		} else {
    		returnCode = 4;
    		}
    disconnected = true;		
    		}
    That will do the basic logging in. You need to declare a few things so add this:
    Would you mind explaining where i put that in. I am using Pimpscape so would it go in the readsave void?
    Anybody remember me?
     

  5. #25  
    Registered Member

    Join Date
    Sep 2006
    Age
    28
    Posts
    623
    Thanks given
    2
    Thanks received
    2
    Rep Power
    156
    Just added support for phpBB Although the phpBB does not work with usergroups because i can't be bothered to add it at the moment lol.

    And the thread = Stickied
    I'm back
     

  6. #26  
    Sub
    Sub is offline
    sυввч

    Sub's Avatar
    Join Date
    Aug 2007
    Age
    21
    Posts
    4,325
    Thanks given
    1,082
    Thanks received
    346
    Discord
    View profile
    Rep Power
    2755
    nice can u try smf plz ill rehp
     

  7. #27  
    Registered Member

    Join Date
    May 2007
    Posts
    696
    Thanks given
    0
    Thanks received
    0
    Rep Power
    154
    I got errors ;(

    Code:
    MySQL.java:40: cannot find symbol
    symbol  : class MD5
    location: class MySQL
    public MD5 md5(String a) {
           ^
    MySQL.java:41: cannot find symbol
    symbol  : class MD5
    location: class MySQL
    MD5 b = new MD5(a);
    ^
    MySQL.java:41: cannot find symbol
    symbol  : class MD5
    location: class MySQL
    MD5 b = new MD5(a);
                ^
    MySQL.java:45: cannot find symbol
    symbol  : class MD5
    location: class MySQL
    String a = new MD5(in).compute();
                   ^
    MySQL.java:46: cannot find symbol
    symbol  : class MD5
    location: class MySQL
    String b = new MD5(a + salt).compute();
                   ^
    Note: stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    5 errors
    Press any key to continue . . .
    Anybody remember me?
     

  8. #28  
    Registered Member

    Join Date
    Sep 2006
    Age
    28
    Posts
    623
    Thanks given
    2
    Thanks received
    2
    Rep Power
    156
    Oh yea I forgot about the 2 downloads Uploading em now!
    I'm back
     

  9. #29  
    Ownagepkz
    Guest
    Add smf soon pl0x
     

  10. #30  
    Sub
    Sub is offline
    sυввч

    Sub's Avatar
    Join Date
    Aug 2007
    Age
    21
    Posts
    4,325
    Thanks given
    1,082
    Thanks received
    346
    Discord
    View profile
    Rep Power
    2755
    Quote Originally Posted by Ownagepkz View Post
    Add smf soon pl0x
    ya smf is widely use nice work james
     

Page 3 of 15 FirstFirst 1234513 ... 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
  •