Making a private server log in page, Help?

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

Making a private server log in page, Help?
  1. Unread #1 - Nov 24, 2008 at 1:41 AM
  2. Nerdsta Son
    Joined:
    May 20, 2008
    Posts:
    293
    Referrals:
    1
    Sythe Gold:
    0

    Nerdsta Son Forum Addict
    Banned

    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.
     
  3. Unread #2 - Nov 25, 2008 at 3:10 PM
  4. revo lution
    Joined:
    Sep 6, 2008
    Posts:
    171
    Referrals:
    0
    Sythe Gold:
    0

    revo lution Active Member
    Banned

    Making a private server log in page, Help?

    By log in page do you mean website or what?
     
  5. Unread #3 - Nov 25, 2008 at 7:46 PM
  6. Nerdsta Son
    Joined:
    May 20, 2008
    Posts:
    293
    Referrals:
    1
    Sythe Gold:
    0

    Nerdsta Son Forum Addict
    Banned

    Making a private server log in page, Help?

    Loggin.
     
  7. Unread #4 - Nov 30, 2008 at 8:06 PM
  8. bdude105
    Joined:
    Nov 25, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    bdude105 Member
    Banned

    Making a private server log in page, Help?

    Learn to do it yourself lol....
    Java isn't that hard.
     
  9. Unread #5 - Nov 30, 2008 at 8:50 PM
  10. Timestamp
    Referrals:
    0

    Timestamp Guest

    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
     
  11. Unread #6 - Dec 2, 2008 at 11:46 AM
  12. X Evanz X
    Joined:
    Dec 2, 2008
    Posts:
    71
    Referrals:
    0
    Sythe Gold:
    0

    X Evanz X Member

    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??? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site