Teen Forums


Friends and Partners

Teen Forums

Mayank Rocks

Paid Surveys for Teens

Teen Webcam Chat

Teen Video Chat

Get MSN addys

Teen Dating

Teen Jobs

Popular Baby Names

Free MMORPG












 

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 » Gaming Arena

Reply
Old 03-22-2007, 04:41 AM   #1 (permalink)
Super Devil Administrator



 
Mattster's Avatar
 
Name: Matthew
Gender: Male
Join Date: Nov 2005
Location: Everywhere
Posts: 19,302
Money: 3,140,850




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




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

For all the people who want my help, I can't give it, Yes I know the guide has fallen apart but I have no time on my hands to help people currently. When I get sometime I'll run through my guide and update it and maybe even make a clearer video guide. IF I can be arsed... Also if you have a compile error don't come to me, that's one thing I didn't learn.

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

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


Most common error:
'java' is not recognized as an internal or external command, operable program or batch file.
Press andy key to continue . . .

Get that, or anything related to Java in the runserver.bat or compiler.bat then check the codes.. The path in the batch files don't match your personal computers path.
__________________
There are 10 kinds of people. Those that know binary, and those that do not.



Last edited by Mattster; 12-27-2008 at 02:41 AM..
Mattster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Advertisement
 
Advertisement
Advertisement Friends & Partners



Old 03-31-2007, 09:05 PM   #2 (permalink)
New Member



 
Join Date: Mar 2007
Posts: 1
Money: -2,184
Last Online: 03-31-2007 08:53 PM




mikey 07 is on a distinguished road




Re: How to create a server on Moparscape!




i didnt really understand it sorry...
mikey 07 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2007, 07:16 AM   #3 (permalink)
New Member



 
Join Date: Apr 2007
Posts: 3
Money: -2,163
Last Online: 06-04-2007 12:59 AM




manwhobates is on a distinguished road




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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2007, 04:42 PM   #4 (permalink)
Super Devil Administrator



 
Mattster's Avatar
 
Name: Matthew
Gender: Male
Join Date: Nov 2005
Location: Everywhere
Posts: 19,302
Money: 3,140,850




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




Re: How to create a server on Moparscape!

You don't have to pay for anything it's all FREE!
__________________
There are 10 kinds of people. Those that know binary, and those that do not.


Mattster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-11-2007, 04:24 AM   #5 (permalink)
New Member



 
Join Date: Apr 2007
Posts: 2
Money: -2,185
Last Online: 06-16-2007 05:15 PM




james1234 is on a distinguished road




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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2007, 04:50 AM   #6 (permalink)
New Member



 
Join Date: Apr 2007
Posts: 3
Money: -2,163
Last Online: 06-04-2007 12:59 AM




manwhobates is on a distinguished road




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 04:10 AM..
manwhobates is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2007, 12:54 AM   #7 (permalink)
New Member



 
Join Date: Apr 2007
Posts: 1
Money: -2,184
Last Online: 04-19-2007 12:51 AM




pk arr0wz is on a distinguished road




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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2007, 12:59 AM   #8 (permalink)
New Member



 
Join Date: Apr 2007
Posts: 2
Money: -2,180
Last Online: 04-19-2007 10:50 AM




taylor092393 is on a distinguished road




Re: How to create a server on Moparscape!

when i typed in my ip address it didnt do anything


why?
taylor092393 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2007, 01:53 AM   #9 (permalink)
Super Devil Administrator



 
Mattster's Avatar
 
Name: Matthew
Gender: Male
Join Date: Nov 2005
Location: Everywhere
Posts: 19,302
Money: 3,140,850




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




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
__________________
There are 10 kinds of people. Those that know binary, and those that do not.


Mattster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2007, 10:14 AM   #10 (permalink)
New Member



 
Join Date: Apr 2007
Posts: 2
Money: -2,180
Last Online: 04-19-2007 10:50 AM




taylor092393 is on a distinguished road




Re: How to create a server on Moparscape!

im talkin about where do u type in ur ip address
taylor092393 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-22-2007, 09:34 PM   #11 (permalink)
New Member



 
Join Date: Apr 2007
Posts: 1
Money: -2,203
Last Online: 05-23-2007 02:29 AM




JamieMc is on a distinguished road




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 09:44 PM..
JamieMc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-23-2007, 07:27 AM   #12 (permalink)
New Member



 
Join Date: Apr 2007
Posts: 3
Money: -2,163
Last Online: 06-04-2007 12:59 AM




manwhobates is on a distinguished road




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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-24-2007, 04:28 AM   #13 (permalink)
New Member



 
Join Date: Apr 2007
Posts: 13
Money: -2,207
Last Online: 01-31-2008 05:33 AM




lucky im not is on a distinguished road




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 04:28 AM.. Reason: Dosn't sound perfentional.
lucky im not is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-24-2007, 04:31 AM   #14 (permalink)
New Member



 
Join Date: Apr 2007
Posts: 13
Money: -2,207
Last Online: 01-31-2008 05:33 AM




lucky im not is on a distinguished road




Re: How to create a server on Moparscape!

But I have one question!
How Do I Use Testscape(Serversource)..Recomended..For My own server..not yours? Or who evers i was using? thanks

Last edited by lucky im not; 04-24-2007 at 04:31 AM.. Reason: Meh..forgot underlind =P
lucky im not is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-24-2007, 07:01 AM   #15 (permalink)
Super Devil Administrator



 
Mattster's Avatar
 
Name: Matthew
Gender: Male
Join Date: Nov 2005
Location: Everywhere
Posts: 19,302
Money: 3,140,850




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




Re: How to create a server on Moparscape!

To use Testscape you go in the folder and double click "run server" or something like that. It's a MS_DOS Batch file if I remember rightly
__________________
There are 10 kinds of people. Those that know binary, and those that do not.


Mattster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 
Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with moparscape server wanter25 Gaming Arena 5 03-04-2009 07:13 PM
Moparscape Server kossploss Gaming Arena 3 10-26-2008 06:51 AM
My Moparscape Server! - 5.87.230.211 Lady Kay Gaming Arena 45 11-03-2007 09:59 AM
Help me with moparscape server plz! nate10028 Gaming Arena 1 08-22-2007 05:40 AM
Help me with moparscape server plz! nate10028 Gaming Arena 0 08-22-2007 05:37 AM



Teen Chat | Liberal Blog

All times are GMT +6.5. The time now is 08:57 PM. Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
Ad Management by RedTyger