Adblock breaks this site

Making a private server log in page, Help?

Discussion in 'Programming General' started by Nerdsta Son, Nov 24, 2008.

  1. Nerdsta Son

    Nerdsta Son Forum Addict
    Banned

    Joined:
    May 20, 2008
    Posts:
    293
    Referrals:
    1
    Sythe Gold:
    0
    Making a private server log in page, Help?

    Yeah, title says it pretty much.

    I'm making a private server logg in page, Need some tips / advice / help on how to go abouts doing it.

    Thanks, Nerdsta.

    Am going to bed, will check back on this thread tomorrow.
     
  2. revo lution

    revo lution Active Member
    Banned

    Joined:
    Sep 6, 2008
    Posts:
    171
    Referrals:
    0
    Sythe Gold:
    0
    Making a private server log in page, Help?

    By log in page do you mean website or what?
     
  3. Nerdsta Son

    Nerdsta Son Forum Addict
    Banned

    Joined:
    May 20, 2008
    Posts:
    293
    Referrals:
    1
    Sythe Gold:
    0
    Making a private server log in page, Help?

    Loggin.
     
  4. bdude105

    bdude105 Member
    Banned

    Joined:
    Nov 25, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0
    Making a private server log in page, Help?

    Learn to do it yourself lol....
    Java isn't that hard.
     
  5. Timestamp

    Timestamp Guest

    Referrals:
    0
    Making a private server log in page, Help?

    Considering the lack of information that you have presented us with, a detailed solution cannot be found to your problem. Like said previously, anything to do with private servers is rather easy with just a little bit of effort. I suggest you read the following post:

    http://sythe.org/showthread.php?t=516107
     
  6. X Evanz X

    X Evanz X Member

    Joined:
    Dec 2, 2008
    Posts:
    71
    Referrals:
    0
    Sythe Gold:
    0
    Making a private server log in page, Help?

    Do you mean, when you log in, you see an interface?

    If so do this.

    Step 1:
    Open up Client.java

    Step 2:
    Hit CTRL + F and search for
    Code:
    public class client extends Player implements Runnable {
    Step 3:
    Under that add this
    Code:
    public void Welcome() {
    sendQuest("Close Window", 8135);//Close Text
    sendQuest("@dre@ ", 8144);//Title
    sendQuest("Welcome to YourServerName", 8145);
    sendQuest("Put a line here...!!...!!...", 8147);
    sendQuest("Put a line here...!!...!!...", 8148);
    sendQuest("Put a line here...!!...!!...", 8149);
    sendQuest("Put a line here...!!...!!..", 8150);
    sendQuest("Put a line here...!!...!!..", 8151);
    sendQuest("Put a line here...!!...!!..", 8152);
    sendQuest("Put a line here...!!...!!..", 8153);
    sendQuest("Put a line here...!!...!!..", 8154);
    sendQuest("Put a line here...!!...!!..", 8155);
    sendQuest("Put a line here...!!...!!..", 8156);
    sendQuest("Put a line here...!!...!!..", 8157);
    sendQuest("Put a line here...!!...!!..", 8158);
    sendQuest("Put a line here...!!...!!...", 8159);
    sendQuest("Put a line here...!!...!!..", 8160);
    sendQuest("Put a line here...!!...!!..", 8161);
    sendQuest("Put a line here...!!...!!..", 8162);
    sendQuest("Put a line here...!!...!!..", 8163);
    sendQuest("Put a line here...!!...!!..", 8164);
    sendQuest("Put a line here...!!...!!..", 8165);
    sendQuest("Put a line here...!!...!!..", 8166);
    sendQuest("Put a line here...!!...!!..", 8167);
    sendQuest("Put a line here...!!...!!..", 8168);
    showInterface(8134);
    flushOutStream();
    }

    Step 4:
    Hit CTRL + F again and search for whatever it says
    e.g "welcome to runescape"

    Step 5:
    Under that add
    Code:
    Welcome();
    Save and compile.
    Run the server, when you log in you will see it...
     
< svn checkout? | Can you guys help me??? >


 
 
Adblock breaks this site