How to Create or Make your own RO Ragnarok Online Ro Private Server for FREE? 如何创建仙境传说私人伺服器

如何创建仙境传说私人伺服器
eAthena指南关于建立eAthena Server和MySQL数据库。
eAthena Guides on setting up eAthena Server and MySql Database.
1.)
-Download the latest eAthena SVN SQL or eAthena SVN TXT From sacredangelro:
Link .

2.)
-Extract the eAthena File you have download to anywhere but not in your desktop.

3.)
-Find a folder named conf in the eathena folder you have extracted and double click.

4.)
-Now Edit this few lines in char_athena.conf and map_athena.conf .
char_athena.conf :
Server Communication username and password.userid: s1 passwd: p1

-Edit userid and passwd to any username and password you can remeber. You will need this later on in your MySql Database.
-Remeber to remove // for login_ip and char_ip and change the 127.0.0.1 to your internet(wan) ip. You can choose to use no-ip from Link .

-Now you are done with your char_athena. SAVE and exit .

map_athena.conf :
-Edit userid and passwd to the same username and password you used eariler on for your char_athena.
-Remeber to remove // for char_ip and map_ip and change the 127.0.0.1 to the same internet ip you used eariler on in your char_athena.

-Now you are done with your map_athena. SAVE and exit.

___________________________________________________________________

指南关于建立MySQL数据库。

Guides on Setting up MYSQL Database.

1.)

-Download MySQL 5.0.27, MySQL GUI Tools 5.0-r8 (for windows)

MySQL 5.0.45

MySQL GUI Tools 5.0-r12

Please NOTE that: For other type of operating system, check this website: Link

2.) Install MySQL 5.0.27

-Click Next

-Choose Typical and then click Next.

-Click Install.

-Choose to skip sign up and then click Next.

-When the installation finished, Tick Configure the MySQL Server now and click Finish.

-Now you can choose Detailed Configuration or Standard Configuration. This would be up to you to choose any of it. You can just choose standard configuration and click Next.

-Under Service Name Column, Choose MYSQL5 and then click Next.

-Just enter any password for this root user. Do not change the username and this username and password would be used later as your database login.

-Click Execute and after its done, click finish. If any errors occurs, uninstall MYSQL and reinstall everything again.

3.)

-Install MySQL GUI Tools 5.0-r8

4.)

Open MySql Adminstrator and it will prompt out a window, Type in the Host Name, Username and password as shown below.

Stored Connection: [Just leave this column empty]

Server Host: localhost

Username: root

Password: (enter the password you have created before for the user root)

Port: 3306

-Click ok and you should now be in MYSQL Adminstrator.

-Go to your left column and look for User Adminstration and click on the New User button.

-Enter this inside the columns:

MySQL User: ragnarok

Password: ragnarok

Confirm Password: ragnarok

Click Apply Changes when you are done. When you are done, exit MYSQL Adminstrator.

5.)

-Open MYSQL Query Browser from your desktop.

-If you cant find it in your desktop, try finding it from your

C:\Program Files\MySQL\MySQL Tools for 5.0

6.)

-After you open MySQL Query Browser, a window should prompt out, it should be like:

Stored Connection: [just leave it empty]

Server Host: localhost

Username: root

Password: [enter the password we created before for root]

Default Schema: ragnarok

Port: 3306

Click yes to create a new ragnarok schema.

7.)

-You should now be inside MySQL Query Browser.

-Click once on the Ragnarok Database on your right column and make sure it is bold.

-Go to menu, click File, Open Script and search for a folder named sql-files which should be in your eAthena Server Folder.

-When you are inside the sql-files folder with your MySQL Query Browser, click on Main.sql and click open.

-Once it is done loading, click on the Green Execute Button on your upper right hand corner and it should do some executing. Do the same with Mail.sql and some latest upgrade.sql .

-Once you are done, right click on ant database and choose Create New Schema , type in log and click ok. Once it is done, click once on log database and make sure it is bold, Go to menu, File, Open Script and choose logs.sql and click on the Green Execute Button.

-Now back to ragnarok database, right click on Ragnarok database and click refresh. There should be some database files shown on your right column. Search for a database named login and click 4 times on it. A window should prompt out .

-To edit the login table, click once on edit on the bottom, look at column 1 and change the username s1 , password p1 to the username and password you used eariler in your char_athena and map_athena.

-To make a gm Account, Right click on any place between the white screen, click create new column. Change the newly created empty column number id to 2000000 and choose a username and password for your GM account. As for the level , put 99 for adminstrator.

-After you have done, click Apply Changes.

-You are now done with your MySql Database. EXIT now.

___________________________________________________________________


指南设置Web服务器和PHP

Guides On Setting Web Server and PHP

1.) [This is for user who is using MySQL 4.1.x and higher]

-Download Abyss Web Server and PHP

Abyss Web Server

PHP 5.2.5

2.)

-Create a new folder and name it PHP in your Local Disk C:\ and extract PHP 5.2.5 into the PHP folder.

-Go to the C:\PHP\ext folder, copy php_mysql.dll and paste in into the PHP main folder C:\PHP

-In PHP main folder, copy php.ini-recommended, rename it to php.ini and paste it into your windows folder which can be found in your local disk C:\

-When you are done, go into your windows folder and open the php.ini with notepad or wordpad. Search for ;extension=php_mysql.dll and remove ; to make it look like extension=php_mysql.dll . Save and EXIT.

-Install Abyss Web Server.

-After you have installed the Abyss Web Server, open the abyss web server if it dosen't run. If the web server is running, you should see a blue in colour logo in your task bar which is located at your lower right hand corner. Right click on it and click Show Console. Choose your language normally we would choose english. Do so and continue.

-It will then ask you to input Access Credentials [Username and Password] (this is so that you have to login before being able to change things) Put whatever credentials you want but please remember them.You will be prompted for them every time you attempt to open the console, as you will after pressing OK for setting your Access Credentials. You can change your Access Credentials at any time at Abyss Web Server Console :: Console Configuration :: Access Credentials .

-After you have logged in to the abyss web server, Go to Console Configuration and then click on Paramters. Change the port to a port that is not blocked by ur ISP. Click OK twice and Restart.

-Next go back to Console Configuration and click on IP Address Control and change the Order to Deny/Allow if that's not what it's at by default. Press OK twice and Restart.

-Ok , now go back to the main page and click on the Configure button beside the Stop Button. When you are done, click on the Index Files and click add. Key in index.php and click ok.

- You should now be back to the Configure Page. Now click on IP Address Control and click on add. For the Virtual Path, key in / . Change the order to Deny/Allow. Press OK two.

-You shoyld now be back to the Configure Page. Click on the Scripting Parameters . Click Add in Interpreters column and click Browse, go to the directory you extracted your PHP and select php-cgi.exe or just simple type in this C:\PHP\php-cgi.exe . In Type, choose PHP Style.

-Check in Use the associated extensions to automatically update the Script

-In Associated Extensions, click Add and type in php and press OK

-Now just click the OK

-In Custom Environment Variables, click Add and type this in the column shown

Name: REDIRECT_STATUS

Value: 200

-After everything is done, click Restart.

___________________________________________________________________

指南制定的控制面板和Zend Optimizier

Guides On Setting Control Panel and Zend Optimizier

1.)

-Download Zend Optimizer 3.3.3 and LRLCP

Zend Optimizer 3.3.3 : Link

Lrlcp : Link

2.)

-Install Zend Optimizer 3.3.3

-Click Next and accepy the license agreement

-Select Other Web Server as you will be using Abyss Web Server

-Click Next

-Browse C:\Program Files\Abyss Web Server\htdocs as your root of web server.

-Install it

3.)

-Create a new folder in C:\Program Files\Abyss Web Server\htdocs and name if after your ro, for example TestRo.

-Now, Extract the Lrlcp control panel into the C:\Program Files\Abyss Web Server\htdocs\TestRo

-Now you are done with your control panel.

4.)

-Open your MySql Query Browser and login into it.

-Right click on any database shown at the left column and click Create New Schema and name it after your ro. For example TestRo.

-Click once on TestRo and make sure it is bold.

-Go to menu, File, Open Script and open a file named install in your C:\Program Files\Abyss Web Server\htdocs\TestRo\Install\Install.txt

-Click on the Green Execute button.

-When you are done, close MySql Query Browser.

5.)

-Open MySql Adminstrator and login into it.

-Click on User Adminstration and click New User.

-Enter this into the columns

username: TestRo [Must be same as ur MySql Query Browser database]

password: use any password that is easy to remeber.

-Then, click Schema Privileges at the top.

-Click once ragnarok db and click this button. <<

-Do the same to log db and TestRo db

-Now you are done with your MySql Database and Control Panel



How to Create Ragnarok Online Private Server RO Private Server Guides Create Ragnarok Online Private Server Guides on How to Create RO Private Server Ragnarok Online Private Server or How to Make RO Private Server Ragnarok Online Private Server Guides for Free?.How to Make RO Ragnarok.How to Create Free RO Private Server How to Make Free RO Private Server,High Rate Ragnarok Online Private Server Guides,Ragnarok Online Control Panel and Abyss Web Server.How to Create Ragnarok Online Private Server RO Private Server Guides

How to Make RO Private Server Ragnarok Online Private Server Guide,Ro Private Server Guide, Ragnarok Online Private Servers Guide

How to Create or Make Ragnarok Online Private Server without spending a single cent?

Its pretty easy to actually make your own Ragnarok Online Private Server which is also called eAthena in short. This blog created by me provides guides for everyone of you to learn step by step how to setup your own Ragnarok Online Private Server, Control Panel for people to register, Web Server to get your Control Panel Online and MySql Database. Click on the following link below or Click Here to be redirected to the Main Page of eAthena Guides.

Click here to go to the main page for the perfect eAthena Ragnarok Online Private Server Guides, Control Panel Guides, Web Server and MySql Database Guides.

How to Create RO Private Server Create Ragnarok Online Private Server Guides on How to Create RO Private Server Ragnarok Online Private Server or How to Make RO Private Server Ragnarok Online Private Server Guides for Free?.How to Make RO Ragnarok.How to Create Free RO Private Server How to Make Free RO Private Server,High Rate Ragnarok Online Private Server Guides,Ragnarok Online Control Panel and Abyss Web Server.How to Create RO Private Server Ragnarok Online Private Server

RO,Ragnarok Online Guides,Ragnarok Guides,Ragnarok Online Guide,Ragnarok Guide,Private Server,Private Servers,Create Ragnarok RO Private Server

We are creating our own forum and soon, we will be having a domain for this blogspot. Please stay tune and wait for any further updates.

How to create or make RO Ragnarok Online RO Private Server Guides for free.

Download Free Ragnarok Online Private Server eAthena Ragnarok Online Private Server Files Guides, Ragnarok Online MySQL Database, Ragnarok Online Zend Optimizier, Ragnarok Online Abyss Web Server for free here.

Our Domain:

http://www.createragnarokonlineprivateserver.blogspot.com/

http://www.ragnarok-online.tk/

Ragnarok Online eAthena Guides on setting up Ragnarok Online eAthena Server and Ragnarok Online MySql Database.


1.)


-Download the latest eAthena SVN SQL or eAthena SVN TXT From sacredangelro: Link .


2.)


-Extract the eAthena File you have download to anywhere but not in your desktop.

3.)


-Find a folder named conf in the eathena folder you have extracted and double click.


4.)

(Remeber to remove "//" for login_ip, char_ip, map_ip, login_port)

(Open all .conf file using notepad format)


-Now Edit this few lines in char_athena.conf and map_athena.conf .

char_athena.conf :

Server Communication username and password.

userid: s1

passwd: p1


-Edit userid and passwd to any username and password you can remeber. You will need this later on in your MySql Database.

-Remeber to remove // for login_ip and char_ip and change 127.0.0.1 to your internet(wan) ip. You can choose to use no-ip to replace your wan ip from Link .

-Now you are done with your char_athena. SAVE and exit .

map_athena.conf :

-Edit userid and passwd to the same username and password you used eariler on for your char_athena.

-Remeber to remove // for char_ip and map_ip and change the 127.0.0.1 to the same internet ip you used eariler on in your char_athena.

-Now you are done with your map_athena. SAVE and exit.
___________________________________________________________________

Guides on Setting up Ragnarok Online MYSQL Database.


1.)


-Download MySQL 5.0.27, MySQL GUI Tools 5.0-r8 and some other installation below. (for windows)
MySQL 5.0.45
MySQL GUI Tools 5.0-r12




Please NOTE that: For other type of operating system, check this website: Link


2.)

Install MySQL 5.0.27


-Click Next


-Choose Typical and then click Next.


-Click Install.


-Choose to skip sign up and then click Next.


-When the installation finished, Tick Configure the MySQL Server now and click Finish.


-Now you can choose Detailed Configuration or Standard Configuration. This would be up to you to choose any of it. You can just choose standard configuration and click Next.

-Next, Under Service Name Column, Choose MYSQL5 and then click Next.

-Next, Just enter any password for this root user and click next. Do not change the username as this username and password would be used later as your database login.

-Click Execute and after its done, click Finish. If any errors occurs, uninstall MYSQL5.0.27 and reinstall everything again.


3.)
-Install MySQL GUI Tools 5.0-r8


4.)
Next, Open MySql Adminstrator and it will prompt out a window, Type in the Host Name, Username and password as shown below.

Stored Connection: [Just leave this column empty]
Server Host: localhost
Username: root
Password: (enter the password you have created before for the user root)
Port: 3306

-Click Ok and you should now be in MYSQL Adminstrator.

-Go to your left column and look for User Adminstration and click on Add New User.

-Enter this inside the columns:

MySQL User: ragnarok
Password: ragnarok
Confirm Password: ragnarok
Click Apply Changes when you are done. When you are done, exit MYSQL Adminstrator.


5.)


-Open MYSQL Query Browser from your Desktop or Start Menu.

-If you cant find it in your desktop, try finding it from the following directory
C:\Program Files\MySQL\MySQL Tools for 5.0


6.)


-After you open MySQL Query Browser, a window should prompt out, type this out in the following blanks:

Stored Connection: [just leave it empty]
Server Host: localhost
Username: root
Password: [enter the password we created before for root]
Default Schema: ragnarok
Port: 3306


Click OK to create a new ragnarok schema.


7.)


-You should now be inside MySQL Query Browser.

-Click once on the Ragnarok Database on your right column and make sure it is bold.

-Go to menu, click File, Open Script and search for a folder named sql-files which should be in your eAthena Server Folder.


-When you are inside the sql-files folder with your MySQL Query Browser, click on Main.sql and click open.

-Once it is done loading, click on the Green Execute Button on your upper right hand corner and it should do some executing. Do the same with Mail.sql and some latest upgrade.sql .

-Once you are done, click on the Resultset 1 Tab to go back to the main page. Right click on any database, eg.Ragnarok and choose Create New Schema , type in log and click ok. Once it is done, click once on log database and make sure it is bold, Go to menu, File, Open Script and choose logs.sql and click on the Green Execute Button.

-Now, click on the Resultset 1 to go back to the main page. Click once on Ragnarok database, right click on Ragnarok database and click refresh. There should be some database files shown on your right column. Search for a database named login and click Quadruple (4) times on it. A window should prompt out .

-To edit the login table, click once on edit on the bottom, look at column 1 and change the username s1 , password p1 to the username and password you used eariler in your char_athena and map_athena.

-To make a gm Account, Right click on any place between the white screen, click create new column. Change the newly created empty column number id to 2000000 and choose a username and password for your GM account. As for the level column , put 99 for adminstrator.

-After you have done, click Apply Changes.

-You are now done with your MySql Database. EXIT now.
___________________________________________________________________

Guides On Setting Ragnarok Online Web Server and PHP


1.) [This is for user who is using MySQL 4.1.x and higher]
-Download Abyss Web Server and PHP
Abyss Web Server
PHP 5.2.5


2.)


-Create a new folder and name it PHP in your Local Disk C:\ and extract PHP 5.2.5 into the PHP folder.

-Go to the C:\PHP\ext folder, copy php_mysql.dll and paste in into the PHP main folder C:\PHP

-In PHP main folder, copy php.ini-recommended, rename it to php.ini and paste it into your windows folder which can be found in your local disk C:\

-When you are done, go into your windows folder and open the php.ini with notepad or wordpad. Search for ;extension=php_mysql.dll and remove ; to make it look like extension=php_mysql.dll . Save and EXIT.

-Install Abyss Web Server.

-After you have installed the Abyss Web Server, open the abyss web server if it dosen't run. If the web server is running, you should see a blue in colour logo in your task bar which is located at your lower right hand corner. Right click on it and click Show Console. Choose your language normally we would choose english. Do so and continue.

-It will then ask you to input Access Credentials [Username and Password] (this is so that you have to login before being able to change anythings) Put whatever credentials you want but please remember them. You will be prompted for them every time you attempt to open the console, after pressing OK for setting your Access Credentials. You can change your Access Credentials at any time at Abyss Web Server Console :: Console Configuration :: Access Credentials .

-After you have logged in to the abyss web server, Go to Console Configuration and then click on Paramters. Change the port to a port that is not blocked by ur ISP. Click OK twice and Restart.

-Next go back to Console Configuration and click on IP Address Control and change the Order to Deny/Allow if that's not what it's at by default. Press OK twice and Restart.

-Ok , now go back to the main page and click on the Configure button beside the Stop Button. When you are done, click on the Index Files and click add. Key in index.php and click ok.

- You should now be back to the Configure Page. Now click on IP Address Control and click on Add. For the Virtual Path, key in / . Change the order to Deny/Allow. Press OK twice.

-You should now be back to the Configure Page. Click on the Scripting Parameters . Click Add in Interpreters column and click Browse, go to the directory you extracted your PHP and select php-cgi.exe or just simple type in this C:\PHP\php-cgi.exe . In Type, choose PHP Style.

-Check in Use the associated extensions to automatically update the Script

-In Associated Extensions, click Add and type in php and press OK

-Now just click the OK

-In Custom Environment Variables, click Add and type this in the column shown
Name: REDIRECT_STATUS
Value: 200

-After you are done with Abyss Web Server and PHP, click Restart.
___________________________________________________________________

Guides On Setting Ragnarok Online Control Panel,Cpanel and Zend Optimizier.


1.)


-Download Zend Optimizer 3.3.3 and LRLCP

Zend Optimizer 3.3.3
Lrlcp


2.)
-Install Zend Optimizer 3.3.3


-Click Next and accept the license agreement

-Select Other Web Server as you will be using Abyss Web Server

-Click Next

-Click Next

-Browse C:\Program Files\Abyss Web Server\htdocs as your root of web server.

-Install it


3.)


-Create a new folder in C:\Program Files\Abyss Web Server\htdocs and name if after your ro, for example TestRo.

-Now, Extract the Lrlcp control panel,Cpanel into the C:\Program Files\Abyss Web Server\htdocs\TestRo

-Now you are done with your control panel,cpanel.


4.)


-Open your MySql Query Browser and login into it.

-Right click on any database shown at the left column and click Create New Schema and name it after your ro. For example TestRo.

-Click once on TestRo and make sure it is bold.

-Go to menu, File, Open Script and open a file named install in your C:\Program Files\Abyss Web Server\htdocs\TestRo\Install\Install.txt

-Click on the Green Execute button.

-When you are done, close MySql Query Browser.

5.)


-Open MySql Adminstrator and login into it.

-Click on User Adminstration and click New User.

-Enter this into the columns:
username: TestRo [Must be same as ur MySql Query Browser database]
password: use any password that is easy to remeber.

-Then, click Schema Privileges tab at the top.

-Click once on Ragnarok db and click this button. <<

-Do the same to Log db and TestRo db

-Now you are done with your Ragnarok Online MySql Database and Ragnarok Online Control Panel,Cpanel

What to do NEXT?

Well, now you are done with your own eAthena Server RO Ragnarok Online RO Private Server, Ragnarok Online Control Panel and Ragnarok Online Web Server. As for now, you need a Full Korean Ragnarok Online Installation (KRO), a Full Data Folder and a workable Ragnarok Exe for reading your sclientinfo in the data folder. Let me explain more about the sclientinfo. After you have downloaded the data folder from the following link below, extract it to your main ragnarok directory, usually C:\Local Disk\Program Files\Gravity\ . Search for a file name sclientinfo inside the data folder, right click on it and click edit. You can now change the server name to whatever server name you like and the ip address to your computer lan ip.(Please note that this sclientinfo only works for you, or any of your family members which lans to your computer. For the others, they have to use the no-ip Ip Address which you have registered eariler on.

(Please download 7Z too for unzipping the data folder)

7Z

Data Folder

Ragnarok Online Exe

Korean Ragnarok Online (KRO) always choose the latest KRO.



How to Create Ragnarok Online Private Server RO Private Server Guides Create Ragnarok Online Private Server Guides on How to Create RO Private Server Ragnarok Online Private Server or How to Make RO Private Server Ragnarok Online Private Server Guides for Free?.How to Make RO Ragnarok.How to Create Free RO Private Server How to Make Free RO Private Server,High Rate Ragnarok Online Private Server Guides,Ragnarok Online Control Panel and Abyss Web Server.How to Create Ragnarok Online Private Server RO Private Server Guides

game servers, game server, online game server, gaming server, game server providers, mohaa game server, game server provider, dedicated game server, dedicated game servers, game server hosting, gaming servers, dedicated gaming server, dedicated gaming servers, multiplayer game server, best game servers, rent a game server, game hosting servers, game servers, game server, online game server, gaming server, game server providers, mohaa game server, game server provider, dedicated game server, dedicated game servers, game server hosting, gaming servers, dedicated gaming server, dedicated gaming servers, multiplayer game server, best game servers, rent a game server, game hosting servers, game servers, game server, online game server, gaming server, game server providers, mohaa game server, game server provider, dedicated game server, dedicated game servers, game server hosting, gaming servers, dedicated gaming server, dedicated gaming servers, multiplayer game server, best game servers, rent a game server, game hosting servers, game servers, game server, online game server, gaming server, game server providers, mohaa game server, game server provider, dedicated game server, dedicated game servers, game server hosting, gaming servers, dedicated gaming server, dedicated gaming servers, multiplayer game server, best game servers, rent a game server, game hosting servers,