- Joined
- Nov 9, 2007
- Messages
- 60
- Reaction score
- 2
Ok guys, here's my file release complete with all tools you will need for setting up PWServer version 1.3.6.
Requirements :
1. Clients and Patches
2. Perfect World 1.3.6 (mirror link)
Download it to your Windows XP/Vista and extract it. Re-upload the files to your Linux Machine.
3.
3. A ready stock OS : In this case i'm using my all-time favourite OS which is Slackware 12 with full install and stopped the Apache and MYSQL which comes ready with it.
Basically you need to use any OS (Linux) Ubuntu,Red Hat, SuSe, Mandrake or whatever you want to use as long as you know your choice of OS structures and folder plus workaround. You will need to stop using Apache and MySQL that comes with your OS. We'll be using LAMPP in this case which will be installed on folder /opt .
4. MYSQL SQL Dumps from the sticky page (recommended to use Search button for it)
5. JAVA 1.6 version installed
6. Some Linux/Unix knowledge on command line prefix and editors (won't be cover here on how to use it)
DISCLAIMER :
This release in intended for fellow friends who has already installed sucessfully their PW Servers respectively using coLinux. Any guides or experience setting it up using totoman7 guide's or boroda's guide is much needed here. So if you are a newbie, you will get stucked and hit wall really hard since my release do requires some brains to figure out the location of files to be placed and also some editing of files. Feel free to try,no harm but don't come here whining about where to put the stuff and what to edit.
INSTALLATION:
1. Download all those files to your linux machine and unrar it. Here you will find all the required files to run the PW Server.
2. Place the table.xml and hosts to /etc . You will need to edit those IP's and PASSWORD . Currently i'm using class C IP (192.168.0.50), and don't forget to edit table.xml PASSWORD to your MYSQL root password.
3. Place the PWServer to /home/your_username_here etc : /home/matrix/ . You will need to place start_server.sh and stop_server.sh too inside this folder and edit PW_PATH in your start_server.sh .
Originally it would look like this :
#!/bin/sh
PW_PATH=/home/matrix/PWServer
Change the line PW_PATH=/home/your_username_here/PWServer etc: /home/johndoe/PWServer
4. Double check and update/change the IP Address on each of the folder insde PWServer. File name to look for is gamesys.conf . This step is optional IF you use the same IP Address as me (192.168.0.50), but if you choose to change, you will need to change the IP Address line inside those files. Other files that you need to pay attention is the authd.conf inside the authd folder. You will need to update/change the IP Address if you're using a diffrent IP Address (default is 192.168.0.50)
5. Install LAMPP using the supplied file : xampp-linux-1.6.8a.tar.gz to folder /opt. You will need to use files from folder Regscript (which is basically a registeration script in PHP) and placed it there. Of course you will need to edit the files such as root password for mysql.
6. You will need to verify your JAVA installation that comes bundled with your OS. If java is present, then verify the installation folder. using java -version
root@matrix:/usr/lib/java/bin# ./java -version
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
root@matrix:/usr/lib/java/bin#
Now you guys need to pay attention here since it's kinda trivial. First step is verify your java installation folder using "whereis java" command. And after that you will need to edit $HOME/PWServer/authd/authd and update/change the ABSOLUTE path to your java . Don't miss this step or you will hit wall and error will occured when you start the server.
7. As for adding cubi or editing/installing iweb is not yet covered here. Feel free to use the Search button for this. I believe Marhazk has released a new stuff on his "iweb" and some other posts that discussed about adding cubi (MySQL version) using Navicat/PhpMyAdmin.
That's all i can think of right now, it might not complete 100% and that's where you guys come in and fill in the blanks. PLEASE post here if you feel something need to be changed/updated or maybe some hints. I'll try my best to fulfill all request.
Requirements :
1. Clients and Patches
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
2. Perfect World 1.3.6 (mirror link)
To view the content, you need to sign in or register
To view the content, you need to sign in or register
Download it to your Windows XP/Vista and extract it. Re-upload the files to your Linux Machine.
3.
To view the content, you need to sign in or register
(latest version) . Download it to your linux machine3. A ready stock OS : In this case i'm using my all-time favourite OS which is Slackware 12 with full install and stopped the Apache and MYSQL which comes ready with it.
Basically you need to use any OS (Linux) Ubuntu,Red Hat, SuSe, Mandrake or whatever you want to use as long as you know your choice of OS structures and folder plus workaround. You will need to stop using Apache and MySQL that comes with your OS. We'll be using LAMPP in this case which will be installed on folder /opt .
4. MYSQL SQL Dumps from the sticky page (recommended to use Search button for it)
5. JAVA 1.6 version installed
6. Some Linux/Unix knowledge on command line prefix and editors (won't be cover here on how to use it)
DISCLAIMER :
This release in intended for fellow friends who has already installed sucessfully their PW Servers respectively using coLinux. Any guides or experience setting it up using totoman7 guide's or boroda's guide is much needed here. So if you are a newbie, you will get stucked and hit wall really hard since my release do requires some brains to figure out the location of files to be placed and also some editing of files. Feel free to try,no harm but don't come here whining about where to put the stuff and what to edit.
INSTALLATION:
1. Download all those files to your linux machine and unrar it. Here you will find all the required files to run the PW Server.
2. Place the table.xml and hosts to /etc . You will need to edit those IP's and PASSWORD . Currently i'm using class C IP (192.168.0.50), and don't forget to edit table.xml PASSWORD to your MYSQL root password.
3. Place the PWServer to /home/your_username_here etc : /home/matrix/ . You will need to place start_server.sh and stop_server.sh too inside this folder and edit PW_PATH in your start_server.sh .
Originally it would look like this :
#!/bin/sh
PW_PATH=/home/matrix/PWServer
Change the line PW_PATH=/home/your_username_here/PWServer etc: /home/johndoe/PWServer
4. Double check and update/change the IP Address on each of the folder insde PWServer. File name to look for is gamesys.conf . This step is optional IF you use the same IP Address as me (192.168.0.50), but if you choose to change, you will need to change the IP Address line inside those files. Other files that you need to pay attention is the authd.conf inside the authd folder. You will need to update/change the IP Address if you're using a diffrent IP Address (default is 192.168.0.50)
5. Install LAMPP using the supplied file : xampp-linux-1.6.8a.tar.gz to folder /opt. You will need to use files from folder Regscript (which is basically a registeration script in PHP) and placed it there. Of course you will need to edit the files such as root password for mysql.
6. You will need to verify your JAVA installation that comes bundled with your OS. If java is present, then verify the installation folder. using java -version
root@matrix:/usr/lib/java/bin# ./java -version
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
root@matrix:/usr/lib/java/bin#
Now you guys need to pay attention here since it's kinda trivial. First step is verify your java installation folder using "whereis java" command. And after that you will need to edit $HOME/PWServer/authd/authd and update/change the ABSOLUTE path to your java . Don't miss this step or you will hit wall and error will occured when you start the server.
7. As for adding cubi or editing/installing iweb is not yet covered here. Feel free to use the Search button for this. I believe Marhazk has released a new stuff on his "iweb" and some other posts that discussed about adding cubi (MySQL version) using Navicat/PhpMyAdmin.
That's all i can think of right now, it might not complete 100% and that's where you guys come in and fill in the blanks. PLEASE post here if you feel something need to be changed/updated or maybe some hints. I'll try my best to fulfill all request.

Last edited: