Teen Forums  
Teen Forums Members Games Advertise Teen Magazine
 

Friends & Partners

Welcome to Teen Forums, an online teen forum community where you can join over thousands of teenagers discussing things related to Teens including teen help and teen advice.

You're currently viewing the teen forums as a guest with features such as Photos, Games and Journals disabled. To gain full access to Teen Forums you must register for a free account. As a registered member you will be able to:

  • Full forum access including image viewing, posting and private messaging.

  • Communicate privately with other teenagers from around the world.

  • Gain access to our unique profile system and other social networking features.

  • Post your own photos in our gallery or view other user submitted images.

  • Unlimited access to Arcade Games.

  • Blogging, writing and commenting.

All this and much more is available to you  when you register for an account. Registration is fast, simple and absolutely free, so join our community today!


Go Back   Teen Forums > Teen Forum General Discussion > Computers, Internet and Games
Register FAQ/Rules Calendar Donate Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 03-22-2007, 03:41 AM   #1 (permalink)
Devil Moderator
 
Mattster's Avatar
 
Join Date: Nov 2005
Posts: 10,027
Money: 52,366


My Mood:


Mattster has a reputation beyond repute
Mattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond repute


Points: 94,227, Level: 74
Points: 94,227, Level: 74 Points: 94,227, Level: 74 Points: 94,227, Level: 74
Activity: 41%
Activity: 41% Activity: 41% Activity: 41%


Thumbs up How to create a server on Moparscape!

Note : - If you want any kind of HELP/ASSISTANCE regarding the Moparscape Server Making, you will have to REGISTER AT OUR FORUMS and make a post here or a new thread at Moparscape & Runescape section and only then someone will be able to help you. Please click the Register link to register and then once done, come back to this thread.

Notice 2: If you register, put "Mattster" as your Referral thing. (Without the " ") Thank you

Update(07/01/08):: Video Tutorial > http://www.teenhut.net/moparscape-runescape/16997-moparscape-video-tutorial.html

UPDATE 09/03/08: Updated the Java codes. Hopefully, they should work now but I'll need to confirm that when I try my plan.

Purpose: This is a simple tutorial that will explain how to edit a private server. Here are the chapters we will cover in this ultimate server guide:
Difficulty: 2
Assumed Knowledge: Know what a router is. Know what a computer is. Know what the internet is. Know how to read. Know what an IP address is. Know the difference between an internet IP address and a computer/gateway IP address. Know how to use a keyboard (possibly, not entirely required), and finally you need to know how to click with a mouse.

Chapter 1 ~ Getting a server source and setting up your server for running to the public and editing.

Chapter 2 ~ Setting up a no-ip for your server!
------------------------------------------------------------------------------------------

CHAPTER 1:

First off we need a server source(Choose your own I so pose):
Most Widely Used!



Find More Server Sources Here!

We may also need Moparscape v3.2:

Download MoparScape 3.2 w/ Aryan installer


Next, you will need to open ports in Windows Firewall and/or the firewalls offered by McAffee, Norton, or other full-system maintenance suites. For Windows Firewall, open its settings file in the control panel. Click on the "Exceptions Tab" and then click "Add Port." Add the following port: 43594. (If you'd rather not open a specific port or have to worry about Windows Firewall disabling access in any way, you can disable it entirely.)

Now we will need to make the rule for your router, by doing this you need to go into your router. You can do this by going into Internet Explorer (or whatever internet client you use for the Internet), and then type in the address bar 192.168.0.1. A window should appear up asking for your 'Username' and 'Password'. The default for most routers are:
Username= Admin
Password= password

If you are unsure of how to work your router then click the link below. If you do goto the link below it won't say anything about 'moparscape'. I suggest selecting any game because it really doesn't matter and when it comes to parts like naming the port and adding the port number just check this guide and add them instead.
For router help go here!
Then you need to make a new rule and fill in the blanks with this information:

Name: "Check 1 below"
IP address: "Check 2 below"
TCP Ports to open: 43594
UDP Ports to open: 43594
Inbound Filter: Allow All
Schedule: Always

KEY
1 = Any name you want the server to be (I.E.Moparscape).
2 = The IP address of your COMPUTER; not the Internet.
To find the IP of your PC you can do this.
Open Command Prompt(If you don't know how to open Command Prompt then the fastest way is to goto the Start Menu click Run.... and then when that opens type in cmd and press enter)
When you in Command Prompt type ipconfig
Your computers IP is there
Close command prompt once you've entered your computers IP in the new rule.

Then save it. Okay now you can save settings after the rule is saved. Every router is different. Don't forget to check the link I offered to help you with your routers!

Now your server rule is nice and good. Now we need Java to get your server's compiler and run server to work. You can download the newest Java at this link:
Java SE Downloads Page

NOTICE:You may have to be a member to download this file! Don't worry it's free! Oh and if you don't want to put any personal details in then lie! It's simple!:

Now, click JDK 6u3 Download (Click the latest one, in this case it's JDK6u1 but it may be updated now)



After this, it will come up with a security warning:



You will now get another security box (shown above), just click yes to that again. Now, download the Windows Offline Installation for Multiple Languages (if you are not using Windows, then try downloading the offline installations for some other Operating Systems):



OR SAVE


Okay, before we can fix the compiler and runserver, we need to set out variables. Fastest way to do this is:
Start Menu> (Right Click) My Computer > Properties

Code changed to latest JDK file since last check
Ok now find the variable called "path" in the list in that new screen open. Rename it to "PATH" and then for it's variable value (erase old one):
C:\Windows\System32\;
And add this
Code:
"C:Program FilesJavajdkx.x.x_xxbin"
You will also need to set a variables called "classpath". Make a new variable and give it the name classpath. No add this in for it's value:

Code:
"C:Program FilesJavajdkx.x.x_xxbin"
Where it says 'jdkx.x.x_xx' you must change the "x's" to your Java version. You can find this by going to: My Computer > All programs > Java




Ok now go into your server source (if you don't have a rar uncompressor you can download WINRAR) at this link: WinRaR.

Ok now you can right click the compressed source and click "extract here"),
and now when in your server source, right click compile.bat and click "edit". Then erase everything in it and put this in it's place:

Code:
@echo off
title Compiler
"C:ProgramFilesJavajdkx.x.x_xxbinjavac.exe" -cp . *.java
pause
Ok now save it and right click runserver.bat and erase all of that and add this:

Code:
@echo off
title Runserver
set java="C:Program FilesJavajdkx.x.x_xxbinjava.exe"
java -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server
pause
Ok now we have a working source!

-------------------------------------------------------------------------------------------
CHAPTER 2

Ok this is fairly simple how to set up a no-ip for your server. Go to no-ip:

No-ip

First of all, log in:



If you do not have an account, register one.


After that, click the 'add' button on the side panel as shown below:





Now fill out the appropriate fields:



As you can see, add in the name you need. Now choose the redirect address. After that, add in your external IP address with is shown at the upper left-hand side of the screen. When you are done with that, click the 'Create Host' button. If you are port forwarded (if you have a router), then this should work. Enjoy!

PS - If you need any kind of help or assistance, please REGISTER, and reply back to this post! Thanks
__________________




Last edited by Mattster; 03-09-2008 at 08:54 PM.
Mattster is offline   Reply With Quote
Old 03-31-2007, 08:05 PM   #2 (permalink)
New Member
 
Last Online: 03-31-2007 07:53 PM
Join Date: Mar 2007
Posts: 1
Money: -2,054




mikey 07 is on a distinguished road


Points: 1,041, Level: 7
Points: 1,041, Level: 7 Points: 1,041, Level: 7 Points: 1,041, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%


Re: How to create a server on Moparscape!




i didnt really understand it sorry...
mikey 07 is offline   Reply With Quote
Old 04-09-2007, 06:16 AM   #3 (permalink)
New Member
 
Last Online: 06-03-2007 11:59 PM
Join Date: Apr 2007
Posts: 3
Money: -2,043




manwhobates is on a distinguished road


Points: 1,028, Level: 7
Points: 1,028, Level: 7 Points: 1,028, Level: 7 Points: 1,028, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%


Re: How to create a server on Moparscape!

umm yeah i dont have a router...thats all i dont understand othert wise i understand 100% sorry....i no what is but dont you have to purchase it???
manwhobates is offline   Reply With Quote
Old 04-09-2007, 03:42 PM   #4 (permalink)
Devil Moderator
 
Mattster's Avatar
 
Join Date: Nov 2005
Posts: 10,027
Money: 52,366


My Mood:


Mattster has a reputation beyond repute
Mattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond repute


Points: 94,227, Level: 74
Points: 94,227, Level: 74 Points: 94,227, Level: 74 Points: 94,227, Level: 74
Activity: 41%
Activity: 41% Activity: 41% Activity: 41%


Re: How to create a server on Moparscape!

You don't have to pay for anything it's all FREE!
__________________



Mattster is offline   Reply With Quote
Old 04-11-2007, 03:24 AM   #5 (permalink)
New Member
 
Last Online: 06-16-2007 04:15 PM
Join Date: Apr 2007
Posts: 2
Money: -2,061




james1234 is on a distinguished road


Points: 1,023, Level: 7
Points: 1,023, Level: 7 Points: 1,023, Level: 7 Points: 1,023, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%


Re: How to create a server on Moparscape!

i dont undeestand this is soo confusing.... the website dont work http://192.168.1.1 that

IP address: 2
TCP Ports to open: 43594
UDP Ports to open:
Inbound Filter: Allow All
Schedule: Always


KEY
1 = Any name you want the server to be (I.E.MyScape).[/glow]
2 = The IP adddress of your COMPUTER; not the Internet.
Then save it. Ok now you can save settings after the rule is saved. Every router is different. Check with the manuals for yours to fully understand how to open the ports. If you cannot find/have a manuel, go to this address:
james1234 is offline   Reply With Quote
Old 04-14-2007, 03:50 AM   #6 (permalink)
New Member
 
Last Online: 06-03-2007 11:59 PM
Join Date: Apr 2007
Posts: 3
Money: -2,043




manwhobates is on a distinguished road


Points: 1,028, Level: 7
Points: 1,028, Level: 7 Points: 1,028, Level: 7 Points: 1,028, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%


Re: How to create a server on Moparscape!

oh its free??? well i dont have router what i do then?? or i can i do it??

EDIT: i had my own server worked for about 10 mins 3 ppl joined it then it went offline bc i logged out??? i need help on that part and now when i try going in says error or if i try going on the runserver and runmopar it says cant read it

Last edited by manwhobates; 04-15-2007 at 03:10 AM.
manwhobates is offline   Reply With Quote
Old 04-18-2007, 11:54 PM   #7 (permalink)
New Member
 
Last Online: 04-18-2007 11:51 PM
Join Date: Apr 2007
Posts: 1
Money: -2,060




pk arr0wz is on a distinguished road


Points: 1,005, Level: 7
Points: 1,005, Level: 7 Points: 1,005, Level: 7 Points: 1,005, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%


Re: How to create a server on Moparscape!

ths is so annoying it does not!!!! work this is on shit forum sorry peeps
pk arr0wz is offline   Reply With Quote
Old 04-18-2007, 11:59 PM   #8 (permalink)
New Member
 
Last Online: 04-19-2007 09:50 AM
Join Date: Apr 2007
Posts: 2
Money: -2,057




taylor092393 is on a distinguished road


Points: 1,007, Level: 7
Points: 1,007, Level: 7 Points: 1,007, Level: 7 Points: 1,007, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%


Re: How to create a server on Moparscape!

when i typed in my ip address it didnt do anything


why?
taylor092393 is offline   Reply With Quote
Old 04-19-2007, 12:53 AM   #9 (permalink)
Devil Moderator
 
Mattster's Avatar
 
Join Date: Nov 2005
Posts: 10,027
Money: 52,366


My Mood:


Mattster has a reputation beyond repute
Mattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond reputeMattster has a reputation beyond repute


Points: 94,227, Level: 74
Points: 94,227, Level: 74 Points: 94,227, Level: 74 Points: 94,227, Level: 74
Activity: 41%
Activity: 41% Activity: 41% Activity: 41%


Re: How to create a server on Moparscape!

Taylor which part are you taling about?

By the way to any other Moparscape players if no one knows, I don't play Moparscape anymore and I can only give limited help because my PC is slow as hell and I can't do stuff like I used to be able to. Sorry peeps
__________________



Mattster is offline   Reply With Quote
Old 04-19-2007, 09:14 AM   #10 (permalink)
New Member
 
Last Online: 04-19-2007 09:50 AM
Join Date: Apr 2007
Posts: 2
Money: -2,057




taylor092393 is on a distinguished road


Points: 1,007, Level: 7
Points: 1,007, Level: 7 Points: 1,007, Level: 7 Points: 1,007, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%


Re: How to create a server on Moparscape!

im talkin about where do u type in ur ip address
taylor092393 is offline   Reply With Quote
Old 04-22-2007, 08:34 PM   #11 (permalink)
New Member
 
Last Online: 05-23-2007 01:29 AM
Join Date: Apr 2007
Posts: 1
Money: -2,068




JamieMc is on a distinguished road


Points: 1,097, Level: 7
Points: 1,097, Level: 7 Points: 1,097, Level: 7 Points: 1,097, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%


Re: How to create a server on Moparscape!

k i got the server bit, i typed in my host name (xxjamiexx.servegame.com) and ip is 172.143.190.212, what do i do with these on moparscape? this is confusing, can you help me by any chance? i typed host name on no-ip.com and ip was in there already i didnt have to type it in, what do i do now? i downloaded java 6 dont know if its the right one because the one in your picture isnt on the page any more please help

Last edited by JamieMc; 04-22-2007 at 08:44 PM.
JamieMc is offline   Reply With Quote
Old 04-23-2007, 06:27 AM   #12 (permalink)
New Member
 
Last Online: 06-03-2007 11:59 PM
Join Date: Apr 2007
Posts: 3
Money: -2,043




manwhobates is on a distinguished road


Points: 1,028, Level: 7
Points: 1,028, Level: 7 Points: 1,028, Level: 7 Points: 1,028, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%


Re: How to create a server on Moparscape!

lol...to make it run all you have to do is go to the server source and run the server after all that stuff above...mattster you need to change some stuff like...all the jdk1.6.0 is old now it updated and now it jdk1.6.0_01 i found out all by self lol...long time...my server is up 22 hours aday and it owns lol..mattster change all the jdk1.6.0 to jdk1.6.0_01 for that new update they did no problem
manwhobates is offline   Reply With Quote
Old 04-24-2007, 03:28 AM   #13 (permalink)
New Member
 
Last Online: 01-31-2008 04:33 AM
Join Date: Apr 2007
Posts: 13
Money: -2,073




lucky im not is on a distinguished road


Points: 1,122, Level: 7
Points: 1,122, Level: 7 Points: 1,122, Level: 7 Points: 1,122, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%


Re: How to create a server on Moparscape!

Sorry, But i have to Disagree with you guys..I thought it was a beautiful explantion..My server is up and running, Thanks Buddy

Last edited by lucky im not; 04-24-2007 at 03:28 AM. Reason: Dosn't sound perfentional.
lucky im not is offline   Reply With Quote
Old 04-24-2007, 03:31 AM   #14 (permalink)
New Member
 
Last Online: 01-31-2008 04:33 AM
Join Date: Apr 2007
Posts: 13
Money: -2,073




lucky im not is on a distinguished road


Points: 1,122, Level: 7
Points: 1,122, Level: 7 Points: 1,122, Level: 7 Points: 1,122, Level: 7
Activity: 0%